0% found this document useful (0 votes)
2 views3,158 pages

Log

The document contains a log of the Android system server initialization process, detailing various system services and configurations being loaded. It highlights issues such as a failed attempt to write to a specific file due to it not being found. Additionally, it shows the reading of multiple configuration files related to system permissions and compatibility settings.

Uploaded by

cristiandavewaje
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)
2 views3,158 pages

Log

The document contains a log of the Android system server initialization process, detailing various system services and configurations being loaded. It highlights issues such as a failed attempt to write to a specific file due to it not being found. Additionally, it shows the reading of multiple configuration files related to system permissions and compatibility settings.

Uploaded by

cristiandavewaje
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/ 3158

02-01 11:38:39.

018 1317 1317 I SystemServerTiming: InitBeforeStartServices


02-01 11:38:39.022 1317 1317 I SystemServer: Entered the Android system server!
02-01 11:38:39.271 1317 1317 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=BQRSHYYTLBJRQS49
bootopt=64S3,32S1,32S1 product.version=PD2236F_EX_A_12.0.12.0.W20
fingerprint.abbr=12/SP1A.210812.003 region_ver=W20 product.solution=MTK
buildvariant=user root=/dev/ram androidboot.vbmeta.device=PARTUUID=c0a128fb-59d1-
0a9e-f0e8-ea3d36a9d658 androidboot.vbmeta.avb_version=1.2
androidboot.vbmeta.device_state=locked androidboot.veritymode=enforcing
androidboot.vc.magic=none androidboot.verifiedbootstate=green
androidboot.atm=disabled factory_mode=0 androidboot.vivo_brom_flag=1
androidboot.meta_log_disable=0 vivolog_flag=0 country_code=PH
product_version=PD2236BF_EX_A_12.0.12.0.W20.V000L1 oem_name=V000 factory_mode=0
tier=2 bbk_dp=0 androidboot.anti.sec_nonsec_reco=5,5,5
androidboot.anti.avb_anti_ver=5 mtk_printk_ctrl.disable_uart=1
androidboot.serialno=10HD1B05LD00094 bbk_pcb_version=MP_0.1
androidboot.product.hardware.sku=1101110011111 emmc_pns=Y2P032 emmc_size=29
boot_storage=E_X androidboot.bootreason=PowerKey gpt=1 usb2jtag_mode=0
androidboot.dtb_idx=0 androidboot.dtbo_idx=0
02-01 11:38:39.287 1317 1317 I VivoSystemServiceFactory: Instance implClass
com.android.server.VivoSystemServiceFactoryImpl
02-01 11:38:39.333 1317 1317 I SystemServerInitThreadPool: Creating instance with
8 threads
02-01 11:38:40.010 1317 1317 I _V_VivoSystemServer: backup roles begin
02-01 11:38:40.013 1317 1317 I SystemServerTiming: StartServices
02-01 11:38:40.016 1317 1317 I SystemServerTiming: startBootstrapServices
02-01 11:38:40.016 1317 1317 I SystemServerTiming: StartWatchdog
02-01 11:38:40.035 1317 1317 W _V_AnimationThread: boost animthread
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: Failed to write to
/sys/rsc/rsc_svp
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: java.io.FileNotFoundException:
/sys/rsc/rsc_svp: open failed: ENOENT (No such file or directory)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:575)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
java.io.FileWriter.<init>(FileWriter.java:63)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
com.android.server.AnimationThread.boostAnimThread(AnimationThread.java:43)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
com.android.server.AnimationThread.access$000(AnimationThread.java:30)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
com.android.server.AnimationThread$1.run(AnimationThread.java:71)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
android.os.Looper.loop(Looper.java:334)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
libcore.io.Linux.open(Native Method)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:561)
02-01 11:38:40.040 1317 1435 W _V_AnimationThread: ... 12 more
02-01 11:38:40.099 1317 1317 I SystemServiceManager: Starting
com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:38:40.135 1317 1317 I SystemServer: Reading configuration...
02-01 11:38:40.135 1317 1317 I SystemServerTiming: ReadingSystemConfig
02-01 11:38:40.136 1317 1317 I SystemServerTiming: PlatformCompat
02-01 11:38:40.136 1317 1443 I SystemServerTimingAsync:
InitThreadPoolExec:ReadingSystemConfig
02-01 11:38:40.140 1317 1317 D CompatConfig: Found a config file:
/system/etc/compatconfig/services-platform-compat-config.xml
02-01 11:38:40.140 1317 1443 I SystemConfig: Reading permissions from
/system/etc/sysconfig/framework-sysconfig.xml
02-01 11:38:40.144 1317 1443 I SystemConfig: Reading permissions from
/system/etc/sysconfig/hiddenapi-package-whitelist.xml
02-01 11:38:40.144 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@8862be6
02-01 11:38:40.146 1317 1443 I SystemConfig: Reading permissions from
/system/etc/sysconfig/component-overrides.xml
02-01 11:38:40.147 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@cd873d4
02-01 11:38:40.148 1317 1443 I SystemConfig: Reading permissions from
/system/etc/sysconfig/meta-hiddenapi-package-allowlist.xml
02-01 11:38:40.149 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@2792072
02-01 11:38:40.150 1317 1443 I SystemConfig: Reading permissions from
/system/etc/sysconfig/preinstalled-packages-com.android.providers.media.module.xml
02-01 11:38:40.151 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@132f940
02-01 11:38:40.152 1317 1443 I SystemConfig: Reading permissions from
/system/etc/sysconfig/preinstalled-packages-platform.xml
02-01 11:38:40.152 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@634d1be
02-01 11:38:40.154 1317 1443 I SystemConfig: Reading permissions from
/system/etc/sysconfig/google-hiddenapi-package-allowlist.xml
02-01 11:38:40.154 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@bee696c
02-01 11:38:40.156 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@e29fb35
02-01 11:38:40.156 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/android.test.runner.xml
02-01 11:38:40.158 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@5bc013b
02-01 11:38:40.159 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.nfc_extras.xml
02-01 11:38:40.159 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@40c15b1
02-01 11:38:40.160 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@fa75a96
02-01 11:38:40.161 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-platform.xml
02-01 11:38:40.163 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@aea7a04
02-01 11:38:40.164 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@a1b5bed
02-01 11:38:40.165 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@9f68a22
02-01 11:38:40.166 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@45b5cb3
02-01 11:38:40.167 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@6973270
02-01 11:38:40.168 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@25ec9e9
02-01 11:38:40.169 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@717266e
02-01 11:38:40.171 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@9a5110f
02-01 11:38:40.172 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@715059c
02-01 11:38:40.172 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/GooglePermissionController_permissions.xml
02-01 11:38:40.173 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@5933b7a
02-01 11:38:40.174 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.location.provider.xml
02-01 11:38:40.175 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@63adf88
02-01 11:38:40.176 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-mediatek.xml
02-01 11:38:40.176 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@899546
02-01 11:38:40.177 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@341307
02-01 11:38:40.178 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@2626c34
02-01 11:38:40.179 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@5181a5d
02-01 11:38:40.180 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@439bfd2
02-01 11:38:40.181 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@374d8a3
02-01 11:38:40.181 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@3d417a0
02-01 11:38:40.182 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@640ff59
02-01 11:38:40.183 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@f50071e
02-01 11:38:40.184 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@cf30dcc
02-01 11:38:40.184 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/javax.obex.xml
02-01 11:38:40.185 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@9793815
02-01 11:38:40.186 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@99ab91b
02-01 11:38:40.186 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/android.test.base.xml
02-01 11:38:40.187 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@1293ab8
02-01 11:38:40.188 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@387dbf6
02-01 11:38:40.188 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.managed_users.xml
02-01 11:38:40.189 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@c21cbf7
02-01 11:38:40.190 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@2b954cd
02-01 11:38:40.190 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.mediadrm.signer.xml
02-01 11:38:40.190 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@44dc182
02-01 11:38:40.191 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@66ca8d0
02-01 11:38:40.192 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.future.usb.accessory.xml
02-01 11:38:40.193 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@89370c9
02-01 11:38:40.193 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.sip.xml
02-01 11:38:40.194 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@b6042ef
02-01 11:38:40.194 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@3b81fc
02-01 11:38:40.195 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.sip.voip.xml
02-01 11:38:40.195 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@1edfeda
02-01 11:38:40.196 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@c981f0b
02-01 11:38:40.197 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@3bcc1e8
02-01 11:38:40.197 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/android.test.mock.xml
02-01 11:38:40.198 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@dbd2ea6
02-01 11:38:40.199 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@5901494
02-01 11:38:40.199 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/vivo_telephony_ext.xml
02-01 11:38:40.200 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@3160b3d
02-01 11:38:40.201 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@1436483
02-01 11:38:40.201 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/android.software.webview.xml
02-01 11:38:40.202 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@2a3e600
02-01 11:38:40.202 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@d716c7e
02-01 11:38:40.203 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-google-system.xml
02-01 11:38:40.203 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@fcdc5df
02-01 11:38:40.204 1317 1317 D CompatConfig: Found a config file:
/system/etc/compatconfig/icu4j-platform-compat-config.xml
02-01 11:38:40.205 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-vivo.xml
02-01 11:38:40.206 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@eb3d28a
02-01 11:38:40.207 1317 1317 D CompatConfig: Found a config file:
/system/etc/compatconfig/framework-platform-compat-config.xml
02-01 11:38:40.211 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@7987518
02-01 11:38:40.212 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@8275b71
02-01 11:38:40.213 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@1048d56
02-01 11:38:40.214 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@88491d7
02-01 11:38:40.214 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@82bcac4
02-01 11:38:40.215 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@a053dad
02-01 11:38:40.216 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@dd428e2
02-01 11:38:40.217 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@8967473
02-01 11:38:40.218 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@37ccf30
02-01 11:38:40.219 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@26507a9
02-01 11:38:40.220 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@30ff12e
02-01 11:38:40.220 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@d9e4cf
02-01 11:38:40.221 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@797ae5c
02-01 11:38:40.222 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@9dd7565
02-01 11:38:40.223 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@e2df23a
02-01 11:38:40.224 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@c39feeb
02-01 11:38:40.225 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@51f5448
02-01 11:38:40.226 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@1b502e1
02-01 11:38:40.226 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/org.apache.http.legacy.xml
02-01 11:38:40.227 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@f379ec7
02-01 11:38:40.228 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/com.mediatek.wfo.legacy.xml
02-01 11:38:40.228 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@f1dec1d
02-01 11:38:40.229 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@91c8e92
02-01 11:38:40.230 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/default-permissions-meta.xml
02-01 11:38:40.230 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@aba6460
02-01 11:38:40.231 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@e322d19
02-01 11:38:40.232 1317 1443 W SystemConfig: Got exception parsing permissions.
02-01 11:38:40.232 1317 1443 W SystemConfig:
org.xmlpull.v1.XmlPullParserException: Unexpected start tag in
/system/etc/permissions/default-permissions-meta.xml: found exceptions, expected
'permissions' or 'config'
02-01 11:38:40.232 1317 1443 W SystemConfig: at
com.android.server.SystemConfig.readPermissionsFromXml(SystemConfig.java:869)
02-01 11:38:40.232 1317 1443 W SystemConfig: at
com.android.server.SystemConfig.readPermissions(SystemConfig.java:777)
02-01 11:38:40.232 1317 1443 W SystemConfig: at
com.android.server.SystemConfig.readAllPermissions(SystemConfig.java:580)
02-01 11:38:40.232 1317 1443 W SystemConfig: at
com.android.server.SystemConfig.<init>(SystemConfig.java:547)
02-01 11:38:40.232 1317 1443 W SystemConfig: at
com.android.server.SystemConfig.getInstance(SystemConfig.java:318)
02-01 11:38:40.232 1317 1443 W SystemConfig: at com.android.server.SystemServer$
$ExternalSyntheticLambda6.run(Unknown Source:0)
02-01 11:38:40.232 1317 1443 W SystemConfig: at
com.android.server.SystemServerInitThreadPool.lambda$submitTask$0$SystemServerInitT
hreadPool(SystemServerInitThreadPool.java:109)
02-01 11:38:40.232 1317 1443 W SystemConfig: at
com.android.server.SystemServerInitThreadPool$$ExternalSyntheticLambda0.run(Unknown
Source:6)
02-01 11:38:40.232 1317 1443 W SystemConfig: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
02-01 11:38:40.232 1317 1443 W SystemConfig: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
02-01 11:38:40.232 1317 1443 W SystemConfig: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-01 11:38:40.232 1317 1443 W SystemConfig: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-01 11:38:40.232 1317 1443 W SystemConfig: at
com.android.internal.util.ConcurrentUtils$1$1.run(ConcurrentUtils.java:65)
02-01 11:38:40.232 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@1639fbf
02-01 11:38:40.233 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.media.remotedisplay.xml
02-01 11:38:40.233 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@8af81d5
02-01 11:38:40.234 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.documentsui.xml
02-01 11:38:40.234 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@abc78db
02-01 11:38:40.235 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@3745f78
02-01 11:38:40.236 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@c736651
02-01 11:38:40.236 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/com.android.networkstack.tethering.xml
02-01 11:38:40.237 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@bffc7b7
02-01 11:38:40.237 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@94bfb24
02-01 11:38:40.238 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/privapp-permissions-meta.xml
02-01 11:38:40.238 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@de1c042
02-01 11:38:40.239 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@6bf2853
02-01 11:38:40.239 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@dfa590
02-01 11:38:40.239 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/GoogleExtServices_permissions.xml
02-01 11:38:40.240 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@e4f9e8e
02-01 11:38:40.241 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@a09f6af
02-01 11:38:40.241 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/platform-vivo.xml
02-01 11:38:40.241 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@9158a45
02-01 11:38:40.242 1317 1443 I SystemConfig: Reading permissions from
/system/etc/permissions/platform.xml
02-01 11:38:40.242 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@c894ecb
02-01 11:38:40.243 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@87a96a8
02-01 11:38:40.244 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@40985c1
02-01 11:38:40.245 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@314f166
02-01 11:38:40.246 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@c5c0ca7
02-01 11:38:40.247 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.bluetooth_le.xml
02-01 11:38:40.248 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@4e7bcfd
02-01 11:38:40.249 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/vendor.vivo.hardware.biometrics.face.xml
02-01 11:38:40.249 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@b2cc43
02-01 11:38:40.250 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.audio.low_latency.xml
02-01 11:38:40.250 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@4782bf9
02-01 11:38:40.251 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@26c73e
02-01 11:38:40.252 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.usb.host.xml
02-01 11:38:40.252 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@8db1aec
02-01 11:38:40.253 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.hardware_keystore.km41.xml
02-01 11:38:40.254 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@544194a
02-01 11:38:40.254 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.camera.xml
02-01 11:38:40.255 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@8d4f9d8
02-01 11:38:40.256 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.faketouch.xml
02-01 11:38:40.256 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@c328016
02-01 11:38:40.257 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@f8bdb84
02-01 11:38:40.258 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.telephony.ims.xml
02-01 11:38:40.258 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@786df6d
02-01 11:38:40.259 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.midi.xml
02-01 11:38:40.260 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@98f4c33
02-01 11:38:40.260 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.xml
02-01 11:38:40.261 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@1bf0569
02-01 11:38:40.262 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@a317bee
02-01 11:38:40.262 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.light.xml
02-01 11:38:40.263 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@f51171c
02-01 11:38:40.263 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@6398f25
02-01 11:38:40.264 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.stepdetector.xml
02-01 11:38:40.264 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@fe0eab
02-01 11:38:40.265 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@f18f8a1
02-01 11:38:40.265 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.stepcounter.xml
02-01 11:38:40.265 1317 1317 D CompatConfig: Found a config file:
/system/etc/compatconfig/documents-ui-compat-config.xml
02-01 11:38:40.266 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.live_wallpaper.xml
02-01 11:38:40.267 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@df2db4
02-01 11:38:40.267 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.wifi.passpoint.xml
02-01 11:38:40.268 1317 1317 D CompatConfig: Found a config file:
/system/etc/compatconfig/calendar-provider-compat-config.xml
02-01 11:38:40.269 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.accelerometer.xml
02-01 11:38:40.269 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@71b7120
02-01 11:38:40.270 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
02-01 11:38:40.270 1317 1317 D CompatConfig: No directory
/system/system_ext/etc/compatconfig, skipping
02-01 11:38:40.271 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.compass.xml
02-01 11:38:40.272 1317 1317 D CompatConfig: No directory
/apex/com.android.vndk.v30/etc/compatconfig, skipping
02-01 11:38:40.272 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.sensor.proximity.xml
02-01 11:38:40.273 1317 1317 D CompatConfig: No directory
/apex/com.android.wifi/etc/compatconfig, skipping
02-01 11:38:40.273 1317 1317 D CompatConfig: No directory
/apex/com.android.vndk.v31/etc/compatconfig, skipping
02-01 11:38:40.273 1317 1317 D CompatConfig: No directory
/apex/com.android.tzdata/etc/compatconfig, skipping
02-01 11:38:40.274 1317 1317 D CompatConfig: No directory
/apex/com.android.tethering/etc/compatconfig, skipping
02-01 11:38:40.274 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.multitouch.xml
02-01 11:38:40.274 1317 1317 D CompatConfig: No directory
/apex/com.android.sdkext/etc/compatconfig, skipping
02-01 11:38:40.274 1317 1317 D CompatConfig: No directory
/apex/com.android.scheduling/etc/compatconfig, skipping
02-01 11:38:40.274 1317 1317 D CompatConfig: No directory
/apex/com.android.runtime/etc/compatconfig, skipping
02-01 11:38:40.274 1317 1317 D CompatConfig: No directory
/apex/com.android.resolv/etc/compatconfig, skipping
02-01 11:38:40.275 1317 1317 D CompatConfig: No directory
/apex/com.android.permission/etc/compatconfig, skipping
02-01 11:38:40.275 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.usb.accessory.xml
02-01 11:38:40.275 1317 1317 D CompatConfig: No directory
/apex/com.android.os.statsd/etc/compatconfig, skipping
02-01 11:38:40.275 1317 1317 D CompatConfig: No directory
/apex/com.android.neuralnetworks/etc/compatconfig, skipping
02-01 11:38:40.276 1317 1317 D CompatConfig: Found a config file:
/apex/com.android.mediaprovider/etc/compatconfig/media-provider-platform-compat-
config.xml
02-01 11:38:40.276 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.opengles.aep.xml
02-01 11:38:40.277 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@a04c11
02-01 11:38:40.277 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.microphone.xml
02-01 11:38:40.278 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@193c176
02-01 11:38:40.279 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.wifi.xml
02-01 11:38:40.279 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@4836be4
02-01 11:38:40.280 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@d2c984d
02-01 11:38:40.280 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.location.gps.xml
02-01 11:38:40.281 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@97ee013
02-01 11:38:40.282 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@db76c49
02-01 11:38:40.282 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.verified_boot.xml
02-01 11:38:40.283 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@38d894e
02-01 11:38:40.283 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.bluetooth.xml
02-01 11:38:40.284 1317 1317 D CompatConfig: No directory
/apex/com.android.media.swcodec/etc/compatconfig, skipping
02-01 11:38:40.284 1317 1317 D CompatConfig: No directory
/apex/com.android.media/etc/compatconfig, skipping
02-01 11:38:40.285 1317 1317 D CompatConfig: No directory
/apex/com.android.ipsec/etc/compatconfig, skipping
02-01 11:38:40.285 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.ipsec_tunnels.xml
02-01 11:38:40.285 1317 1317 D CompatConfig: No directory
/apex/com.android.i18n/etc/compatconfig, skipping
02-01 11:38:40.285 1317 1317 D CompatConfig: No directory
/apex/com.android.extservices/etc/compatconfig, skipping
02-01 11:38:40.285 1317 1317 D CompatConfig: No directory
/apex/com.android.conscrypt/etc/compatconfig, skipping
02-01 11:38:40.286 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml
02-01 11:38:40.286 1317 1317 D CompatConfig: Found a config file:
/apex/com.android.art/etc/compatconfig/libcore-platform-compat-config.xml
02-01 11:38:40.287 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.telephony.gsm.xml
02-01 11:38:40.288 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@97b2b68
02-01 11:38:40.289 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@b1b5b81
02-01 11:38:40.289 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.se.omapi.uicc.xml
02-01 11:38:40.289 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@c23867
02-01 11:38:40.290 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.software.opengles.deqp.level.xml
02-01 11:38:40.290 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@8a12ebd
02-01 11:38:40.291 1317 1317 D CompatConfig: Adding:
com.android.server.compat.config.Change@c0cacb2
02-01 11:38:40.291 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.telephony.cdma.xml
02-01 11:38:40.292 1317 1317 D CompatConfig: No directory
/apex/com.android.appsearch/etc/compatconfig, skipping
02-01 11:38:40.293 1317 1317 D CompatConfig: No directory
/apex/com.android.adbd/etc/compatconfig, skipping
02-01 11:38:40.293 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.wifi.direct.xml
02-01 11:38:40.294 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/android.hardware.biometrics.face.xml
02-01 11:38:40.296 1317 1443 I SystemConfig: Reading permissions from
/vendor/etc/permissions/handheld_core_hardware.xml
02-01 11:38:40.300 1317 1443 I SystemConfig: Reading permissions from
/oem/etc/permissions/com.vivo.website.overseas.support.xml
02-01 11:38:40.301 1317 1317 I SystemServerTiming: StartFileIntegrityService
02-01 11:38:40.302 1317 1317 I SystemServiceManager: Starting
com.android.server.security.FileIntegrityService
02-01 11:38:40.302 1317 1443 I SystemConfig: Reading permissions from
/oem/etc/permissions/com.vivo.themestore.support.xml
02-01 11:38:40.304 1317 1443 I SystemConfig: Reading permissions from
/product/etc/sysconfig/google-rollback-package-whitelist.xml
02-01 11:38:40.306 1317 1443 I SystemConfig: Reading permissions from
/product/etc/sysconfig/preinstalled-packages-platform-overlays.xml
02-01 11:38:40.309 1317 1443 I SystemConfig: Reading permissions from
/product/etc/sysconfig/google-staged-installer-whitelist.xml
02-01 11:38:40.311 1317 1443 I SystemConfig: Reading permissions from
/product/etc/sysconfig/wellbeing.xml
02-01 11:38:40.312 1317 1443 I SystemConfig: Reading permissions from
/product/etc/sysconfig/googledialergo-sysconfig.xml
02-01 11:38:40.314 1317 1443 I SystemConfig: Reading permissions from
/product/etc/sysconfig/preinstalled-packages-platform-handheld-product.xml
02-01 11:38:40.315 1317 1443 I SystemConfig: Reading permissions from
/product/etc/sysconfig/google.xml
02-01 11:38:40.317 1317 1443 I SystemConfig: Reading permissions from
/product/etc/sysconfig/d2d_cable_migration_feature.xml
02-01 11:38:40.320 1317 1443 I SystemConfig: Reading permissions from
/product/etc/permissions/privapp-permissions-google-comms-suite.xml
02-01 11:38:40.322 1317 1443 I SystemConfig: Reading permissions from
/product/etc/permissions/product-permissions-mediatek.xml
02-01 11:38:40.324 1317 1443 I SystemConfig: Reading permissions from
/product/etc/permissions/split-permissions-google.xml
02-01 11:38:40.326 1317 1443 I SystemConfig: Reading permissions from
/product/etc/permissions/privapp-permissions-google-product.xml
02-01 11:38:40.332 1317 1443 W SystemConfig: No directory
/system_ext/etc/sysconfig, skipping
02-01 11:38:40.334 1317 1317 I SystemServerTiming: StartInstaller
02-01 11:38:40.334 1317 1443 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.storagemanager.xml
02-01 11:38:40.334 1317 1317 I SystemServiceManager: Starting
com.android.server.pm.Installer
02-01 11:38:40.336 1317 1443 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/system-ext-permissions-mediatek.xml
02-01 11:38:40.339 1317 1317 I SystemServerTiming: DeviceIdentifiersPolicyService
02-01 11:38:40.339 1317 1317 I SystemServiceManager: Starting
com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:38:40.339 1317 1443 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.emergency.xml
02-01 11:38:40.340 1317 1317 I SystemServerTiming: UriGrantsManagerService
02-01 11:38:40.340 1317 1317 I SystemServiceManager: Starting
com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:38:40.343 1317 1443 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.cellbroadcastreceiver.xml
02-01 11:38:40.346 1317 1443 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/privapp-permissions-google-system-ext.xml
02-01 11:38:40.347 1317 1317 I SystemServerTiming: StartPowerStatsService
02-01 11:38:40.347 1317 1317 I SystemServiceManager: Starting
com.android.server.powerstats.PowerStatsService
02-01 11:38:40.349 1317 1443 I SystemConfig: Reading permissions from
/system_ext/etc/permissions/com.android.carrierconfig.xml
02-01 11:38:40.351 1317 1317 I SystemServerTiming: StartIStatsService
02-01 11:38:40.354 1317 1317 I SystemServerTiming: MemtrackProxyService
02-01 11:38:40.358 1317 1317 I SystemServerTiming: StartActivityManager
02-01 11:38:40.359 1317 1317 I SystemServiceManager: Starting
com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:38:40.365 1317 1443 I SystemConfig: Reading permissions from
/apex/com.android.ipsec/etc/permissions/android.net.ipsec.ike.xml
02-01 11:38:40.386 1317 1447 E _V_FreezerManager: writeFile fail
/sys/rsc//binder_cmd java.io.FileNotFoundException: /sys/rsc/binder_cmd: open
failed: ENOENT (No such file or directory)
02-01 11:38:40.458 1317 1317 V _V_VivoMultiWindowConfig: MultiWindowConfig:
02-01 11:38:40.458 1317 1317 V _V_VivoMultiWindowConfig:
IS_VIVO_SUPPORT_MULTIWINDOW_PROPERTY:true
02-01 11:38:40.458 1317 1317 V _V_VivoMultiWindowConfig:
IS_VIVO_SUPPORT_MULTIWINDOW_DEBUG_PROPERTY:false
02-01 11:38:40.459 1317 1317 V _V_VivoMultiWindowConfig:
IS_VIVO_AM_RESIZABLE_PROPERTY:true
02-01 11:38:40.459 1317 1317 V _V_VivoMultiWindowConfig:
IS_VIVO_AM_RELAUNCH_PROPERTY:true
02-01 11:38:40.459 1317 1317 V _V_VivoMultiWindowConfig:
IS_VIVO_DOUBLE_RESUME_PROPERTY:true
02-01 11:38:40.459 1317 1317 V _V_VivoMultiWindowConfig:
IS_VIVO_ROTATE_FREE:false
02-01 11:38:40.459 1317 1317 V _V_VivoMultiWindowConfig:
IS_VIVO_DEFER_ROTATE:false
02-01 11:38:40.459 1317 1317 V _V_VivoMultiWindowConfig:
IS_VIVO_SPLIT_NAV_COLOR:true
02-01 11:38:40.459 1317 1317 V _V_VivoMultiWindowConfig:
IS_VIVO_SPLIT_BACK_PROCESS:true
02-01 11:38:40.459 1317 1317 V _V_VivoMultiWindowConfig: TIERLEVEL:2
02-01 11:38:40.460 1317 1317 V _V_VivoMultiWindowConfig: ISOVERSEAS:true
02-01 11:38:40.468 1317 1317 D _V_ThirdPartyIncoming:
DEBUG_THIRD_PARTY_INCOMING_POLICY: support = true
02-01 11:38:40.481 1317 1317 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/extic_enable: open failed: ENOENT (No such file or directory)
02-01 11:38:40.482 1317 1317 D _V_DisplayEnhanceNovaUsecaseController: parseInt
error!
02-01 11:38:40.482 1317 1317 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/extic_enable: open failed: ENOENT (No such file or directory)
02-01 11:38:40.483 1317 1317 D _V_DisplayEnhanceNovaUsecaseController: parseInt
error!
02-01 11:38:40.483 1317 1317 D _V_DisplayEnhanceNovaUsecaseController: init
DisplayEnhanceNovaUsecaseController isNovaAvailable = false, ENABLE_IC = false
02-01 11:38:40.494 1317 1317 D _V_VivoRatioControllerUtilsImpl: CONSTURE of
VivoRatioControllerUtilsImpl
02-01 11:38:40.506 1317 1317 I SystemServiceManager: Starting
com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:38:40.514 1317 1317 I ActivityManager: Memory class: 128
02-01 11:38:40.517 1317 1455 I Binder : Setting heavy hitter watcher config:
false, 0, 0.0
02-01 11:38:40.583 1317 1317 I _V_rms : Set sys.sps.version to 0
02-01 11:38:40.610 1317 1317 I _V_CgrpController: initialize isSupported=true
cluster=3
02-01 11:38:40.629 1317 1317 V _V_EmergencyBroadcastManager: init.
02-01 11:38:40.638 1317 1473 I _V_SceneConfigs: file:sceneconfig.0.xml,length =0
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: FrozenQuicker create
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: java.lang.Throwable: debug
FrozenQuicker
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker.<init>(FrozenQuicker.java:244)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker.<init>(FrozenQuicker.java:68)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker$Instance.<clinit>(FrozenQuicker.java:198
4)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker$Instance.access$100(FrozenQuicker.java:1
983)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenQuicker.getInstance(FrozenQuicker.java:248)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenInjectorImpl.<init>(FrozenInjectorImpl.java:22)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.am.frozen.FrozenInjectorImpl.getInstance(FrozenInjectorImpl.java
:32)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.am.VivoAmsImpl.<init>(VivoAmsImpl.java:440)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.VivoSystemServiceFactoryImpl.createVivoAms(VivoSystemServiceFact
oryImpl.java:727)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.am.ActivityManagerService.<init>(ActivityManagerService.java:272
1)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.am.ActivityManagerService$Lifecycle.<init>(ActivityManagerServic
e.java:2335)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:177)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.am.ActivityManagerService$Lifecycle.startService(ActivityManager
Service.java:2341)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.SystemServer.startBootstrapServices(SystemServer.java:1263)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.SystemServer.run(SystemServer.java:1054)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.server.SystemServer.main(SystemServer.java:739)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
java.lang.reflect.Method.invoke(Native Method)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
02-01 11:38:40.638 1317 1317 E _V_quickfrozen: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
02-01 11:38:40.676 1317 1317 I PackageWatchdog: Updated health check state for
package com.google.android.ext.services: INACTIVE -> PASSED
02-01 11:38:40.676 1317 1317 I PackageWatchdog: Updated health check state for
package com.vivo.abe: INACTIVE -> PASSED
02-01 11:38:40.676 1317 1317 I PackageWatchdog: Updated health check state for
package com.vivo.pem: INACTIVE -> PASSED
02-01 11:38:40.677 1317 1317 I PackageWatchdog: Updated health check state for
package com.vivo.appfilter: INACTIVE -> PASSED
02-01 11:38:40.677 1317 1317 I PackageWatchdog: Updated health check state for
package com.android.vending: INACTIVE -> PASSED
02-01 11:38:40.677 1317 1317 I PackageWatchdog: Updated health check state for
package android: INACTIVE -> PASSED
02-01 11:38:40.677 1317 1317 I PackageWatchdog: Updated health check state for
package com.android.launcher3: INACTIVE -> PASSED
02-01 11:38:40.677 1317 1317 I PackageWatchdog: Updated health check state for
package com.google.android.permissioncontroller: INACTIVE -> PASSED
02-01 11:38:40.677 1317 1317 I PackageWatchdog: Updated health check state for
package com.google.android.gms: INACTIVE -> PASSED
02-01 11:38:40.677 1317 1317 I PackageWatchdog: Updated health check state for
package com.google.android.gsf: INACTIVE -> PASSED
02-01 11:38:40.677 1317 1317 I PackageWatchdog: Updated health check state for
package com.android.settings: INACTIVE -> PASSED
02-01 11:38:40.677 1317 1317 I PackageWatchdog: Updated health check state for
package com.vivo.upslide: INACTIVE -> PASSED
02-01 11:38:40.677 1317 1317 I PackageWatchdog: Updated health check state for
package com.android.phone: INACTIVE -> PASSED
02-01 11:38:40.678 1317 1317 I PackageWatchdog: Updated health check state for
package com.android.providers.userdictionary: INACTIVE -> PASSED
02-01 11:38:40.678 1317 1317 I PackageWatchdog: Updated health check state for
package com.android.providers.media.module: INACTIVE -> PASSED
02-01 11:38:40.678 1317 1317 I PackageWatchdog: Updated health check state for
package com.android.systemui: INACTIVE -> PASSED
02-01 11:38:40.678 1317 1317 I PackageWatchdog: Updated health check state for
package com.android.bluetooth: INACTIVE -> PASSED
02-01 11:38:40.678 1317 1317 I PackageWatchdog: Updated health check state for
package com.android.providers.contacts: INACTIVE -> PASSED
02-01 11:38:40.701 1317 1317 D BatteryStatsImpl: Reading daily items from
/data/system/batterystats-daily.xml
02-01 11:38:40.756 1317 1478 I KernelCpuUidFreqTimeReader:
mPerClusterTimesAvailable=true
02-01 11:38:40.765 1317 1478 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
02-01 11:38:40.765 1317 1478 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
02-01 11:38:40.945 1317 1317 E AudioRestriction: Unknown audio suppression
behavior0
02-01 11:38:40.945 1317 1478 W KernelMemoryBandwidthStats: No kernel memory
bandwidth stats available
02-01 11:38:41.167 1317 1317 I IntentFirewall: Read new rules (A:0 B:0 S:0)
02-01 11:38:41.200 1317 1317 D AppOps : AppOpsService published
02-01 11:38:41.221 1317 1317 I SystemServerTiming: StartDataLoaderManagerService
02-01 11:38:41.221 1317 1317 I SystemServiceManager: Starting
com.android.server.pm.DataLoaderManagerService
02-01 11:38:41.223 1317 1317 I SystemServerTiming: StartIncrementalService
02-01 11:38:41.228 1317 1317 I SystemServerTiming: StartPowerManager
02-01 11:38:41.229 1317 1317 I SystemServiceManager: Starting
com.android.server.power.PowerManagerService
02-01 11:38:41.247 1317 1317 I SystemServerTiming: StartThermalManager
02-01 11:38:41.247 1317 1317 I SystemServiceManager: Starting
com.android.server.power.ThermalManagerService
02-01 11:38:41.248 1317 1317 I SystemServerTiming: StartHintManager
02-01 11:38:41.249 1317 1317 I SystemServiceManager: Starting
com.android.server.power.hint.HintManagerService
02-01 11:38:41.253 1317 1317 I SystemServerTiming: InitPowerManagement
02-01 11:38:41.255 1317 1317 I SystemServerTiming: StartRecoverySystemService
02-01 11:38:41.255 1317 1317 I SystemServiceManager: Starting
com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:38:41.261 1317 1317 I SystemServerTiming: StartLightsService
02-01 11:38:41.261 1317 1317 I SystemServiceManager: Starting
com.android.server.lights.LightsService
02-01 11:38:41.316 1317 1317 I SystemServerTiming: StartSidekickService
02-01 11:38:41.318 1317 1317 I SystemServerTiming: StartDisplayManager
02-01 11:38:41.319 1317 1317 I SystemServiceManager: Starting
com.android.server.display.DisplayManagerService
02-01 11:38:41.338 1317 1317 I _V_VivoSystemServer: StartVivoDisplayStateManager
02-01 11:38:41.339 1317 1317 I SystemServiceManager: Starting
com.android.server.display.VivoDisplayStateService
02-01 11:38:41.344 1317 1317 I SystemServerTiming: WaitForDisplay
02-01 11:38:41.345 1317 1317 I SystemServiceManager: Starting phase 100
02-01 11:38:41.345 1317 1317 I SystemServerTiming: OnBootPhase_100
02-01 11:38:41.345 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:38:41.345 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.security.FileIntegrityService
02-01 11:38:41.345 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.pm.Installer
02-01 11:38:41.345 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:38:41.345 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:38:41.345 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.powerstats.PowerStatsService
02-01 11:38:41.345 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:38:41.345 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:38:41.345 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.pm.DataLoaderManagerService
02-01 11:38:41.345 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.power.PowerManagerService
02-01 11:38:41.346 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.power.ThermalManagerService
02-01 11:38:41.346 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.power.hint.HintManagerService
02-01 11:38:41.346 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:38:41.346 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.lights.LightsService
02-01 11:38:41.346 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.display.DisplayManagerService
02-01 11:38:41.378 1317 1434 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/hbm_max_brightness: open failed: ENOENT (No such file or directory)
02-01 11:38:41.379 1317 1434 E _V_VivoLcmUtils: Failed to read
/sys/lcm/hbm_max_brightness
02-01 11:38:41.379 1317 1434 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm1/hbm_max_brightness: open failed: ENOENT (No such file or directory)
02-01 11:38:41.379 1317 1434 E _V_VivoLcmUtils: Failed to read
/sys/lcm1/hbm_max_brightness
02-01 11:38:41.380 1317 1434 E _V_VivoLcmUtils: the readKernelNode
is:/sys/class/backlight/panel0-backlight/max_brightness: open failed: ENOENT (No
such file or directory)
02-01 11:38:41.380 1317 1434 E _V_VivoLcmUtils: Failed to read
/sys/class/backlight/panel0-backlight/max_brightness
02-01 11:38:41.382 1317 1434 I _V_RootConfig: lcmId = 0x00000090
02-01 11:38:41.387 1317 1434 I _V_Sensor_BrightnessConfig: bootBrightness = 1146;
isMultilevel = true; maxLcmBrightness = 4095; isUnderProx = false; isUnderLight =
false; minBrightness = 310; gameOptimizedBright = -1.0
02-01 11:38:41.389 1317 1434 I _V_RootConfig: Exception e =
java.io.FileNotFoundException:
/system/etc/SensorConfig/AutoBrightnessLcm2AgloBrLevelVico_0x00000090.json: open
failed: ENOENT (No such file or directory)
02-01 11:38:41.446 1317 1434 E _V_Sensor_JsonObjectOperate: Can't find
file:/system/etc/SensorConfig/AutoBrightnessLcm2AgloBrLevelVico.json
02-01 11:38:41.447 1317 1434 I _V_Sensor_BrightConfig:
/system/etc/SensorConfig/AutoBrightnessLcm2AgloBrLevelVico.json is null! return!
02-01 11:38:41.492 1317 1434 D _V_VivoSurfaceControlBrightness: Check value -1.0
is invalid, return default value 4095.0
02-01 11:38:41.492 1317 1434 D _V_VivoSurfaceControlBrightness: Check value -1.0
is invalid, return default value 2047.0
02-01 11:38:41.492 1317 1434 D _V_VivoSurfaceControlBrightness: Create
VivoSurfaceControlBrightness, max brightness 2047.0, HBM max brightness 4095.0, max
hardware brightness 4095.0, HDR factor 1.0
02-01 11:38:41.511 1317 1434 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, default display true, surface control light status
false
02-01 11:38:41.512 1317 1434 W Looper : Slow dispatch took 177ms android.display
h=com.android.server.display.DisplayManagerService$DisplayManagerHandler c=null m=1
02-01 11:38:41.519 1317 1434 I DisplayDeviceRepository: Display device added:
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state UNKNOWN, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}
02-01 11:38:41.522 1317 1434 I LogicalDisplayMapper: Applying layout: [{addr:
{port=0}, dispId: 0(ON)}], Previous layout: null
02-01 11:38:41.536 1317 1434 I LogicalDisplayMapper: Adding new display: 0:
DisplayInfo{"Built-in Screen", displayId 0", displayGroupId -1, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS, FLAG_TRUSTED, real 720 x 1600, largest app 720 x
1600, smallest app 720 x 1600, appVsyncOff 2400001, presDeadline 28600000, mode 1,
defaultMode 1, modes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, userDisabledHdrTypes [],
minimalPostProcessingSupported false, rotation 0, state UNKNOWN, type INTERNAL,
uniqueId "local:0", app 720 x 1600, density 300 (269.21 x 269.21) dpi, layerStack
0, colorMode 0, supportedColorModes [0], address {port=0}, deviceProductInfo null,
removeMode 0, refreshRateOverride 0.0, brightnessMinimum 0.0, brightnessMaximum
1.0, brightnessDefault 0.4,CurvedDisplayCut
[mEnableCurveCut=false,mCurvedDisplayCutPackage=null]}
02-01 11:38:41.537 1317 1434 I LogicalDisplayMapper: Setting new display group 0
for display 0, from previous group: null
02-01 11:38:41.540 1317 1317 W SystemServiceManager: Service
com.android.server.display.DisplayManagerService took 194 ms in onBootPhase
02-01 11:38:41.540 1317 1317 I SystemServerTiming:
OnBootPhase_100_com.android.server.display.VivoDisplayStateService
02-01 11:38:41.541 1317 1317 I SystemServerTiming: StartDomainVerificationService
02-01 11:38:41.543 1317 1317 I SystemServerTiming: StartPackageManagerService
02-01 11:38:41.544 1317 1317 I Watchdog: Pausing HandlerChecker: main thread for
reason: packagemanagermain. Pause count: 1
02-01 11:38:41.561 1317 1317 I PackageManagerTiming: create package manager
02-01 11:38:41.571 1317 1317 I PackageManagerTiming: createSubComponents
02-01 11:38:41.680 1317 1317 I PackageManagerTiming: addSharedUsers
02-01 11:38:41.709 1317 1503 I _V_VivoPKMSUtils: msg:1000, do nothing.
02-01 11:38:41.709 1317 1317 I _V_VivoPKMSUtils: oemName:PD2236BF_EX_PH_NULL_NULL
path:apps_PD2236BF_EX_PH_NULL_NULL.list
02-01 11:38:41.710 1317 1317 W _V_VivoPKMSUtils: Not found apps_*.list in
/data/vivo-apps
02-01 11:38:41.710 1317 1317 W _V_VivoPKMSUtils: oemApk list not exist, use
default /data/vivo-apps/apps.list
02-01 11:38:41.710 1317 1317 I _V_VivoPKMSUtils: PD2236BF_EX_PH_NULL_NULL
/data/vivo-apps apkListAbsolutePath:null
02-01 11:38:41.710 1317 1317 W _V_VivoPKMSUtils: /data/vivo-apps is Not exist!
02-01 11:38:41.711 1317 1317 I _V_VivoPKMSUtils: oemName:PD2236BF_EX_PH_NULL_NULL
path:apps_PD2236BF_EX_PH_NULL_NULL.list
02-01 11:38:41.712 1317 1317 I _V_VivoPKMSUtils: No need change path. read
path:/apps/apps.list
02-01 11:38:41.712 1317 1317 W _V_VivoPKMSUtils: apps list file path
/apps/apps.list
02-01 11:38:41.712 1317 1317 I _V_VivoPKMSUtils: #### /apps/apps.list not exist.
02-01 11:38:41.713 1317 1317 I _V_VivoPKMSUtils: No need change path. read
path:/system/vivo-apps/apps.list
02-01 11:38:41.713 1317 1317 I _V_VivoPKMSUtils: #####
/system/vivo-apps/apps.list not exist
02-01 11:38:41.719 1317 1317 I _V_VivoPKMSLocManager: false false
02-01 11:38:41.720 1317 1317 I _V_VivoUninstallMgr: UninstallMgr..
02-01 11:38:41.720 1317 1317 I _V_VivoUninstallMgr: init false false
02-01 11:38:41.721 1317 1317 I _V_pkmsReportMgr: pkmsReportMgr init.
02-01 11:38:41.721 1317 1317 W _V_VivoPKMSUtils:
data/system/v_deleted_built_in_app.xml Not exist!
02-01 11:38:41.722 1317 1317 I _V_VivoPKMSUtils: Sys app All exist!
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: Failed to read
:data/system/vgc_deleted_app.list
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils:
java.io.FileNotFoundException: data/system/vgc_deleted_app.list: open failed:
ENOENT (No such file or directory)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
java.io.FileInputStream.<init>(FileInputStream.java:115)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
java.io.FileReader.<init>(FileReader.java:58)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.VivoVGCPKMSUtils.readPacakgeNameList(VivoVGCPKMSUtils.java:36
2)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.VivoVGCPKMSUtils.getDeletedVgcAppsList(VivoVGCPKMSUtils.java:
98)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.VivoPmsImpl.<init>(VivoPmsImpl.java:435)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
com.android.server.VivoSystemServiceFactoryImpl.createVivoPms(VivoSystemServiceFact
oryImpl.java:702)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:7558)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
com.android.server.pm.PackageManagerService.main(PackageManagerService.java:7183)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
com.android.server.SystemServer.startBootstrapServices(SystemServer.java:1368)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
com.android.server.SystemServer.run(SystemServer.java:1054)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
com.android.server.SystemServer.main(SystemServer.java:739)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
java.lang.reflect.Method.invoke(Native Method)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
libcore.io.Linux.open(Native Method)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
02-01 11:38:41.734 1317 1317 E _V_VivoVGCPKMSUtils: ... 15 more
02-01 11:38:41.779 1317 1317 I PackageManagerTiming: get system config
02-01 11:38:41.784 1317 1317 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]
02-01 11:38:41.786 1317 1317 D SELinuxMMAC: Using policy file
/system/etc/selinux/plat_mac_permissions.xml
02-01 11:38:41.790 1317 1317 D SELinuxMMAC: Using policy file
/system_ext/etc/selinux/system_ext_mac_permissions.xml
02-01 11:38:41.791 1317 1317 D SELinuxMMAC: Using policy file
/vendor/etc/selinux/vendor_mac_permissions.xml
02-01 11:38:41.793 1317 1317 I PackageManagerTiming: loadFallbacks
02-01 11:38:41.798 1317 1317 I PackageManagerTiming: read user settings
02-01 11:38:42.050 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.052 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.053 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.053 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.054 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.054 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.055 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.056 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.056 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.057 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.058 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.059 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.059 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.060 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.060 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.061 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.061 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.062 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.062 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.063 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.064 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.064 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.065 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.066 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.066 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.067 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.068 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.068 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.069 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.069 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.070 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.070 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.071 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.072 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.072 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.073 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.074 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.074 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.075 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.076 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.076 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.077 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.077 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.078 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.079 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.079 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.080 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.080 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.081 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.082 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.082 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.083 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.084 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.085 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.085 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.086 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.087 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.087 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.088 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.088 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.089 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.090 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.090 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.091 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.092 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.092 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.093 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.094 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.094 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.095 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.095 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.096 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.096 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.097 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.098 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.098 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.099 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.099 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.100 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.101 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.102 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.102 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.103 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.103 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.104 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.104 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.105 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.105 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.106 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.106 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.107 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.108 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.108 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.109 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.109 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.110 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.110 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.111 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.112 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.112 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.113 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.113 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.114 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.114 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.115 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.116 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.116 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.117 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.117 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.118 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.119 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.120 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.120 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.121 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.121 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.122 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.122 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.123 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.124 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.124 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.125 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.125 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.126 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.127 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.127 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.128 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.128 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.129 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.129 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.130 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.130 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.131 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.132 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.132 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.133 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.134 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.134 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.135 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.136 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.136 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.137 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.138 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.138 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.139 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.140 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.140 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.141 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.141 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.142 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.143 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.144 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.144 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.145 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.145 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.146 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.147 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.147 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.148 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.148 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.151 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.151 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.152 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.153 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.154 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.154 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.155 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.155 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.156 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.156 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.157 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.158 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.159 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.159 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.160 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.161 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.161 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.162 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.162 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.163 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.164 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.164 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.165 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.165 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.166 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.166 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.167 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.172 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.173 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.174 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.175 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.175 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.176 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.177 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.177 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.178 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.178 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.179 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.180 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.180 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.181 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.181 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.182 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.182 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.183 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.184 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.185 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.185 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.186 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.187 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.188 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.188 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.189 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.190 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.190 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.191 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.191 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.192 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.192 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.193 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.194 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.194 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.195 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.195 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.196 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.196 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.197 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.198 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.198 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.199 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.199 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.200 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.201 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.201 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.202 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.203 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.203 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.204 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.205 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.205 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.206 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.206 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.207 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.208 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.208 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.209 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.211 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.212 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.213 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.213 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.214 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.215 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.215 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.216 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.216 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.217 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.218 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.219 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.219 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.220 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.220 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.221 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.222 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.223 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.223 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.224 1317 1317 W android.permission.PermissionManager: Missing
ActivityManager; assuming 1000 holds android.permission.SET_PREFERRED_APPLICATIONS
02-01 11:38:42.361 1317 1317 W PackageSettings: Missing permission state for
shared user: android.uid.log
02-01 11:38:42.361 1317 1317 W PackageSettings: Missing permission state for
shared user: android.uid.nfc
02-01 11:38:42.361 1317 1317 W PackageSettings: Missing permission state for
shared user: android.uid.uwb
02-01 11:38:42.361 1317 1317 W PackageSettings: Missing permission state for
shared user: android.uid.se
02-01 11:38:42.430 1317 1317 D _V_VivoPmsABUpgradeUtil: It do not need updat 3rd
app
02-01 11:38:42.432 1317 1317 D PackageManager: Keeping known cache
37948c7af431a03063993b733efb81f9e0b3fea9
02-01 11:38:42.459 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 143539591; UID -1; state: ENABLED
02-01 11:38:42.504 1317 1317 W PackageManager: Failed to parse
/system/framework/arm: Missing base APK in /system/framework/arm
02-01 11:38:42.505 1317 1317 I PackageManager: /system/framework/wmshellapp.apk
changed; collecting certs
02-01 11:38:42.513 1317 1317 W PackageManager: Failed to scan
/system/framework/wmshellapp.apk: Failed collecting certificates for
/system/framework/wmshellapp.apk
02-01 11:38:42.513 1317 1317 W PackageManager: Failed to parse
/system/framework/oat: Missing base APK in /system/framework/oat/arm
02-01 11:38:42.513 1317 1317 W PackageManager: Failed to parse
/system/framework/vivo-res.apk: Invalid manifest package: must have at least one
'.' separator
02-01 11:38:42.543 1317 1317 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/system/priv-app filename:TelephonyProvider_T1
02-01 11:38:42.547 1317 1317 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/system/priv-app filename:MmsService_T1
02-01 11:38:42.569 1317 1317 D PackageManager: updatedPkg =
PackageSetting{c89e049 com.facebook.system/10034}
02-01 11:38:42.571 1317 1317 W PackageManager: Failed to scan
/system/priv-app/facebook-installer: Package com.facebook.system at /system/priv-
app/facebook-installer ignored: updated version 674463269 better than this
508800070
02-01 11:38:42.589 1317 1317 D PackageManager: updatedPkg =
PackageSetting{ba837f3 com.vivo.appstore/10038}
02-01 11:38:42.591 1317 1317 W PackageManager: Failed to scan
/system/priv-app/VivoAppStoreEX: Package com.vivo.appstore at
/system/priv-app/VivoAppStoreEX ignored: updated version 7030002 better than this
5110902
02-01 11:38:42.609 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 143539591; UID -1; state: DISABLED
02-01 11:38:42.610 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 168782947; UID -1; state: ENABLED
02-01 11:38:42.617 1317 1317 D PackageManager: updatedPkg =
PackageSetting{e2028fc com.facebook.services/10042}
02-01 11:38:42.619 1317 1317 W PackageManager: Failed to scan
/system/priv-app/facebook-services: Package com.facebook.services at /system/priv-
app/facebook-services ignored: updated version 674463286 better than this 508800081
02-01 11:38:42.661 1317 1317 D PackageManager: updatedPkg =
PackageSetting{cfccd3d com.vivo.browser/10052}
02-01 11:38:42.663 1317 1317 W PackageManager: Failed to scan
/system/priv-app/VivoBrowser: Package com.vivo.browser at
/system/priv-app/VivoBrowser ignored: updated version 29002 better than this 23981
02-01 11:38:42.664 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 168782947; UID -1; state: DISABLED
02-01 11:38:42.689 1317 1317 D PackageManager: updatedPkg =
PackageSetting{fc080a8 com.vivo.easyshare/10054}
02-01 11:38:42.692 1317 1317 W PackageManager: Failed to scan
/system/priv-app/EasyShareGlobal: Package com.vivo.easyshare at
/system/priv-app/EasyShareGlobal ignored: updated version 2197 better than this
1920
02-01 11:38:42.695 1317 1317 D PackageManager: updatedPkg =
PackageSetting{61a27c1 com.android.mms/10057}
02-01 11:38:42.696 1317 1317 W PackageManager: Failed to scan
/system/priv-app/Mms: Package com.android.mms at /system/priv-app/Mms ignored:
updated version 703006 better than this 642006
02-01 11:38:42.752 1317 1317 I _V_VivoPmsImpl: skip mIsOverseas :true,
filePathString:vivoDemoVideo
02-01 11:38:42.753 1317 1317 I _V_VivoPmsImpl: It is in blackapp.list, We do not
need to scan:/system/app filename:VivoTips
02-01 11:38:42.754 1317 1317 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/system/app filename:VivoThemeRes_T1
02-01 11:38:42.754 1317 1317 I _V_VivoPmsImpl: It is in blackapp.list, We do not
need to scan:/system/app filename:Compass
02-01 11:38:42.794 1317 1317 D PackageManager: updatedPkg =
PackageSetting{b3ce852 com.vivo.imanager/10073}
02-01 11:38:42.796 1317 1317 W PackageManager: Failed to scan
/system/app/IManager: Package com.vivo.imanager at /system/app/IManager ignored:
updated version 3150000 better than this 3090000
02-01 11:38:42.813 1317 1317 D PackageManager: updatedPkg =
PackageSetting{f5dff44 com.bbk.account/10079}
02-01 11:38:42.816 1317 1317 W PackageManager: Failed to scan
/system/app/BBKAccount: Package com.bbk.account at /system/app/BBKAccount ignored:
updated version 6440 better than this 6230
02-01 11:38:42.851 1317 1317 D PackageManager: updatedPkg =
PackageSetting{8b56658 com.vivo.pushservice/10081}
02-01 11:38:42.853 1317 1317 W PackageManager: Failed to scan
/system/app/vivoPushEngine: Package com.vivo.pushservice at
/system/app/vivoPushEngine ignored: updated version 5410000 better than this
5310000
02-01 11:38:42.879 1317 1317 D PackageManager: updatedPkg =
PackageSetting{800dc39 com.vivo.website/10086}
02-01 11:38:42.881 1317 1317 W PackageManager: Failed to scan
/system/app/VivoWebsite: Package com.vivo.website at /system/app/VivoWebsite
ignored: updated version 46912 better than this 46711
02-01 11:38:42.908 1317 1317 I _V_VivoPmsImpl:
codePath:/system/app/VivoDaemonService pkg:Package{1b6b7b9 com.vivo.daemonService}
02-01 11:38:42.915 1317 1317 D PackageManager: updatedPkg =
PackageSetting{33eae0c com.vivo.game/10095}
02-01 11:38:42.916 1317 1317 W PackageManager: Failed to scan
/system/app/vivogame: Package com.vivo.game at /system/app/vivogame ignored:
updated version 30030 better than this 27010
02-01 11:38:42.938 1317 1317 D PackageManager: updatedPkg =
PackageSetting{17e2906 com.facebook.appmanager/10099}
02-01 11:38:42.940 1317 1317 W PackageManager: Failed to scan
/system/app/facebook-appmanager: Package com.facebook.appmanager at
/system/app/facebook-appmanager ignored: updated version 674463338 better than this
508800190
02-01 11:38:42.951 1317 1317 D PackageManager: updatedPkg =
PackageSetting{2537631 com.google.android.inputmethod.latin/10119}
02-01 11:38:42.953 1317 1317 W PackageManager: Failed to scan /system/app/Gboard:
Package com.google.android.inputmethod.latin at /system/app/Gboard ignored: updated
version 157445469 better than this 83221721
02-01 11:38:42.960 1317 1317 D PackageManager: updatedPkg =
PackageSetting{521ba69 com.bbk.theme/10116}
02-01 11:38:42.963 1317 1317 W PackageManager: Failed to scan
/system/app/BBKTheme: Package com.bbk.theme at /system/app/BBKTheme ignored:
updated version 10100 better than this 7921
02-01 11:38:43.025 1317 1317 D PackageManager: updatedPkg =
PackageSetting{c40740c com.vivo.unionpay/10130}
02-01 11:38:43.027 1317 1317 W PackageManager: Failed to scan
/system/app/VivoUnionPayEx: Package com.vivo.unionpay at /system/app/VivoUnionPayEx
ignored: updated version 2590 better than this 2410
02-01 11:38:43.063 1317 1317 W PackageManager: Failed to parse
/vendor/app/mcRegistry: Missing base APK in /vendor/app/mcRegistry
02-01 11:38:43.073 1317 1317 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/priv-app filename:CarrierServices
02-01 11:38:43.073 1317 1317 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/priv-app filename:MessagesGo
02-01 11:38:43.073 1317 1317 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/priv-app filename:GoogleDialerGo
02-01 11:38:43.080 1317 1317 D PackageManager: updatedPkg =
PackageSetting{e738020 com.google.android.apps.restore/10146}
02-01 11:38:43.081 1317 1317 W PackageManager: Failed to scan
/product/priv-app/GoogleRestore: Package com.google.android.apps.restore at
/product/priv-app/GoogleRestore ignored: updated version 674478 better than this
22680
02-01 11:38:43.082 1317 1317 D PackageManager: updatedPkg = PackageSetting{f77dd9
com.google.android.partnersetup/10143}
02-01 11:38:43.084 1317 1317 W PackageManager: Failed to scan
/product/priv-app/GooglePartnerSetup: Package com.google.android.partnersetup at
/product/priv-app/GooglePartnerSetup ignored: updated version 1997 better than this
1212
02-01 11:38:43.088 1317 1317 D PackageManager: updatedPkg =
PackageSetting{82df602 com.google.android.apps.wellbeing/10149}
02-01 11:38:43.090 1317 1317 W PackageManager: Failed to scan
/product/priv-app/Wellbeing: Package com.google.android.apps.wellbeing at
/product/priv-app/Wellbeing ignored: updated version 674697 better than this 297547
02-01 11:38:43.090 1317 1317 D PackageManager: updatedPkg =
PackageSetting{4128b13 com.google.android.apps.assistant/10148}
02-01 11:38:43.092 1317 1317 W PackageManager: Failed to scan
/product/priv-app/AssistantGo: Package com.google.android.apps.assistant at
/product/priv-app/AssistantGo ignored: updated version 34610 better than this 11773
02-01 11:38:43.097 1317 1317 D PackageManager: updatedPkg =
PackageSetting{5f73150 com.google.android.apps.nbu.files/10151}
02-01 11:38:43.099 1317 1317 W PackageManager: Failed to scan
/product/priv-app/FilesGoogleGo: Package com.google.android.apps.nbu.files at
/product/priv-app/FilesGoogleGo ignored: updated version 1184642 better than this
378658
02-01 11:38:43.119 1317 1317 D PackageManager: updatedPkg =
PackageSetting{b10c56f com.google.android.apps.searchlite/10150}
02-01 11:38:43.120 1317 1317 W PackageManager: Failed to scan
/product/priv-app/GoogleSearchGo: Package com.google.android.apps.searchlite at
/product/priv-app/GoogleSearchGo ignored: updated version 1027195 better than this
533067
02-01 11:38:43.125 1317 1317 D PackageManager: updatedPkg =
PackageSetting{526127c com.android.vending/10153}
02-01 11:38:43.126 1317 1317 W PackageManager: Failed to scan
/product/priv-app/Phonesky: Package com.android.vending at
/product/priv-app/Phonesky ignored: updated version 84462530 better than this
83103910
02-01 11:38:43.138 1317 1317 D PackageManager: updatedPkg =
PackageSetting{2bfd705 com.google.android.gms/10154}
02-01 11:38:43.139 1317 1317 W PackageManager: Failed to scan
/product/priv-app/GmsCoreGo: Package com.google.android.gms at
/product/priv-app/GmsCoreGo ignored: updated version 245064060 better than this
220618066
02-01 11:38:43.143 1317 1317 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/app filename:GoogleContacts
02-01 11:38:43.145 1317 1317 I _V_VivoPmsImpl: It is in vgc black list, We do not
need to scan:/product/app filename:Keep
02-01 11:38:43.152 1317 1317 D PackageManager: updatedPkg =
PackageSetting{210435a com.google.android.apps.youtube.music/10160}
02-01 11:38:43.154 1317 1317 W PackageManager: Failed to scan
/product/app/YTMusic: Package com.google.android.apps.youtube.music at
/product/app/YTMusic ignored: updated version 80452230 better than this 44151230
02-01 11:38:43.156 1317 1317 D PackageManager: updatedPkg =
PackageSetting{70e498b com.google.android.apps.photosgo/10156}
02-01 11:38:43.158 1317 1317 W PackageManager: Failed to scan
/product/app/GalleryGo: Package com.google.android.apps.photosgo at
/product/app/GalleryGo ignored: updated version 20747310 better than this 7070094
02-01 11:38:43.166 1317 1317 D PackageManager: updatedPkg =
PackageSetting{8218e80 com.google.android.calendar/10161}
02-01 11:38:43.169 1317 1317 W PackageManager: Failed to scan
/product/app/CalendarGoogle: Package com.google.android.calendar at
/product/app/CalendarGoogle ignored: updated version 2017662395 better than this
2017021936
02-01 11:38:43.169 1317 1317 D PackageManager: updatedPkg =
PackageSetting{6b4dcb9 com.google.android.tts/10159}
02-01 11:38:43.171 1317 1317 W PackageManager: Failed to scan
/product/app/SpeechServicesByGoogle: Package com.google.android.tts at
/product/app/SpeechServicesByGoogle ignored: updated version 210531873 better than
this 210333541
02-01 11:38:43.179 1317 1317 D PackageManager: updatedPkg =
PackageSetting{d5112ac com.google.android.youtube/10163}
02-01 11:38:43.183 1317 1317 W PackageManager: Failed to scan
/product/app/YouTube: Package com.google.android.youtube at /product/app/YouTube
ignored: updated version 1552287168 better than this 1524094400
02-01 11:38:43.184 1317 1317 D PackageManager: updatedPkg =
PackageSetting{c3d8b75 com.google.android.apps.tachyon/10164}
02-01 11:38:43.188 1317 1317 W PackageManager: Failed to scan /product/app/Duo:
Package com.google.android.apps.tachyon at /product/app/Duo ignored: updated
version 5815892 better than this 3185742
02-01 11:38:43.190 1317 1317 D PackageManager: updatedPkg =
PackageSetting{830370a com.google.android.apps.maps/10168}
02-01 11:38:43.193 1317 1317 W PackageManager: Failed to scan /product/app/Maps:
Package com.google.android.apps.maps at /product/app/Maps ignored: updated version
1067899464 better than this 1066115287
02-01 11:38:43.201 1317 1317 D PackageManager: updatedPkg =
PackageSetting{bec8457 com.google.android.webview/10165}
02-01 11:38:43.203 1317 1317 W PackageManager: Failed to scan
/product/app/WebViewGoogle: Package com.google.android.webview at
/product/app/WebViewGoogle ignored: updated version 683416330 better than this
511209730
02-01 11:38:43.204 1317 1317 D PackageManager: updatedPkg =
PackageSetting{6510b44 com.android.chrome/10167}
02-01 11:38:43.206 1317 1317 W PackageManager: Failed to scan
/product/app/Chrome: Package com.android.chrome at /product/app/Chrome ignored:
updated version 683407930 better than this 511209730
02-01 11:38:43.206 1317 1317 D PackageManager: updatedPkg =
PackageSetting{c88b42d com.google.android.marvin.talkback/10170}
02-01 11:38:43.208 1317 1317 W PackageManager: Failed to scan
/product/app/talkback: Package com.google.android.marvin.talkback at
/product/app/talkback ignored: updated version 60143455 better than this 60119610
02-01 11:38:43.209 1317 1317 D PackageManager: updatedPkg =
PackageSetting{4e89d62 com.google.android.gm/10169}
02-01 11:38:43.211 1317 1317 W PackageManager: Failed to scan
/product/app/Gmail2: Package com.google.android.gm at /product/app/Gmail2 ignored:
updated version 64954140 better than this 62777361
02-01 11:38:43.401 1317 1317 I _V_VivoPmsImpl: scan VGC system apps.
02-01 11:38:43.403 1317 1317 W _V_PackageManager: Donot scan /data/vivo-apps
02-01 11:38:43.404 1317 1317 I _V_VivoPmsImpl: scan VGC data apps.
02-01 11:38:43.404 1317 1317 I _V_VivoPmsImpl: scan preload apps.
02-01 11:38:43.412 1317 1317 W PackageManager: Failed to parse
/data/preload/PD2236BF_EX_PH_NULL_NULL: Missing base APK in
/data/preload/PD2236BF_EX_PH_NULL_NULL
02-01 11:38:43.413 1317 1317 W PackageManager: Deleting invalid package at
/data/preload/PD2236BF_EX_PH_NULL_NULL,error:-101
02-01 11:38:43.418 1317 1317 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/PD2236BF_EX_PH_NULL_NULL
02-01 11:38:43.419 1317 1317 W _V_VivoPmsImpl:
/data/preload/PD2236BF_EX_PH_NULL_NULL is not need remove.
02-01 11:38:43.421 1317 1317 W PackageManager: Failed to parse
/data/preload/config: Missing base APK in /data/preload/config
02-01 11:38:43.421 1317 1317 W PackageManager: Deleting invalid package at
/data/preload/config,error:-101
02-01 11:38:43.424 1317 1317 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/config
02-01 11:38:43.425 1317 1317 W _V_VivoPmsImpl: /data/preload/config is not need
remove.
02-01 11:38:43.428 1317 1317 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/~~e-5a3EAPA-DJRPAokr5hug==/com.ss.android.ugc.trill-
tZ8euRDOFBL6YilDS0-EcQ==; ignoring.
02-01 11:38:43.428 1317 1317 W PackageManager: Deleting invalid package at
/data/preload/com.ss.android.ugc.trill,error:-23
02-01 11:38:43.430 1317 1317 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.ss.android.ugc.trill
02-01 11:38:43.431 1317 1317 W _V_VivoPmsImpl:
/data/preload/com.ss.android.ugc.trill is not need remove.
02-01 11:38:43.432 1317 1317 I _V_VivoPmsImpl: scan_chekc Package{241cc71
com.google.android.apps.subscriptions.red}
path:/data/preload/com.google.android.apps.subscriptions.red
02-01 11:38:43.433 1317 1317 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red]
02-01 11:38:43.436 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 133396946; UID -1; state: DISABLED
02-01 11:38:43.441 1317 1317 I _V_VivoPmsImpl: scan_chekc Package{9c79d16
com.google.android.apps.magazines}
path:/data/preload/com.google.android.apps.magazines
02-01 11:38:43.441 1317 1317 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
com.google.android.apps.magazines]
02-01 11:38:43.450 1317 1317 W PackageManager: Failed to scan
/data/preload/com.facebook.lite: Application package com.facebook.lite found at
/data/preload/com.facebook.lite but expected at /data/app/~~uaCIcQ4dc7gMVkvLbZwH-
A==/com.facebook.lite-Ucn6ORAstzvtZY_sxKO3pQ==; ignoring.
02-01 11:38:43.451 1317 1317 W PackageManager: Deleting invalid package at
/data/preload/com.facebook.lite,error:-23
02-01 11:38:43.452 1317 1317 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/preload/com.facebook.lite
02-01 11:38:43.453 1317 1317 W _V_VivoPmsImpl: /data/preload/com.facebook.lite is
not need remove.
02-01 11:38:43.459 1317 1317 I _V_VivoPmsImpl: scan_chekc Package{a6cc78b
com.google.android.videos} path:/data/preload/com.google.android.videos
02-01 11:38:43.460 1317 1317 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
com.google.android.apps.magazines, com.facebook.lite, com.google.android.videos]
02-01 11:38:43.473 1317 1317 I _V_VivoPmsImpl: scan_chekc Package{e9084c3
com.spotify.music} path:/data/preload/com.spotify.music
02-01 11:38:43.473 1317 1317 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
com.google.android.apps.magazines, com.facebook.lite, com.google.android.videos,
com.spotify.music]
02-01 11:38:43.475 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 133396946; UID -1; state: ENABLED
02-01 11:38:43.481 1317 1317 I _V_VivoPmsImpl: scan_chekc Package{b5f565c
com.google.android.apps.docs} path:/data/preload/com.google.android.apps.docs
02-01 11:38:43.481 1317 1317 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
com.google.android.apps.magazines, com.facebook.lite, com.google.android.videos,
com.spotify.music, com.google.android.apps.docs]
02-01 11:38:43.490 1317 1317 I _V_VivoPmsImpl: scan_chekc Package{7623e47
com.shopee.ph} path:/data/preload/com.shopee.ph
02-01 11:38:43.490 1317 1317 I _V_VivoPmsImpl: systemReady... DeletedList []
apkList:[com.ss.android.ugc.trill, com.google.android.apps.subscriptions.red,
com.google.android.apps.magazines, com.facebook.lite, com.google.android.videos,
com.spotify.music, com.google.android.apps.docs, com.shopee.ph]
02-01 11:38:43.496 1317 1317 W PackageManager: Skipping provider name
com.shopee.ph.fileprovider (in package com.shopee.ph): name already used by
com.shopee.ph
02-01 11:38:43.496 1317 1317 W PackageManager: Skipping provider name
com.shopee.ph.fileprovider (in package com.shopee.ph): name already used by
com.shopee.ph
02-01 11:38:43.500 1317 1317 I PackageManager: Finished scanning system apps.
Time: 1071 ms, packageCount: 207 , timePerPackage: 5 , cached: 236
02-01 11:38:43.523 1317 1317 D PackageManager: updatedPkg =
PackageSetting{2537631 com.google.android.inputmethod.latin/10119}
02-01 11:38:43.525 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.inputmethod.latin
02-01 11:38:43.560 1317 1317 D PackageManager: updatedPkg =
PackageSetting{5f73150 com.google.android.apps.nbu.files/10151}
02-01 11:38:43.572 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.nbu.files
02-01 11:38:43.609 1317 1317 D PackageManager: updatedPkg =
PackageSetting{fc080a8 com.vivo.easyshare/10054}
02-01 11:38:43.611 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.easyshare
02-01 11:38:43.619 1317 1317 D PackageManager: updatedPkg =
PackageSetting{6510b44 com.android.chrome/10167}
02-01 11:38:43.628 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.android.chrome
02-01 11:38:43.661 1317 1317 D PackageManager: updatedPkg =
PackageSetting{800dc39 com.vivo.website/10086}
02-01 11:38:43.663 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.website
02-01 11:38:43.704 1317 1317 D PackageManager: updatedPkg =
PackageSetting{b10c56f com.google.android.apps.searchlite/10150}
02-01 11:38:43.709 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.searchlite
02-01 11:38:43.716 1317 1317 D PackageManager: updatedPkg =
PackageSetting{ba837f3 com.vivo.appstore/10038}
02-01 11:38:43.718 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.appstore
02-01 11:38:43.727 1317 1317 D PackageManager: updatedPkg =
PackageSetting{4e89d62 com.google.android.gm/10169}
02-01 11:38:43.730 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.gm
02-01 11:38:43.818 1317 1317 D PackageManager: updatedPkg =
PackageSetting{f5dff44 com.bbk.account/10079}
02-01 11:38:43.820 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.bbk.account
02-01 11:38:43.826 1317 1317 D PackageManager: updatedPkg =
PackageSetting{8218e80 com.google.android.calendar/10161}
02-01 11:38:43.830 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.calendar
02-01 11:38:43.836 1317 1317 D PackageManager: updatedPkg =
PackageSetting{70e498b com.google.android.apps.photosgo/10156}
02-01 11:38:43.840 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.photosgo
02-01 11:38:43.844 1317 1317 D PackageManager: updatedPkg =
PackageSetting{c3d8b75 com.google.android.apps.tachyon/10164}
02-01 11:38:43.849 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.tachyon
02-01 11:38:43.966 1317 1317 D PackageManager: updatedPkg =
PackageSetting{cfccd3d com.vivo.browser/10052}
02-01 11:38:43.968 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.browser
02-01 11:38:43.992 1317 1317 W PackageManager: Skipping provider name
com.vivo.browser.upgrade (in package com.vivo.browser): name already used by
com.vivo.browser
02-01 11:38:44.010 1317 1317 D PackageManager: updatedPkg =
PackageSetting{17e2906 com.facebook.appmanager/10099}
02-01 11:38:44.012 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.facebook.appmanager
02-01 11:38:44.028 1317 1317 D PackageManager: updatedPkg =
PackageSetting{e2028fc com.facebook.services/10042}
02-01 11:38:44.030 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.facebook.services
02-01 11:38:44.035 1317 1317 D PackageManager: updatedPkg =
PackageSetting{d5112ac com.google.android.youtube/10163}
02-01 11:38:44.039 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.youtube
02-01 11:38:44.052 1317 1317 D PackageManager: updatedPkg = PackageSetting{f77dd9
com.google.android.partnersetup/10143}
02-01 11:38:44.055 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.partnersetup
02-01 11:38:44.069 1317 1317 D PackageManager: updatedPkg =
PackageSetting{82df602 com.google.android.apps.wellbeing/10149}
02-01 11:38:44.071 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.wellbeing
02-01 11:38:44.077 1317 1317 I _V_VivoPmsImpl: scan_chekc Package{e98d8f7
com.ss.android.ugc.trill}
path:/data/app/~~e-5a3EAPA-DJRPAokr5hug==/com.ss.android.ugc.trill-
tZ8euRDOFBL6YilDS0-EcQ==
02-01 11:38:44.095 1317 1317 D PackageManager: updatedPkg =
PackageSetting{e738020 com.google.android.apps.restore/10146}
02-01 11:38:44.097 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.restore
02-01 11:38:44.101 1317 1317 D PackageManager: updatedPkg =
PackageSetting{521ba69 com.bbk.theme/10116}
02-01 11:38:44.102 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.bbk.theme
02-01 11:38:44.107 1317 1317 I _V_VivoPmsImpl: scan_chekc Package{7a2e997
com.facebook.lite} path:/data/app/~~uaCIcQ4dc7gMVkvLbZwH-A==/com.facebook.lite-
Ucn6ORAstzvtZY_sxKO3pQ==
02-01 11:38:44.124 1317 1317 D PackageManager: updatedPkg =
PackageSetting{4128b13 com.google.android.apps.assistant/10148}
02-01 11:38:44.125 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.assistant
02-01 11:38:44.128 1317 1317 D PackageManager: updatedPkg =
PackageSetting{c88b42d com.google.android.marvin.talkback/10170}
02-01 11:38:44.130 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.marvin.talkback
02-01 11:38:44.140 1317 1317 D PackageManager: updatedPkg =
PackageSetting{210435a com.google.android.apps.youtube.music/10160}
02-01 11:38:44.142 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.youtube.music
02-01 11:38:44.147 1317 1317 D PackageManager: updatedPkg =
PackageSetting{bec8457 com.google.android.webview/10165}
02-01 11:38:44.149 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.webview
02-01 11:38:44.153 1317 1317 D PackageManager: updatedPkg =
PackageSetting{c89e049 com.facebook.system/10034}
02-01 11:38:44.154 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.facebook.system
02-01 11:38:44.157 1317 1317 D PackageManager: updatedPkg =
PackageSetting{6b4dcb9 com.google.android.tts/10159}
02-01 11:38:44.159 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.tts
02-01 11:38:44.163 1317 1317 D PackageManager: updatedPkg =
PackageSetting{2bfd705 com.google.android.gms/10154}
02-01 11:38:44.169 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.gms
02-01 11:38:44.208 1317 1317 D PackageManager: updatedPkg =
PackageSetting{830370a com.google.android.apps.maps/10168}
02-01 11:38:44.211 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.google.android.apps.maps
02-01 11:38:44.237 1317 1317 D PackageManager: updatedPkg =
PackageSetting{c40740c com.vivo.unionpay/10130}
02-01 11:38:44.239 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.unionpay
02-01 11:38:44.241 1317 1317 D PackageManager: updatedPkg =
PackageSetting{61a27c1 com.android.mms/10057}
02-01 11:38:44.243 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.android.mms
02-01 11:38:44.248 1317 1317 D PackageManager: updatedPkg =
PackageSetting{526127c com.android.vending/10153}
02-01 11:38:44.250 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.android.vending
02-01 11:38:44.300 1317 1317 D PackageManager: updatedPkg =
PackageSetting{8b56658 com.vivo.pushservice/10081}
02-01 11:38:44.302 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.pushservice
02-01 11:38:44.311 1317 1317 D PackageManager: updatedPkg =
PackageSetting{33eae0c com.vivo.game/10095}
02-01 11:38:44.313 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.game
02-01 11:38:44.317 1317 1317 D PackageManager: updatedPkg =
PackageSetting{b3ce852 com.vivo.imanager/10073}
02-01 11:38:44.319 1317 1317 W PackageManager: Relax SCAN_REQUIRE_KNOWN
requirement for package com.vivo.imanager
02-01 11:38:44.329 1317 1317 I PackageManager: Finished scanning non-system apps.
Time: 830 ms, packageCount: 58 , timePerPackage: 14 , cached: 66
02-01 11:38:44.330 1317 1317 W PackageManager: There should probably be exactly
one storage manager; found 2: matches=[ResolveInfo{f8ac307
com.google.android.apps.nbu.files/.home.HomeActivity p=100 m=0x108000},
ResolveInfo{3eb5c34
com.android.storagemanager/.deletionhelper.DeletionHelperActivity m=0x108000}]
02-01 11:38:44.348 1317 1317 I PackageManager: Time to scan packages: 1.92
seconds
02-01 11:38:44.381 1317 1317 I PackageManager: Permission ownership changed.
Updating all permissions.
02-01 11:38:44.552 1317 1317 V PackageManager: reconcileAppsData for null u0 0x1
migrateAppData=true
02-01 11:38:44.875 1317 1317 V PackageManager: reconcileAppsData finished 34
packages
02-01 11:38:44.876 1317 1317 I PackageManagerTiming: write settings
02-01 11:38:44.876 1317 1514 I SystemServerTimingAsync:
InitThreadPoolExec:prepareAppData
02-01 11:38:44.880 1317 1317 W PackageManager: Preserving older settings backup
02-01 11:38:45.089 1317 1317 I PackageManagerTiming: GC
02-01 11:38:45.090 1317 1317 I PackageManager: Fix for b/169414761 is applied
02-01 11:38:45.113 1317 1317 D PackageManager: idleDexoptAppSet =
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.google.android.apps.youtube.music,
com.google.android.inputmethod.latin}
02-01 11:38:45.113 1317 1317 D PackageManager: initIdleDexoptAppsSet:
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.google.android.apps.youtube.music,
com.google.android.inputmethod.latin}
02-01 11:38:45.180 1317 1317 V UserManagerService: Checking that all system
packages are whitelisted.
02-01 11:38:45.182 1317 1317 W UserManagerService:
checkWhitelistedSystemPackages(mode=ENFORCE|IMPLICIT_WHITELIST) has 50 warnings:
02-01 11:38:45.183 1317 1317 W UserManagerService:
com.android.theme.color.amethyst is allowlisted but not present.
02-01 11:38:45.183 1317 1317 W UserManagerService: com.android.theme.icon.pebble
is allowlisted but not present.
02-01 11:38:45.183 1317 1317 W UserManagerService: com.android.theme.color.sand
is allowlisted but not present.
02-01 11:38:45.183 1317 1317 W UserManagerService: com.android.theme.icon.vessel
is allowlisted but not present.
02-01 11:38:45.183 1317 1317 W UserManagerService:
com.android.theme.color.cinnamon is allowlisted but not present.
02-01 11:38:45.183 1317 1317 W UserManagerService:
com.android.theme.icon_pack.victor.settings is allowlisted but not present.
02-01 11:38:45.184 1317 1317 W UserManagerService:
com.android.theme.icon_pack.rounded.systemui is allowlisted but not present.
02-01 11:38:45.184 1317 1317 W UserManagerService:
com.android.theme.icon.taperedrect is allowlisted but not present.
02-01 11:38:45.184 1317 1317 W UserManagerService:
com.android.theme.icon_pack.rounded.android is allowlisted but not present.
02-01 11:38:45.184 1317 1317 W UserManagerService:
com.android.theme.icon_pack.victor.systemui is allowlisted but not present.
02-01 11:38:45.185 1317 1317 W UserManagerService:
com.android.theme.icon_pack.circular.themepicker is allowlisted but not present.
02-01 11:38:45.185 1317 1317 W UserManagerService:
com.android.theme.color.tangerine is allowlisted but not present.
02-01 11:38:45.185 1317 1317 W UserManagerService:
com.android.theme.color.aquamarine is allowlisted but not present.
02-01 11:38:45.185 1317 1317 W UserManagerService: com.android.theme.color.black
is allowlisted but not present.
02-01 11:38:45.185 1317 1317 W UserManagerService: com.android.theme.color.green
is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService: com.android.theme.color.ocean
is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService: com.android.theme.color.space
is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService:
com.android.theme.icon_pack.rounded.launcher is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService:
com.android.theme.icon_pack.kai.settings is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService:
com.android.internal.systemui.navbar.twobutton is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService:
com.android.theme.icon_pack.sam.settings is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService:
com.android.theme.icon_pack.kai.themepicker is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService:
com.android.theme.icon_pack.victor.launcher is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService:
com.android.theme.icon_pack.filled.settings is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService:
com.android.theme.icon_pack.kai.systemui is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService:
com.android.theme.icon_pack.circular.settings is allowlisted but not present.
02-01 11:38:45.186 1317 1317 W UserManagerService:
com.android.theme.icon_pack.sam.systemui is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.icon.teardrop is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.icon_pack.rounded.themepicker is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.icon_pack.filled.systemui is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.icon_pack.sam.android is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.icon_pack.filled.android is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.icon_pack.circular.systemui is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.icon_pack.kai.android is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.icon_pack.kai.launcher is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.icon_pack.sam.launcher is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.icon.squircle is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.icon_pack.victor.android is allowlisted but not present.
02-01 11:38:45.187 1317 1317 W UserManagerService:
com.android.theme.color.palette is allowlisted but not present.
02-01 11:38:45.188 1317 1317 W UserManagerService:
com.android.theme.icon_pack.filled.launcher is allowlisted but not present.
02-01 11:38:45.188 1317 1317 W UserManagerService: com.android.theme.color.carbon
is allowlisted but not present.
02-01 11:38:45.188 1317 1317 W UserManagerService:
com.android.theme.icon_pack.circular.launcher is allowlisted but not present.
02-01 11:38:45.188 1317 1317 W UserManagerService:
com.android.theme.icon_pack.filled.themepicker is allowlisted but not present.
02-01 11:38:45.188 1317 1317 W UserManagerService:
com.android.theme.icon_pack.victor.themepicker is allowlisted but not present.
02-01 11:38:45.188 1317 1317 W UserManagerService: com.android.theme.color.orchid
is allowlisted but not present.
02-01 11:38:45.188 1317 1317 W UserManagerService: com.android.theme.color.purple
is allowlisted but not present.
02-01 11:38:45.188 1317 1317 W UserManagerService:
com.android.theme.icon_pack.sam.themepicker is allowlisted but not present.
02-01 11:38:45.188 1317 1317 W UserManagerService:
com.android.theme.icon.roundedrect is allowlisted but not present.
02-01 11:38:45.188 1317 1317 W UserManagerService:
com.android.theme.icon_pack.rounded.settings is allowlisted but not present.
02-01 11:38:45.188 1317 1317 W UserManagerService:
com.android.theme.icon_pack.circular.android is allowlisted but not present.
02-01 11:38:45.191 1317 1317 I Watchdog: Resuming HandlerChecker: main thread for
reason: packagemanagermain. Pause count: 0
02-01 11:38:45.191 1317 1317 I SystemServerDexLoadReporter: Configuring system
server dex reporter
02-01 11:38:45.228 1317 1317 I SystemServerTiming: StartOtaDexOptService
02-01 11:38:45.228 1317 1317 I Watchdog: Pausing HandlerChecker: main thread for
reason: moveab. Pause count: 1
02-01 11:38:45.230 1317 1317 D OTADexopt: No upgrade, skipping A/B artifacts
check.
02-01 11:38:45.230 1317 1317 I Watchdog: Resuming HandlerChecker: main thread for
reason: moveab. Pause count: 0
02-01 11:38:45.230 1317 1317 I SystemServerTiming: StartUserManagerService
02-01 11:38:45.231 1317 1317 I SystemServiceManager: Starting
com.android.server.pm.UserManagerService$LifeCycle
02-01 11:38:45.232 1317 1317 I SystemServerTiming: InitAttributerCache
02-01 11:38:45.232 1317 1317 I SystemServerTiming: SetSystemProcess
02-01 11:38:45.249 1317 1429 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:45.257 1317 1457 I ActivityManager: Connection with lmkd established
02-01 11:38:45.260 1317 1317 I SystemServerTiming: InitWatchdog
02-01 11:38:45.263 1317 1317 I SystemServerTiming: StartOverlayManagerService
02-01 11:38:45.274 1317 1317 D OverlayManager: updateOverlaysForUser newUserId=0
02-01 11:38:45.279 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.corner
02-01 11:38:45.291 1317 1317 D OverlayManager:
com.google.android.networkstack.overlay.vivo:0: STATE_UNKNOWN ->
STATE_MISSING_TARGET
02-01 11:38:45.291 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.double
02-01 11:38:45.295 1317 1317 D OverlayManager:
com.android.networkstack.tethering.overlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
02-01 11:38:45.296 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural_wide_back
02-01 11:38:45.299 1317 1317 D OverlayManager: create idmap for
com.android.providers.settings and com.mediatek.SettingsProviderResOverlay
02-01 11:38:45.307 1317 1317 D OverlayManager:
com.mediatek.SettingsProviderResOverlay:0: STATE_UNKNOWN -> STATE_NO_IDMAP
02-01 11:38:45.308 1317 1317 D OverlayManager: create idmap for
com.android.systemui and com.mediatek.systemuiresoverlay
02-01 11:38:45.326 1317 1317 D OverlayManager: com.mediatek.systemuiresoverlay:0:
STATE_UNKNOWN -> STATE_NO_IDMAP
02-01 11:38:45.326 1317 1317 D OverlayManager: create idmap for
com.android.networkstack.tethering.inprocess and
com.android.networkstack.tethering.inprocess.overlay
02-01 11:38:45.335 1317 1317 D OverlayManager: create idmap for
com.android.wifi.resources and com.android.wifi.resources.overlay
02-01 11:38:45.348 1317 1317 D OverlayManager:
com.google.android.networkstack.tethering.overlay:0: STATE_UNKNOWN ->
STATE_MISSING_TARGET
02-01 11:38:45.348 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.systemui.onehanded.gestural
02-01 11:38:45.352 1317 1317 D OverlayManager:
com.mediatek.cellbroadcastuiresoverlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
02-01 11:38:45.352 1317 1317 D OverlayManager: create idmap for
com.android.networkstack.inprocess and com.android.networkstack.inprocess.overlay
02-01 11:38:45.361 1317 1317 D OverlayManager: create idmap for
com.google.android.permissioncontroller and
com.google.android.overlay.modules.permissioncontroller
02-01 11:38:45.394 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.hole
02-01 11:38:45.397 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.tall
02-01 11:38:45.401 1317 1317 D OverlayManager:
com.android.networkstack.overlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
02-01 11:38:45.401 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.threebutton
02-01 11:38:45.407 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural_extra_wide_back
02-01 11:38:45.412 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.threegestural
02-01 11:38:45.419 1317 1317 D OverlayManager: create idmap for android and
com.android.theme.font.notoserifsource
02-01 11:38:45.427 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.display.cutout.emulation.waterfall
02-01 11:38:45.433 1317 1317 D OverlayManager:
com.google.android.networkstack.overlay:0: STATE_UNKNOWN -> STATE_MISSING_TARGET
02-01 11:38:45.434 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural
02-01 11:38:45.438 1317 1317 D OverlayManager: android.overlay.vivoresrro:0:
STATE_UNKNOWN -> STATE_MISSING_TARGET
02-01 11:38:45.439 1317 1317 D OverlayManager: create idmap for android and
com.android.internal.systemui.navbar.gestural_narrow_back
02-01 11:38:45.449 1317 1317 E OverlayManager: Failed to set default overlay
'com.android.theme.icon.roundedrect' for user 0
02-01 11:38:45.449 1317 1317 E OverlayManager:
com.android.server.om.OverlayManagerSettings$BadKeyException: Bad key
'com.android.theme.icon.roundedrect' for user 0
02-01 11:38:45.449 1317 1317 E OverlayManager: at
com.android.server.om.OverlayManagerSettings.getOverlayInfo(OverlayManagerSettings.
java:102)
02-01 11:38:45.449 1317 1317 E OverlayManager: at
com.android.server.om.OverlayManagerServiceImpl.updateOverlaysForUser(OverlayManage
rServiceImpl.java:218)
02-01 11:38:45.449 1317 1317 E OverlayManager: at
com.android.server.om.OverlayManagerService.onSwitchUser(OverlayManagerService.java
:343)
02-01 11:38:45.449 1317 1317 E OverlayManager: at
com.android.server.om.OverlayManagerService.<init>(OverlayManagerService.java:301)
02-01 11:38:45.449 1317 1317 E OverlayManager: at
com.android.server.SystemServer.startBootstrapServices(SystemServer.java:1438)
02-01 11:38:45.449 1317 1317 E OverlayManager: at
com.android.server.SystemServer.run(SystemServer.java:1054)
02-01 11:38:45.449 1317 1317 E OverlayManager: at
com.android.server.SystemServer.main(SystemServer.java:739)
02-01 11:38:45.449 1317 1317 E OverlayManager: at
java.lang.reflect.Method.invoke(Native Method)
02-01 11:38:45.449 1317 1317 E OverlayManager: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
02-01 11:38:45.449 1317 1317 E OverlayManager: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
02-01 11:38:45.455 1317 1317 D OverlayManager: Writing overlay settings
02-01 11:38:45.463 1317 1317 D _V_OverlayManager: updateSystemAssets effectCount
= 1
02-01 11:38:45.464 1317 1317 D OverlayManager: Update package manager about
changed overlays
02-01 11:38:45.470 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.soundrecorder overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.471 1317 1317 D OverlayManager: -> Updating overlay:
target=com.mediatek.ims overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.471 1317 1317 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
02-01 11:38:45.472 1317 1317 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
02-01 11:38:45.472 1317 1317 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
02-01 11:38:45.472 1317 1317 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
02-01 11:38:45.472 1317 1317 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
02-01 11:38:45.472 1317 1317 D OverlayManager: -> Updating overlay:
target=com.happy.family.counter.terrorist.games overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.473 1317 1317 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
02-01 11:38:45.473 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.dynsystem overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.473 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.fuelsummary overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.473 1317 1317 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
02-01 11:38:45.473 1317 1317 D OverlayManager: -> Updating overlay:
target=com.mediatek.telephony overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.474 1317 1317 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
02-01 11:38:45.474 1317 1317 D OverlayManager: -> Updating overlay:
target=com.starmakerinteractive.starmaker overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.474 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.setupwizard overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.474 1317 1317 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
02-01 11:38:45.474 1317 1317 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
02-01 11:38:45.475 1317 1317 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
02-01 11:38:45.476 1317 1317 D OverlayManager: -> Updating overlay:
target=com.focaltech.deltadiff overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.476 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.easyshare overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.476 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.abe overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.476 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.pem overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.476 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.wallpapercropper overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.477 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.appfilter overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.477 1317 1317 D OverlayManager: -> Updating overlay:
target=com.focaltouchscreen.sensortest overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.477 1317 1317 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
02-01 11:38:45.477 1317 1317 D OverlayManager: -> Updating overlay:
target=com.roblox.client overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.477 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.documentsui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.477 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.externalstorage overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.478 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.crontab overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.478 1317 1317 D OverlayManager: -> Updating overlay:
target=com.mediatek.ygps overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.478 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.htmlviewer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.478 1317 1317 D OverlayManager: -> Updating overlay:
target=com.unicc.uni overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.478 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.companiondevicemanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.479 1317 1317 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
02-01 11:38:45.479 1317 1317 D OverlayManager: -> Updating overlay:
target=com.funtouch.uiengine overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.479 1317 1317 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
02-01 11:38:45.479 1317 1317 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
02-01 11:38:45.479 1317 1317 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
02-01 11:38:45.479 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.weather overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.480 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.website overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.480 1317 1317 D OverlayManager: -> Updating overlay:
target=com.jadard.noise overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.480 1317 1317 D OverlayManager: -> Updating overlay:
target=free.tube.premium.advanced.tuber overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.480 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.bbkmusic overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.481 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.browser overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.481 1317 1317 D OverlayManager: -> Updating overlay:
target=com.nt36xxxtouchscreen.deltadiff overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.481 1317 1317 D OverlayManager: -> Updating overlay:
target=com.bbk.updater overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.481 1317 1317 D OverlayManager: -> Updating overlay:
target=com.nttouchscreen.mptest overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.481 1317 1317 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
02-01 11:38:45.481 1317 1317 D OverlayManager: -> Updating overlay:
target=com.lemon.lvoverseas overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.482 1317 1317 D OverlayManager: -> Updating overlay:
target=com.google.android.trichromelibrary_683407930 overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.482 1317 1317 D OverlayManager: -> Updating overlay:
target=com.google.android.trichromelibrary_683416330 overlays=[OverlayPaths
{ resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.482 1317 1317 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
02-01 11:38:45.482 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.ewarranty overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.482 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.pushservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.482 1317 1317 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
02-01 11:38:45.482 1317 1317 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
02-01 11:38:45.482 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.vending overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.482 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.pacprocessor overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.482 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.simappdialog overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.482 1317 1317 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
02-01 11:38:45.482 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.certinstaller overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.482 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.carrierconfig overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.482 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.smartshot overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.482 1317 1317 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
02-01 11:38:45.482 1317 1317 D OverlayManager: -> Updating overlay:
target=android overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.483 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.contacts overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.483 1317 1317 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
02-01 11:38:45.483 1317 1317 D OverlayManager: -> Updating overlay:
target=com.touchscreen.chipone overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.483 1317 1317 D OverlayManager: -> Updating overlay:
target=com.bbk.cloud overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.483 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.timerwidget overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.483 1317 1317 D OverlayManager: -> Updating overlay:
target=com.bbk.theme overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.483 1317 1317 D OverlayManager: -> Updating overlay:
target=com.globe.gcash.android overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.483 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.egg overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.483 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.mms overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.483 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.mtp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.484 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.ons overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.485 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.stk overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.485 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.launcher3 overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.485 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.backupconfirm overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.485 1317 1317 D OverlayManager: -> Updating overlay:
target=com.animewallpapers4K.STUDIOLOVE overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.486 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.statementservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.486 1317 1317 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
02-01 11:38:45.486 1317 1317 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
02-01 11:38:45.486 1317 1317 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
02-01 11:38:45.486 1317 1317 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
02-01 11:38:45.486 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.daemonService overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.487 1317 1317 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
02-01 11:38:45.487 1317 1317 D OverlayManager: -> Updating overlay:
target=com.block.juggle overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.487 1317 1317 D OverlayManager: -> Updating overlay:
target=com.ringclip overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.487 1317 1317 D OverlayManager: -> Updating overlay:
target=com.debug.loggerui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.487 1317 1317 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
02-01 11:38:45.488 1317 1317 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
02-01 11:38:45.488 1317 1317 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
02-01 11:38:45.488 1317 1317 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
02-01 11:38:45.488 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.sharedstoragebackup overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.488 1317 1317 D OverlayManager: -> Updating overlay:
target=com.facebook.services overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.488 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.imanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.489 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.printspooler overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.489 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.cota overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.489 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.game overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.489 1317 1317 D OverlayManager: -> Updating overlay:
target=com.jadard.tp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.489 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.incallui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.489 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.inputdevices overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.490 1317 1317 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
02-01 11:38:45.490 1317 1317 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
02-01 11:38:45.490 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.bips overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.490 1317 1317 D OverlayManager: -> Updating overlay:
target=com.mediatek overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.490 1317 1317 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
02-01 11:38:45.491 1317 1317 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
02-01 11:38:45.491 1317 1317 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
02-01 11:38:45.491 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.SmartKey overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.491 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.engineercamera overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.491 1317 1317 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
02-01 11:38:45.492 1317 1317 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
02-01 11:38:45.492 1317 1317 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
02-01 11:38:45.492 1317 1317 D OverlayManager: -> Updating overlay:
target=com.mobile.legends overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.492 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.cellbroadcastreceiver overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.492 1317 1317 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
02-01 11:38:45.492 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.faceui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.493 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.onetimeinitializer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.493 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.videoeditor overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.493 1317 1317 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
02-01 11:38:45.493 1317 1317 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
02-01 11:38:45.493 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.cellbroadcastservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.494 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.bbklog overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.494 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.keychain overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.494 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.camera overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.494 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.chrome overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.494 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.unionpay overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.494 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.dialer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.495 1317 1317 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
02-01 11:38:45.495 1317 1317 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
02-01 11:38:45.496 1317 1317 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
02-01 11:38:45.496 1317 1317 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
02-01 11:38:45.496 1317 1317 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
02-01 11:38:45.497 1317 1317 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
02-01 11:38:45.497 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.calllogbackup overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.498 1317 1317 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
02-01 11:38:45.498 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.cameraextensions overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.498 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.localtransport overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.498 1317 1317 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
02-01 11:38:45.498 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.carrierdefaultapp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.499 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.networkstate overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.499 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.proxyhandler overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.499 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.VideoPlayer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.499 1317 1317 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
02-01 11:38:45.499 1317 1317 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
02-01 11:38:45.500 1317 1317 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
02-01 11:38:45.500 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.doubletimezoneclock overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.500 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.managedprovisioning overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.500 1317 1317 D OverlayManager: -> Updating overlay:
target=com.spotify.music overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.500 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.soundpicker overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.500 1317 1317 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
02-01 11:38:45.501 1317 1317 D OverlayManager: -> Updating overlay:
target=com.nttouchscreen.getdata overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.501 1317 1317 D OverlayManager: -> Updating overlay:
target=com.facebook.katana overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.501 1317 1317 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
02-01 11:38:45.501 1317 1317 D OverlayManager: -> Updating overlay:
target=com.facebook.lite overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.501 1317 1317 D OverlayManager: -> Updating overlay:
target=com.facebook.system overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.501 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.networkimprove overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.502 1317 1317 D OverlayManager: -> Updating overlay:
target=com.lutech.lockscreencustomizer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.502 1317 1317 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
02-01 11:38:45.502 1317 1317 D OverlayManager: -> Updating overlay:
target=com.snake.io.slither.merge.fun.game overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.502 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.audiofx overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.502 1317 1317 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
02-01 11:38:45.502 1317 1317 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
02-01 11:38:45.503 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.storagemanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.503 1317 1317 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
02-01 11:38:45.503 1317 1317 D OverlayManager: -> Updating overlay:
target=com.garena.game.codm overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.503 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.bookmarkprovider overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.503 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.settings overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.504 1317 1317 D OverlayManager: -> Updating overlay:
target=com.yes.master.mod.skin.for.minecraft overlays=[OverlayPaths { resourceDirs
= [/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.504 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.multinlp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.504 1317 1317 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
02-01 11:38:45.504 1317 1317 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
02-01 11:38:45.504 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.carrierlocation overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.505 1317 1317 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
02-01 11:38:45.505 1317 1317 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
02-01 11:38:45.506 1317 1317 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
02-01 11:38:45.506 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.upslide overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.507 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.vpndialogs overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.507 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.gallery overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.507 1317 1317 D OverlayManager: -> Updating overlay:
target=com.battery.theme.charging overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.508 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.notes overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.508 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.omacp overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.508 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.phone overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.508 1317 1317 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
02-01 11:38:45.508 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.shell overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.509 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.wallpaperbackup overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.509 1317 1317 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
02-01 11:38:45.509 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.customtool overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.509 1317 1317 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
02-01 11:38:45.509 1317 1317 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
02-01 11:38:45.510 1317 1317 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
02-01 11:38:45.510 1317 1317 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
02-01 11:38:45.510 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.emergency overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.510 1317 1317 D OverlayManager: -> Updating overlay:
target=com.shopee.ph overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.510 1317 1317 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
02-01 11:38:45.511 1317 1317 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
02-01 11:38:45.511 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.FMRadio overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.511 1317 1317 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
02-01 11:38:45.511 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.deskclock overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.511 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.systemui overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.512 1317 1317 D OverlayManager: -> Updating overlay:
target=com.metaztech.chatta overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.512 1317 1317 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
02-01 11:38:45.512 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.bluetoothmidiservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.512 1317 1317 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
02-01 11:38:45.512 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.appstore overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.513 1317 1317 D OverlayManager: -> Updating overlay:
target=com.facebook.appmanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.513 1317 1317 D OverlayManager: -> Updating overlay:
target=com.facemagic.changer overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.513 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.browser overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.513 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.traceur overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.513 1317 1317 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
02-01 11:38:45.513 1317 1317 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
02-01 11:38:45.514 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.bluetooth overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.514 1317 1317 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
02-01 11:38:45.514 1317 1317 D OverlayManager: -> Updating overlay:
target=com.android.captiveportallogin overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.514 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.calculator overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.514 1317 1317 D OverlayManager: -> Updating overlay:
target=com.LinkedSquad.SchoolBoyRunaway overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.515 1317 1317 D OverlayManager: -> Updating overlay:
target=com.mihuan.haunteddorm.vivo overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.515 1317 1317 D OverlayManager: -> Updating overlay:
target=com.mediatek.gbaservice overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.515 1317 1317 D OverlayManager: -> Updating overlay:
target=com.wapi.wapicertmanager overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.515 1317 1317 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
02-01 11:38:45.516 1317 1317 D OverlayManager: -> Updating overlay:
target=com.gsma.rcs overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.516 1317 1317 D OverlayManager: -> Updating overlay:
target=com.vivo.simplelauncher overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.516 1317 1317 D OverlayManager: -> Updating overlay:
target=com.bbk.account overlays=[OverlayPaths { resourceDirs =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk],
overlayPaths =
[/product/overlay/NavigationBarMode3Button/NavigationBarMode3ButtonOverlay.apk] }]
userId=0
02-01 11:38:45.516 1317 1317 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
02-01 11:38:45.516 1317 1317 D _V_OverlayManager: updatePackageManagerLocked
containsAndroid = true
02-01 11:38:45.518 1317 1317 I SystemServerTiming: StartSensorPrivacyService
02-01 11:38:45.524 1317 1317 I SystemServerTiming: StartSensorService
02-01 11:38:45.525 1317 1317 I SystemServiceManager: Starting
com.android.server.sensors.SensorService
02-01 11:38:45.526 1317 1317 I MtkSystemServerImpl: startMtkBootstrapServices
02-01 11:38:45.526 1317 1520 I SystemServerTimingAsync:
InitThreadPoolExec:StartNativeSensorService
02-01 11:38:45.526 1317 1317 I SystemServerTiming: startCoreServices
02-01 11:38:45.526 1317 1317 I SystemServerTiming: StartSystemConfigService
02-01 11:38:45.526 1317 1317 I SystemServiceManager: Starting
com.android.server.SystemConfigService
02-01 11:38:45.526 1317 1520 I SystemServerTimingAsync: StartNativeSensorService
02-01 11:38:45.528 1317 1317 I SystemServerTiming: StartBatteryService
02-01 11:38:45.529 1317 1317 I SystemServiceManager: Starting
com.android.server.BatteryService
02-01 11:38:45.532 1317 1431 W ActivityTaskManager: Skip updateConfiguration
because mWindowManager isn't set
02-01 11:38:45.534 1317 1431 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}
02-01 11:38:45.537 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.networkstack.tethering flg=0x44000010 }
ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.541 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.soundrecorder
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.541 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.ims
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.542 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.544 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cts.priv.ctsshim flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.552 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.weather.provider
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.553 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.youtube
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.555 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.556 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.ext.services flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.557 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.558 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.559 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.happy.family.counter.terrorist.games flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.559 1317 1520 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:45.560 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.telephony flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.562 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.dynsystem
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.562 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.fuelsummary
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.563 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.calendar flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.564 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.telephony
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.564 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.providers.media
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.565 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.starmakerinteractive.starmaker flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.566 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.tethering.overlay flg=0x44000010 }
ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.566 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.setupwizard
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.567 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.onetimeinitializer flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.568 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.ext.shared flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.568 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.569 1317 1440 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 26, .batteryVoltage = 3771, .batteryTemperature =
335, .batteryCurrent = -573, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 3000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:38:45.569 1317 1440 D VivoBatteryService: INCOME SUCCESS
02-01 11:38:45.569 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.location.lppe.main flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.569 1317 1440 E VivoBatteryService: start PhoneLocationService
failed : java.lang.NullPointerException: Attempt to invoke virtual method 'int
android.os.BatteryManagerInternal.getPlugType()' on a null object reference
02-01 11:38:45.569 1317 1440 D VivoBatteryService: INCOME SUCCESS
02-01 11:38:45.569 1317 1440 E VivoBatteryService: start PhoneLocationService
failed : java.lang.NullPointerException: Attempt to invoke virtual method 'int
android.os.BatteryManagerInternal.getPlugType()' on a null object reference
02-01 11:38:45.570 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.focaltech.deltadiff
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.571 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.easyshare
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.571 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.abe flg=0x44000010
} ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.572 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.pem flg=0x44000010
} ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.573 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.wallpapercropper flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.573 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.SettingsProviderResOverlay flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.574 1317 1478 W KernelCpuUidActiveTimeBpfMapReader: Failed to read
bpf times
02-01 11:38:45.574 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.appfilter
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.574 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.systemuiresoverlay flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.575 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.focaltouchscreen.sensortest flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.576 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.576 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.ilitek.touchscreen.noisev2 flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.577 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.roblox.client
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.577 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.wifi.resources.overlay flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.577 1317 1478 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
02-01 11:38:45.578 1317 1478 E KernelCpuSpeedReader: Failed to read cpu-freq:
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No
such file or directory)
02-01 11:38:45.578 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.documentsui
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.579 1317 1440 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 26, .batteryVoltage = 3768, .batteryTemperature =
335, .batteryCurrent = -640, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 3000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:38:45.583 1317 1317 I HealthServiceWrapper: health: HealthServiceWrapper
listening to instance default
02-01 11:38:45.583 1317 1317 I BatteryService: health: Waited 0ms and received
the update.
02-01 11:38:45.583 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.externalstorage
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.584 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.crontab
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.585 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.ygps
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.585 1317 1317 E BatteryService: charging shutdown voltage: 3200
02-01 11:38:45.586 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.htmlviewer
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.586 1317 1317 I SystemServerTiming: StartUsageService
02-01 11:38:45.586 1317 1317 I SystemServiceManager: Starting
com.android.server.usage.UsageStatsService
02-01 11:38:45.586 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.unicc.uni
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.587 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.companiondevicemanager flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.588 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:android.overlay.vrro
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.589 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.mms.service
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.590 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.funtouch.uiengine
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.591 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.touchscreen.chipone.icnl9911c flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.591 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.downloads flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.592 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.inprocess flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.593 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.594 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.weather
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.594 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.website
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.595 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.596 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.jadard.noise
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.597 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:free.tube.premium.advanced.tuber flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.597 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.cellbroadcastuiresoverlay flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.597 1317 1317 I SystemServerTiming: StartWebViewUpdateService
02-01 11:38:45.597 1317 1317 I SystemServiceManager: Starting
com.android.server.webkit.WebViewUpdateService
02-01 11:38:45.598 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bbkmusic
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.599 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.inprocess.overlay flg=0x44000010 }
ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.599 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.browser
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.600 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.nt36xxxtouchscreen.deltadiff flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.601 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.updater
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.601 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.nttouchscreen.mptest
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.602 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.configupdater flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.603 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.lemon.lvoverseas
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.603 1317 1317 I SystemServerTiming: StartCachedDeviceStateService
02-01 11:38:45.603 1317 1317 I SystemServiceManager: Starting
com.android.server.CachedDeviceStateService
02-01 11:38:45.603 1317 1317 I SystemServerTiming: StartBinderCallsStatsService
02-01 11:38:45.603 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.trichromelibrary_683407930 flg=0x44000010 }
ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.604 1317 1317 I SystemServiceManager: Starting
com.android.server.BinderCallsStatsService$LifeCycle
02-01 11:38:45.604 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.trichromelibrary_683416330 flg=0x44000010 }
ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.605 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.606 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.iqoo.user.engineermode
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.607 1317 1317 I SystemServerTiming: StartLooperStatsService
02-01 11:38:45.607 1317 1317 I SystemServiceManager: Starting
com.android.server.LooperStatsService$Lifecycle
02-01 11:38:45.608 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.ewarranty
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.609 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.pushservice
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.610 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.611 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.ar.core
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.612 1317 1317 I SystemServerTiming: StartRollbackManagerService
02-01 11:38:45.612 1317 1317 I SystemServiceManager: Starting
com.android.server.rollback.RollbackManagerService
02-01 11:38:45.612 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.vending
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.613 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.pacprocessor
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.614 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.simappdialog
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.615 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.networkstack
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.615 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.connectivity.resources flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.616 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.617 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.618 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.overlay flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.618 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.certinstaller
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.619 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.carrierconfig
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.619 1317 1317 I PackageWatchdog: Syncing state, reason: added new
observer
02-01 11:38:45.619 1317 1317 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:38:45.620 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.smartshot
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.621 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.marvin.talkback flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.622 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.623 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:android flg=0x44000010 }
ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.623 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.contacts
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.624 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.ilitek.touchscreen.tptest3X flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.625 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.touchscreen.chipone
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.625 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.cloud
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.626 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.timerwidget
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.626 1317 1317 I SystemServerTiming:
StartNativeTombstoneManagerService
02-01 11:38:45.626 1317 1317 I SystemServiceManager: Starting
com.android.server.os.NativeTombstoneManagerService
02-01 11:38:45.627 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.theme
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.628 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.globe.gcash.android
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.629 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.egg
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.629 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.mms
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.630 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.mtp
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.631 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.ons
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.631 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.stk
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.632 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.launcher3
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.633 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.backupconfirm
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.633 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.animewallpapers4K.STUDIOLOVE flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.634 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.statementservice flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.635 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.gm
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.636 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.tachyon flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.636 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.trichromelibrary_511209730 flg=0x44000010 }
ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.637 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vlife.vivo.wallpaper
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.638 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.638 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.daemonService
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.639 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.settings.intelligence flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.640 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.frameworkresoverlay flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.641 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.block.juggle
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.641 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.ringclip flg=0x44000010
} ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.642 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.debug.loggerui
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.643 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.searchlite flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.643 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.644 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.permissioncontroller flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.644 1317 1317 I SystemServerTiming: StartBugreportManagerService
02-01 11:38:45.644 1317 1317 I SystemServiceManager: Starting
com.android.server.os.BugreportManagerService
02-01 11:38:45.645 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.setupwizard flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.645 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.settings flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.646 1317 1317 I SystemServerTiming: GpuService
02-01 11:38:45.646 1317 1317 I SystemServiceManager: Starting
com.android.server.gpu.GpuService
02-01 11:38:45.646 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.sharedstoragebackup flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.646 1317 1317 I MtkSystemServerImpl: startMtkCoreServices
02-01 11:38:45.646 1317 1317 I SystemServerTiming: startOtherServices
02-01 11:38:45.646 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.services
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.647 1317 1317 I SystemServerTiming:
StartKeyAttestationApplicationIdProviderService
02-01 11:38:45.647 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.imanager
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.647 1317 1534 I SystemServerTimingAsync:
InitThreadPoolExec:SecondaryZygotePreload
02-01 11:38:45.647 1317 1534 I SystemServer: SecondaryZygotePreload
02-01 11:38:45.647 1317 1534 I SystemServerTimingAsync: SecondaryZygotePreload
02-01 11:38:45.647 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.printspooler
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.648 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.cota
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.649 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.game
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.650 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.650 1317 1534 E SystemServer: Unable to preload default resources
02-01 11:38:45.650 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.jadard.tp
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.651 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.incallui
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.652 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.652 1317 1317 I SystemServerTiming: StartKeyChainSystemService
02-01 11:38:45.652 1317 1317 I SystemServiceManager: Starting
com.android.server.security.KeyChainSystemService
02-01 11:38:45.652 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.inputdevices
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.653 1317 1317 I SystemServerTiming: StartSchedulingPolicyService
02-01 11:38:45.653 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.wellbeing flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.654 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:android.autoinstalls.config.vivo.devices flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.654 1317 1535 I SystemServerTimingAsync:
InitThreadPoolExec:SchedulingPolicyService.<init>
02-01 11:38:45.654 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bips
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.655 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek flg=0x44000010
} ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.656 1317 1317 I SystemServerTiming: StartTelecomLoaderService
02-01 11:38:45.656 1317 1317 I SystemServiceManager: Starting
com.android.server.telecom.TelecomLoaderService
02-01 11:38:45.656 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.657 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.657 1317 1317 I SystemServerTiming: StartTelephonyRegistry
02-01 11:38:45.658 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:vivo flg=0x44000010 }
ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.658 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.iqoo.logsystem
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.659 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.iqoo.aftersale.engineermode flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.660 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.SmartKey
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.660 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.engineercamera
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.661 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.docs flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.662 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.maps flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.662 1317 1317 I SystemServerTiming: StartEntropyMixer
02-01 11:38:45.663 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.modulemetadata flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.663 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mobile.legends
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.664 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.665 1317 1317 I EntropyMixer: Writing entropy...
02-01 11:38:45.666 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cellbroadcastreceiver flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.667 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.webview
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.667 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.faceui
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.668 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.onetimeinitializer flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.669 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.videoeditor
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.670 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.networkstack flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.670 1317 1317 I SystemServerTiming: StartAccountManagerService
02-01 11:38:45.670 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.server.telecom
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.671 1317 1317 I SystemServiceManager: Starting
com.android.server.accounts.AccountManagerService$Lifecycle
02-01 11:38:45.671 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.syncadapters.contacts flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.672 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cellbroadcastservice flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.672 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bbklog
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.673 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.keychain
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.674 1317 1440 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 26, .batteryVoltage = 3758, .batteryTemperature =
335, .batteryCurrent = -739, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 3000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:38:45.674 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.camera
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.675 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.chrome
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.676 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.unionpay
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.677 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.dialer
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.677 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.packageinstaller flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.678 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.gms
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.679 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.gsf
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.680 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.tts
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.681 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.ss.android.ugc.trill
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.683 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.wifi.resources
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.684 1317 1317 I SystemServerTiming: StartContentService
02-01 11:38:45.684 1317 1317 I SystemServiceManager: Starting
com.android.server.content.ContentService$Lifecycle
02-01 11:38:45.684 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.calllogbackup
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.687 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.partnersetup flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.687 1317 1317 I SystemServerTiming: InstallSystemProviders
02-01 11:38:45.688 1317 1317 I _V_VivoBroadcastQueueImpl: calling observe
method !
02-01 11:38:45.689 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cameraextensions flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.690 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.localtransport
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.691 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.videos
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.692 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.carrierdefaultapp flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.693 1317 1445 V ActivityManager: Broadcast: Intent
{ act=android.os.action.DISCHARGING flg=0x44000010 } ordered=false userid=-1 ,pid=-
1 ,pkg=null
02-01 11:38:45.694 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:38:45.694 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.networkstate
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.695 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.theme.font.notoserifsource flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.704 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.FrameworkResOverlayExt flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.704 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.proxyhandler
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.705 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.705 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.VideoPlayer
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.705 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.706 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.feedback
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.706 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.printservice.recommendation flg=0x44000010 }
ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.707 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.google.android.calendar
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.707 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.vivo.doubletimezoneclock flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.708 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.managedprovisioning flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.709 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.spotify.music
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.710 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.tethering flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.710 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.soundpicker
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.711 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.mediatek.capctrl.service flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.711 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.nttouchscreen.getdata
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.712 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.katana
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.712 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.partnerbookmarks flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.713 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.cellbroadcastreceiver.module flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.713 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.lite
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.713 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.system
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.714 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.networkimprove
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.715 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.lutech.lockscreencustomizer flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.715 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.716 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.snake.io.slither.merge.fun.game flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.716 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.audiofx
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.717 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.photosgo flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.717 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.theme.resources
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.718 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.storagemanager
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.718 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.touchscreen.chipone.vivo_noise flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.754 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.garena.game.codm
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.754 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.755 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.bookmarkprovider flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.755 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.settings
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.756 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.yes.master.mod.skin.for.minecraft flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.756 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.networkstack.overlay flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.756 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.multinlp
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.757 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.tethering.inprocess flg=0x44000010 }
ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.758 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.networkstack.permissionconfig flg=0x44000010 }
ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.758 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.carrierlocation
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.759 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.lbs.em2.ui
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.759 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.cts.ctsshim
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.760 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.760 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.assistant flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.761 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.upslide
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.761 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.vpndialogs
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.762 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:45.762 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.gallery
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.762 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.battery.theme.charging
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.762 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.notes
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.763 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.omacp
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.763 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.phone
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.764 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.se.go
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.765 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.shell
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.765 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.wallpaperbackup
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.765 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.blockednumber flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.766 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.customtool
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.766 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.email.partnerprovider flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.766 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.userdictionary flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.767 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.media.module flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.767 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.767 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.emergency
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.768 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.shopee.ph
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.768 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.hotspot2.osulogin flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.768 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.769 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.769 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.FMRadio
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.770 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.location.fused
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.770 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.deskclock
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.770 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.systemui
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.771 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.metaztech.chatta
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.771 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.771 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:android.overlay.vivoresrro
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.772 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.bluetoothmidiservice flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.772 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.amap.android.location
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.773 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.appstore
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.774 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facebook.appmanager
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.774 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.facemagic.changer
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.775 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.browser
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.775 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.traceur
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.775 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.yozo.vivo.office
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.776 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.magazines flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.776 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.android.bluetooth
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.776 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.providers.contacts flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.777 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.android.captiveportallogin flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.777 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.calculator
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.777 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.LinkedSquad.SchoolBoyRunaway flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.778 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mihuan.haunteddorm.vivo
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.778 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.778 1317 1431 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=1317 ,pkg=null
02-01 11:38:45.779 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.mediatek.gbaservice
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.779 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.wapi.wapicertmanager
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.779 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.inputmethod.latin flg=0x44000010 } ordered=false
userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.780 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.gsma.rcs flg=0x44000010
} ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.780 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.vivo.simplelauncher
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.780 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED dat=package:com.bbk.account
flg=0x44000010 } ordered=false userid=0 ,pid=1317 ,pkg=null
02-01 11:38:45.781 1317 1431 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.OVERLAY_CHANGED
dat=package:com.google.android.apps.restore flg=0x44000010 } ordered=false userid=0
,pid=1317 ,pkg=null
02-01 11:38:45.781 1317 1431 W Looper : Slow dispatch took 264ms android.fg
h=android.os.Handler c=com.android.server.om.OverlayManagerService$
$ExternalSyntheticLambda2@31b6da0 m=0
02-01 11:38:46.015 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:46.218 1317 1317 W _V_PackageManager: setEnabledSetting
packageName:com.android.shell className:com.android.shell.BugreportStorageProvider
newState:0 userId:0 callingPackage:null callingUid:1000 callingPid:1317
02-01 11:38:46.249 1317 1317 D ActivityManager: cgroup.freeze not present
02-01 11:38:46.251 1317 1455 D ActivityManager: Freezer disabled
02-01 11:38:46.252 1317 1317 I SystemServerTiming: StartDropBoxManager
02-01 11:38:46.253 1317 1317 I SystemServiceManager: Starting
com.android.server.DropBoxManagerService
02-01 11:38:46.255 1317 1317 I SystemServerTiming: StartRoleManagerService
02-01 11:38:46.256 1317 1317 I SystemServiceManager: Starting
com.android.role.RoleService
02-01 11:38:46.265 1317 1317 I SystemServerTiming: StartVibratorManagerService
02-01 11:38:46.265 1317 1317 I SystemServiceManager: Starting
com.android.server.vibrator.VibratorManagerService$Lifecycle
02-01 11:38:46.293 1317 1522 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:46.339 1317 1317 D _V_VibratorManagerService: Turn vibrator off
02-01 11:38:46.356 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:haptic_left_pressure_button_intensity
value:-1 pkg:android userId:0
02-01 11:38:46.356 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:haptic_right_pressure_button_intensity
value:-1 pkg:android userId:0
02-01 11:38:46.357 1317 1317 D _V_VivoVibratorManagerServiceImpl: leftRet --->
true rightRet ---> true
02-01 11:38:46.367 1317 1317 W SystemServiceManager: Service
com.android.server.vibrator.VibratorManagerService$Lifecycle took 102 ms in onStart
02-01 11:38:46.367 1317 1317 I SystemServerTiming: StartDynamicSystemService
02-01 11:38:46.368 1317 1317 I SystemServerTiming: StartConsumerIrService
02-01 11:38:46.372 1317 1317 I SystemServerTiming: StartAlarmManagerService
02-01 11:38:46.372 1317 1317 I MtkSystemServerImpl: startMtkAlarmManagerService
02-01 11:38:46.374 1317 1317 I SystemServiceManager: Starting
com.mediatek.server.MtkAlarmManagerService
02-01 11:38:46.376 1317 1317 I _V_VivoApexServiceFactory: Instance implClass
com.android.server.VivoApexServiceFactoryImpl
02-01 11:38:46.380 1317 1317 I _V_AlarmManager_Log: vendor alarm service impl.
02-01 11:38:46.390 1317 1317 I _V_AlarmManager: alarm imp onStart..
02-01 11:38:46.396 1317 1317 I SystemServerTiming: StartInputManagerService
02-01 11:38:46.397 1317 1317 I InputManager: Initializing input manager,
mUseDevInputEventForAudioJack=true
02-01 11:38:46.410 1317 1317 I _V_UntrustedTouchController: local file has exist
= false
02-01 11:38:46.411 1317 1317 I _V_UntrustedTouchController: initLocalConfig
mTrustedPackageLocalList = []
02-01 11:38:46.421 1317 1317 I SystemServerTiming: DeviceStateManagerService
02-01 11:38:46.422 1317 1317 I SystemServiceManager: Starting
com.android.server.devicestate.DeviceStateManagerService
02-01 11:38:46.424 1317 1434 D _V_ConfigurationManager:
/data/bbkcore/android_unTrustedDialog_trustedpackage.xml is null,just return file
content, no need decrypt file
02-01 11:38:46.425 1317 1317 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=BQRSHYYTLBJRQS49
bootopt=64S3,32S1,32S1 product.version=PD2236F_EX_A_12.0.12.0.W20
fingerprint.abbr=12/SP1A.210812.003 region_ver=W20 product.solution=MTK
buildvariant=user root=/dev/ram androidboot.vbmeta.device=PARTUUID=c0a128fb-59d1-
0a9e-f0e8-ea3d36a9d658 androidboot.vbmeta.avb_version=1.2
androidboot.vbmeta.device_state=locked androidboot.veritymode=enforcing
androidboot.vc.magic=none androidboot.verifiedbootstate=green
androidboot.atm=disabled factory_mode=0 androidboot.vivo_brom_flag=1
androidboot.meta_log_disable=0 vivolog_flag=0 country_code=PH
product_version=PD2236BF_EX_A_12.0.12.0.W20.V000L1 oem_name=V000 factory_mode=0
tier=2 bbk_dp=0 androidboot.anti.sec_nonsec_reco=5,5,5
androidboot.anti.avb_anti_ver=5 mtk_printk_ctrl.disable_uart=1
androidboot.serialno=10HD1B05LD00094 bbk_pcb_version=MP_0.1
androidboot.product.hardware.sku=1101110011111 emmc_pns=Y2P032 emmc_size=29
boot_storage=E_X androidboot.bootreason=PowerKey gpt=1 usb2jtag_mode=0
androidboot.dtb_idx=0 androidboot.dtbo_idx=0
02-01 11:38:46.429 1317 1434 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
02-01 11:38:46.431 1317 1432 D _V_DeviceStateProviderImpl:
handleSettingsChangedLocked mSleepAfterFoldPhone=true
02-01 11:38:46.434 1317 1317 D DeviceStateManagerService: Notifying policy to
configure state: 0
02-01 11:38:46.435 1317 1317 D DeviceStateManagerService: Committing state:
DeviceState{identifier=0, name='DEFAULT'}
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: Failed to userActivity
because system not ready. WAIT!
02-01 11:38:46.437 1317 1317 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
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.server.power.PowerManagerService.userActivityInternal(PowerManagerServi
ce.java:1826)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.server.power.PowerManagerService$BinderService.userActivity(PowerManage
rService.java:5756)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
android.os.PowerManager.userActivity(PowerManager.java:1350)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.server.policy.DeviceStateProviderImpl.notifyDeviceStateChangedIfNeeded(
DeviceStateProviderImpl.java:510)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.server.policy.DeviceStateProviderImpl.setListener(DeviceStateProviderIm
pl.java:397)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.server.devicestate.DeviceStateManagerService.<init>(DeviceStateManagerS
ervice.java:180)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.server.devicestate.DeviceStateManagerService.<init>(DeviceStateManagerS
ervice.java:173)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
java.lang.reflect.Constructor.newInstance0(Native Method)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:177)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServer.startOtherServices(SystemServer.java:1692)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServer.run(SystemServer.java:1066)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.server.SystemServer.main(SystemServer.java:739)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
java.lang.reflect.Method.invoke(Native Method)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
02-01 11:38:46.437 1317 1317 D _V_DeviceStateProviderImpl: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
02-01 11:38:46.442 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:camera_rear_selfie_capture value:0
pkg:android userId:0
02-01 11:38:46.442 1317 1317 I SystemServerTiming: StartCameraServiceProxy
02-01 11:38:46.442 1317 1317 I SystemServiceManager: Starting
com.android.server.camera.CameraServiceProxy
02-01 11:38:46.445 1317 1317 E CameraService_proxy: mVivoCameraActionList size: 0
02-01 11:38:46.446 1317 1317 I SystemServerTiming: StartWindowManagerService
02-01 11:38:46.447 1317 1317 I SystemServiceManager: Starting phase 200
02-01 11:38:46.447 1317 1317 I SystemServerTiming: OnBootPhase_200
02-01 11:38:46.447 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:38:46.447 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.security.FileIntegrityService
02-01 11:38:46.448 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.Installer
02-01 11:38:46.448 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:38:46.448 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:38:46.449 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.powerstats.PowerStatsService
02-01 11:38:46.449 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:38:46.449 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:38:46.449 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.DataLoaderManagerService
02-01 11:38:46.449 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.power.PowerManagerService
02-01 11:38:46.450 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.power.ThermalManagerService
02-01 11:38:46.450 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.power.hint.HintManagerService
02-01 11:38:46.450 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:38:46.450 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.lights.LightsService
02-01 11:38:46.450 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.display.DisplayManagerService
02-01 11:38:46.451 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.display.VivoDisplayStateService
02-01 11:38:46.451 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.verify.domain.DomainVerificationService
02-01 11:38:46.451 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.PackageInstallerService$Lifecycle
02-01 11:38:46.451 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.pm.UserManagerService$LifeCycle
02-01 11:38:46.451 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.om.OverlayManagerService
02-01 11:38:46.452 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.SensorPrivacyService
02-01 11:38:46.452 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.sensors.SensorService
02-01 11:38:46.452 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.SystemConfigService
02-01 11:38:46.452 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.BatteryService
02-01 11:38:46.453 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.usage.UsageStatsService
02-01 11:38:46.453 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.webkit.WebViewUpdateService
02-01 11:38:46.453 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.CachedDeviceStateService
02-01 11:38:46.453 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.BinderCallsStatsService$LifeCycle
02-01 11:38:46.453 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.LooperStatsService$Lifecycle
02-01 11:38:46.454 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.rollback.RollbackManagerService
02-01 11:38:46.454 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.os.NativeTombstoneManagerService
02-01 11:38:46.454 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.os.BugreportManagerService
02-01 11:38:46.454 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.gpu.GpuService
02-01 11:38:46.454 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.security.KeyChainSystemService
02-01 11:38:46.455 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.telecom.TelecomLoaderService
02-01 11:38:46.455 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.accounts.AccountManagerService$Lifecycle
02-01 11:38:46.455 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.content.ContentService$Lifecycle
02-01 11:38:46.455 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.DropBoxManagerService
02-01 11:38:46.456 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.role.RoleService
02-01 11:38:46.456 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.vibrator.VibratorManagerService$Lifecycle
02-01 11:38:46.456 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.mediatek.server.MtkAlarmManagerService
02-01 11:38:46.456 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.devicestate.DeviceStateManagerService
02-01 11:38:46.457 1317 1317 I SystemServerTiming:
OnBootPhase_200_com.android.server.camera.CameraServiceProxy
02-01 11:38:46.460 1317 1317 I WindowManager: No existing display settings,
starting empty
02-01 11:38:46.461 1317 1317 I WindowManager: No existing display settings,
starting empty
02-01 11:38:46.597 1317 1434 E _V_VivoKeyguardOverlayController:
com.vivo.permissionmanager apk is not exsisted !
02-01 11:38:46.599 1317 1434 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:enable_koc_feature value:1 pkg:android
userId:0
02-01 11:38:46.607 1317 1563 D _V_WmsConfigLoader: loadLocalConfig.
02-01 11:38:46.612 1317 1434 D _V_VivoFreeformGesturesPointerEventListener:
isFreeformMinimizeOnce : false
02-01 11:38:46.621 1317 1434 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)
02-01 11:38:46.624 1317 1434 I _V_SplashStoreUtils: listAllPackage success. pack
size:2
02-01 11:38:46.625 1317 1434 W Looper : Slow dispatch took 163ms android.display
h=android.os.Handler c=android.os.Handler$BlockingRunnable@5fdfd93 m=0
02-01 11:38:46.627 1317 1317 I SystemServerTiming: SetWindowManagerService
02-01 11:38:46.635 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.zplay.migupopstar.vivo
02-01 11:38:46.635 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.lemon.lv
02-01 11:38:46.635 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.wedobest.xiangqi.vivo
02-01 11:38:46.636 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.organized
02-01 11:38:46.636 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.andouya
02-01 11:38:46.636 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.brianbaek.popstar
02-01 11:38:46.636 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.fenbi.android.zenglish
02-01 11:38:46.636 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sankuai.youxuan
02-01 11:38:46.636 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.kugou.android.elder
02-01 11:38:46.637 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.xiaobanlong.main
02-01 11:38:46.637 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.citiccard.mobilebank
02-01 11:38:46.637 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.letv.android.client
02-01 11:38:46.638 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.KiHan
02-01 11:38:46.638 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.baidu.video
02-01 11:38:46.638 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sitech.ac
02-01 11:38:46.638 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.peng
02-01 11:38:46.639 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.mfp.jelly.vivo
02-01 11:38:46.639 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.fenqile.fenqile
02-01 11:38:46.639 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.xiaomi.shop
02-01 11:38:46.639 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.soft.blued
02-01 11:38:46.639 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.bf.sgs.hdexp.vivo
02-01 11:38:46.639 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.kuwo.tingshu
02-01 11:38:46.639 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.og.danjiddz.vivo
02-01 11:38:46.640 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.outfit7.talkingtom2free.vivo
02-01 11:38:46.640 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.laifenqi.android.app
02-01 11:38:46.640 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.outfit7.mytalkinghankfree.vivo
02-01 11:38:46.640 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.damai
02-01 11:38:46.641 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.netease.dwrg5.vivo
02-01 11:38:46.641 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.midea.ai.appliances
02-01 11:38:46.642 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.baidu.wenku
02-01 11:38:46.642 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.qileyx.ddz2.vivo
02-01 11:38:46.642 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.shopping
02-01 11:38:46.642 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.mengtuiapp.mall
02-01 11:38:46.642 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.taobao.idlefish
02-01 11:38:46.642 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sankuai.meituan.takeoutnew
02-01 11:38:46.642 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.qidian.dldl.vivo
02-01 11:38:46.642 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
net.mobigame.zombietsunami.vivo
02-01 11:38:46.642 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.garden
02-01 11:38:46.642 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.yingxiong.hero.vivo
02-01 11:38:46.642 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.netease.avg.vivo
02-01 11:38:46.643 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.mygamez.hcr2.vivo
02-01 11:38:46.643 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.carrot.carrotfantasy
02-01 11:38:46.643 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.qiyi.video.pad
02-01 11:38:46.643 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.carrot.iceworld
02-01 11:38:46.643 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.care
02-01 11:38:46.644 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cc.quanben.novel
02-01 11:38:46.645 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.career
02-01 11:38:46.645 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.chef
02-01 11:38:46.646 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.magichouse
02-01 11:38:46.658 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.ultralisk.gameapp.game83.vivo
02-01 11:38:46.659 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.homeland
02-01 11:38:46.659 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.ultralisk.gameapp.game23.vivo
02-01 11:38:46.659 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
wb.gc.xmxx.zxb
02-01 11:38:46.659 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.sinyee.babybus.adventure
02-01 11:38:46.659 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.zxscnew
02-01 11:38:46.660 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.spdbccc.app
02-01 11:38:46.660 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.miHoYo.bh3.vivo
02-01 11:38:46.660 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.taikang.tailife
02-01 11:38:46.660 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.htinns
02-01 11:38:46.660 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.cpic.sxbxxe
02-01 11:38:46.661 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.wanmei.wmsjjdb.vivo
02-01 11:38:46.661 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
cn.tenengxing.tnxandroid
02-01 11:38:46.661 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.tmgp.supercell.clashofclans
02-01 11:38:46.661 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.miHoYo.Yuanshen
02-01 11:38:46.661 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.feiyu.carrot3.vivo
02-01 11:38:46.661 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.boxiang.friend.shmj
02-01 11:38:46.662 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.blizzard.wtcg.hearthstone
02-01 11:38:46.662 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.tencent.tmgp.cod
02-01 11:38:46.662 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.zhaopin.social
02-01 11:38:46.662 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
com.netease.mc.vivo
02-01 11:38:46.662 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
plus.H5A84F959
02-01 11:38:46.663 1317 1563 E _V_WmsConfigLoader: load mLocalFoldRebootList app
ccom.popcap.pvz2cthdbbg
02-01 11:38:46.703 1317 1432 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_fullscreen_flag value:0 pkg:android userId:0
02-01 11:38:46.717 1317 1432 D _V_VivoRatioControllerUtilsImpl: StartObserver
unregisterReceiver err!
02-01 11:38:46.809 1317 1317 I _V_VivoDisplayPolicyImpl: getDefaultNavBar = 0,
isOverseas = true isVosProduct = true
02-01 11:38:46.863 1317 1514 I PackageManager: Deferred reconcileAppsData
finished 231 packages
02-01 11:38:46.864 1317 1317 D _V_BarAnimController: create BarAnimController
02-01 11:38:46.867 1317 1317 E _V_FakeBarSurfaceControl-FakeStatusBar: create
success 0
02-01 11:38:46.868 1317 1317 E _V_FakeBarSurfaceControl-FakeGestureBar: create
success 1
02-01 11:38:46.870 1317 1317 D _V_VivoFloatWindowManager: create
02-01 11:38:46.870 1317 1317 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
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: Failed to write to
/sys/rsc/rsc_svp
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: java.io.FileNotFoundException:
/sys/rsc/rsc_svp: open failed: ENOENT (No such file or directory)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:575)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
java.io.FileWriter.<init>(FileWriter.java:63)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
com.android.server.wm.BarAnimController.boostBarAnimThread(BarAnimController.java:1
70)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
com.android.server.wm.BarAnimController.access$100(BarAnimController.java:61)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
com.android.server.wm.BarAnimController$1.run(BarAnimController.java:159)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
android.os.Looper.loop(Looper.java:334)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
libcore.io.Linux.open(Native Method)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: at
libcore.io.IoBridge.open(IoBridge.java:561)
02-01 11:38:46.870 1317 1568 W _V_AnimationThread: ... 11 more
02-01 11:38:46.875 1317 1317 I ActivityTaskManager: Loaded persisted task ids for
user 0
02-01 11:38:46.891 1317 1317 I SystemServerTiming:
WindowManagerServiceOnInitReady
02-01 11:38:46.891 1317 1432 W Looper : Slow dispatch took 179ms android.ui
h=com.android.server.wm.DisplayPolicy$PolicyHandler
c=com.android.server.policy.VivoRatioControllerUtilsImpl$1@1c737e1 m=0
02-01 11:38:46.893 1317 1432 D _V_VivoDisplayPolicyImpl: updateGameSwitchState...
02-01 11:38:46.895 1317 1432 W _V_ContentProviderHelper: Failed to find
provider:com.sohu.sogou.inputmethod.gameprovider for user 0
02-01 11:38:46.895 1317 1432 W ActivityThread: Failed to find provider info for
com.sohu.sogou.inputmethod.gameprovider (user not unlocked)
02-01 11:38:46.897 1317 1432 D _V_VivoDisplayPolicyImpl:
disableSwape:falsegamecube_shorten:false isGameMode:false
02-01 11:38:46.911 1317 1434 D _V_DeviceStateManager: Don't send fold event
because this is not a foldable device!
02-01 11:38:46.916 1317 1432 V ActivityManager: Broadcast sticky: Intent
{ act=android.intent.action.HDMI_PLUGGED flg=0x44000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:46.919 1317 1561 D _V_ConfigurationManager: get key from abe
02-01 11:38:46.919 1317 1561 D _V_ConfigurationManager: effectcipher : true false
02-01 11:38:46.925 1317 1561 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
02-01 11:38:46.934 1317 1432 I _V_VivoInputPolicy: initForVivo
02-01 11:38:46.962 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:38:47.007 1317 1432 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:aikey_version value:10 pkg:android
userId:0
02-01 11:38:47.008 1317 1432 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:aikey_disable_setting value:0 pkg:android
userId:0
02-01 11:38:47.059 1317 1432 W Looper : Slow dispatch took 159ms android.ui
h=android.os.Handler c=android.os.Handler$BlockingRunnable@f36e85e m=0
02-01 11:38:47.094 1317 1317 I ProtoLogViewerConfigReader: Loaded 598 log
definitions from /system/etc/protolog.conf.json.gz
02-01 11:38:47.096 1317 1317 I SystemServerTiming: StartInputManager
02-01 11:38:47.096 1317 1575 I SystemServerTimingAsync:
InitThreadPoolExec:StartHidlServices
02-01 11:38:47.096 1317 1317 I InputManager: Starting input manager
02-01 11:38:47.096 1317 1575 I SystemServerTimingAsync: StartHidlServices
02-01 11:38:47.105 1317 1317 I SystemServerTiming:
DisplayManagerWindowManagerAndInputReady
02-01 11:38:47.106 1317 1317 I SystemServerTiming: StartBluetoothService
02-01 11:38:47.106 1317 1317 I SystemServiceManager: Starting
com.android.server.BluetoothService
02-01 11:38:47.107 1317 1434 I LogicalDisplayMapper: Requesting Transition to
state: 0
02-01 11:38:47.107 1317 1559 I _V_VivoDisplayManagerServiceImpl:
onStateChangedBoost for fold
02-01 11:38:47.107 1317 1434 I LogicalDisplayMapper: Applying layout: [{addr:
{port=0}, dispId: 0(ON)}], Previous layout: [{addr: {port=0}, dispId: 0(ON)}]
02-01 11:38:47.130 1317 1317 D BluetoothManagerService: Loading stored name and
address
02-01 11:38:47.130 1317 1317 D BluetoothManagerService: Bluetooth persisted
state: 0
02-01 11:38:47.131 1317 1317 D BluetoothManagerService: Detected SystemUiUid:
10049
02-01 11:38:47.138 1317 1317 I SystemServerTiming: IpConnectivityMetrics
02-01 11:38:47.139 1317 1317 I SystemServiceManager: Starting
com.android.server.connectivity.IpConnectivityMetrics
02-01 11:38:47.141 1317 1317 I SystemServerTiming: NetworkWatchlistService
02-01 11:38:47.141 1317 1317 I SystemServiceManager: Starting
com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
02-01 11:38:47.146 1317 1317 I WatchlistSettings: Reload watchlist settings done
02-01 11:38:47.147 1317 1580 I WatchlistLoggingHandler: Start aggregating
watchlist records.
02-01 11:38:47.148 1317 1580 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:network_watchlist_last_report_time value:1738339200000
pkg:android userId:0
02-01 11:38:47.148 1317 1317 D _V_VivoNetworkAnalyser: is oversea = true
02-01 11:38:47.148 1317 1580 I _V_WatchlistLoggingHandler: No watchlist hash
02-01 11:38:47.148 1317 1580 I WatchlistLoggingHandler: Milliseconds spent on
tryAggregateRecords(): 1
02-01 11:38:47.149 1317 1317 I SystemServerTiming: PinnerService
02-01 11:38:47.150 1317 1317 I SystemServiceManager: Starting
com.android.server.PinnerService
02-01 11:38:47.150 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:47.152 1317 1317 I SystemServerTiming: IorapForwardingService
02-01 11:38:47.152 1317 1317 I SystemServiceManager: Starting
com.google.android.startop.iorap.IorapForwardingService
02-01 11:38:47.152 1317 1317 I SystemServerTiming: SignedConfigService
02-01 11:38:47.153 1317 1317 I SystemServerTiming: AppIntegrityService
02-01 11:38:47.153 1317 1317 I SystemServiceManager: Starting
com.android.server.integrity.AppIntegrityManagerService
02-01 11:38:47.155 1317 1317 E IntegrityFileManager: Error creating staging and
rules directory
02-01 11:38:47.162 1317 1317 I SystemServerTiming:
StartInputMethodManagerLifecycle
02-01 11:38:47.163 1317 1317 I SystemServiceManager: Starting
com.android.server.inputmethod.InputMethodManagerService$Lifecycle
02-01 11:38:47.170 1317 1317 D _V_InputMethodManagerService: mSecureImsOn:true
userId=0 ,mHasSecureIME=false
02-01 11:38:47.173 1317 1317 E SystemServiceRegistry: Manager wrapper not
available: clipboard
02-01 11:38:47.177 1317 1317 I _V_InputMethodManagerService: new normal
service=com.android.server.inputmethod.InputMethodManagerService@f5d0cf
02-01 11:38:47.180 1317 1317 D _V_InputMethodManagerService: mSecureImsOn:true
userId=0 ,mHasSecureIME=false
02-01 11:38:47.182 1317 1317 E SystemServiceRegistry: Manager wrapper not
available: clipboard
02-01 11:38:47.184 1317 1317 I _V_SecInputMethodManagerService: new secure
service=com.android.server.inputmethod.InputMethodManagerService@2269048
02-01 11:38:47.184 1317 1317 D _V_InputMethodManagerService: setSecFlag
mImms=com.android.server.inputmethod.InputMethodManagerService@f5d0cf ,mImmsB=com.a
ndroid.server.inputmethod.InputMethodManagerService@2269048 ,mImmsNomal=com.android
.server.inputmethod.InputMethodManagerService@f5d0cf ,mImmsSecure=com.android.serve
r.inputmethod.InputMethodManagerService@2269048
02-01 11:38:47.185 1317 1317 D _V_SecInputMethodManagerService: setSecFlag
mImms=com.android.server.inputmethod.InputMethodManagerService@2269048 ,mImmsB=com.
android.server.inputmethod.InputMethodManagerService@f5d0cf ,mImmsNomal=com.android
.server.inputmethod.InputMethodManagerService@f5d0cf ,mImmsSecure=com.android.serve
r.inputmethod.InputMethodManagerService@2269048
02-01 11:38:47.186 1317 1317 I SystemServerTiming:
StartAccessibilityManagerService
02-01 11:38:47.186 1317 1317 I SystemServiceManager: Starting
com.android.server.accessibility.AccessibilityManagerService$Lifecycle
02-01 11:38:47.198 1317 1317 I SystemServerTiming: MakeDisplayReady
02-01 11:38:47.207 1317 1317 I ActivityTaskManager: Config changes=20005df8
{1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?uimode ?
night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.2 ?fontWeightAdjustment themeId=0
themeParameter=0 nightModeLevel = -1}
02-01 11:38:47.211 1317 1317 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?
uimode ?night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} as.1 s.3 ?fontWeightAdjustment
themeId=0 themeParameter=0 nightModeLevel = -1}
02-01 11:38:47.212 1317 1317 I WindowManager: Override config changes=60007dfc
{1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?uimode ?
night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.2 ?fontWeightAdjustment themeId=0
themeParameter=0 nightModeLevel = -1} for displayId=0
02-01 11:38:47.220 1317 1317 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{3c65a65 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=true sz=0}
02-01 11:38:47.251 1317 1317 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}
}
02-01 11:38:47.260 1317 1317 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} }
02-01 11:38:47.266 1317 1434 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.CONFIGURATION_CHANGED flg=0x70200010 } ordered=false
userid=-1 ,pid=1317 ,pkg=null
02-01 11:38:47.266 1317 1434 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.SPLIT_CONFIGURATION_CHANGED flg=0x61000010 }
ordered=false userid=-1 ,pid=1317 ,pkg=null
02-01 11:38:47.266 1317 1435 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
02-01 11:38:47.271 1317 1317 I ActivityTaskManager: Config changes=8 {1.0 ?mcc?
mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?uimode ?night finger
-keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 -
720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.4 ?fontWeightAdjustment themeId=0 themeParameter=0
nightModeLevel = -1}
02-01 11:38:47.275 1317 1317 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?
uimode ?night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} as.1 s.5 ?fontWeightAdjustment
themeId=0 themeParameter=0 nightModeLevel = -1}
02-01 11:38:47.275 1317 1317 I WindowManager: Override config changes=8 {1.0 ?
mcc?mnc [en_US] ldltr sw384dp w384dp h779dp 300dpi nrml long port ?uimode ?night
finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1600)
mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.4 ?fontWeightAdjustment themeId=0
themeParameter=0 nightModeLevel = -1} for displayId=0
02-01 11:38:47.278 1317 1317 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{3c65a65 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=true sz=0}
02-01 11:38:47.281 1317 1317 I SystemServerTiming: StartStorageManagerService
02-01 11:38:47.281 1317 1317 I SystemServiceManager: Starting
com.android.server.StorageManagerService$Lifecycle
02-01 11:38:47.282 1317 1435 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
02-01 11:38:47.283 1317 1434 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.CONFIGURATION_CHANGED flg=0x70200010 } ordered=false
userid=-1 ,pid=1317 ,pkg=null
02-01 11:38:47.296 1317 1317 E _V_StorageManagerService: no
needGCPolicyInUserSpace
02-01 11:38:47.298 1317 1432 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:38:47.302 1317 1432 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{android:c0744fa u0
RatioSwitchButtonView} task=null
02-01 11:38:47.302 1317 1583 D StorageManagerService: Thinking about init,
mBootCompleted=false, mDaemonConnected=true
02-01 11:38:47.303 1317 1583 D StorageManagerService: Thinking about reset,
mBootCompleted=false, mDaemonConnected=true
02-01 11:38:47.303 1317 1432 D _V_VivoDisplayPolicyImpl:
DEBUG_RATIOSWITCH:prepareAddWindowLw mRatioSwitch=Window{android:c0744fa u0
RatioSwitchButtonView}
02-01 11:38:47.304 1317 1583 D StorageManagerService: Thinking about init,
mBootCompleted=false, mDaemonConnected=true
02-01 11:38:47.304 1317 1583 D StorageManagerService: Thinking about reset,
mBootCompleted=false, mDaemonConnected=true
02-01 11:38:47.304 1317 1317 V _V_StorageManagerService: initNotification
02-01 11:38:47.305 1317 1317 I SystemServerTiming: StartStorageStatsService
02-01 11:38:47.305 1317 1317 I SystemServiceManager: Starting
com.android.server.usage.StorageStatsService$Lifecycle
02-01 11:38:47.307 1317 1435 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
02-01 11:38:47.320 1317 1432 I WindowManager: Relayout Window{android:c0744fa 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
02-01 11:38:47.324 1317 1435 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
02-01 11:38:47.326 1317 1317 I _V_StorageMgrImpl:
sIsCheckFileExistsFuncLoaded:true
02-01 11:38:47.327 1317 1317 D _V_StorageMgrImpl: checkFileExists
filePath:/data/misc/vold/user_keys/de/0, result:1
02-01 11:38:47.328 1317 1317 I SystemServerTiming: StartUiModeManager
02-01 11:38:47.328 1317 1317 I SystemServiceManager: Starting
com.android.server.UiModeManagerService
02-01 11:38:47.332 1317 1586 I SystemServerTimingAsync:
InitThreadPoolExec:UiModeManager.onStart
02-01 11:38:47.332 1317 1317 I SystemServerTiming: UpdatePackagesIfNeeded
02-01 11:38:47.333 1317 1317 I Watchdog: Pausing HandlerChecker: main thread for
reason: dexopt. Pause count: 1
02-01 11:38:47.333 1317 1317 I Watchdog: Resuming HandlerChecker: main thread for
reason: dexopt. Pause count: 0
02-01 11:38:47.333 1317 1317 I SystemServerTiming: PerformFstrimIfNeeded
02-01 11:38:47.334 1317 1317 I SystemServerTiming: StartLockSettingsService
02-01 11:38:47.334 1317 1317 I SystemServiceManager: Starting
com.android.server.locksettings.LockSettingsService$Lifecycle
02-01 11:38:47.337 1317 1317 D _V_LockSettingsService: Begin to restore spblob
02-01 11:38:47.338 1317 1317 D _V_LockSettingsService: End to restore spblob,
spent time: 1
02-01 11:38:47.371 1317 1590 D _V_VivoSyntheticPasswordManagerImpl: Begin to
initBackupSpblob, userId: 0
02-01 11:38:47.374 1317 1317 I SystemServerTiming: StartPersistentDataBlock
02-01 11:38:47.374 1317 1317 I SystemServiceManager: Starting
com.android.server.PersistentDataBlockService
02-01 11:38:47.376 1317 1317 I SystemServerTiming: StartTestHarnessMode
02-01 11:38:47.376 1317 1591 I SystemServerTimingAsync:
InitThreadPoolExec:PersistentDataBlockService.onStart
02-01 11:38:47.376 1317 1317 I SystemServiceManager: Starting
com.android.server.testharness.TestHarnessModeService
02-01 11:38:47.377 1317 1590 D _V_VivoSyntheticPasswordManagerImpl: Begin to
initBackupSpblob, userId: 999
02-01 11:38:47.377 1317 1317 I SystemServerTiming: StartOemLockService
02-01 11:38:47.378 1317 1317 I SystemServiceManager: Starting
com.android.server.oemlock.OemLockService
02-01 11:38:47.380 1317 1590 D _V_ConfigurationManager:
/data/bbkcore/LockSettings_spblob_1.0.xml is null,just return file content, no need
decrypt file
02-01 11:38:47.381 1317 1317 I OemLock : OemLock HAL not present on device
02-01 11:38:47.381 1317 1317 I OemLock : Using persistent data block based lock
02-01 11:38:47.383 1317 1317 I SystemServerTiming: StartDeviceIdleController
02-01 11:38:47.383 1317 1317 I SystemServiceManager: Starting
com.android.server.DeviceIdleController
02-01 11:38:47.387 1317 1317 D DeviceIdleController: Reading config from
/data/system/deviceidle.xml
02-01 11:38:47.392 1317 1317 I SystemServerTiming: StartDevicePolicyManager
02-01 11:38:47.392 1317 1317 I SystemServiceManager: Starting
com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
02-01 11:38:47.412 1317 1317 I DevicePolicyManager: Set ro.organization_owned
property to false
02-01 11:38:47.435 1317 1317 I SystemServerTiming: StartStatusBarManagerService
02-01 11:38:47.438 1317 1317 D SystemServer: MusicRecognitionManagerService not
defined by OEM or disabled by flag
02-01 11:38:47.439 1317 1317 D SystemServer: ContentCaptureService disabled
because resource is not overlaid
02-01 11:38:47.440 1317 1317 D SystemServer: AttentionService is not configured
on this device
02-01 11:38:47.440 1317 1317 D SystemServer: RotationResolverService is not
configured on this device
02-01 11:38:47.440 1317 1317 D SystemServer: SystemCaptionsManagerService
disabled because resource is not overlaid
02-01 11:38:47.440 1317 1317 I SystemServerTiming:
StartTextToSpeechManagerService
02-01 11:38:47.441 1317 1317 I SystemServiceManager: Starting
com.android.server.texttospeech.TextToSpeechManagerService
02-01 11:38:47.444 1317 1317 I SystemServerTiming:
StartSpeechRecognitionManagerService
02-01 11:38:47.444 1317 1317 I SystemServiceManager: Starting
com.android.server.speech.SpeechRecognitionManagerService
02-01 11:38:47.447 1317 1317 D SystemServer: AppPredictionService not defined by
OEM
02-01 11:38:47.448 1317 1317 D SystemServer: ContentSuggestionsService not
defined by OEM
02-01 11:38:47.448 1317 1317 I SystemServerTiming: StartSearchUiService
02-01 11:38:47.448 1317 1317 I SystemServiceManager: Starting
com.android.server.searchui.SearchUiManagerService
02-01 11:38:47.451 1317 1317 I SystemServerTiming: StartSmartspaceService
02-01 11:38:47.452 1317 1317 I SystemServiceManager: Starting
com.android.server.smartspace.SmartspaceManagerService
02-01 11:38:47.454 1317 1317 I SystemServerTiming:
InitConnectivityModuleConnector
02-01 11:38:47.455 1317 1317 D ConnectivityModuleConnector: Network stack init
02-01 11:38:47.456 1317 1317 I SystemServerTiming: InitNetworkStackClient
02-01 11:38:47.458 1317 1317 I SystemServerTiming: StartNetworkManagementService
02-01 11:38:47.473 1317 1317 D _V_VivoNmsImpl: Register unsolicited event
listener
02-01 11:38:47.476 1317 1317 I SystemServerTiming: StartIpSecService
02-01 11:38:47.480 1317 1317 I SystemServerTiming: StartFontManagerService
02-01 11:38:47.552 1317 1317 E UpdatableFontDir: Failed to lookup font file that
has GoogleSans-Bold
02-01 11:38:47.552 1317 1317 E UpdatableFontDir: Failed to lookup font file that
has GoogleSansText-Regular
02-01 11:38:47.552 1317 1317 E UpdatableFontDir: Failed to lookup font file that
has GoogleSans-Medium
02-01 11:38:47.552 1317 1317 E UpdatableFontDir: Failed to lookup font file that
has GoogleSansText-Medium
02-01 11:38:47.552 1317 1317 E UpdatableFontDir: Failed to lookup font file that
has GoogleSans-Regular
02-01 11:38:47.552 1317 1317 E UpdatableFontDir: Failed to lookup font file that
has GoogleSansText-Bold
02-01 11:38:47.743 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 5, arg2: 1, arg3: -1, arg4: 0, name:
[email protected]::ISensorManager
02-01 11:38:47.826 1317 1317 I SystemServerTiming: StartTextServicesManager
02-01 11:38:47.827 1317 1317 I SystemServiceManager: Starting
com.android.server.textservices.TextServicesManagerService$Lifecycle
02-01 11:38:47.829 1317 1317 I SystemServerTiming:
StartTextClassificationManagerService
02-01 11:38:47.830 1317 1317 I SystemServiceManager: Starting
com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
02-01 11:38:47.837 1317 1317 I SystemServerTiming: StartNetworkScoreService
02-01 11:38:47.838 1317 1317 I SystemServiceManager: Starting
com.android.server.NetworkScoreService$Lifecycle
02-01 11:38:47.842 1317 1317 I SystemServerTiming: StartNetworkStatsService
02-01 11:38:47.860 1317 1317 D _V_VivoNetworkStatsService: is traffic sub support
= true
02-01 11:38:47.865 1317 1317 D _V_VivoNetworkStatsService: is traffic meg support
= true
02-01 11:38:47.876 1317 1317 I SystemServerTiming:
StartNetworkPolicyManagerService
02-01 11:38:47.887 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:third_app_vivo_softap_state value:1
pkg:android userId:0
02-01 11:38:47.893 1317 1317 I SystemServerTiming: StartWifi
02-01 11:38:47.968 1317 1317 I SystemServiceManager: Starting
com.android.server.wifi.WifiService
02-01 11:38:48.057 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:48.234 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_wifi_2_wifi_enabled value:0
pkg:android userId:0
02-01 11:38:48.248 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_wifi_2_mobile_enabled value:0
pkg:android userId:0
02-01 11:38:48.300 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
02-01 11:38:48.317 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:48.469 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 182478738; UID 1000; state: ENABLED
02-01 11:38:48.567 1317 1317 I SystemServerTiming: StartWifiScanning
02-01 11:38:48.567 1317 1317 I SystemServiceManager: Starting
com.android.server.wifi.scanner.WifiScanningService
02-01 11:38:48.575 1317 1317 I SystemServerTiming: StartWifiP2P
02-01 11:38:48.575 1317 1317 I SystemServiceManager: Starting
com.android.server.wifi.p2p.WifiP2pService
02-01 11:38:48.588 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivoshare_wifi_direct_static value:1
pkg:android userId:0
02-01 11:38:48.590 1317 1317 I SystemServerTiming: StartEthernet
02-01 11:38:48.591 1317 1317 I SystemServiceManager: Starting
com.android.server.ethernet.EthernetService
02-01 11:38:48.593 1317 1317 I SystemServerTiming: StartPacProxyService
02-01 11:38:48.597 1317 1317 I SystemServerTiming: StartConnectivityService
02-01 11:38:48.616 1317 1317 I SystemServiceManager: Starting
com.android.server.ConnectivityServiceInitializer
02-01 11:38:48.648 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:48.693 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_https_url
value:https://www.google.com/generate_204 pkg:android userId:0
02-01 11:38:48.694 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_http_url
value:http://connectivitycheck.gstatic.com/generate_204 pkg:android userId:0
02-01 11:38:48.696 1317 1317 D _V_VivoConnectivityService:
read_private_dns_mode:null, change:1
02-01 11:38:48.697 1317 1317 D _V_VivoConnectivityService:
read_private_dns_default_mode:null
02-01 11:38:48.697 1317 1317 D _V_VivoConnectivityService:
read_private_dns_specifier:null
02-01 11:38:48.698 1317 1317 D _V_VivoConnectivityService:
read_private_dns_fallback:off
02-01 11:38:48.717 1317 1317 I SystemServerTiming: StartVpnManagerService
02-01 11:38:48.722 1317 1317 I SystemServerTiming: StartVcnManagementService
02-01 11:38:48.728 1317 1317 I SystemServerTiming: StartNsdService
02-01 11:38:48.730 1317 1317 D NsdService: Network service discovery is enabled
02-01 11:38:48.731 1317 1629 V ActivityManager: Broadcast sticky: Intent
{ act=android.net.nsd.STATE_CHANGED flg=0x44000010 (has extras) } ordered=false
userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:48.733 1317 1317 I SystemServerTiming:
StartSystemUpdateManagerService
02-01 11:38:48.734 1317 1317 I SystemUpdateManagerService: No existing info
file /data/system/system-update-info.xml
02-01 11:38:48.735 1317 1317 I SystemServerTiming: StartUpdateLockService
02-01 11:38:48.736 1317 1317 V ActivityManager: Broadcast sticky: Intent
{ act=android.os.UpdateLock.UPDATE_LOCK_CHANGED flg=0x44000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:48.738 1317 1317 I SystemServerTiming: StartNotificationManager
02-01 11:38:48.739 1317 1317 I SystemServiceManager: Starting
com.android.server.notification.NotificationManagerService
02-01 11:38:48.750 1317 1317 D _V_ZenModeHelper:
android.content.pm.PackageManager$NameNotFoundException: com.vivo.gamecube
02-01 11:38:48.767 1317 1317 D ConditionProviders.SCP: new
ScheduleConditionProvider()
02-01 11:38:48.778 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:zen_settings_updated value:1 pkg:android
userId:0
02-01 11:38:48.802 1317 1317 I NotificationListeners: Read notification listener
permissions from xml
02-01 11:38:48.802 1317 1317 I NotificationAssistants: Read notification
assistant permissions from xml
02-01 11:38:48.803 1317 1317 I ConditionProviders: Read condition provider
permissions from xml
02-01 11:38:48.803 1317 1317 I ConditionProviders: Read condition provider
permissions from xml
02-01 11:38:48.804 1317 1317 D NotificationAssistants: Approving default
notification assistant for user 0
02-01 11:38:48.806 1317 1317 I ConditionProviders: Allowing condition provider
com.google.android.ext.services/android.ext.services.notification.Assistant
(userSet: true)
02-01 11:38:48.807 1317 1317 V ConditionProviders: enabling condition provider
for 0:
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.a
zr.impl.AzrConditionProviderService}
02-01 11:38:48.808 1317 1317 V ConditionProviders: binding: Intent
{ act=android.service.notification.ConditionProviderService
cmp=com.google.android.apps.wellbeing/.azr.impl.AzrConditionProviderService (has
extras) }
02-01 11:38:48.813 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10149, isRmsPreload = false,
keepQuiet =false
02-01 11:38:48.814 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:38:48.817 1317 1462 V ActivityManager: Broadcast: Intent
{ act=com.vivo.abe.third.lifecontrol flg=0x40000010 (has extras) } ordered=false
userid=-1 ,pid=1317 ,pkg=null
02-01 11:38:48.819 1317 1317 V ActivityManager: Broadcast: Intent
{ act=android.app.action.NOTIFICATION_POLICY_ACCESS_GRANTED_CHANGED flg=0x40000010
pkg=com.google.android.ext.services } ordered=false userid=0 ,pid=1317 ,pkg=android
02-01 11:38:48.820 1317 1317 D _V_ZenModeHelper: reason = init zenModeEnabled =
false mZenModeEnabled = false
02-01 11:38:48.821 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
02-01 11:38:48.866 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vivo_notification_permission_request
value:1 pkg:android userId:0
02-01 11:38:48.868 1317 1317 W SystemServiceManager: Service
com.android.server.notification.NotificationManagerService took 127 ms in onStart
02-01 11:38:48.879 1317 1317 I SystemServerTiming: StartDeviceMonitor
02-01 11:38:48.879 1317 1317 I SystemServiceManager: Starting
com.android.server.storage.DeviceStorageMonitorService
02-01 11:38:48.882 1317 1317 I SystemServerTiming: StartLocationManagerService
02-01 11:38:48.882 1317 1317 I SystemServiceManager: Starting
com.android.server.location.LocationManagerService$Lifecycle
02-01 11:38:49.010 1317 1451 D _V_ConfigurationManager: get key from abe
02-01 11:38:49.010 1317 1451 D _V_ConfigurationManager: effectcipher : true false
02-01 11:38:49.022 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/GpsConfiguration_vivo_gps_configuration_4.0.xml is null,just return
file content, no need decrypt file
02-01 11:38:49.026 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/NetworkLocationProvider_NetworkLocationProvider_2.0.xml is null,just
return file content, no need decrypt file
02-01 11:38:49.029 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationNotify_vivoLocationNotify_v2.0.xml is null,just return
file content, no need decrypt file
02-01 11:38:49.032 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/VivoMockLocationRecoveryNotify_VivoMockLocationRecoveryNotify_v2.0.xm
l is null,just return file content, no need decrypt file
02-01 11:38:49.036 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationFeatureConfig_VivoLocationFeatureConfig_v2.0.xml is
null,just return file content, no need decrypt file
02-01 11:38:49.040 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationAppFilter_VivoLocationAppFilter_v2.0.xml is null,just
return file content, no need decrypt file
02-01 11:38:49.042 1317 1433 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
02-01 11:38:49.043 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationFeatureConfig_VivoLocationDiagnostic_v2.0.xml is
null,just return file content, no need decrypt file
02-01 11:38:49.047 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/FuzzyLocationConfiguration_FuzzyLocationConfiguration_V12.0.xml is
null,just return file content, no need decrypt file
02-01 11:38:49.050 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/VivoHighAccLocation_VivoHighAccLocation_v1.0.xml is null,just return
file content, no need decrypt file
02-01 11:38:49.052 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationFeatureConfig_VivoCachedLocation_v1.0.xml is null,just
return file content, no need decrypt file
02-01 11:38:49.055 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/GpsConfiguration_VivoAGPSConfig_v2.0.xml is null,just return file
content, no need decrypt file
02-01 11:38:49.057 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/VivoLocationFeatureConfig_VivoLocationVCD_v1.0.xml is null,just
return file content, no need decrypt file
02-01 11:38:49.077 1317 1317 W _V_VivoLocationUtils: ## unknow , the config may
not download to local.
02-01 11:38:49.078 1317 1317 I _V_VivoLocationUtils: nlpOptimizeSwitch unknow
val:true
02-01 11:38:49.109 1317 1317 I SystemServerTiming: StartCountryDetectorService
02-01 11:38:49.119 1317 1317 I SystemServerTiming: StartTimeDetectorService
02-01 11:38:49.122 1317 1317 I SystemServiceManager: Starting
com.android.server.timedetector.TimeDetectorService$Lifecycle
02-01 11:38:49.128 1317 1317 I SystemServerTiming: StartTimeZoneDetectorService
02-01 11:38:49.128 1317 1317 I SystemServiceManager: Starting
com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
02-01 11:38:49.135 1317 1317 I SystemServerTiming:
StartLocationTimeZoneManagerService
02-01 11:38:49.135 1317 1317 I SystemServiceManager: Starting
com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifecyc
le
02-01 11:38:49.137 1317 1317 I SystemServerTiming: StartSearchManagerService
02-01 11:38:49.137 1317 1317 I SystemServiceManager: Starting
com.android.server.search.SearchManagerService$Lifecycle
02-01 11:38:49.140 1317 1317 I SystemServerTiming: StartWallpaperManagerService
02-01 11:38:49.140 1317 1317 I SystemServiceManager: Starting
com.android.server.wallpaper.WallpaperManagerService$Lifecycle
02-01 11:38:49.152 1317 1317 I SystemServerTiming: StartAudioService
02-01 11:38:49.152 1317 1317 I SystemServiceManager: Starting
com.android.server.audio.AudioService$Lifecycle
02-01 11:38:49.169 1317 1317 V _V_VivoAudioServiceImpl: VivoAudioServiceImpl
construct! as: com.android.server.audio.AudioService@2b08d17
02-01 11:38:49.179 1317 1317 V _V_VivoAudioServiceImpl: VivoAudioServiceImpl
construct! out!
02-01 11:38:49.180 1317 1317 D _V_VivoAudioServiceImpl:
registerVivoProcessObserver
02-01 11:38:49.221 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:mode_ringer_streams_affected value:166
pkg:android userId:0
02-01 11:38:49.248 1317 1317 V ActivityManager: Broadcast sticky: Intent
{ act=android.media.RINGER_MODE_CHANGED flg=0x74000010 (has extras) } ordered=false
userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:49.249 1317 1317 V ActivityManager: Broadcast sticky: Intent
{ act=android.media.INTERNAL_RINGER_MODE_CHANGED_ACTION flg=0x74000010 (has extras)
} ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:49.250 1317 1317 V ActivityManager: Broadcast sticky: Intent
{ act=android.media.MASTER_MUTE_CHANGED_ACTION flg=0x74000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:49.256 1317 1317 V _V_VivoMediaFocusControlImpl:
VivoMediaFocusControlImpl construct! mfc:
com.android.server.audio.MediaFocusControl@48f28e9
02-01 11:38:49.468 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/policy_config.xml is null,just return file content, no need decrypt
file
02-01 11:38:49.528 1317 1317 I SystemServerTiming:
StartSoundTriggerMiddlewareService
02-01 11:38:49.528 1317 1317 I SystemServiceManager: Starting
com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle
02-01 11:38:49.535 1317 1317 I SystemServerTiming: StartDockObserver
02-01 11:38:49.535 1317 1317 I SystemServiceManager: Starting
com.android.server.DockObserver
02-01 11:38:49.536 1317 1317 W DockObserver: This kernel does not have dock
station support
02-01 11:38:49.537 1317 1317 I SystemServerTiming: StartWiredAccessoryManager
02-01 11:38:49.539 1317 1317 W WiredAccessoryManager: This kernel does not have
usb audio support
02-01 11:38:49.540 1317 1317 W WiredAccessoryManager: This kernel does not have
HDMI audio support
02-01 11:38:49.541 1317 1317 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon3/name not found
02-01 11:38:49.542 1317 1317 W WiredAccessoryManager: Conn soc:qcom,msm-ext-
disp/3/0 does not have DP audio support
02-01 11:38:49.542 1317 1317 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon2/name not found
02-01 11:38:49.543 1317 1317 W WiredAccessoryManager: Conn soc:qcom,msm-ext-
disp/2/0 does not have DP audio support
02-01 11:38:49.543 1317 1317 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon1/name not found
02-01 11:38:49.544 1317 1317 W WiredAccessoryManager: Conn soc:qcom,msm-ext-
disp/1/0 does not have DP audio support
02-01 11:38:49.545 1317 1317 E WiredAccessoryManager: file
/sys/devices/platform/soc/soc:qcom,msm-ext-disp/extcon/extcon0/name not found
02-01 11:38:49.546 1317 1317 W WiredAccessoryManager: Conn soc:qcom,msm-ext-
disp/0/0 does not have DP audio support
02-01 11:38:49.546 1317 1317 I SystemServerTiming: StartMidiManager
02-01 11:38:49.546 1317 1317 I SystemServiceManager: Starting
com.android.server.midi.MidiService$Lifecycle
02-01 11:38:49.549 1317 1317 I SystemServerTiming: StartAdbService
02-01 11:38:49.550 1317 1317 I SystemServiceManager: Starting
com.android.server.adb.AdbService$Lifecycle
02-01 11:38:49.558 1317 1317 I SystemServerTiming: StartUsbService
02-01 11:38:49.558 1317 1317 I SystemServiceManager: Starting
com.android.server.usb.UsbService$Lifecycle
02-01 11:38:49.559 1317 1317 I SystemServerTiming: StartSerialService
02-01 11:38:49.559 1317 1443 I SystemServerTimingAsync:
InitThreadPoolExec:UsbService$Lifecycle#onStart
02-01 11:38:49.561 1317 1317 I SystemServerTiming:
StartHardwarePropertiesManagerService
02-01 11:38:49.561 1317 1443 E UsbDeviceManager: failed to write to
/sys/class/android_usb/android0/f_rndis/ethaddr
02-01 11:38:49.566 1317 1317 I SystemServerTiming: StartTwilightService
02-01 11:38:49.566 1317 1317 I SystemServiceManager: Starting
com.android.server.twilight.TwilightService
02-01 11:38:49.567 1317 1443 D _V_UsbDeviceManager: USB GADGET removed by vivo
02-01 11:38:49.568 1317 1317 I SystemServerTiming: StartColorDisplay
02-01 11:38:49.568 1317 1443 E UsbDeviceManager: Failed to open control for mtp
02-01 11:38:49.568 1317 1317 I SystemServiceManager: Starting
com.android.server.display.color.ColorDisplayService
02-01 11:38:49.568 1317 1443 E UsbDeviceManager: Failed to open control for ptp
02-01 11:38:49.575 1317 1443 W StorageManagerService: No primary storage defined
yet; hacking together a stub
02-01 11:38:49.578 1317 1443 D _V_UsbDeviceManager: updateUsbTransferMode
mUsbTransferMode:0
02-01 11:38:49.578 1317 1443 D _V_UsbDeviceManager: setUsbCustomizedFunction
mUsbCustomizedFunction:-1
02-01 11:38:49.579 1317 1443 D _V_UsbDeviceManager: updateUsbRndisMode
mUsbRndisMode:0
02-01 11:38:49.580 1317 1443 D _V_UsbDeviceManager: updateUsbAdbMode
mUsbAdbMode:0
02-01 11:38:49.581 1317 1443 D _V_VivoUsbDeviceManager: changeCurrentFunctions,
sys.usb.config:none
02-01 11:38:49.581 1317 1443 D _V_VivoUsbDeviceManager: changeCurrentFunctions,
sys.usb.state:none
02-01 11:38:49.582 1317 1443 D _V_VivoUsbDeviceManager: getCurrentFunctionsInt,
functions:none, currentFunctions:0
02-01 11:38:49.583 1317 1443 D _V_VivoUsbDeviceManager: getCurrentFunctionsInt,
resultFunctions:0
02-01 11:38:49.583 1317 1443 D _V_VivoUsbDeviceManager: getCurrentFunctionsStr,
functions:none, currentFunctions:0
02-01 11:38:49.583 1317 1443 D _V_VivoUsbDeviceManager: getCurrentFunctionsStr,
resultFunctionsStr:none
02-01 11:38:49.592 1317 1440 I UsbPortManager: Usb hal service started
[email protected]::IUsb default
02-01 11:38:49.596 1317 1443 I UsbPortManager: USB HAL version: 13
02-01 11:38:49.670 1317 1317 D _V_VivoDisplayEnhanceManagerService: Feature
support: Sdr2HdrSw=false, Sdr2HdrHw=false, Memc=false
02-01 11:38:49.695 1317 1317 I _V_VivoActivityTaskManagerServiceImpl: register
activity observer
02-01 11:38:49.699 1317 1317 D _V_VivoDisplayEnhanceManagerService:
registerDisplayEnhanceListener:
com.android.server.display.color.displayenhance.HawkeyeDisplayEnhanceController@dce
c726
02-01 11:38:49.712 1317 1317 I _V_VivoBrightnessPolicyService: Init starts
02-01 11:38:49.713 1317 1317 D _V_VivoBrightnessPolicyService: isDemo :0
02-01 11:38:49.726 1317 1317 D _V_VivoBrightnessPolicyConfig: Config file version
1.7, debug status false
02-01 11:38:49.726 1317 1317 D _V_VivoBrightnessPolicyConfig: Max nit property
value: 2000, device type phone
02-01 11:38:49.727 1317 1317 I _V_VivoBrightnessPolicyConfig:
DeviceBrightnessPolicy Config matched, index: 2
02-01 11:38:49.729 1317 1317 D _V_VivoBrightnessPolicyService: Using policy V2
flag false, actual panel max nit 420
02-01 11:38:49.730 1317 1317 D _V_VivoBrightnessPolicyService: Get
sensor_type=66544
02-01 11:38:49.731 1317 1663 D _V_VivoBrightnessPolicyService: handlePowerChange
power=true
02-01 11:38:49.731 1317 1317 I _V_AppTypeManager: init scene AppChangeScene!
02-01 11:38:49.732 1317 1317 D _V_VivoBrightnessPolicyService:
mScreenBrightnessSettingDefault=0.4
02-01 11:38:49.732 1317 1317 D _V_VivoBrightnessPolicyService: Get observer for
brightness mode event.
02-01 11:38:49.733 1317 1317 D _V_DisplayEnhanceAppPackageObserver:
registerListener:
com.android.server.display.color.brightness.VivoBrightnessPolicyService@e422229
02-01 11:38:49.734 1317 1317 D _V_SreLimitList: Create SreLimitList
02-01 11:38:49.735 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/sre_limit_list_2.0.xml is null,just return file content, no need
decrypt file
02-01 11:38:49.737 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/sre_limit_list_2.0.xml is null,just return file content, no need
decrypt file
02-01 11:38:49.737 1317 1317 I _V_VivoBrightnessPolicyService: Init ends
02-01 11:38:49.738 1317 1317 D _V_VivoBrightnessPolicyService: Enviroment lux 0.
Current max nit limit 2000
02-01 11:38:49.738 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 66544, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:38:49.739 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 6, control mode automatic, policy level 0, lux 0).
02-01 11:38:49.740 1317 1317 D _V_DisplayEnhanceAppPackageObserver:
registerListener:
com.android.server.display.color.displayenhance.VivoDisplayEnhanceManagerService@2b
1b7e5
02-01 11:38:49.740 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:38:49.740 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 6, control mode automatic, policy level 0, lux 0).
02-01 11:38:49.740 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:38:49.743 1317 1317 D _V_VivoPowerState: registerPowerListener:
com.android.server.display.color.VivoColorDisplayServiceImpl@caf78e0
02-01 11:38:49.743 1317 1317 D _V_VivoLcmSre: create VivoLcmSre
02-01 11:38:49.744 1317 1317 E _V_VivoLcmUtils: Can't find
file:/system/etc/LcmConfig/LcmSreConfig.json
02-01 11:38:49.744 1317 1317 D _V_VivoLcmUtils: parseLcmConfigJson
exactMatch=true
02-01 11:38:49.744 1317 1317 E _V_VivoLcmUtils: parseLcmConfigJson conf null, use
default hard code conf.
02-01 11:38:49.744 1317 1317 D _V_VivoLcmUtils: parseLcmConfigJson
exactMatch=false
02-01 11:38:49.744 1317 1317 E _V_VivoLcmUtils: parseLcmConfigJson conf null, use
default hard code conf.
02-01 11:38:49.744 1317 1317 D _V_VivoLcmUtils: parseLcmConfigJson
exactMatch=false
02-01 11:38:49.744 1317 1317 E _V_VivoLcmUtils: parseLcmConfigJson conf null, use
default hard code conf.
02-01 11:38:49.744 1317 1317 E _V_VivoLcmSre: getLcmConfigObject found empty
object
02-01 11:38:49.745 1317 1317 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm/sre_enable: open failed: ENOENT (No such file or directory)
02-01 11:38:49.745 1317 1317 D _V_VivoLcmSre: sre enable version = 0
02-01 11:38:49.745 1317 1317 E _V_VivoLcmSre: This product have not enable sre
for main screen
02-01 11:38:49.745 1317 1317 E _V_VivoLcmSre: VivoLcmSre init failed
02-01 11:38:49.746 1317 1317 D _V_VivoLcmEsd: create VivoLcmEsd
02-01 11:38:49.747 1317 1317 E _V_VivoLcmUtils: the readKernelNode
is:/sys/lcm1/vivo_esd_check_enable: open failed: ENOENT (No such file or directory)
02-01 11:38:49.748 1317 1317 D _V_VivoLcmEsd: mProximityThreshold = 1.0
02-01 11:38:49.748 1317 1317 D _V_VivoLcmEsd: mIsLimitAcc=false
mAccelerometerThreshold = -5.0
02-01 11:38:49.748 1317 1317 D _V_VivoLcmEsd: startEsdThread
02-01 11:38:49.749 1317 1664 D _V_VivoLcmEsd: setSensorStatus mEsdEnable=false
enable=true mIsAlgoUnder=false
02-01 11:38:49.752 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:38:49.781 1317 1317 E _V_VivoLcmUtils: the readKernelNode
is:sys/lcm/ltpo_mode: open failed: ENOENT (No such file or directory)
02-01 11:38:49.781 1317 1317 D _V_VivoLcmUtils: PeekKernelNode = null
02-01 11:38:49.784 1317 1317 I SystemServerTiming: StartJobScheduler
02-01 11:38:49.784 1317 1317 I SystemServiceManager: Starting
com.android.server.job.JobSchedulerService
02-01 11:38:49.792 1317 1317 D JobStore: Start tag: job-info
02-01 11:38:49.810 1317 1317 I JobStore: Read 27 jobs
02-01 11:38:49.818 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:49.819 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:49.823 1317 1317 I SystemServerTiming: StartSoundTrigger
02-01 11:38:49.823 1317 1317 I SystemServiceManager: Starting
com.android.server.soundtrigger.SoundTriggerService
02-01 11:38:49.824 1317 1317 I SystemServerTiming: StartTrustManager
02-01 11:38:49.825 1317 1317 I SystemServiceManager: Starting
com.android.server.trust.TrustManagerService
02-01 11:38:49.904 1317 1671 D _V_ConfigurationManager:
data/bbkcore/theme_icon_list_1.0.xml is null,just return file content, no need
decrypt file
02-01 11:38:49.910 1317 1671 D _V_ConfigurationManager:
data/bbkcore/toast_list.xml is null,just return file content, no need decrypt file
02-01 11:38:49.912 1317 1671 W _V_ThemeIconService: Don't support theme custom !
02-01 11:38:49.933 1317 1672 I _V_BBKTouchScreenServiceService: displayId = 2
type = 30 state = 1
02-01 11:38:49.957 1317 1682 D _V_VivoNightModeService: init unified config
02-01 11:38:49.957 1317 1682 D _V_VivoNightModeService: init unified list
02-01 11:38:49.959 1317 1682 D _V_ConfigurationManager:
data/bbkcore/night_mode_list_2.0.xml is null,just return file content, no need
decrypt file
02-01 11:38:49.960 1317 1682 D _V_VivoNightModeService: parse night mode white
list
02-01 11:38:49.960 1317 1682 D _V_VivoNightModeService: parse night mode webview
list
02-01 11:38:49.960 1317 1682 D _V_VivoNightModeService: read state for user
02-01 11:38:49.964 1317 1682 E _V_VivoNightModeService: inNightModeFilter error
android.content.pm.PackageManager$NameNotFoundException: com.instagram.android
02-01 11:38:49.983 1317 1682 D _V_ConfigurationManager:
data/bbkcore/night_mode_css.xml is null,just return file content, no need decrypt
file
02-01 11:38:50.053 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/combined_timezone_list_timezone_data_push_1.0.xml is null,just return
file content, no need decrypt file
02-01 11:38:50.059 1317 1317 D _V_VivoBinderServiceImpl: feature memc :
vivo.software.memc
02-01 11:38:50.059 1317 1317 D _V_VivoBinderServiceImpl: feature memc attr type :
support_memc_type
02-01 11:38:50.070 1317 1317 I _V_Sensor_AntiMisoperation: AntiMisoperation Init
Complete!
02-01 11:38:50.088 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 13 value: [0]
02-01 11:38:50.094 1317 1317 I _V_Sensor_CurveSwitch: CurveSwitch init!
02-01 11:38:50.095 1317 1317 I _V_Sensor_FingerprintController:
FingerprintController init!
02-01 11:38:50.097 1317 1317 E _V_Sensor_AppTypeManager: init scene
AppChangeScene!
02-01 11:38:50.100 1317 1317 I _V_Sensor_DimmingConfig: DimmingSpeed = -1
02-01 11:38:50.103 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:38:50.105 1317 1317 D _V_Sensor_ProxConfig: mUseOpticsCali = false;
mDoubleUnderProx = false; mSingleUnderProx = false; mUseSectionCali = false;
mSectionCaliWriteBackToNv = false; mUseCCTCali = false; mDoubleScreenUnderProx =
false; mSendPsOffset = false; mExpectPsOffsetValue = -1;
mDefaultLongBaseValueFrontValue = 4000; mDefaultLongBaseValueBackValue = 8000;
mDefaultShortBaseValueFrontValue = 8000; mDefaultShortBaseValueBackValue = 8000;
mDefaultBaseLowValue = 300; mUseMagCali = false; ProxPositiveForeGroundDelayTime =
0; ProxPositiveSuspendDelayTime = []; ProxPositiveBackGroundDelayTime = []
02-01 11:38:50.106 1317 1317 D _V_Sensor_ProxConfig: mScreenOnProxTempCali =
true; mDriverProxTempCali = true; mDecreaseProxBaseValue = false
02-01 11:38:50.114 1317 1317 I _V_Sensor_NativeNotificationImpl:
frontDisplayState = 0; backDisplayState = 1
02-01 11:38:50.119 1317 1645 W ratelimit: SystemServer single thread limit 500/s
drop 240 lines
02-01 11:38:50.119 1317 1645 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:50.169 1317 1696 D _V_ConfigurationManager:
/data/bbkcore/systemdefence_config_v1.xml is null,just return file content, no need
decrypt file
02-01 11:38:50.172 1317 1696 D _V_ConfigurationManager:
/data/bbkcore/sysemdefence_common_2.0.xml is null,just return file content, no need
decrypt file
02-01 11:38:50.173 1317 1696 I _V_SDS : updateSwitchConfig...
02-01 11:38:50.181 1317 1317 D _V_gamevibrator: game vib enable mod: 0
02-01 11:38:50.181 1317 1317 D _V_gamevibrator: device not support audio solution
02-01 11:38:50.181 1317 1317 D _V_gamevibrator: Vivo4DGameVibratorService
constructor method called,className:
com.vivo.services.vivo4dgamevibrator.Vivo4DGameVibratorService , is support game
effect: 0
02-01 11:38:50.181 1317 1317 D _V_VivoBinderServiceImpl:
vivo4DGameVibratorService is null?:false
02-01 11:38:50.195 1317 1317 D _V_VivoBinderServiceImpl: starting
VIVO_MEDIA_METRICS_SERVICE
02-01 11:38:50.215 1317 1317 D _V_VivoBinderServiceImpl: vivoArtKeeperService
addService start
02-01 11:38:50.217 1317 1317 I VivoArtKeeperService: artKeeper Service start
02-01 11:38:50.224 1317 1317 D VivoArtKeeperService: updateArtAppEnable = 1
02-01 11:38:50.225 1317 1317 D _V_VivoBinderServiceImpl: vivoArtKeeperService is
null?:false
02-01 11:38:50.226 1317 1317 D _V_VivoBinderServiceImpl: vivoArtKeeperService
addService complete
02-01 11:38:50.227 1317 1699 D _V_ConfigurationManager:
data/bbkcore/spring_effect_whitelist_1.0.xml is null,just return file content, no
need decrypt file
02-01 11:38:50.229 1317 1699 D _V_ConfigurationManager:
data/bbkcore/spring_effect_blacklist_1.0.xml is null,just return file content, no
need decrypt file
02-01 11:38:50.231 1317 1317 D VBEservice: VBEservice start
02-01 11:38:50.240 1317 1317 I SystemServerTiming:
StartEmergencyAffordanceService
02-01 11:38:50.241 1317 1317 I SystemServiceManager: Starting
com.android.server.emergency.EmergencyAffordanceService
02-01 11:38:50.242 1317 1317 I SystemServerTiming: StartDreamManager
02-01 11:38:50.242 1317 1317 I SystemServiceManager: Starting
com.android.server.dreams.DreamManagerService
02-01 11:38:50.243 1317 1520 I SystemServerTimingAsync:
InitThreadPoolExec:startBlobStoreManagerService
02-01 11:38:50.243 1317 1520 I SystemServerTimingAsync:
startBlobStoreManagerService
02-01 11:38:50.243 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:doze_always_on value:0 pkg:android
userId:0
02-01 11:38:50.244 1317 1520 I SystemServiceManager: Starting
com.android.server.blob.BlobStoreManagerService
02-01 11:38:50.246 1317 1317 I SystemServerTiming: AddGraphicsStatsService
02-01 11:38:50.252 1317 1317 I SystemServerTiming: StartPrintManager
02-01 11:38:50.252 1317 1317 I SystemServiceManager: Starting
com.android.server.print.PrintManagerService
02-01 11:38:50.255 1317 1317 I SystemServerTiming: StartCompanionDeviceManager
02-01 11:38:50.255 1317 1317 I SystemServiceManager: Starting
com.android.server.companion.CompanionDeviceManagerService
02-01 11:38:50.268 1317 1317 I SystemServerTiming: StartRestrictionManager
02-01 11:38:50.271 1317 1317 I SystemServiceManager: Starting
com.android.server.restrictions.RestrictionsManagerService
02-01 11:38:50.274 1317 1317 I SystemServerTiming: StartMediaSessionService
02-01 11:38:50.275 1317 1317 I SystemServiceManager: Starting
com.android.server.media.MediaSessionService
02-01 11:38:50.293 1317 1645 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:50.306 1317 1317 I _V_VivoSystemServer: startVivoMediaResourceService
02-01 11:38:50.311 1317 1431 W Looper : Slow dispatch took 247ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:38:50.313 1317 1317 I SystemServerTiming: StartMediaRouterService
02-01 11:38:50.314 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:50.317 1317 1317 I SystemServerTiming: StartFaceSensor
02-01 11:38:50.317 1317 1317 I SystemServiceManager: Starting
com.android.server.biometrics.sensors.face.FaceService
02-01 11:38:50.325 1317 1317 I SystemServerTiming: StartBiometricService
02-01 11:38:50.326 1317 1317 I SystemServiceManager: Starting
com.android.server.biometrics.BiometricService
02-01 11:38:50.334 1317 1317 I SystemServerTiming: StartAuthService
02-01 11:38:50.334 1317 1317 I SystemServiceManager: Starting
com.android.server.biometrics.AuthService
02-01 11:38:50.335 1317 1317 D AuthService: Registering HIDL ID: 0 Modality: 2
Strength: 15
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: failed to read fingerprint id
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: java.io.FileNotFoundException:
/sys/fp_id/fp_id: open failed: ENOENT (No such file or directory)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
libcore.io.IoBridge.open(IoBridge.java:575)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
java.io.FileInputStream.<init>(FileInputStream.java:160)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
android.os.FileUtils.readTextFile(FileUtils.java:637)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService.parseConfig(VivoAuthService.java:275)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService.access$000(VivoAuthService.java:33)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService$PropertiesCreator.<init>(VivoAuthServ
ice.java:94)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService.createSensorPropertiesInternal(VivoAu
thService.java:62)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.getHidlFingerprintSensorProps(AuthService
.java:788)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.registerAuthenticators(AuthService.java:6
66)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.onStart(AuthService.java:640)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:205)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:192)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.SystemServer.startOtherServices(SystemServer.java:2661)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.SystemServer.run(SystemServer.java:1066)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.server.SystemServer.main(SystemServer.java:739)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
java.lang.reflect.Method.invoke(Native Method)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
libcore.io.Linux.open(Native Method)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: at
libcore.io.IoBridge.open(IoBridge.java:561)
02-01 11:38:50.340 1317 1317 W _V_VivoAuthService: ... 17 more
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: config load failed!
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService:
java.lang.IllegalStateException: missing fp_id!!!
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService$PropertiesCreator.<init>(VivoAuthServ
ice.java:105)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.VivoAuthService.createSensorPropertiesInternal(VivoAu
thService.java:62)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.getHidlFingerprintSensorProps(AuthService
.java:788)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.registerAuthenticators(AuthService.java:6
66)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.server.biometrics.AuthService.onStart(AuthService.java:640)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:205)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.server.SystemServiceManager.startService(SystemServiceManager.java:192)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.server.SystemServer.startOtherServices(SystemServer.java:2661)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.server.SystemServer.run(SystemServer.java:1066)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.server.SystemServer.main(SystemServer.java:739)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
java.lang.reflect.Method.invoke(Native Method)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
02-01 11:38:50.341 1317 1317 W _V_VivoAuthService: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
02-01 11:38:50.342 1317 1317 I _V_VivoAuthService: create sensor{ID: 0, Strength:
2, Type: 1, X: 540, Y: 1636, Width: 0, Height: 0, Illuminator: -1, AntiFake: -
1,mDoubleSensor: false}
02-01 11:38:50.342 1317 1317 D AuthService: Registering HIDL ID: 1 Modality: 8
Strength: 4095
02-01 11:38:50.344 1317 1317 E AuthService: HIDL fingerprint configuration
exists, but FingerprintService is null.
02-01 11:38:50.348 1317 1317 I SystemServerTiming: StartBackgroundDexOptService
02-01 11:38:50.351 1317 1317 I SystemServerTiming: StartDynamicCodeLoggingService
02-01 11:38:50.351 1317 1709 D BiometricService: Registering ID: 1 Modality: 8
Strength: 4095
02-01 11:38:50.352 1317 1709 D BiometricStrengthController: updateStrengths:
revert sensorId=1 to oemStrength=4095
02-01 11:38:50.352 1317 1709 D BiometricService/Sensor: updateStrength:
Before(ID(1), oemStrength: 4095, updatedStrength: 4095, modality 8, state: 0,
cookie: 0, props: ID: 1, Strength: 0, Type: 0, SupportsFaceDetection: false)
After(ID(1), oemStrength: 4095, updatedStrength: 4095, modality 8, state: 0,
cookie: 0, props: ID: 1, Strength: 0, Type: 0, SupportsFaceDetection: false)
02-01 11:38:50.353 1317 1317 I SystemServerTiming:
StartPruneInstantAppsJobService
02-01 11:38:50.354 1317 1317 I SystemServerTiming: StartShortcutServiceLifecycle
02-01 11:38:50.354 1317 1317 I SystemServiceManager: Starting
com.android.server.pm.ShortcutService$Lifecycle
02-01 11:38:50.356 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:50.358 1317 1317 I SystemServerTiming: StartLauncherAppsService
02-01 11:38:50.358 1317 1317 I SystemServiceManager: Starting
com.android.server.pm.LauncherAppsService
02-01 11:38:50.362 1317 1317 I SystemServerTiming: StartCrossProfileAppsService
02-01 11:38:50.362 1317 1317 I SystemServiceManager: Starting
com.android.server.pm.CrossProfileAppsService
02-01 11:38:50.365 1317 1317 I SystemServerTiming: StartPeopleService
02-01 11:38:50.365 1317 1317 I SystemServiceManager: Starting
com.android.server.people.PeopleService
02-01 11:38:50.366 1317 1317 I SystemServerTiming: StartMediaMetricsManager
02-01 11:38:50.366 1317 1317 I SystemServiceManager: Starting
com.android.server.media.metrics.MediaMetricsManagerService
02-01 11:38:50.372 1317 1317 I SystemServerTiming: StartMediaProjectionManager
02-01 11:38:50.372 1317 1317 I SystemServiceManager: Starting
com.android.server.media.projection.MediaProjectionManagerService
02-01 11:38:50.376 1317 1317 I SystemServerTiming: StartSliceManagerService
02-01 11:38:50.376 1317 1317 I SystemServiceManager: Starting
com.android.server.slice.SliceManagerService$Lifecycle
02-01 11:38:50.380 1317 1317 I SystemServerTiming: StartStatsCompanion
02-01 11:38:50.385 1317 1645 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:50.392 1317 1317 I SystemServiceManager: Starting
com.android.server.stats.StatsCompanion$Lifecycle
02-01 11:38:50.397 1317 1317 I SystemServerTiming:
StartRebootReadinessManagerService
02-01 11:38:50.412 1317 1317 I SystemServiceManager: Starting
com.android.server.scheduling.RebootReadinessManagerService$Lifecycle
02-01 11:38:50.420 1317 1594 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 26, .batteryVoltage = 3756, .batteryTemperature =
335, .batteryCurrent = -621, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 4000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:38:50.422 1317 1317 I SystemServerTiming: StartStatsPullAtomService
02-01 11:38:50.423 1317 1317 I SystemServiceManager: Starting
com.android.server.stats.pull.StatsPullAtomService
02-01 11:38:50.424 1317 1317 I SystemServerTiming: StartIncidentCompanionService
02-01 11:38:50.424 1317 1317 I SystemServiceManager: Starting
com.android.server.incident.IncidentCompanionService
02-01 11:38:50.426 1317 1317 I SystemServerTiming: StartMmsService
02-01 11:38:50.427 1317 1317 I SystemServiceManager: Starting
com.android.server.MmsServiceBroker
02-01 11:38:50.428 1317 1317 I SystemServerTiming: StartAutoFillService
02-01 11:38:50.429 1317 1317 I SystemServiceManager: Starting
com.android.server.autofill.AutofillManagerService
02-01 11:38:50.433 1317 1317 E AutofillManagerServiceImpl: Bad service name:
com.google.android.gms/.autofill.service.AutofillService
02-01 11:38:50.436 1317 1317 D SystemServer: TranslationService not defined by
OEM
02-01 11:38:50.436 1317 1317 I SystemServerTiming: StartClipboardService
02-01 11:38:50.436 1317 1317 I SystemServiceManager: Starting
com.android.server.clipboard.ClipboardService
02-01 11:38:50.447 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:privacy_share_rom_support value:1
pkg:android userId:0
02-01 11:38:50.448 1317 1317 I SystemServerTiming: AppServiceManager
02-01 11:38:50.448 1317 1317 I SystemServiceManager: Starting
com.android.server.appbinding.AppBindingService$Lifecycle
02-01 11:38:50.450 1317 1317 I MtkSystemServerImpl: startOtherMtkService
02-01 11:38:50.450 1317 1317 I MtkSystemServerImpl:
StartSearchEngineManagerService
02-01 11:38:50.454 1317 1317 E MtkSystemServerImpl:
com.mediatek.fmradio.FmRadioPackageManager not found
02-01 11:38:50.454 1317 1317 I MtkSystemServerImpl: StartPowerHalMgrService
02-01 11:38:50.455 1317 1317 I SystemServiceManager: Starting
com.mediatek.powerhalservice.PowerHalMgrService
02-01 11:38:50.458 1317 1317 D PowerHalMgrService: Start PowerHalMgrService.
02-01 11:38:50.462 1317 1317 I MtkSystemServerImpl: [isWakeupSupport]
MTK_VOW_SUPPORT=false
02-01 11:38:50.463 1317 1317 I MtkSystemServerImpl: V_W_B_S isValidVowConfig
false
02-01 11:38:50.463 1317 1317 I MtkSystemServerImpl: not addService
VoiceWakeupBridgeService
02-01 11:38:50.463 1317 1317 I MtkSystemServerImpl:
StartConnectivitySupplementalService
02-01 11:38:50.463 1317 1317 I SystemServiceManager: Starting
com.mediatek.server.MtkConnectivitySupplementalService
02-01 11:38:50.466 1317 1317 D MtkTestSimHandler: MtkTestSimHandler setting up
02-01 11:38:50.468 1317 1317 D MtkConnectivitySupplementalService: onStart
02-01 11:38:50.468 1317 1317 I SystemServerTiming: startTracingServiceProxy
02-01 11:38:50.468 1317 1317 I SystemServiceManager: Starting
com.android.server.tracing.TracingServiceProxy
02-01 11:38:50.470 1317 1317 I SystemServerTiming: MakeLockSettingsServiceReady
02-01 11:38:50.475 1317 1317 I SyntheticPasswordManager: Device does not support
weaver
02-01 11:38:50.477 1317 1317 I LockSettingsService: Device doesn't implement
AuthSecret HAL
02-01 11:38:50.481 1317 1317 I SystemServerTiming:
StartBootPhaseLockSettingsReady
02-01 11:38:50.481 1317 1317 I SystemServiceManager: Starting phase 480
02-01 11:38:50.481 1317 1317 I SystemServerTiming: OnBootPhase_480
02-01 11:38:50.481 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:38:50.481 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.security.FileIntegrityService
02-01 11:38:50.481 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.Installer
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.powerstats.PowerStatsService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.DataLoaderManagerService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.power.PowerManagerService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.power.ThermalManagerService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.power.hint.HintManagerService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.lights.LightsService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.display.DisplayManagerService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.display.VivoDisplayStateService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.verify.domain.DomainVerificationService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.PackageInstallerService$Lifecycle
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.UserManagerService$LifeCycle
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.om.OverlayManagerService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.SensorPrivacyService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.sensors.SensorService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.SystemConfigService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.BatteryService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.usage.UsageStatsService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.webkit.WebViewUpdateService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.CachedDeviceStateService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.BinderCallsStatsService$LifeCycle
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.LooperStatsService$Lifecycle
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.rollback.RollbackManagerService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.os.NativeTombstoneManagerService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.os.BugreportManagerService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.gpu.GpuService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.security.KeyChainSystemService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.telecom.TelecomLoaderService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.accounts.AccountManagerService$Lifecycle
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.content.ContentService$Lifecycle
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.DropBoxManagerService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.role.RoleService
02-01 11:38:50.482 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.vibrator.VibratorManagerService$Lifecycle
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.mediatek.server.MtkAlarmManagerService
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.devicestate.DeviceStateManagerService
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.camera.CameraServiceProxy
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.BluetoothService
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.connectivity.IpConnectivityMetrics
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.PinnerService
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.google.android.startop.iorap.IorapForwardingService
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.integrity.AppIntegrityManagerService
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Li
fecycle
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.accessibility.AccessibilityManagerService$Lifecy
cle
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.StorageManagerService$Lifecycle
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.usage.StorageStatsService$Lifecycle
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.UiModeManagerService
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.locksettings.LockSettingsService$Lifecycle
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.PersistentDataBlockService
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.testharness.TestHarnessModeService
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.oemlock.OemLockService
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.DeviceIdleController
02-01 11:38:50.483 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycl
e
02-01 11:38:50.486 1317 1317 I DevicePolicyManager: Current version 2, latest
version 2, not upgrading.
02-01 11:38:50.496 1317 1697 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_configration_switch.xml is null,just return file
content, no need decrypt file
02-01 11:38:50.508 1317 1697 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_bgplayback_whitelist.xml is null,just return file
content, no need decrypt file
02-01 11:38:50.513 1317 1697 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_btsco_whitelist.xml is null,just return file
content, no need decrypt file
02-01 11:38:50.514 1317 1645 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:50.517 1317 1697 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_volume_whitelist.xml is null,just return file
content, no need decrypt file
02-01 11:38:50.529 1317 1697 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_volume_streamtype_blacklist.xml is null,just return
file content, no need decrypt file
02-01 11:38:50.585 1317 1431 D _V_VivoUsbDeviceManager: handleMessageUpdateState,
connected:false, configured:false
02-01 11:38:50.597 1317 1317 W DevicePolicyManager: Failed to set usb data
signaling state
02-01 11:38:50.598 1317 1317 W SystemServiceManager: Service
com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took 114 ms in
onBootPhase
02-01 11:38:50.598 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.texttospeech.TextToSpeechManagerService
02-01 11:38:50.598 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.speech.SpeechRecognitionManagerService
02-01 11:38:50.598 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.searchui.SearchUiManagerService
02-01 11:38:50.598 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.smartspace.SmartspaceManagerService
02-01 11:38:50.598 1317 1534 I SystemServerTimingAsync:
InitThreadPoolExec:DevicePolicyManager
02-01 11:38:50.598 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.graphics.fonts.FontManagerService$Lifecycle
02-01 11:38:50.598 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.textservices.TextServicesManagerService$Lifecycl
e
02-01 11:38:50.598 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.textclassifier.TextClassificationManagerService$
Lifecycle
02-01 11:38:50.599 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.NetworkScoreService$Lifecycle
02-01 11:38:50.599 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.wifi.WifiService
02-01 11:38:50.599 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.wifi.scanner.WifiScanningService
02-01 11:38:50.600 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.wifi.p2p.WifiP2pService
02-01 11:38:50.600 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.ethernet.EthernetService
02-01 11:38:50.600 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.ConnectivityServiceInitializer
02-01 11:38:50.600 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.notification.NotificationManagerService
02-01 11:38:50.600 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.storage.DeviceStorageMonitorService
02-01 11:38:50.600 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.location.LocationManagerService$Lifecycle
02-01 11:38:50.601 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.timedetector.TimeDetectorService$Lifecycle
02-01 11:38:50.601 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecyc
le
02-01 11:38:50.601 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.timezonedetector.location.LocationTimeZoneManage
rService$Lifecycle
02-01 11:38:50.601 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.search.SearchManagerService$Lifecycle
02-01 11:38:50.601 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
02-01 11:38:50.603 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.audio.AudioService$Lifecycle
02-01 11:38:50.604 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareSe
rvice$Lifecycle
02-01 11:38:50.604 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.DockObserver
02-01 11:38:50.605 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.midi.MidiService$Lifecycle
02-01 11:38:50.605 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.adb.AdbService$Lifecycle
02-01 11:38:50.605 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.usb.UsbService$Lifecycle
02-01 11:38:50.605 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.twilight.TwilightService
02-01 11:38:50.605 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.display.color.ColorDisplayService
02-01 11:38:50.606 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.job.JobSchedulerService
02-01 11:38:50.606 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.soundtrigger.SoundTriggerService
02-01 11:38:50.606 1317 1317 D SoundTriggerService: onBootPhase: 480 : false
02-01 11:38:50.606 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.trust.TrustManagerService
02-01 11:38:50.607 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.backup.BackupManagerService$Lifecycle
02-01 11:38:50.607 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.appwidget.AppWidgetService
02-01 11:38:50.607 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.voiceinteraction.VoiceInteractionManagerService
02-01 11:38:50.607 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.apphibernation.AppHibernationService
02-01 11:38:50.608 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.GestureLauncherService
02-01 11:38:50.608 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.SensorNotificationService
02-01 11:38:50.608 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.emergency.EmergencyAffordanceService
02-01 11:38:50.608 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.dreams.DreamManagerService
02-01 11:38:50.609 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.print.PrintManagerService
02-01 11:38:50.609 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.companion.CompanionDeviceManagerService
02-01 11:38:50.609 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.restrictions.RestrictionsManagerService
02-01 11:38:50.609 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.media.MediaSessionService
02-01 11:38:50.609 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.blob.BlobStoreManagerService
02-01 11:38:50.609 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.biometrics.sensors.face.FaceService
02-01 11:38:50.609 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.biometrics.BiometricService
02-01 11:38:50.609 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.biometrics.AuthService
02-01 11:38:50.609 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.ShortcutService$Lifecycle
02-01 11:38:50.612 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.LauncherAppsService
02-01 11:38:50.612 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.pm.CrossProfileAppsService
02-01 11:38:50.613 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.people.PeopleService
02-01 11:38:50.613 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.media.metrics.MediaMetricsManagerService
02-01 11:38:50.613 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.media.projection.MediaProjectionManagerService
02-01 11:38:50.613 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.slice.SliceManagerService$Lifecycle
02-01 11:38:50.613 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.stats.StatsCompanion$Lifecycle
02-01 11:38:50.613 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.scheduling.RebootReadinessManagerService$Lifecyc
le
02-01 11:38:50.613 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.stats.pull.StatsPullAtomService
02-01 11:38:50.613 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.incident.IncidentCompanionService
02-01 11:38:50.613 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.MmsServiceBroker
02-01 11:38:50.614 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.autofill.AutofillManagerService
02-01 11:38:50.614 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.clipboard.ClipboardService
02-01 11:38:50.614 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.appbinding.AppBindingService$Lifecycle
02-01 11:38:50.614 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.mediatek.powerhalservice.PowerHalMgrService
02-01 11:38:50.614 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.mediatek.server.MtkConnectivitySupplementalService
02-01 11:38:50.614 1317 1317 D MtkConnectivitySupplementalService: onBootPhase:
phase=480
02-01 11:38:50.614 1317 1317 I SystemServerTiming:
OnBootPhase_480_com.android.server.tracing.TracingServiceProxy
02-01 11:38:50.614 1317 1317 I SystemServerTiming:
StartBootPhaseSystemServicesReady
02-01 11:38:50.615 1317 1317 I SystemServiceManager: Starting phase 500
02-01 11:38:50.615 1317 1317 I SystemServerTiming: OnBootPhase_500
02-01 11:38:50.615 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:38:50.615 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.security.FileIntegrityService
02-01 11:38:50.615 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.Installer
02-01 11:38:50.615 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:38:50.615 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:38:50.615 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.powerstats.PowerStatsService
02-01 11:38:50.616 1317 1317 E StatsPullAtomCallbackImpl: Failed to start
PowerStatsService statsd pullers
02-01 11:38:50.616 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:38:50.616 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:38:50.624 1317 1317 E BatteryStatsService: Could not register
PowerStatsInternal
02-01 11:38:50.629 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.DataLoaderManagerService
02-01 11:38:50.629 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.power.PowerManagerService
02-01 11:38:50.630 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.power.ThermalManagerService
02-01 11:38:50.630 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.power.hint.HintManagerService
02-01 11:38:50.630 1317 1317 V HintManagerService: Initializing HintManager
service...
02-01 11:38:50.630 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:50.630 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:38:50.631 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.lights.LightsService
02-01 11:38:50.631 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.display.DisplayManagerService
02-01 11:38:50.631 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.display.VivoDisplayStateService
02-01 11:38:50.631 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.verify.domain.DomainVerificationService
02-01 11:38:50.631 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.PackageInstallerService$Lifecycle
02-01 11:38:50.631 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.UserManagerService$LifeCycle
02-01 11:38:50.631 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.om.OverlayManagerService
02-01 11:38:50.631 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.SensorPrivacyService
02-01 11:38:50.636 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.sensors.SensorService
02-01 11:38:50.636 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.SystemConfigService
02-01 11:38:50.636 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.BatteryService
02-01 11:38:50.636 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.usage.UsageStatsService
02-01 11:38:50.637 1317 1317 D AppStandbyController: Setting app idle enabled
state
02-01 11:38:50.643 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:50.643 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.webkit.WebViewUpdateService
02-01 11:38:50.643 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.CachedDeviceStateService
02-01 11:38:50.643 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.BinderCallsStatsService$LifeCycle
02-01 11:38:50.650 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.LooperStatsService$Lifecycle
02-01 11:38:50.651 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.rollback.RollbackManagerService
02-01 11:38:50.651 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.os.NativeTombstoneManagerService
02-01 11:38:50.651 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.os.BugreportManagerService
02-01 11:38:50.651 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.gpu.GpuService
02-01 11:38:50.651 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.security.KeyChainSystemService
02-01 11:38:50.651 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.telecom.TelecomLoaderService
02-01 11:38:50.651 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.accounts.AccountManagerService$Lifecycle
02-01 11:38:50.651 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.content.ContentService$Lifecycle
02-01 11:38:50.651 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.DropBoxManagerService
02-01 11:38:50.653 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.role.RoleService
02-01 11:38:50.654 1317 1645 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:50.654 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.vibrator.VibratorManagerService$Lifecycle
02-01 11:38:50.654 1317 1317 V VibratorManagerService: Initializing
VibratorManager service...
02-01 11:38:50.654 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:50.656 1317 1317 V VibratorManagerService: VibratorManager service
initialized
02-01 11:38:50.657 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.mediatek.server.MtkAlarmManagerService
02-01 11:38:50.661 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.devicestate.DeviceStateManagerService
02-01 11:38:50.662 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.camera.CameraServiceProxy
02-01 11:38:50.662 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.BluetoothService
02-01 11:38:50.663 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.connectivity.IpConnectivityMetrics
02-01 11:38:50.668 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
02-01 11:38:50.668 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.PinnerService
02-01 11:38:50.669 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.google.android.startop.iorap.IorapForwardingService
02-01 11:38:50.669 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.integrity.AppIntegrityManagerService
02-01 11:38:50.669 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
02-01 11:38:50.669 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Li
fecycle
02-01 11:38:50.670 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.accessibility.AccessibilityManagerService$Lifecy
cle
02-01 11:38:50.670 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.StorageManagerService$Lifecycle
02-01 11:38:50.672 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.usage.StorageStatsService$Lifecycle
02-01 11:38:50.672 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.UiModeManagerService
02-01 11:38:50.675 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vos_nightmode_state value:0 pkg:android
userId:0
02-01 11:38:50.679 1317 1317 I ActivityTaskManager: Config changes=4000200 {1.0 ?
mcc?mnc [en_US] 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.6 ?fontWeightAdjustment themeId=2 themeParameter=0
nightModeLevel = -1}
02-01 11:38:50.683 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:50.686 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:50.694 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:50.699 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:50.701 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:50.709 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:50.716 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:50.721 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:50.729 1317 1317 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [en_US] 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.7 ?fontWeightAdjustment
themeId=2 themeParameter=0 nightModeLevel = -1}
02-01 11:38:50.729 1317 1434 V ActivityManager: Broadcast: Intent
{ act=android.intent.action.CONFIGURATION_CHANGED flg=0x70200010 } ordered=false
userid=-1 ,pid=1317 ,pkg=null
02-01 11:38:50.733 1317 1317 I WindowManager: Override config changes=4000200
{1.0 ?mcc?mnc [en_US] 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.6 ?fontWeightAdjustment themeId=2 themeParameter=0
nightModeLevel = -1} for displayId=0
02-01 11:38:50.735 1317 1317 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{3c65a65 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=true sz=0}
02-01 11:38:50.738 1317 1317 W SystemServiceManager: Service
com.android.server.UiModeManagerService took 66 ms in onBootPhase
02-01 11:38:50.738 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.locksettings.LockSettingsService$Lifecycle
02-01 11:38:50.738 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.PersistentDataBlockService
02-01 11:38:50.738 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.testharness.TestHarnessModeService
02-01 11:38:50.738 1317 1317 D TestHarnessModeService: Setting up test harness
mode
02-01 11:38:50.738 1317 1317 D TestHarnessModeService: Getting
PersistentDataBlockManagerInternal from LocalServices
02-01 11:38:50.740 1317 1435 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
02-01 11:38:50.752 1317 1697 D _V_ConfigurationManager:
/data/bbkcore/vivo_audio_feature_config.xml is null,just return file content, no
need decrypt file
02-01 11:38:50.756 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.oemlock.OemLockService
02-01 11:38:50.756 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.DeviceIdleController
02-01 11:38:50.757 1317 1317 D AnyMotionDetector: AnyMotionDetector instantiated.
02-01 11:38:50.758 1317 1317 D AnyMotionDetector: mNumSufficientSamples = 63
02-01 11:38:50.759 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:50.761 1317 1317 I DeviceIdleController: updateQuickDozeFlagLocked:
enabled=false
02-01 11:38:50.761 1317 1317 D DeviceIdleController: updateInteractivityLocked:
screenOn=true
02-01 11:38:50.761 1317 1317 I DeviceIdleController: becomeActiveLocked,
reason=screen, changeLightIdle=true
02-01 11:38:50.761 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycl
e
02-01 11:38:50.761 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.texttospeech.TextToSpeechManagerService
02-01 11:38:50.761 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.speech.SpeechRecognitionManagerService
02-01 11:38:50.761 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.searchui.SearchUiManagerService
02-01 11:38:50.761 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.smartspace.SmartspaceManagerService
02-01 11:38:50.761 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.graphics.fonts.FontManagerService$Lifecycle
02-01 11:38:50.761 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.textservices.TextServicesManagerService$Lifecycl
e
02-01 11:38:50.761 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.textclassifier.TextClassificationManagerService$
Lifecycle
02-01 11:38:50.761 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.NetworkScoreService$Lifecycle
02-01 11:38:50.762 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.wifi.WifiService
02-01 11:38:50.763 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.wifi.scanner.WifiScanningService
02-01 11:38:50.763 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.wifi.p2p.WifiP2pService
02-01 11:38:50.767 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.ethernet.EthernetService
02-01 11:38:50.776 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.ConnectivityServiceInitializer
02-01 11:38:50.776 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.notification.NotificationManagerService
02-01 11:38:50.810 1317 1645 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:50.814 1317 1601 V ActivityManager: Broadcast: Intent
{ act=android.net.wifi.CONFIGURED_NETWORKS_CHANGE flg=0x44000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:50.968 1317 1645 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:51.018 1317 1697 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiofeature_configration_switch.xml is null,just return file
content, no need decrypt file
02-01 11:38:51.030 1317 1601 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:tether_offload_disabled value:1
pkg:android userId:0
02-01 11:38:51.035 1317 1601 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:wifi_watchdog_on value:1 pkg:android
userId:0
02-01 11:38:51.037 1317 1697 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_common_blacklist.xml is null,just return file
content, no need decrypt file
02-01 11:38:51.049 1317 1697 D _V_ConfigurationManager:
/data/bbkcore/vivo_audiopolicy_common_whitelist.xml is null,just return file
content, no need decrypt file
02-01 11:38:51.096 1317 1686 I _V_Sensor_CurveSwitch: getParam curveName =
auto_default; br =
200,1501,3001,4525,4721,5180,5895,6849,8040,9232,10424,13404,15904,15905,16383,1638
3,; lux =
0,10,20,50,215,600,1200,2000,3000,4000,5000,7500,10000,10001,10001,10001,; slopeBr
=
130.1,200.0;150.0,1.0;50.8,1985.0;1.187878787878788,4465.606060606061;1.19220779220
77923,4464.675324675325;1.1916666666666667,4465.0;1.1925,4464.0;1.191,4467.0;1.192,
4464.0;1.192,4464.0;1.192,4464.0;1.0,5904.0;1.0,5904.0;0.0,15905.0;0.0,10001.0;;
ver = 1
02-01 11:38:51.099 1317 1686 I _V_Sensor_UserModifyCurve: recordLuxBr : [0] = -1,
-1; [1] = -1, -1; [2] = -1, -1; [3] = -1, -1; [4] = -1, -1; [5] = -1, -1; [6] = -1,
-1; [7] = -1, -1; [8] = -1, -1; [9] = -1, -1;
02-01 11:38:51.099 1317 1686 I _V_Sensor_UserModifyCurve: luxSec = 0; 10; 20; 50;
215; 600; 1200; 2000; 3000; 4000; 5000; 7500; 10000; 10001; 10001; 10001;
02-01 11:38:51.099 1317 1686 I _V_Sensor_UserModifyCurve: brSec = 200; 1501;
3001; 4525; 4721; 5180; 5895; 6849; 8040; 9232; 10424; 13404; 15904; 15905; 16383;
16383;
02-01 11:38:51.099 1317 1686 I _V_Sensor_UserModifyCurve: slopeBr: [0] = 130.1,
200.0; [1] = 150.0, 1.0; [2] = 50.8, 1985.0; [3] = 1.187878787878788,
4465.606060606061; [4] = 1.1922077922077923, 4464.675324675325; [5] =
1.1916666666666667, 4465.0; [6] = 1.1925, 4464.0; [7] = 1.191, 4467.0; [8] = 1.192,
4464.0; [9] = 1.192, 4464.0; [10] = 1.192, 4464.0; [11] = 1.0, 5904.0; [12] = 1.0,
5904.0; [13] = 0.0, 15905.0; [14] = 0.0, 10001.0;
02-01 11:38:51.108 1317 1645 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:51.109 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:zen_mode_ringer_level value:2 pkg:android userId:0
02-01 11:38:51.110 1317 1645 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:51.111 1317 1645 V ActivityManager: Broadcast: Intent
{ act=android.media.STREAM_DEVICES_CHANGED_ACTION flg=0x54000010 (has extras) }
ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:51.112 1317 1317 D _V_ZenModeHelper: reason = onSystemReady
zenModeEnabled = false mZenModeEnabled = false
02-01 11:38:51.114 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
02-01 11:38:51.115 1317 1748 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:38:51.115 1317 1748 W ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes (user not unlocked)
02-01 11:38:51.118 1317 1317 W SystemServiceManager: Service
com.android.server.notification.NotificationManagerService took 342 ms in
onBootPhase
02-01 11:38:51.118 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.storage.DeviceStorageMonitorService
02-01 11:38:51.119 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.location.LocationManagerService$Lifecycle
02-01 11:38:51.124 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:51.128 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.timedetector.TimeDetectorService$Lifecycle
02-01 11:38:51.128 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecyc
le
02-01 11:38:51.128 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.timezonedetector.location.LocationTimeZoneManage
rService$Lifecycle
02-01 11:38:51.128 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.search.SearchManagerService$Lifecycle
02-01 11:38:51.128 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
02-01 11:38:51.129 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.audio.AudioService$Lifecycle
02-01 11:38:51.129 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareSe
rvice$Lifecycle
02-01 11:38:51.129 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.DockObserver
02-01 11:38:51.129 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.midi.MidiService$Lifecycle
02-01 11:38:51.129 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.adb.AdbService$Lifecycle
02-01 11:38:51.129 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.usb.UsbService$Lifecycle
02-01 11:38:51.129 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.twilight.TwilightService
02-01 11:38:51.130 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.display.color.ColorDisplayService
02-01 11:38:51.131 1317 1317 D _V_VivoColorDisplayServiceImpl: register
vivo_color_manager_service service ok
02-01 11:38:51.132 1317 1317 D _V_VivoColorDisplayServiceImpl: register
vivo_display_enhance service ok
02-01 11:38:51.133 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.job.JobSchedulerService
02-01 11:38:51.173 1317 1317 V HistoricalRegistry: Interaction before persistence
initialized
02-01 11:38:51.175 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.soundtrigger.SoundTriggerService
02-01 11:38:51.175 1317 1317 D SoundTriggerService: onBootPhase: 500 : false
02-01 11:38:51.175 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.trust.TrustManagerService
02-01 11:38:51.177 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.backup.BackupManagerService$Lifecycle
02-01 11:38:51.178 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.appwidget.AppWidgetService
02-01 11:38:51.178 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.voiceinteraction.VoiceInteractionManagerService
02-01 11:38:51.178 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.apphibernation.AppHibernationService
02-01 11:38:51.180 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.GestureLauncherService
02-01 11:38:51.181 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.SensorNotificationService
02-01 11:38:51.181 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.emergency.EmergencyAffordanceService
02-01 11:38:51.181 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.dreams.DreamManagerService
02-01 11:38:51.181 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.print.PrintManagerService
02-01 11:38:51.181 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.companion.CompanionDeviceManagerService
02-01 11:38:51.183 1317 1317 I CompanionDeviceManagerService: initBleScanning()
02-01 11:38:51.184 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.restrictions.RestrictionsManagerService
02-01 11:38:51.184 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.media.MediaSessionService
02-01 11:38:51.184 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.blob.BlobStoreManagerService
02-01 11:38:51.184 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.biometrics.sensors.face.FaceService
02-01 11:38:51.184 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.biometrics.BiometricService
02-01 11:38:51.184 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.biometrics.AuthService
02-01 11:38:51.184 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.ShortcutService$Lifecycle
02-01 11:38:51.185 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.LauncherAppsService
02-01 11:38:51.185 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.pm.CrossProfileAppsService
02-01 11:38:51.185 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.people.PeopleService
02-01 11:38:51.186 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.media.metrics.MediaMetricsManagerService
02-01 11:38:51.186 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.media.projection.MediaProjectionManagerService
02-01 11:38:51.187 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.slice.SliceManagerService$Lifecycle
02-01 11:38:51.187 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.stats.StatsCompanion$Lifecycle
02-01 11:38:51.187 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.scheduling.RebootReadinessManagerService$Lifecyc
le
02-01 11:38:51.187 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.stats.pull.StatsPullAtomService
02-01 11:38:51.192 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.incident.IncidentCompanionService
02-01 11:38:51.192 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.MmsServiceBroker
02-01 11:38:51.192 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.autofill.AutofillManagerService
02-01 11:38:51.192 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.clipboard.ClipboardService
02-01 11:38:51.192 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.appbinding.AppBindingService$Lifecycle
02-01 11:38:51.192 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.mediatek.powerhalservice.PowerHalMgrService
02-01 11:38:51.193 1317 1317 D PowerHalMgrService: onBootPhase
PowerHalMgrService.
02-01 11:38:51.193 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.mediatek.server.MtkConnectivitySupplementalService
02-01 11:38:51.193 1317 1317 D MtkConnectivitySupplementalService: onBootPhase:
phase=500
02-01 11:38:51.193 1317 1317 D MCSS-Tethering: initialize
02-01 11:38:51.193 1317 1317 D MtkConnectivitySupplementalService: initialize
mtkconnmetrics.
02-01 11:38:51.205 1317 1445 I HealthServiceWrapper: health: HealthServiceWrapper
listening to instance default
02-01 11:38:51.208 1317 1445 D StatsPullAtomService: Registering pullers with
statsd
02-01 11:38:51.213 1317 1445 I StatsPullAtomService: register thermal listener
successfully
02-01 11:38:51.214 1317 1317 I SystemServerTiming:
OnBootPhase_500_com.android.server.tracing.TracingServiceProxy
02-01 11:38:51.214 1317 1317 I SystemServerTiming: MakeWindowManagerServiceReady
02-01 11:38:51.215 1317 1317 I _V_FingerprintUnlockController: onSystemReady()
02-01 11:38:51.216 1317 1317 D _V_FaceUnlockController: onSystemReady (service
disconnected)
02-01 11:38:51.229 1317 1601 V ActivityManager: Broadcast sticky: Intent
{ act=android.net.wifi.action.WIFI_SCAN_AVAILABILITY_CHANGED flg=0x44000010 (has
extras) } ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:51.235 1317 1562 I _V_WallpaperState:
registerWallpaperVisibilityListener.
02-01 11:38:51.238 1317 1317 I _V_VivoSystemServer:
MakeVivoDisplayStateServiceReady
02-01 11:38:51.242 1317 1317 I SystemServerTiming: MakePowerManagerServiceReady
02-01 11:38:51.244 1317 1317 I AttentionDetector: readValuesFromDeviceConfig():
02-01 11:38:51.244 1317 1317 I AttentionDetector: mMaximumExtensionMillis=900000
02-01 11:38:51.244 1317 1317 I AttentionDetector: mPreDimCheckDurationMillis=2000
02-01 11:38:51.244 1317 1317 I AttentionDetector:
mRequestedPostDimTimeoutMillis=0
02-01 11:38:51.267 1317 1317 D _V_Sensor_VivoSensorImpl: setDPCCallback =
com.android.server.display.VivoDisplayPowerControllerImpl$4@deb688e, id = local:0
02-01 11:38:51.269 1317 1317 E DisplayPowerController[0]: failed to set up
display white-balance: java.lang.IllegalStateException: cannot find sensor
com.google.sensor.color
02-01 11:38:51.269 1317 1317 W DisplayPowerController[0]: Screen brightness nits
configuration is unavailable; falling back
02-01 11:38:51.271 1317 1317 D _V_shuangping0705: setOverrideDisplayState :
displayId = 0 ; overrideState = 2 ; mOverridePrimaryState = 2 ;
mOverrideSecondState = 1
02-01 11:38:51.272 1317 1317 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.41680047 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:51.273 1317 1317 D _V_VivoLocalDisplayDeviceImpl: -1
setPowerModeForState:ON, isMainDisplay=true, false
02-01 11:38:51.280 1317 1491 I _V_VivoDisplayStateService:
onDisplayStateBeginChange: primary-display turns on
02-01 11:38:51.280 1317 1317 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.2796093, brightness =
1145, useSurfaceControl status false
02-01 11:38:51.280 1317 1491 W _V_VivoDisplayStateService: draw wake lock is
already released
02-01 11:38:51.281 1317 1317 D _V_VivoLcmSre: onBrightnessChanged brightness=1145
02-01 11:38:51.281 1317 1761 I _V_VivoDisplayOverlayController:
enableDisableBlackOverlayInternal: primary-display enable: false mOverlayAdded:
false
02-01 11:38:51.282 1317 1317 I _V_VivoLightsService: lcmFloat = 0.2796093;
setBrightness = 1145
02-01 11:38:51.283 1317 1317 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:51.286 1317 1486 I _V_VivoPhoneWindowManagerImpl:
onDisplayStateBeginChange: turns on
02-01 11:38:51.286 1317 1434 I DisplayDeviceRepository: Display device changed
state: "Built-in Screen", ON
02-01 11:38:51.286 1317 1317 D _V_VivoPowerManagerService: com.tencent.mm App not
found!
02-01 11:38:51.286 1317 1317 D _V_VivoPowerManagerService: com.tencent.mobileqq
App not found!
02-01 11:38:51.287 1317 1317 D _V_VivoPowerManagerService: com.iqoo.engineermode
App not found!
02-01 11:38:51.288 1317 1491 D _V_VivoDisplayStateService: primary-display
onDisplayStateChanged UNKNOWN to ON backlight: -1 to 1146
02-01 11:38:51.290 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1146
02-01 11:38:51.294 1317 1435 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
02-01 11:38:51.294 1317 1680 D _V_CapacityKeyService: mDisplayId =0 rotation = 0
mBrightness =1
02-01 11:38:51.295 1317 1694 I _V_Sensor_NativeNotificationImpl:
frontDisplayState = 2; backDisplayState = 1
02-01 11:38:51.295 1317 1434 I _V_BBKTouchScreenServiceService: displayId = 0
type = 3 state = 1
02-01 11:38:51.295 1317 1674 I _V_BBKTouchScreenServiceService: displayId = 0
type = 3 state = 1
02-01 11:38:51.296 1317 1434 I _V_BBKTouchScreenServiceService: mDisplayId = 0
mDisplayOn = -1 displayOn = 1
02-01 11:38:51.296 1317 1674 I _V_BBKTouchScreenServiceService: mDisplayId = 0
mDisplayOn = -1 displayOn = 1
02-01 11:38:51.296 1317 1674 I _V_BBKTouchScreenServiceService: displayId = 0
type = 0 state = 1
02-01 11:38:51.296 1317 1674 I _V_BBKTouchScreenServiceService: displayId = 0
type = 10 state = 0
02-01 11:38:51.296 1317 1434 I _V_BBKTouchScreenServiceService: displayId = 0
type = 0 state = 1
02-01 11:38:51.296 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:51.297 1317 1434 I _V_BBKTouchScreenServiceService: displayId = 0
type = 10 state = 0
02-01 11:38:51.297 1317 1317 D _V_VivoPowerManagerService: isWakeLockControlOn =
true
02-01 11:38:51.300 1317 1688 I _V_Sensor_FactoryManager: VivoSensorTest
type=0x210; cmd=129
02-01 11:38:51.301 1317 1435 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
02-01 11:38:51.317 1317 1486 I _V_Sensor_VRampAnimator: downPoint = [3283, 2491,
1510, 988, 849, 743, 514, 451, 413, 298, 209, 151, 122, 98, 84, 67, 45, 30, 17];
downStep = [35, 48, 26, 11, 9, 9, 14, 9, 8, 6, 3, 3, 2, 2, 2, 2, 2, 2, 2]; upPoint
= [907, 2823]; quickUpStep = [63, 186, 169]; quickUpGap = [20, 0, 0]; quickDownStep
= [9, 27, 28, 154]; quickDownGap = [40, 40, 30, 20]; quickPoint = [2129, 1183, 544,
17]; downSec = [[-1.762758621, 7385.744552], [-1.276545455, 5789.506727], [-
2.365357798, 8501.738275], [-5.543098851, 13300.12726], [-7.305715108,
15041.59213], [-7.283275472, 15022.54088], [-10.94456245, 17742.8771], [-
18.52971429, 21641.64514], [-20.53989474, 22548.23653], [-28.72471304,
25928.56649], [-55.46514607, 33897.21553], [-62.01724138, 35266.60345], [-
82.86206897, 38414.17241], [-87.58333333, 38990.16667], [-131.6428571, 43308.0], [-
120.9411765, 42409.05882], [-199.9090909, 47699.90909], [-267.6666667, 50749.0], [-
306.0769231, 51901.30769]]; useDownStep = 0; lcmFlick = 2; downKeyBr = 849;
downGap1 = 20; downGap2 = 80; upTotalTime = 2800; upLimitCount = 25; pemTotalTime =
10000; dimGap = 20
02-01 11:38:51.320 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:51.321 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:51.321 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:51.322 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:51.323 1317 1317 I FaceDownDetector: readValuesFromDeviceConfig():
02-01 11:38:51.323 1317 1317 I FaceDownDetector: mAccelerationThreshold=0.2
02-01 11:38:51.323 1317 1317 I FaceDownDetector: mZAccelerationThreshold=-9.5
02-01 11:38:51.323 1317 1317 I FaceDownDetector: mTimeThreshold=PT1S
02-01 11:38:51.323 1317 1317 I FaceDownDetector: mIsEnabled=true
02-01 11:38:51.323 1317 1486 W KeyguardServiceDelegate: onScreenTurningOn(): no
keyguard service!
02-01 11:38:51.323 1317 1486 D _V_FingerprintUnlockController:
onScreenTurningOn() screen_init
02-01 11:38:51.324 1317 1486 D _V_FaceUnlockController: onScreenTurningOn
02-01 11:38:51.324 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:51.324 1317 1486 I _V_Sensor_AntiMisoperation: screenStateChanged = 2
02-01 11:38:51.330 1317 1486 I _V_Sensor_MultiModeBrightness:
getBrightnessApparently initial brightness = 0.41680047; finalBrightness =
0.41680047; cameraMode = false; driveMode = false
02-01 11:38:51.331 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = -1; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = true; mSwitchDefaultCurve = false
02-01 11:38:51.331 1317 1486 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness mFirstBrightnessTs = 32353 mScreenUnlockState =
false
02-01 11:38:51.332 1317 1486 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness = true, br = 0.41680047, lastbr = 0.0
02-01 11:38:51.332 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41680047; animateBrightness =
0.41680047; rate = 0; state = 2; slowChange = false
02-01 11:38:51.333 1317 1486 D _V_FingerprintUnlockController:
onFingerprintWakeUpFinished
02-01 11:38:51.334 1317 1486 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:screen_brightness_change_by value:android
pkg:android userId:0
02-01 11:38:51.334 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:38:51.335 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.41680047 pkg:android
userId:0
02-01 11:38:51.335 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:38:51.336 1317 1576 E _V_PowerDataReport: The current time is less than
the last time, so failed
02-01 11:38:51.337 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:51.337 1317 1486 I _V_Sensor_BrightnessInfo: setAnimateStatus status
= 0; target = 0.41680047; current = 0.41680047
02-01 11:38:51.337 1317 1486 I _V_Sensor_BrightnessInfo: setAnimateStatus status
= 0; target = 1.0; current = 1.0
02-01 11:38:51.340 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:51.342 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:51.342 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:51.343 1317 1317 I SystemServerTiming: StartPermissionPolicyService
02-01 11:38:51.343 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 5, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:38:51.343 1317 1317 I SystemServiceManager: Starting
com.android.server.policy.PermissionPolicyService
02-01 11:38:51.344 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:51.344 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:51.345 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = true; mSwitchDefaultCurve = false
02-01 11:38:51.347 1317 1486 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness mFirstBrightnessTs = 32368 mScreenUnlockState =
false
02-01 11:38:51.347 1317 1486 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness = true, br = 0.41680047, lastbr = 0.0
02-01 11:38:51.347 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41680047; animateBrightness =
0.41680047; rate = 0; state = 2; slowChange = true
02-01 11:38:51.348 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41680047
02-01 11:38:51.348 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:51.349 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:51.351 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:51.351 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.41680047, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = true
02-01 11:38:51.352 1317 1317 I SystemServerTiming: MakePackageManagerServiceReady
02-01 11:38:51.353 1317 1766 I _V_Sensor_FactoryConfig:
mNotifyLcmBrightnessToDriver = false
02-01 11:38:51.353 1317 1766 E _V_Sensor_FactoryConfig: parseLcmBrightnessJson
02-01 11:38:51.354 1317 1766 E _V_Sensor_JsonObjectOperate: Can't find
file:/system/etc/SensorConfig/LcmBrightnessLevel.json
02-01 11:38:51.355 1317 1766 I _V_Sensor_FactoryConfig:
/system/etc/SensorConfig/LcmBrightnessLevel.json is null! return!
02-01 11:38:51.355 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:51.356 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:51.356 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = true; mSwitchDefaultCurve = false
02-01 11:38:51.357 1317 1486 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness mFirstBrightnessTs = 32379 mScreenUnlockState =
false
02-01 11:38:51.357 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41680047; animateBrightness =
0.41680047; rate = 0; state = 2; slowChange = true
02-01 11:38:51.358 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:51.358 1317 1317 I _V_VivoADBVerifyInstallUtils: regist for
CANCLE_INSTALL_APP_FROM_ADB
02-01 11:38:51.358 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:51.358 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:51.358 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:51.359 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:51.359 1317 1317 W _V_VivoPKMSDatabaseUtils: permissionmanager not
found android.content.pm.PackageManager$NameNotFoundException:
com.vivo.permissionmanager
02-01 11:38:51.359 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = true; mSwitchDefaultCurve = false
02-01 11:38:51.360 1317 1486 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness mFirstBrightnessTs = 32382 mScreenUnlockState =
false
02-01 11:38:51.360 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41680047; animateBrightness =
0.41680047; rate = 0; state = 2; slowChange = true
02-01 11:38:51.364 1317 1766 D _V_CapacityKeyService: not support presskey
02-01 11:38:51.364 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41680047
02-01 11:38:51.365 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:51.366 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:51.366 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:51.366 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:51.367 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:51.368 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = true; mSwitchDefaultCurve = false
02-01 11:38:51.369 1317 1486 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness mFirstBrightnessTs = 32390 mScreenUnlockState =
false
02-01 11:38:51.369 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41680047; animateBrightness =
0.41680047; rate = 0; state = 2; slowChange = true
02-01 11:38:51.370 1317 1486 D _V_FingerprintUnlockController: onScreenTurnedOn()
screen_turning_on
02-01 11:38:51.370 1317 1486 D _V_FaceUnlockController: onScreenTurnedOn (service
disconnected)
02-01 11:38:51.371 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:51.393 1317 1660 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 26, .batteryVoltage = 3785, .batteryTemperature =
335, .batteryCurrent = -382, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 4000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:38:51.426 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:51.446 1317 1690 I _V_Sensor_WindowBrightness: lux = 392.73648;
mExitWindowTs = -1; now = 32468; valid = true
02-01 11:38:51.449 1317 1690 I _V_Sensor_CurveManager: calcNewBrightness algo =
4933; finalAlgo = 4933; lcm = 1146; br = 0.41680047; upLux = 650; downLux = 130
02-01 11:38:51.450 1317 1690 D _V_DisplayPowerControllerImpl:
updateVivoSensorState flag = 1
02-01 11:38:51.450 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:51.451 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:51.451 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 392.73648; finalLux = 392.73648; brightness = 0.41680047;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 650;
downLux = 130; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1146; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:51.452 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:51.452 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:51.452 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:51.453 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = true; mSwitchDefaultCurve = false
02-01 11:38:51.454 1317 1486 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness mFirstBrightnessTs = 32476 mScreenUnlockState =
false
02-01 11:38:51.454 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41680047; animateBrightness =
0.41680047; rate = 0; state = 2; slowChange = true
02-01 11:38:51.528 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:51.700 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:51.748 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 407.93918; finalLux = 403.71622; brightness = 0.41680047;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 650;
downLux = 130; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1146; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:51.808 1317 1768 W _V_ContentProviderHelper: Failed to find
provider:com.iqoo.secure.provider.secureprovider for user 0
02-01 11:38:51.809 1317 1768 W ActivityThread: Failed to find provider info for
com.iqoo.secure.provider.secureprovider (user not unlocked)
02-01 11:38:51.809 1317 1502 D _V_VivoPKMSDatabaseUtils: --handleMessage 1006
02-01 11:38:51.828 1317 1317 I _V_VivoPKMSUtils: registerSettingsObsever
adbSimulateInit true
02-01 11:38:51.829 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:vivo_monkey_test value:0 pkg:android
userId:0
02-01 11:38:51.830 1317 1317 I _V_VivoPKMSUtils: pkms systemReady.
02-01 11:38:51.831 1317 1317 I _V_VivoPKMSUtils: checkComponentStateForCloneUser
02-01 11:38:51.837 1317 1317 I _V_VivoUninstallMgr: regist uninstall verify bc.
02-01 11:38:51.851 1317 1317 I _V_VivoPmsImpl:
disableHotQuestionIfNeed,userId:0,pkg=null
02-01 11:38:51.852 1317 1317 W _V_PackageManager: setEnabledSetting
packageName:com.vivo.website className:com.vivo.website.feedback.HotQuestionEntry
newState:1 userId:0 callingPackage:null callingUid:1000 callingPid:1317
02-01 11:38:51.858 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/InterceptUnknownDex.xml is null,just return file content, no need
decrypt file
02-01 11:38:51.861 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/Dex2Oat64.xml is null,just return file content, no need decrypt file
02-01 11:38:51.864 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:51.876 1317 1317 D _V_DexoptOptimizer: mAlarmManager successfully set
alarm
02-01 11:38:51.878 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/dexoptimizer_config_1.0.xml is null,just return file content, no need
decrypt file
02-01 11:38:51.884 1317 1317 I _V_PackageInstaller: sealAndValidate session
cost:0
02-01 11:38:51.889 1317 1317 V UserDataPreparer: Found /data/user_de/0 with
serial number 0
02-01 11:38:51.890 1317 1317 V UserDataPreparer: Found /data/user/0 with serial
number 0
02-01 11:38:51.890 1317 1317 V UserDataPreparer: Found /data/system_de/0 with
serial number 0
02-01 11:38:51.890 1317 1317 W UserDataPreparer: Invalid user directory
/data/system_de/tracking
02-01 11:38:51.890 1317 1317 W UserDataPreparer: Invalid user directory
/data/system_de/usagestats
02-01 11:38:51.891 1317 1317 V UserDataPreparer: Found /data/system_ce/0 with
serial number 0
02-01 11:38:51.891 1317 1317 V UserDataPreparer: Found /data/misc_ce/0 with
serial number 0
02-01 11:38:51.895 1317 1317 I PackageManager: Permission ownership changed.
Updating all permissions.
02-01 11:38:52.047 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 415.54053; finalLux = 415.54053; brightness = 0.41680047;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 650;
downLux = 130; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1146; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:52.066 1317 1317 V _V_VivoPermManagerImpl: VivoPermissionImpl
systemReady
02-01 11:38:52.071 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:52.072 1317 1499 E DefaultPermGrantPolicy: Package not found:
com.vivo.tws.vivotws
02-01 11:38:52.073 1317 1499 E DefaultPermGrantPolicy: Package not found:
com.android.vivo.tws.vivotws
02-01 11:38:52.076 1317 1499 E DefaultPermGrantPolicy: Package not found:
com.google.android.apps.actionsservice
02-01 11:38:52.092 1317 1317 I _V_VivoPermManagerImpl: Granting app permissions
for user 0 from vgc
02-01 11:38:52.093 1317 1317 D _V_VivoPermManagerImpl: isFirstBoot == false
02-01 11:38:52.094 1317 1317 E _V_VivoPermManagerImpl: PackageNot found:
com.tencent.tmgp.sgame
02-01 11:38:52.095 1317 1317 E _V_VivoPermManagerImpl: PackageNot found:
com.tencent.tmgp.pubgmhd
02-01 11:38:52.096 1317 1317 I SystemServerTiming: MakeDisplayManagerServiceReady
02-01 11:38:52.103 1317 1506 W PackageManager: Preserving older settings backup
02-01 11:38:52.108 1317 1688 I _V_Sensor_FactoryManager: VivoSensorTest
type=0x208; cmd=22
02-01 11:38:52.111 1317 1688 I _V_Sensor_FactoryManager: VivoSensorTest
type=0x600; cmd=-46
02-01 11:38:52.183 1317 1434 E DisplayModeDirector: Asked about unknown display,
returning empty display mode specs!(id=0)
02-01 11:38:52.189 1317 1317 I SystemServerTiming: StartDeviceSpecificServices
02-01 11:38:52.189 1317 1435 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
02-01 11:38:52.190 1317 1317 I SystemServerTiming: GameManagerService
02-01 11:38:52.190 1317 1317 I SystemServiceManager: Starting
com.android.server.app.GameManagerService$Lifecycle
02-01 11:38:52.194 1317 1317 I SystemServerTiming:
StartBootPhaseDeviceSpecificServicesReady
02-01 11:38:52.194 1317 1317 I SystemServiceManager: Starting phase 520
02-01 11:38:52.194 1317 1317 I SystemServerTiming: OnBootPhase_520
02-01 11:38:52.194 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:38:52.194 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.security.FileIntegrityService
02-01 11:38:52.194 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.Installer
02-01 11:38:52.194 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:38:52.194 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:38:52.194 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.powerstats.PowerStatsService
02-01 11:38:52.194 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:38:52.194 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:38:52.194 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.DataLoaderManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.power.PowerManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.power.ThermalManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.power.hint.HintManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.lights.LightsService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.display.DisplayManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.display.VivoDisplayStateService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.verify.domain.DomainVerificationService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.PackageInstallerService$Lifecycle
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.UserManagerService$LifeCycle
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.om.OverlayManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.SensorPrivacyService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.sensors.SensorService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.SystemConfigService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.BatteryService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.usage.UsageStatsService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.webkit.WebViewUpdateService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.CachedDeviceStateService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.BinderCallsStatsService$LifeCycle
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.LooperStatsService$Lifecycle
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.rollback.RollbackManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.os.NativeTombstoneManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.os.BugreportManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.gpu.GpuService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.security.KeyChainSystemService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.telecom.TelecomLoaderService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.accounts.AccountManagerService$Lifecycle
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.content.ContentService$Lifecycle
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.DropBoxManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.role.RoleService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.vibrator.VibratorManagerService$Lifecycle
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.mediatek.server.MtkAlarmManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.devicestate.DeviceStateManagerService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.camera.CameraServiceProxy
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.BluetoothService
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.connectivity.IpConnectivityMetrics
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
02-01 11:38:52.195 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.PinnerService
02-01 11:38:52.196 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.google.android.startop.iorap.IorapForwardingService
02-01 11:38:52.196 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.integrity.AppIntegrityManagerService
02-01 11:38:52.196 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
02-01 11:38:52.196 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Li
fecycle
02-01 11:38:52.196 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.accessibility.AccessibilityManagerService$Lifecy
cle
02-01 11:38:52.196 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.StorageManagerService$Lifecycle
02-01 11:38:52.196 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.usage.StorageStatsService$Lifecycle
02-01 11:38:52.197 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.UiModeManagerService
02-01 11:38:52.197 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.locksettings.LockSettingsService$Lifecycle
02-01 11:38:52.197 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.PersistentDataBlockService
02-01 11:38:52.197 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.testharness.TestHarnessModeService
02-01 11:38:52.197 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.oemlock.OemLockService
02-01 11:38:52.197 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.DeviceIdleController
02-01 11:38:52.197 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycl
e
02-01 11:38:52.197 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.texttospeech.TextToSpeechManagerService
02-01 11:38:52.197 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.speech.SpeechRecognitionManagerService
02-01 11:38:52.197 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.searchui.SearchUiManagerService
02-01 11:38:52.197 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.smartspace.SmartspaceManagerService
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.graphics.fonts.FontManagerService$Lifecycle
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.textservices.TextServicesManagerService$Lifecycl
e
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.textclassifier.TextClassificationManagerService$
Lifecycle
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.NetworkScoreService$Lifecycle
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.wifi.WifiService
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.wifi.scanner.WifiScanningService
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.wifi.p2p.WifiP2pService
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.ethernet.EthernetService
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.ConnectivityServiceInitializer
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.notification.NotificationManagerService
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.storage.DeviceStorageMonitorService
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.location.LocationManagerService$Lifecycle
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.timedetector.TimeDetectorService$Lifecycle
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecyc
le
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.timezonedetector.location.LocationTimeZoneManage
rService$Lifecycle
02-01 11:38:52.198 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.search.SearchManagerService$Lifecycle
02-01 11:38:52.200 1317 1434 V ActivityManager: Broadcast: Intent
{ act=android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED flg=0x40000010
(has extras) } ordered=false userid=-1 ,pid=1317 ,pkg=android
02-01 11:38:52.200 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
02-01 11:38:52.200 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.audio.AudioService$Lifecycle
02-01 11:38:52.200 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareSe
rvice$Lifecycle
02-01 11:38:52.200 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.DockObserver
02-01 11:38:52.200 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.midi.MidiService$Lifecycle
02-01 11:38:52.200 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.adb.AdbService$Lifecycle
02-01 11:38:52.200 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.usb.UsbService$Lifecycle
02-01 11:38:52.200 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.twilight.TwilightService
02-01 11:38:52.200 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.display.color.ColorDisplayService
02-01 11:38:52.200 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.job.JobSchedulerService
02-01 11:38:52.200 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.soundtrigger.SoundTriggerService
02-01 11:38:52.201 1317 1317 D SoundTriggerService: onBootPhase: 520 : false
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.trust.TrustManagerService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.backup.BackupManagerService$Lifecycle
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.appwidget.AppWidgetService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.voiceinteraction.VoiceInteractionManagerService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.apphibernation.AppHibernationService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.GestureLauncherService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.SensorNotificationService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.emergency.EmergencyAffordanceService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.dreams.DreamManagerService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.print.PrintManagerService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.companion.CompanionDeviceManagerService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.restrictions.RestrictionsManagerService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.media.MediaSessionService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.blob.BlobStoreManagerService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.biometrics.sensors.face.FaceService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.biometrics.BiometricService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.biometrics.AuthService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.ShortcutService$Lifecycle
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.LauncherAppsService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.CrossProfileAppsService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.people.PeopleService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.media.metrics.MediaMetricsManagerService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.media.projection.MediaProjectionManagerService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.slice.SliceManagerService$Lifecycle
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.stats.StatsCompanion$Lifecycle
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.scheduling.RebootReadinessManagerService$Lifecyc
le
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.stats.pull.StatsPullAtomService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.incident.IncidentCompanionService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.MmsServiceBroker
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.autofill.AutofillManagerService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.clipboard.ClipboardService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.appbinding.AppBindingService$Lifecycle
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.mediatek.powerhalservice.PowerHalMgrService
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.mediatek.server.MtkConnectivitySupplementalService
02-01 11:38:52.201 1317 1317 D MtkConnectivitySupplementalService: onBootPhase:
phase=520
02-01 11:38:52.201 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.tracing.TracingServiceProxy
02-01 11:38:52.202 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.policy.PermissionPolicyService
02-01 11:38:52.202 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.pm.StagingManager$Lifecycle
02-01 11:38:52.202 1317 1317 I SystemServerTiming:
OnBootPhase_520_com.android.server.app.GameManagerService$Lifecycle
02-01 11:38:52.202 1317 1317 I SystemServerTiming: AppSearchManagerService
02-01 11:38:52.203 1317 1317 I SystemServiceManager: Starting
com.android.server.appsearch.AppSearchManagerService
02-01 11:38:52.207 1317 1317 I SystemServerTiming: StartMediaCommunicationService
02-01 11:38:52.208 1317 1317 I SystemServiceManager: Starting
com.android.server.media.MediaCommunicationService
02-01 11:38:52.211 1317 1317 I SystemServerTiming: PhaseActivityManagerReady
02-01 11:38:52.221 1317 1317 I SystemServerTiming: controllersReady
02-01 11:38:52.224 1317 1317 D _V_ThirdPartyIncoming:
DEBUG_THIRD_PARTY_INCOMING_POLICY: systemReady
02-01 11:38:52.226 1317 1317 D _V_ThirdPartyIncoming:
DEBUG_THIRD_PARTY_INCOMING_POLICY:init
02-01 11:38:52.246 1317 1535 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.animewallpapers4K.STUDIOLOVE changed
02-01 11:38:52.246 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.snake.io.slither.merge.fun.game changed
02-01 11:38:52.247 1317 1575 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.mobile.legends changed
02-01 11:38:52.247 1317 1591 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.yes.master.mod.skin.for.minecraft changed
02-01 11:38:52.247 1317 1586 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.roblox.client changed
02-01 11:38:52.248 1317 1520 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.lutech.lockscreencustomizer changed
02-01 11:38:52.248 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.metaztech.chatta changed
02-01 11:38:52.248 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.globe.gcash.android changed
02-01 11:38:52.251 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.starmakerinteractive.starmaker changed
02-01 11:38:52.251 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.lemon.lvoverseas changed
02-01 11:38:52.251 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.battery.theme.charging changed
02-01 11:38:52.251 1317 1591 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.unicc.uni changed
02-01 11:38:52.251 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.block.juggle changed
02-01 11:38:52.251 1317 1520 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.facebook.katana changed
02-01 11:38:52.254 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.LinkedSquad.SchoolBoyRunaway changed
02-01 11:38:52.254 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.docs changed
02-01 11:38:52.254 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.videos changed
02-01 11:38:52.254 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.facebook.lite changed
02-01 11:38:52.254 1317 1591 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.garena.game.codm changed
02-01 11:38:52.255 1317 1535 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.mihuan.haunteddorm.vivo changed
02-01 11:38:52.255 1317 1535 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.setupwizard changed
02-01 11:38:52.255 1317 1535 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.cellbroadcastreceiver changed
02-01 11:38:52.255 1317 1535 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.marvin.talkback changed
02-01 11:38:52.255 1317 1434 W ActivityManager: Unable to start service Intent
{ act=com.vivo.smartmultiwindow.manager_smartmultiwindow_state
pkg=com.vivo.smartmultiwindow } U=0: not found
02-01 11:38:52.255 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.shopee.ph changed
02-01 11:38:52.255 1317 1520 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.ss.android.ugc.trill changed
02-01 11:38:52.256 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.ext.services changed
02-01 11:38:52.256 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.maps changed
02-01 11:38:52.256 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.webview changed
02-01 11:38:52.256 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.happy.family.counter.terrorist.games changed
02-01 11:38:52.256 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.calendar changed
02-01 11:38:52.256 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.youtube.music changed
02-01 11:38:52.256 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.tts changed
02-01 11:38:52.256 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.gms.location.history changed
02-01 11:38:52.256 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.photosgo changed
02-01 11:38:52.256 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.gms changed
02-01 11:38:52.257 1317 1317 I SystemServerTiming: killProcesses
02-01 11:38:52.257 1317 1591 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.permissioncontroller changed
02-01 11:38:52.257 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.tachyon changed
02-01 11:38:52.257 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.vending changed
02-01 11:38:52.257 1317 1575 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.facemagic.changer changed
02-01 11:38:52.258 1317 1575 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.searchlite changed
02-01 11:38:52.258 1317 1535 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.gm changed
02-01 11:38:52.258 1317 1434 D _V_VivoFreeformActivityManager: register Freeform
User Switch Observer.
02-01 11:38:52.258 1317 1434 D _V_VivoFreeformActivityManager: unregister
Freeform User Switch Observer.
02-01 11:38:52.258 1317 1586 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package free.tube.premium.advanced.tuber changed
02-01 11:38:52.258 1317 1317 I ActivityManager: System now ready
02-01 11:38:52.258 1317 1586 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.wellbeing changed
02-01 11:38:52.258 1317 1586 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.assistant changed
02-01 11:38:52.258 1317 1591 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.gsf changed
02-01 11:38:52.258 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.nbu.files changed
02-01 11:38:52.258 1317 1434 D _V_VivoActivityTaskManagerServiceImpl:
mGetVivoMultiWindowRunnable.
02-01 11:38:52.258 1317 1591 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.apps.restore changed
02-01 11:38:52.258 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.configupdater changed
02-01 11:38:52.258 1317 1591 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.partnersetup changed
02-01 11:38:52.258 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.youtube changed
02-01 11:38:52.258 1317 1591 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.gallery changed
02-01 11:38:52.258 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.launcher3 changed
02-01 11:38:52.258 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.VideoPlayer changed
02-01 11:38:52.259 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.camera changed
02-01 11:38:52.259 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.bbk.iqoo.logsystem changed
02-01 11:38:52.259 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.printspooler changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.bbkmusic changed
02-01 11:38:52.260 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.bbk.updater changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.inputmethod.latin changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.bbk.theme changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.notes changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.cota changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.weather changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.website changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.companiondevicemanager changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.pushservice changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.bbk.account changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.deskclock changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.imanager changed
02-01 11:38:52.260 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.incallui changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.setupwizard changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.mms changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.easyshare changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.browser changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.systemui changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.downloads changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.dialer changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.contacts changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.facebook.services changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.appstore changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.google.android.packageinstaller changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.blockednumber changed
02-01 11:38:52.261 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.game changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.userdictionary changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.contacts changed
02-01 11:38:52.261 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.calendar changed
02-01 11:38:52.262 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.providers.media.module changed
02-01 11:38:52.262 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.shell changed
02-01 11:38:52.262 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.bluetooth changed
02-01 11:38:52.262 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.mediatek.ims changed
02-01 11:38:52.262 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.ons changed
02-01 11:38:52.262 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.cellbroadcastservice changed
02-01 11:38:52.262 1317 1535 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.phone changed
02-01 11:38:52.262 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.fuelsummary changed
02-01 11:38:52.262 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.omacp changed
02-01 11:38:52.262 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.pem changed
02-01 11:38:52.262 1317 1317 I SystemServerTiming:
updateTopComponentForFactoryTest
02-01 11:38:52.263 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.mediatek.location.lppe.main changed
02-01 11:38:52.263 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.networkstack.inprocess changed
02-01 11:38:52.263 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.jadard.noise changed
02-01 11:38:52.263 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.smartshot changed
02-01 11:38:52.263 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.appfilter changed
02-01 11:38:52.263 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.crontab changed
02-01 11:38:52.264 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.inputdevices changed
02-01 11:38:52.264 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package android changed
02-01 11:38:52.264 1317 1317 I SystemServerTiming: registerActivityLaunchObserver
02-01 11:38:52.264 1317 1591 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.mediatek changed
02-01 11:38:52.264 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.daemonService changed
02-01 11:38:52.264 1317 1535 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.abe changed
02-01 11:38:52.264 1317 1535 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.settings changed
02-01 11:38:52.265 1317 1520 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.chrome changed
02-01 11:38:52.265 1317 1514 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.vivo.faceui changed
02-01 11:38:52.265 1317 1575 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.mms.service changed
02-01 11:38:52.265 1317 1443 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.bbklog changed
02-01 11:38:52.265 1317 1534 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.localtransport changed
02-01 11:38:52.265 1317 1317 I SystemServerTiming: watchDeviceProvisioning
02-01 11:38:52.266 1317 1586 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.networkstack.tethering.inprocess
changed
02-01 11:38:52.266 1317 1591 I SystemServerTimingAsync: InitThreadPoolExec:Update
app-ops uidState in case package com.android.server.telecom changed
02-01 11:38:52.281 1317 1317 I SystemServerTiming: retrieveSettings
02-01 11:38:52.284 1317 1317 I ActivityTaskManager: Config changes=10000100
{1.0 ?mcc?mnc [en_US] 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.8 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1}
02-01 11:38:52.286 1317 1317 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [en_US] 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.9 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
02-01 11:38:52.287 1317 1317 I WindowManager: Override config changes=10000100
{1.0 ?mcc?mnc [en_US] 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.8 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1} for displayId=0
02-01 11:38:52.294 1317 1317 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{3c65a65 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=true sz=0}
02-01 11:38:52.297 1317 1435 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
02-01 11:38:52.299 1317 1317 I SystemServerTiming: Ugm.onSystemReady
02-01 11:38:52.300 1317 1317 I SystemServerTiming: updateForceBackgroundCheck
02-01 11:38:52.300 1317 1317 I SystemServer: Making services ready
02-01 11:38:52.301 1317 1317 I SystemServerTiming: StartActivityManagerReadyPhase
02-01 11:38:52.301 1317 1317 I SystemServiceManager: Starting phase 550
02-01 11:38:52.301 1317 1317 I SystemServerTiming: OnBootPhase_550
02-01 11:38:52.301 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:38:52.304 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.security.FileIntegrityService
02-01 11:38:52.304 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.Installer
02-01 11:38:52.304 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:38:52.304 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:38:52.304 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.powerstats.PowerStatsService
02-01 11:38:52.304 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:38:52.304 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:38:52.307 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.DataLoaderManagerService
02-01 11:38:52.307 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.power.PowerManagerService
02-01 11:38:52.307 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.power.ThermalManagerService
02-01 11:38:52.313 1317 1317 I ThermalHalWrapper: Thermal HAL 2.0 service
connected.
02-01 11:38:52.330 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.power.hint.HintManagerService
02-01 11:38:52.330 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:38:52.331 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.lights.LightsService
02-01 11:38:52.331 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.display.DisplayManagerService
02-01 11:38:52.331 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.display.VivoDisplayStateService
02-01 11:38:52.331 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.verify.domain.DomainVerificationService
02-01 11:38:52.331 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.PackageInstallerService$Lifecycle
02-01 11:38:52.331 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.UserManagerService$LifeCycle
02-01 11:38:52.331 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.om.OverlayManagerService
02-01 11:38:52.331 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.SensorPrivacyService
02-01 11:38:52.331 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.sensors.SensorService
02-01 11:38:52.331 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.SystemConfigService
02-01 11:38:52.331 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.BatteryService
02-01 11:38:52.333 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:supportLowBatteryNotification value:1
pkg:android userId:0
02-01 11:38:52.333 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.usage.UsageStatsService
02-01 11:38:52.334 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.webkit.WebViewUpdateService
02-01 11:38:52.334 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.CachedDeviceStateService
02-01 11:38:52.334 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.BinderCallsStatsService$LifeCycle
02-01 11:38:52.334 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.LooperStatsService$Lifecycle
02-01 11:38:52.334 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.rollback.RollbackManagerService
02-01 11:38:52.335 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.os.NativeTombstoneManagerService
02-01 11:38:52.337 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.os.BugreportManagerService
02-01 11:38:52.337 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.gpu.GpuService
02-01 11:38:52.337 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:52.337 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.security.KeyChainSystemService
02-01 11:38:52.337 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.telecom.TelecomLoaderService
02-01 11:38:52.340 1317 1317 W ActivityManager: Too early to start/bind service
in system_server: Phase=550
ComponentInfo{com.android.server.telecom/com.android.server.telecom.components.Tele
comService}
02-01 11:38:52.343 1317 1317 W ActivityManager: Too early to start/bind service
in system_server: Phase=550
ComponentInfo{com.android.server.telecom/com.android.server.telecom.components.Tele
comService}
02-01 11:38:52.345 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.accounts.AccountManagerService$Lifecycle
02-01 11:38:52.345 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.content.ContentService$Lifecycle
02-01 11:38:52.347 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 419.76352; finalLux = 419.76352; brightness = 0.41680047;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 650;
downLux = 130; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1146; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:52.363 1317 1451 D _V_ConfigurationManager: get key from abe
02-01 11:38:52.363 1317 1451 D _V_ConfigurationManager: effectcipher : true false
02-01 11:38:52.369 1317 1451 I _V_AmsConfigManager: init
mBgstartAllowedServiceStringList:StringList{name='bgstart_allowed_service',
size=19, values=[com.iqoo.secure, com.vivo.safecenter, com.bbk.cloud,
com.bbk.updater, com.vivo.browser, com.mobile.cos.iroaming,
com.eg.android.AlipayGphone, com.vivo.share, com.google.android.gms, com.bbk.theme,
com.unionpay.tsmservice, com.vivo.weather, com.bbk.appstore, com.vivo.customtool,
com.vivo.imanager, com.vivo.gamecube, com.vivo.video.floating, com.vivo.cota,
com.vivo.widget.cleanspeed], uninitialized=false},mForceStopAppStringList =
StringList{name='force_stop_app', size=14, values=[com.android.bbkmusic,
com.android.settings, com.bbk.theme, com.vivo.appstore, com.bbk.appstore,
com.android.providers.downloads, com.android.bbksoundrecorder, com.vivo.smartshot,
com.vivo.browser, com.vivo.email, com.vivo.FMRadio, com.vivo.appfilter,
com.iqoo.trafficupgrade, force_test], uninitialized=false},
mAnrMonitorPackageStringList=StringList{name='anr_monitor_package', size=10,
values=[com.android.systemui, com.bbk.launcher2, com.vivo.upslide,
com.vivo.gallery, com.android.bbkmusic, com.vivo.daemonService, com.android.camera,
com.vivo.browser, com.vivo.appstore, anr_test], uninitialized=false},
mBgstartAllowedActivityStringList=StringList{name='bgstart_allowed_activity',
size=0, values=[], uninitialized=true},
mVivoProtectedBroadcastBlackStringList=StringList{name='vivo_unprotected_broadcast'
, size=0, values=[], uninitialized=true},
mVivoProtectedBroadcastBlackDlStringList=StringList{name='vivo_unprotected_broadcas
t_dl', size=0, values=[], uninitialized=true},
mVivoProtectedBroadcastWhiteStringList=StringList{name='vivo_protected_broadcast',
size=0, values=[], uninitialized=true},
mSplashOptComponentStringList=StringList{name='vivo_splash_opt_component', size=0,
values=[], uninitialized=true},
mCngcoreBlackStringList=StringList{name='cngcore_black', size=0, values=[],
uninitialized=true}
02-01 11:38:52.372 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:52.482 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:52.483 1317 1451 D _V_ConfigurationManager: get key from abe
02-01 11:38:52.483 1317 1451 D _V_ConfigurationManager: effectcipher : true false
02-01 11:38:52.486 1317 1451 I _V_AmsConfigManager:
mBgstartAllowedServiceStringList size=19
02-01 11:38:52.486 1317 1451 I _V_AmsConfigManager: mForceStopAppStringList
size=14
02-01 11:38:52.487 1317 1451 I _V_AmsConfigManager: mAnrMonitorPackageStringList
size=10
02-01 11:38:52.487 1317 1451 I _V_AmsConfigManager:
updateActivityControlConfig...
02-01 11:38:52.487 1317 1451 I _V_AmsConfigManager:
mBgstartAllowedServiceStringList size=0
02-01 11:38:52.488 1317 1451 I _V_AmsConfigManager:
mVivoProtectedBroadcastBlackStringList size=0
02-01 11:38:52.489 1317 1451 I _V_AmsConfigManager:
mVivoProtectedBroadcastBlackDlStringList size=0
02-01 11:38:52.489 1317 1451 I _V_AmsConfigManager:
mVivoProtectedBroadcastWhiteStringList size=0
02-01 11:38:52.489 1317 1451 I _V_AmsConfigManager: mCngcoreBlackStringList
size=0
02-01 11:38:52.490 1317 1451 I _V_AmsConfigManager: updateBinderControlList...
02-01 11:38:52.543 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:52.586 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:52.607 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:52.639 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:52.692 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:52.716 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:52.764 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:52.794 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:52.877 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:52.888 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:52.952 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:52.969 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.021 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.024 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:53.026 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.037 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 428.20947; finalLux = 428.20947; brightness = 0.41680047;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 650;
downLux = 130; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1146; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:53.080 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.105 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.127 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:53.183 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.187 1317 1777 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.abe
02-01 11:38:53.188 1317 1777 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:38:53.206 1317 1456 I Watchdog: Interesting Java process com.vivo.abe
started. Pid 1779
02-01 11:38:53.206 1317 1456 I ActivityManager: Start proc 1779:com.vivo.abe/1000
for content provider {com.vivo.abe/com.vivo.unifiedconfig.UnifiedConfigProvider}
02-01 11:38:53.223 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.240 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:53.268 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.330 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.337 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.342 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:53.350 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.426 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.445 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:53.478 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.489 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.494 1317 1615 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:wifi_acc_temp_disabled value: pkg:android userId:0
02-01 11:38:53.507 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.549 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:53.601 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:53.603 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.646 1317 1778 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:53.651 1317 1610 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:53.652 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.653 1317 1614 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:53.656 1317 1606 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:53.658 1317 1605 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:53.681 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.695 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:53.760 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.763 1317 1317 W SystemServiceManager: Service
com.android.server.content.ContentService$Lifecycle took 1417 ms in onBootPhase
02-01 11:38:53.763 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.DropBoxManagerService
02-01 11:38:53.763 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.role.RoleService
02-01 11:38:53.763 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.vibrator.VibratorManagerService$Lifecycle
02-01 11:38:53.763 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.mediatek.server.MtkAlarmManagerService
02-01 11:38:53.763 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.devicestate.DeviceStateManagerService
02-01 11:38:53.763 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.camera.CameraServiceProxy
02-01 11:38:53.763 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.BluetoothService
02-01 11:38:53.763 1317 1317 D BluetoothManagerService: Bluetooth boot completed
02-01 11:38:53.769 1317 1317 D _V_VivoBluetoothManagerServiceImpl:
updateBluetoothStatePolicy start! vgcstate = 10 override = false currentstate = 10
02-01 11:38:53.770 1317 1317 D _V_VivoBluetoothManagerServiceImpl:
getUserTurnOnOffBluetooth userTurnOffBluetooth = true
02-01 11:38:53.770 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.connectivity.IpConnectivityMetrics
02-01 11:38:53.770 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
02-01 11:38:53.783 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.PinnerService
02-01 11:38:53.783 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.google.android.startop.iorap.IorapForwardingService
02-01 11:38:53.783 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.integrity.AppIntegrityManagerService
02-01 11:38:53.783 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
02-01 11:38:53.784 1317 1317 D InputMethodManagerService: --- systemReady
02-01 11:38:53.787 1317 1317 D InputMethodManagerService: --- re-
buildInputMethodList reset = false
02-01 11:38:53.787 1317 1317 D InputMethodManagerService: ------
caller=com.android.server.inputmethod.InputMethodManagerService.systemRunning:1923
com.android.server.inputmethod.InputMethodManagerService$Lifecycle.onBootPhase:1610
com.android.server.SystemServiceManager.startBootPhase:235
com.android.server.SystemServer.lambda$startOtherServices$6$SystemServer:2989
com.android.server.SystemServer$$ExternalSyntheticLambda5.run:48
com.android.server.am.ActivityManagerService.systemReady:8647
com.android.server.SystemServer.startOtherServices:2980
com.android.server.SystemServer.run:1066 com.android.server.SystemServer.main:739
java.lang.reflect.Method.invoke:-2
02-01 11:38:53.788 1317 1317 D InputMethodManagerService: Checking
com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
02-01 11:38:53.817 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.842 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.858 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:53.889 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.901 1317 1317 D InputMethodManagerService: Found an input method
InputMethodInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.
LatinIME, settings:
com.google.android.apps.inputmethod.latin.preference.SettingsActivity}
02-01 11:38:53.902 1317 1317 I InputMethodManagerService: Found no valid default
Voice IME. If the user is still locked, this may be expected.
02-01 11:38:53.910 1317 1317 W SystemServiceManager: Service
com.android.server.inputmethod.InputMethodManagerService$Lifecycle took 127 ms in
onBootPhase
02-01 11:38:53.910 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Li
fecycle
02-01 11:38:53.911 1317 1317 D SecInputMethodManagerService: --- systemReady
02-01 11:38:53.917 1317 1317 D SecInputMethodManagerService: --- re-
buildInputMethodList reset = false
02-01 11:38:53.917 1317 1317 D SecInputMethodManagerService: ------
caller=com.android.server.inputmethod.InputMethodManagerService.systemRunning:1923
com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Lifecycle.onBootPh
ase:447 com.android.server.SystemServiceManager.startBootPhase:235
com.android.server.SystemServer.lambda$startOtherServices$6$SystemServer:2989
com.android.server.SystemServer$$ExternalSyntheticLambda5.run:48
com.android.server.am.ActivityManagerService.systemReady:8647
com.android.server.SystemServer.startOtherServices:2980
com.android.server.SystemServer.run:1066 com.android.server.SystemServer.main:739
java.lang.reflect.Method.invoke:-2
02-01 11:38:53.921 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.accessibility.AccessibilityManagerService$Lifecy
cle
02-01 11:38:53.922 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.StorageManagerService$Lifecycle
02-01 11:38:53.923 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.usage.StorageStatsService$Lifecycle
02-01 11:38:53.923 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.UiModeManagerService
02-01 11:38:53.923 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.locksettings.LockSettingsService$Lifecycle
02-01 11:38:53.936 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:53.938 1317 1317 I RebootEscrowManager: No reboot escrow data found
for users, skipping loading escrow data
02-01 11:38:53.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 450.1689; finalLux = 439.18918; brightness = 0.41680047;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 650;
downLux = 130; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1146; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:53.952 1317 1583 I DefragService: defrag service scheduleIdlePass
02-01 11:38:53.953 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.PersistentDataBlockService
02-01 11:38:53.954 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.testharness.TestHarnessModeService
02-01 11:38:53.954 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.oemlock.OemLockService
02-01 11:38:53.955 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.DeviceIdleController
02-01 11:38:53.955 1317 1451 D _V_NotificationWhiteListManager: do not apply
default
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycl
e
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.texttospeech.TextToSpeechManagerService
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.speech.SpeechRecognitionManagerService
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.searchui.SearchUiManagerService
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.smartspace.SmartspaceManagerService
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.graphics.fonts.FontManagerService$Lifecycle
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.textservices.TextServicesManagerService$Lifecycl
e
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.textclassifier.TextClassificationManagerService$
Lifecycle
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.NetworkScoreService$Lifecycle
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.wifi.WifiService
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.wifi.scanner.WifiScanningService
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.wifi.p2p.WifiP2pService
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.ethernet.EthernetService
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.ConnectivityServiceInitializer
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.notification.NotificationManagerService
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.storage.DeviceStorageMonitorService
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.location.LocationManagerService$Lifecycle
02-01 11:38:53.956 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.timedetector.TimeDetectorService$Lifecycle
02-01 11:38:53.957 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecyc
le
02-01 11:38:53.957 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.timezonedetector.location.LocationTimeZoneManage
rService$Lifecycle
02-01 11:38:53.957 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.search.SearchManagerService$Lifecycle
02-01 11:38:53.957 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
02-01 11:38:53.960 1317 1317 V WallpaperManagerService:
bindWallpaperComponentLocked:
componentName=ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpape
r}
02-01 11:38:53.961 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:53.966 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.systemui uid 10049, isRmsPreload = false, keepQuiet =false
02-01 11:38:53.967 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:38:53.970 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:53.971 1317 1583 W StorageManagerService: nextTime: 64495029
02-01 11:38:53.972 1317 1317 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.systemui
02-01 11:38:53.973 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10049; state: DISABLED
02-01 11:38:53.974 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10049; state: DISABLED
02-01 11:38:53.974 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10049; state: DISABLED
02-01 11:38:53.974 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10049; state: ENABLED
02-01 11:38:53.976 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10049; state: ENABLED
02-01 11:38:53.978 1317 1317 W _V_VivoWallpaperManagerServiceImpl: Failed to
notifyWallpaperChanged to SurfaceFlinger
02-01 11:38:53.993 1317 1456 I ActivityManager: Start proc
1811:com.android.systemui/u0a49 for service
{com.android.systemui/com.android.systemui.ImageWallpaper}
02-01 11:38:54.035 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:54.046 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:54.060 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:54.062 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:portrait value:1 pkg:android userId:0
02-01 11:38:54.064 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:54.065 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:54.072 1317 1317 W SystemServiceManager: Service
com.android.server.wallpaper.WallpaperManagerService$Lifecycle took 116 ms in
onBootPhase
02-01 11:38:54.072 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.audio.AudioService$Lifecycle
02-01 11:38:54.072 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareSe
rvice$Lifecycle
02-01 11:38:54.072 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.DockObserver
02-01 11:38:54.072 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.midi.MidiService$Lifecycle
02-01 11:38:54.072 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.adb.AdbService$Lifecycle
02-01 11:38:54.073 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:adb_enabled value:0 pkg:android userId:0
02-01 11:38:54.073 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:54.073 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:adb_wifi_enabled value:0 pkg:android
userId:0
02-01 11:38:54.073 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.usb.UsbService$Lifecycle
02-01 11:38:54.073 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.twilight.TwilightService
02-01 11:38:54.073 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.display.color.ColorDisplayService
02-01 11:38:54.073 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.job.JobSchedulerService
02-01 11:38:54.073 1317 1535 I SystemServerTimingAsync:
InitThreadPoolExec:UsbService$Lifecycle#onBootPhase
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.soundtrigger.SoundTriggerService
02-01 11:38:54.074 1317 1317 D SoundTriggerService: onBootPhase: 550 : false
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.trust.TrustManagerService
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.backup.BackupManagerService$Lifecycle
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.appwidget.AppWidgetService
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.voiceinteraction.VoiceInteractionManagerService
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.apphibernation.AppHibernationService
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.GestureLauncherService
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.SensorNotificationService
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.emergency.EmergencyAffordanceService
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.dreams.DreamManagerService
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.print.PrintManagerService
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.companion.CompanionDeviceManagerService
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.restrictions.RestrictionsManagerService
02-01 11:38:54.074 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.media.MediaSessionService
02-01 11:38:54.075 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.blob.BlobStoreManagerService
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.biometrics.sensors.face.FaceService
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.biometrics.BiometricService
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.biometrics.AuthService
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.ShortcutService$Lifecycle
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.LauncherAppsService
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.CrossProfileAppsService
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.people.PeopleService
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.media.metrics.MediaMetricsManagerService
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.media.projection.MediaProjectionManagerService
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.slice.SliceManagerService$Lifecycle
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.stats.StatsCompanion$Lifecycle
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.scheduling.RebootReadinessManagerService$Lifecyc
le
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.stats.pull.StatsPullAtomService
02-01 11:38:54.078 1317 1645 W BluetoothManagerService:
bindBluetoothProfileService:Trying to bind to profile: 1, while Bluetooth is
disabled
02-01 11:38:54.078 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.incident.IncidentCompanionService
02-01 11:38:54.079 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.MmsServiceBroker
02-01 11:38:54.079 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.autofill.AutofillManagerService
02-01 11:38:54.079 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.clipboard.ClipboardService
02-01 11:38:54.079 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.appbinding.AppBindingService$Lifecycle
02-01 11:38:54.087 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10049; state: DISABLED
02-01 11:38:54.096 1317 1593 I UsbPortManager: ClientCallback V1_2:
02-01 11:38:54.097 1317 1431 I UsbPortManager: USB port added: port=UsbPort{id=,
supportedModes=ufpsupportedContaminantProtectionModes=1supportsEnableContaminantPre
senceProtection=falsesupportsEnableContaminantPresenceDetection=false,
status=UsbPortStatus{connected=true, currentMode=ufp, currentPowerRole=sink,
currentDataRole=device, supportedRoleCombinations=[sink:device],
contaminantDetectionStatus=2, contaminantProtectionStatus=0}, canChangeMode=false,
canChangePowerRole=false, canChangeDataRole=false, connectedAtMillis=35118,
lastConnectDurationMillis=0
02-01 11:38:54.103 1317 1317 I AppBindingService: Updating constants with: null
02-01 11:38:54.103 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.mediatek.powerhalservice.PowerHalMgrService
02-01 11:38:54.103 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.mediatek.server.MtkConnectivitySupplementalService
02-01 11:38:54.103 1317 1317 D MtkConnectivitySupplementalService: onBootPhase:
phase=550
02-01 11:38:54.103 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.tracing.TracingServiceProxy
02-01 11:38:54.103 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.policy.PermissionPolicyService
02-01 11:38:54.119 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:54.122 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:54.128 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:54.171 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:54.182 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:54.204 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:54.214 1317 1645 W BluetoothManagerService:
bindBluetoothProfileService:Trying to bind to profile: 1026, while Bluetooth is
disabled
02-01 11:38:54.224 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:54.229 1317 1317 I PackageManager: Permission ownership changed.
Updating all permissions.
02-01 11:38:54.286 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:54.327 1317 1317 W SystemServiceManager: Service
com.android.server.policy.PermissionPolicyService took 223 ms in onBootPhase
02-01 11:38:54.328 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.pm.StagingManager$Lifecycle
02-01 11:38:54.328 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.app.GameManagerService$Lifecycle
02-01 11:38:54.328 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.appsearch.AppSearchManagerService
02-01 11:38:54.328 1317 1317 I SystemServerTiming:
OnBootPhase_550_com.android.server.media.MediaCommunicationService
02-01 11:38:54.328 1317 1317 I SystemServerTiming: StartObservingNativeCrashes
02-01 11:38:54.329 1317 1317 I SystemServerTiming: RegisterAppOpsPolicy
02-01 11:38:54.334 1317 1514 I SystemServerTimingAsync:
InitThreadPoolExec:WebViewFactoryPreparation
02-01 11:38:54.334 1317 1514 I SystemServer: WebViewFactoryPreparation
02-01 11:38:54.334 1317 1514 I SystemServerTimingAsync: WebViewFactoryPreparation
02-01 11:38:54.334 1317 1317 I _V_VivoSystemServer: StartANRManager
02-01 11:38:54.338 1317 1317 I SystemServerTiming:
MakeNetworkManagementServiceReady
02-01 11:38:54.342 1317 1317 I SystemServerTiming: MakeIpSecServiceReady
02-01 11:38:54.344 1317 1514 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:38:54.345 1317 1514 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 1000; state: DISABLED
02-01 11:38:54.345 1317 1514 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 1000; state: DISABLED
02-01 11:38:54.345 1317 1514 D CompatibilityChangeReporter: Compat change id
reported: 178038272; UID 1000; state: DISABLED
02-01 11:38:54.346 1317 1478 W BatteryExternalStatsWorker: error reading modem
stats:ERROR_PHONE_NOT_AVAILABLE
02-01 11:38:54.347 1317 1317 D IpSecService: IpSecService is ready
02-01 11:38:54.348 1317 1317 I SystemServerTiming: MakeNetworkStatsServiceReady
02-01 11:38:54.359 1317 1456 I ActivityManager: Start proc 1861:WebViewLoader-
armeabi-v7a/1037 [android.webkit.WebViewLibraryLoader$RelroFileCreator] for null
02-01 11:38:54.365 1317 1599 D _V_VivoNpmsImpl:
isAllowUnPrivilegedAppAddAsDefault = false
02-01 11:38:54.367 1317 1599 D _V_VivoNpmsImpl:
isAllowUnPrivilegedAppAddAsDefault = false
02-01 11:38:54.367 1317 1599 D _V_VivoNpmsImpl:
isAllowUnPrivilegedAppAddAsDefault = false
02-01 11:38:54.386 1317 1599 W NetworkPolicy: setRestrictBackgroundUL: already
false
02-01 11:38:54.399 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10060; state: ENABLED
02-01 11:38:54.399 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:54.400 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1145 pkg:android userId:0
02-01 11:38:54.408 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10192; state: ENABLED
02-01 11:38:54.414 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10076; state: ENABLED
02-01 11:38:54.421 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10096; state: ENABLED
02-01 11:38:54.432 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10185; state: ENABLED
02-01 11:38:54.439 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10105; state: ENABLED
02-01 11:38:54.440 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10161; state: ENABLED
02-01 11:38:54.449 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:38:54.470 1317 1317 I SystemServerTiming: MakeConnectivityServiceReady
02-01 11:38:54.474 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10168; state: ENABLED
02-01 11:38:54.476 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10129; state: ENABLED
02-01 11:38:54.489 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10149; state: ENABLED
02-01 11:38:54.493 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10092; state: ENABLED
02-01 11:38:54.500 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10150; state: ENABLED
02-01 11:38:54.501 1317 1522 W PackageManager: Loading a package that does not
exist for the calling user. package=null, user=0
02-01 11:38:54.515 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10057; state: ENABLED
02-01 11:38:54.518 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10116; state: ENABLED
02-01 11:38:54.535 1317 1317 I SystemServerTiming: MakeVpnManagerServiceReady
02-01 11:38:54.542 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:54.551 1317 1317 I SystemServerTiming: MakeVcnManagementServiceReady
02-01 11:38:54.597 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 182478738; UID 1000; state: ENABLED
02-01 11:38:54.598 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10081; state: ENABLED
02-01 11:38:54.600 1317 1317 I SystemServerTiming: MakeNetworkPolicyServiceReady
02-01 11:38:54.605 1317 1599 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10122; state: ENABLED
02-01 11:38:54.614 1317 1431 W Looper : Slow delivery took 206ms android.fg
h=android.os.Handler c=<recycled PooledLambda@b70fff3> m=0
02-01 11:38:54.628 1317 1522 I ActivityManager: Process WebViewLoader-armeabi-v7a
(pid 1861) has died: psvc PER
02-01 11:38:54.658 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:54.776 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:54.779 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:54.834 1317 1503 I _V_VivoPKMSUtils: begin init seq num from loc.
02-01 11:38:54.837 1317 1503 W _V_VivoPKMSUtils: init seqNum -1
02-01 11:38:54.838 1317 1503 W _V_VivoPKMSUtils: init seqNum -1
02-01 11:38:54.838 1317 1503 W _V_VivoPKMSUtils: init seqNum -1
02-01 11:38:54.841 1317 1503 I _V_VivoPKMSUtils: Do not need check seq Num.
02-01 11:38:54.841 1317 1503 I _V_VivoPKMSUtils: after initSeq 0 0 0
02-01 11:38:54.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 479.72974; finalLux = 467.9054; brightness = 0.41680047;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 650;
downLux = 130; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1146; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:54.875 1317 1431 W Looper : Drained
02-01 11:38:54.908 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:54.929 1317 1317 I SystemServerTiming: PhaseThirdPartyAppsCanStart
02-01 11:38:54.929 1317 1317 I SystemServiceManager: Starting phase 600
02-01 11:38:54.929 1317 1317 I SystemServerTiming: OnBootPhase_600
02-01 11:38:54.929 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:38:54.929 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.security.FileIntegrityService
02-01 11:38:54.930 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.Installer
02-01 11:38:54.930 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:38:54.930 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:38:54.930 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.powerstats.PowerStatsService
02-01 11:38:54.930 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:38:54.930 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:38:54.933 1317 1317 I ExplicitHealthCheckController: Explicit health
checks enabled.
02-01 11:38:54.933 1317 1317 I PackageWatchdog: Syncing state, reason: health
check state enabled
02-01 11:38:54.933 1317 1317 I PackageWatchdog: Discarding observer rollback-
observer. All packages expired
02-01 11:38:54.934 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.DataLoaderManagerService
02-01 11:38:54.934 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.power.PowerManagerService
02-01 11:38:54.935 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:boot_count value:23 pkg:android userId:0
02-01 11:38:54.936 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.power.ThermalManagerService
02-01 11:38:54.936 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.power.hint.HintManagerService
02-01 11:38:54.936 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:38:54.936 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.lights.LightsService
02-01 11:38:54.936 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.display.DisplayManagerService
02-01 11:38:54.936 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.display.VivoDisplayStateService
02-01 11:38:54.936 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.verify.domain.DomainVerificationService
02-01 11:38:54.937 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.PackageInstallerService$Lifecycle
02-01 11:38:54.937 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.UserManagerService$LifeCycle
02-01 11:38:54.937 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.om.OverlayManagerService
02-01 11:38:54.937 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.SensorPrivacyService
02-01 11:38:54.937 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.sensors.SensorService
02-01 11:38:54.937 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.SystemConfigService
02-01 11:38:54.937 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.BatteryService
02-01 11:38:54.937 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.usage.UsageStatsService
02-01 11:38:54.937 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.webkit.WebViewUpdateService
02-01 11:38:54.938 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.CachedDeviceStateService
02-01 11:38:54.938 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.BinderCallsStatsService$LifeCycle
02-01 11:38:54.938 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.LooperStatsService$Lifecycle
02-01 11:38:54.938 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.rollback.RollbackManagerService
02-01 11:38:54.938 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.os.NativeTombstoneManagerService
02-01 11:38:54.938 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.os.BugreportManagerService
02-01 11:38:54.938 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.gpu.GpuService
02-01 11:38:54.938 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.security.KeyChainSystemService
02-01 11:38:54.939 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.telecom.TelecomLoaderService
02-01 11:38:54.939 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.accounts.AccountManagerService$Lifecycle
02-01 11:38:54.939 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.content.ContentService$Lifecycle
02-01 11:38:54.939 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.DropBoxManagerService
02-01 11:38:54.939 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.role.RoleService
02-01 11:38:54.939 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.vibrator.VibratorManagerService$Lifecycle
02-01 11:38:54.939 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.mediatek.server.MtkAlarmManagerService
02-01 11:38:54.940 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.devicestate.DeviceStateManagerService
02-01 11:38:54.940 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.camera.CameraServiceProxy
02-01 11:38:54.940 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.BluetoothService
02-01 11:38:54.940 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.connectivity.IpConnectivityMetrics
02-01 11:38:54.940 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
02-01 11:38:54.940 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.PinnerService
02-01 11:38:54.940 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.google.android.startop.iorap.IorapForwardingService
02-01 11:38:54.941 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.integrity.AppIntegrityManagerService
02-01 11:38:54.941 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
02-01 11:38:54.941 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Li
fecycle
02-01 11:38:54.941 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.accessibility.AccessibilityManagerService$Lifecy
cle
02-01 11:38:54.941 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.StorageManagerService$Lifecycle
02-01 11:38:54.941 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.usage.StorageStatsService$Lifecycle
02-01 11:38:54.942 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.UiModeManagerService
02-01 11:38:54.942 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.locksettings.LockSettingsService$Lifecycle
02-01 11:38:54.942 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.PersistentDataBlockService
02-01 11:38:54.942 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.testharness.TestHarnessModeService
02-01 11:38:54.942 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.oemlock.OemLockService
02-01 11:38:54.942 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.DeviceIdleController
02-01 11:38:54.942 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycl
e
02-01 11:38:54.942 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.texttospeech.TextToSpeechManagerService
02-01 11:38:54.943 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.speech.SpeechRecognitionManagerService
02-01 11:38:54.944 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:38:54.944 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:38:54.944 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.searchui.SearchUiManagerService
02-01 11:38:54.945 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.smartspace.SmartspaceManagerService
02-01 11:38:54.946 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.graphics.fonts.FontManagerService$Lifecycle
02-01 11:38:54.947 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.textservices.TextServicesManagerService$Lifecycl
e
02-01 11:38:54.947 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.textclassifier.TextClassificationManagerService$
Lifecycle
02-01 11:38:54.947 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.NetworkScoreService$Lifecycle
02-01 11:38:54.947 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.wifi.WifiService
02-01 11:38:54.948 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.wifi.scanner.WifiScanningService
02-01 11:38:54.949 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.wifi.p2p.WifiP2pService
02-01 11:38:54.949 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.ethernet.EthernetService
02-01 11:38:54.950 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.ConnectivityServiceInitializer
02-01 11:38:54.950 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:54.950 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.notification.NotificationManagerService
02-01 11:38:54.956 1317 1317 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
02-01 11:38:54.963 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.storage.DeviceStorageMonitorService
02-01 11:38:54.964 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.location.LocationManagerService$Lifecycle
02-01 11:38:54.975 1317 1317 D DeviceIdleController:
startMonitoringMotionLocked()
02-01 11:38:54.975 1317 1522 W StorageManagerService: No primary storage defined
yet; hacking together a stub
02-01 11:38:54.976 1317 1530 D DeviceIdleController: handleMessage(7)
02-01 11:38:54.980 1317 1317 D DeviceIdleController: scheduleMotionAlarmLocked
02-01 11:38:54.982 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 17, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:38:54.988 1317 1530 D DeviceIdleController: handleMessage(7)
02-01 11:38:54.996 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:55.003 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
02-01 11:38:55.088 1317 1530 D DeviceIdleController: handleMessage(7)
02-01 11:38:55.089 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.093 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:55.101 1317 1317 W SystemServiceManager: Service
com.android.server.location.LocationManagerService$Lifecycle took 137 ms in
onBootPhase
02-01 11:38:55.101 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.timedetector.TimeDetectorService$Lifecycle
02-01 11:38:55.101 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecyc
le
02-01 11:38:55.101 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.timezonedetector.location.LocationTimeZoneManage
rService$Lifecycle
02-01 11:38:55.101 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.search.SearchManagerService$Lifecycle
02-01 11:38:55.101 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
02-01 11:38:55.102 1317 1317 I WallpaperManagerService: switch-user-0
02-01 11:38:55.102 1317 1317 V WallpaperManagerService:
bindWallpaperComponentLocked:
componentName=ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpape
r}
02-01 11:38:55.104 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.systemui uid 10049, isRmsPreload = false, keepQuiet =false
02-01 11:38:55.106 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.audio.AudioService$Lifecycle
02-01 11:38:55.106 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareSe
rvice$Lifecycle
02-01 11:38:55.107 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.DockObserver
02-01 11:38:55.107 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.midi.MidiService$Lifecycle
02-01 11:38:55.107 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.adb.AdbService$Lifecycle
02-01 11:38:55.107 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.usb.UsbService$Lifecycle
02-01 11:38:55.107 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.twilight.TwilightService
02-01 11:38:55.107 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.display.color.ColorDisplayService
02-01 11:38:55.107 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.job.JobSchedulerService
02-01 11:38:55.113 1317 1916 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: ENABLED
02-01 11:38:55.114 1317 1916 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: DISABLED
02-01 11:38:55.119 1317 1640 I _V_VivoLocationUtils: --handleMessage 1001
02-01 11:38:55.127 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.soundtrigger.SoundTriggerService
02-01 11:38:55.127 1317 1317 D SoundTriggerService: onBootPhase: 600 : false
02-01 11:38:55.127 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.trust.TrustManagerService
02-01 11:38:55.128 1317 1317 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
02-01 11:38:55.130 1317 1317 D BiometricService: Sensor ID(1), oemStrength: 4095,
updatedStrength: 4095, modality 8, state: 0, cookie: 0, props: ID: 1, Strength: 0,
Type: 0, SupportsFaceDetection: false, sensorId 1, hasEnrollments: false cannot
participate in Keystore operations
02-01 11:38:55.134 1317 1317 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.sendBroadcast:1191
com.android.server.trust.VivoTrustManagerServiceImpl.sendBroadcastToSmartunlockApp:
49 com.android.server.trust.TrustManagerService.onBootPhase:242
com.android.server.SystemServiceManager.startBootPhase:235
com.android.server.SystemServer.lambda$startOtherServices$6$SystemServer:3183
02-01 11:38:55.135 1317 1317 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.vivo.smartunlock.action.DATA flg=0x10
pkg=com.vivo.smartunlock } send by ApplicationInfo{e4b15f9 android} should with
permissions for security!!!
02-01 11:38:55.136 1317 1317 W _V_PackageManager: ## return empyt for Intent
{ act=android.vivo.smartunlock.action.DATA flg=0x10 pkg=com.vivo.smartunlock }
pkgName:com.vivo.smartunlock
02-01 11:38:55.136 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.backup.BackupManagerService$Lifecycle
02-01 11:38:55.136 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.appwidget.AppWidgetService
02-01 11:38:55.136 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.voiceinteraction.VoiceInteractionManagerService
02-01 11:38:55.137 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.137 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.apphibernation.AppHibernationService
02-01 11:38:55.137 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.GestureLauncherService
02-01 11:38:55.139 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.SensorNotificationService
02-01 11:38:55.141 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.emergency.EmergencyAffordanceService
02-01 11:38:55.143 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.dreams.DreamManagerService
02-01 11:38:55.144 1317 1317 W DreamManagerService: Dream
ComponentInfo{com.android.dreams.alwaysondisplay/com.android.dreams.alwaysondisplay
.AlwaysOnDisplay} does not exist
02-01 11:38:55.144 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.print.PrintManagerService
02-01 11:38:55.144 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.companion.CompanionDeviceManagerService
02-01 11:38:55.144 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.restrictions.RestrictionsManagerService
02-01 11:38:55.144 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.media.MediaSessionService
02-01 11:38:55.144 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.blob.BlobStoreManagerService
02-01 11:38:55.155 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.biometrics.sensors.face.FaceService
02-01 11:38:55.155 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.biometrics.BiometricService
02-01 11:38:55.155 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.biometrics.AuthService
02-01 11:38:55.155 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.ShortcutService$Lifecycle
02-01 11:38:55.155 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.LauncherAppsService
02-01 11:38:55.155 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.CrossProfileAppsService
02-01 11:38:55.155 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.people.PeopleService
02-01 11:38:55.155 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.media.metrics.MediaMetricsManagerService
02-01 11:38:55.155 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.media.projection.MediaProjectionManagerService
02-01 11:38:55.155 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.slice.SliceManagerService$Lifecycle
02-01 11:38:55.155 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.stats.StatsCompanion$Lifecycle
02-01 11:38:55.164 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
02-01 11:38:55.167 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.scheduling.RebootReadinessManagerService$Lifecyc
le
02-01 11:38:55.168 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.stats.pull.StatsPullAtomService
02-01 11:38:55.168 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.incident.IncidentCompanionService
02-01 11:38:55.168 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.MmsServiceBroker
02-01 11:38:55.168 1317 1445 D StatsPullAtomService: Registering NetworkStats
pullers with statsd
02-01 11:38:55.168 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.autofill.AutofillManagerService
02-01 11:38:55.170 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.170 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.clipboard.ClipboardService
02-01 11:38:55.171 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.appbinding.AppBindingService$Lifecycle
02-01 11:38:55.171 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.mediatek.powerhalservice.PowerHalMgrService
02-01 11:38:55.171 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.mediatek.server.MtkConnectivitySupplementalService
02-01 11:38:55.171 1317 1317 D MtkConnectivitySupplementalService: onBootPhase:
phase=600
02-01 11:38:55.171 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.tracing.TracingServiceProxy
02-01 11:38:55.171 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.policy.PermissionPolicyService
02-01 11:38:55.171 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.pm.StagingManager$Lifecycle
02-01 11:38:55.172 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.app.GameManagerService$Lifecycle
02-01 11:38:55.172 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.appsearch.AppSearchManagerService
02-01 11:38:55.172 1317 1317 I SystemServerTiming:
OnBootPhase_600_com.android.server.media.MediaCommunicationService
02-01 11:38:55.172 1317 1317 I SystemServerTiming: StartNetworkStack
02-01 11:38:55.172 1317 1317 D ConnectivityModuleConnector: Starting networking
module android.net.INetworkStackConnector
02-01 11:38:55.173 1317 1317 D ConnectivityModuleConnector: Starting networking
module in system_server process
02-01 11:38:55.176 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:38:55.179 1317 1317 D ConnectivityModuleConnector: Networking module
service start requested
02-01 11:38:55.179 1317 1317 I SystemServerTiming: StartTethering
02-01 11:38:55.179 1317 1317 D ConnectivityModuleConnector: Starting networking
module android.net.ITetheringConnector
02-01 11:38:55.180 1317 1317 D ConnectivityModuleConnector: Starting networking
module in system_server process
02-01 11:38:55.184 1317 1317 D ConnectivityModuleConnector: Networking module
service start requested
02-01 11:38:55.184 1317 1317 I SystemServerTiming:
MakeCountryDetectionServiceReady
02-01 11:38:55.184 1317 1317 I SystemServerTiming: MakeNetworkTimeUpdateReady
02-01 11:38:55.186 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.194 1317 1317 I SystemServerTiming: MakeInputManagerServiceReady
02-01 11:38:55.195 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.200 1317 1317 D _V_VivoInputManager: system ready, notify Lid
state, lidOpen:false
02-01 11:38:55.201 1317 1317 D _V_VivoInputManager: system ready, notify Machine
covered false
02-01 11:38:55.201 1317 1317 I SystemServerTiming: MakeTelephonyRegistryReady
02-01 11:38:55.201 1317 1317 I SystemServerTiming: MakeMediaRouterServiceReady
02-01 11:38:55.202 1317 1317 I SystemServerTiming: MakeMmsServiceReady
02-01 11:38:55.202 1317 1317 I MmsServiceBroker: Delay connecting to MmsService
until an API is called
02-01 11:38:55.202 1317 1317 I SystemServerTiming: IncidentDaemonReady
02-01 11:38:55.205 1317 1317 I SystemServerTiming: NetworkDataControllerService
02-01 11:38:55.206 1317 1317 I SystemServerTiming: MakeIncrementalServiceReady
02-01 11:38:55.206 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:55.206 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.207 1317 1317 W _V_VivoSystemServer: start to HangVivoDebugConfig
02-01 11:38:55.213 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:55.215 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/Hang_Vivo_Debug.xml is null,just return file content, no need decrypt
file
02-01 11:38:55.216 1317 1317 I _V_VivoSystemServer: startAutoRecoverService
02-01 11:38:55.217 1317 1317 I SystemServiceManager: Starting
com.vivo.services.autorecover.SystemAutoRecoverService
02-01 11:38:55.217 1317 1945 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/kme/wdt/enable_monitor
02-01 11:38:55.218 1317 1945 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/hung_ctl/hung_task_enable
02-01 11:38:55.219 1317 1945 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/hung_ctl/hung_task_whitelist
02-01 11:38:55.219 1317 1945 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/hung_ctl/hung_task_criticallist
02-01 11:38:55.219 1317 1945 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/hung_ctl/hung_task_keyword_criticallist
02-01 11:38:55.220 1317 1945 I _V_HangVivoDebugConfig: Failed to write to
/sys/kernel/hung_ctl/hung_task_keyword_whitelist
02-01 11:38:55.220 1317 1945 I _V_HangVivoDebugConfig: hung_task_enable:
02-01 11:38:55.220 1317 1945 I _V_HangVivoDebugConfig: ,hung_task_whitelist:
02-01 11:38:55.220 1317 1945 I _V_HangVivoDebugConfig: ,hung_task_criticallist:
02-01 11:38:55.220 1317 1945 I
_V_HangVivoDebugConfig: ,hung_task_keyword_criticallist:
02-01 11:38:55.220 1317 1945 I
_V_HangVivoDebugConfig: ,hung_task_keyword_whitelist:
02-01 11:38:55.224 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:55.225 1317 1947 D _V_ConfigurationManager:
/data/bbkcore/SystemAutoRecover_AutoRecoverPolicy_2.0.xml is null,just return file
content, no need decrypt file
02-01 11:38:55.247 1317 1735 D _V_VibratorManagerService:
handlerVibrator_screen_open_deal
02-01 11:38:55.251 1317 1317 I SystemServerTiming: getCurrentUser
02-01 11:38:55.251 1317 1317 I ActivityManager: Current user:0
02-01 11:38:55.251 1317 1317 I SystemServerTiming: ActivityManagerStartApps
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.StartUser-0
02-01 11:38:55.252 1317 1317 I SystemServiceManager: Calling onStartUser 0
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.security.FileIntegrityService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.Installer
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.powerstats.PowerStatsService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.DataLoaderManagerService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.power.PowerManagerService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.power.ThermalManagerService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.power.hint.HintManagerService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.lights.LightsService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.display.DisplayManagerService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.display.VivoDisplayStateService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.verify.domain.DomainVerificationService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.PackageInstallerService$Lifecycle
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.pm.UserManagerService$LifeCycle
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.om.OverlayManagerService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.SensorPrivacyService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.sensors.SensorService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.SystemConfigService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.BatteryService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.usage.UsageStatsService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.webkit.WebViewUpdateService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.CachedDeviceStateService
02-01 11:38:55.252 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.BinderCallsStatsService$LifeCycle
02-01 11:38:55.253 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.LooperStatsService$Lifecycle
02-01 11:38:55.253 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.rollback.RollbackManagerService
02-01 11:38:55.253 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.os.NativeTombstoneManagerService
02-01 11:38:55.253 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.os.BugreportManagerService
02-01 11:38:55.253 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.gpu.GpuService
02-01 11:38:55.253 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.security.KeyChainSystemService
02-01 11:38:55.253 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.telecom.TelecomLoaderService
02-01 11:38:55.253 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.accounts.AccountManagerService$Lifecycle
02-01 11:38:55.253 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.content.ContentService$Lifecycle
02-01 11:38:55.253 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.DropBoxManagerService
02-01 11:38:55.253 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.role.RoleService
02-01 11:38:55.269 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.vibrator.VibratorManagerService$Lifecycle
02-01 11:38:55.269 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.mediatek.server.MtkAlarmManagerService
02-01 11:38:55.269 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.devicestate.DeviceStateManagerService
02-01 11:38:55.269 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.camera.CameraServiceProxy
02-01 11:38:55.273 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.BluetoothService
02-01 11:38:55.273 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.connectivity.IpConnectivityMetrics
02-01 11:38:55.273 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
02-01 11:38:55.273 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.PinnerService
02-01 11:38:55.273 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.google.android.startop.iorap.IorapForwardingService
02-01 11:38:55.273 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.integrity.AppIntegrityManagerService
02-01 11:38:55.273 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
02-01 11:38:55.273 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Lifecycle
02-01 11:38:55.273 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
02-01 11:38:55.273 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.StorageManagerService$Lifecycle
02-01 11:38:55.283 1317 1317 V StorageManagerService: Package
com.vivo.soundrecorder does not have legacy storage
02-01 11:38:55.283 1317 1317 V StorageManagerService: Package com.mediatek.ims
does not have legacy storage
02-01 11:38:55.283 1317 1317 V StorageManagerService: Package
com.google.android.apps.subscriptions.red does not have legacy storage
02-01 11:38:55.283 1317 1317 V StorageManagerService: Package
com.android.cts.priv.ctsshim does not have legacy storage
02-01 11:38:55.283 1317 1317 V StorageManagerService: Package
com.vivo.weather.provider does not have legacy storage
02-01 11:38:55.284 1317 1317 V StorageManagerService: Package
com.google.android.youtube does not have legacy storage
02-01 11:38:55.284 1317 1317 V StorageManagerService: Package
com.android.internal.display.cutout.emulation.corner does not have legacy storage
02-01 11:38:55.284 1317 1317 V StorageManagerService: Package
com.google.android.ext.services does not have legacy storage
02-01 11:38:55.284 1317 1317 V StorageManagerService: Package
com.google.android.networkstack.overlay.vivo does not have legacy storage
02-01 11:38:55.284 1317 1317 V StorageManagerService: Package
com.android.internal.display.cutout.emulation.double does not have legacy storage
02-01 11:38:55.284 1317 1317 V StorageManagerService: Package
com.happy.family.counter.terrorist.games does not have legacy storage
02-01 11:38:55.284 1317 1317 V StorageManagerService: Package
com.android.providers.telephony does not have legacy storage
02-01 11:38:55.284 1317 1317 V StorageManagerService: Package
com.android.dynsystem does not have legacy storage
02-01 11:38:55.284 1317 1317 V StorageManagerService: Package
com.vivo.fuelsummary does not have legacy storage
02-01 11:38:55.284 1317 1317 V StorageManagerService: Package
com.android.providers.calendar does not have legacy storage
02-01 11:38:55.285 1317 1317 V StorageManagerService: Package
com.mediatek.telephony does not have legacy storage
02-01 11:38:55.285 1317 1317 V StorageManagerService: Package
com.android.providers.media does not have legacy storage
02-01 11:38:55.285 1317 1317 V StorageManagerService: Package
com.starmakerinteractive.starmaker does not have legacy storage
02-01 11:38:55.285 1317 1317 V StorageManagerService: Package
com.android.networkstack.tethering.overlay does not have legacy storage
02-01 11:38:55.285 1317 1317 V StorageManagerService: Package
com.vivo.setupwizard does not have legacy storage
02-01 11:38:55.285 1317 1317 V StorageManagerService: Package
com.google.android.onetimeinitializer does not have legacy storage
02-01 11:38:55.285 1317 1317 V StorageManagerService: Package
com.google.android.ext.shared does not have legacy storage
02-01 11:38:55.286 1317 1317 V StorageManagerService: Package
com.android.internal.systemui.navbar.gestural_wide_back does not have legacy
storage
02-01 11:38:55.286 1317 1317 V StorageManagerService: Package
com.mediatek.location.lppe.main does not have legacy storage
02-01 11:38:55.286 1317 1317 V StorageManagerService: Package
com.focaltech.deltadiff does not have legacy storage
02-01 11:38:55.286 1317 1317 V StorageManagerService: Package com.vivo.easyshare
does not have legacy storage
02-01 11:38:55.286 1317 1317 V StorageManagerService: Package com.vivo.abe does
not have legacy storage
02-01 11:38:55.286 1317 1317 V StorageManagerService: Package com.vivo.pem does
not have legacy storage
02-01 11:38:55.286 1317 1317 V StorageManagerService: Package
com.android.wallpapercropper does not have legacy storage
02-01 11:38:55.286 1317 1317 V StorageManagerService: Package
com.mediatek.SettingsProviderResOverlay does not have legacy storage
02-01 11:38:55.286 1317 1317 V StorageManagerService: Package com.vivo.appfilter
does not have legacy storage
02-01 11:38:55.286 1317 1317 V StorageManagerService: Package
com.mediatek.systemuiresoverlay does not have legacy storage
02-01 11:38:55.287 1317 1317 V StorageManagerService: Package
com.focaltouchscreen.sensortest does not have legacy storage
02-01 11:38:55.287 1317 1317 V StorageManagerService: Package
com.android.networkstack.tethering.inprocess.overlay does not have legacy storage
02-01 11:38:55.287 1317 1317 V StorageManagerService: Package
com.ilitek.touchscreen.noisev2 does not have legacy storage
02-01 11:38:55.287 1317 1317 V StorageManagerService: Package com.roblox.client
does not have legacy storage
02-01 11:38:55.287 1317 1317 V StorageManagerService: Package
com.android.wifi.resources.overlay does not have legacy storage
02-01 11:38:55.287 1317 1317 V StorageManagerService: Package
com.android.documentsui does not have legacy storage
02-01 11:38:55.287 1317 1317 V StorageManagerService: Package
com.android.externalstorage does not have legacy storage
02-01 11:38:55.287 1317 1317 V StorageManagerService: Package com.vivo.crontab
does not have legacy storage
02-01 11:38:55.287 1317 1317 V StorageManagerService: Package com.mediatek.ygps
does not have legacy storage
02-01 11:38:55.287 1317 1317 V StorageManagerService: Package
com.android.htmlviewer does not have legacy storage
02-01 11:38:55.288 1317 1317 V StorageManagerService: Package com.unicc.uni does
not have legacy storage
02-01 11:38:55.288 1317 1317 V StorageManagerService: Package
com.android.companiondevicemanager does not have legacy storage
02-01 11:38:55.288 1317 1317 V StorageManagerService: Package
android.overlay.vrro does not have legacy storage
02-01 11:38:55.288 1317 1317 V StorageManagerService: Package
com.android.mms.service does not have legacy storage
02-01 11:38:55.288 1317 1317 V StorageManagerService: Package
com.funtouch.uiengine does not have legacy storage
02-01 11:38:55.288 1317 1317 V StorageManagerService: Package
com.touchscreen.chipone.icnl9911c does not have legacy storage
02-01 11:38:55.289 1317 1317 V StorageManagerService: Package
com.android.providers.downloads does not have legacy storage
02-01 11:38:55.289 1317 1317 V StorageManagerService: Package
com.android.networkstack.inprocess does not have legacy storage
02-01 11:38:55.289 1317 1317 V StorageManagerService: Package
com.google.android.networkstack.tethering.overlay does not have legacy storage
02-01 11:38:55.289 1317 1317 V StorageManagerService: Package com.vivo.weather
does not have legacy storage
02-01 11:38:55.289 1317 1317 V StorageManagerService: Package com.vivo.website
does not have legacy storage
02-01 11:38:55.289 1317 1317 V StorageManagerService: Package
com.android.internal.systemui.onehanded.gestural does not have legacy storage
02-01 11:38:55.289 1317 1317 V StorageManagerService: Package com.jadard.noise
does not have legacy storage
02-01 11:38:55.289 1317 1317 V StorageManagerService: Package
free.tube.premium.advanced.tuber does not have legacy storage
02-01 11:38:55.289 1317 1317 V StorageManagerService: Package
com.mediatek.cellbroadcastuiresoverlay does not have legacy storage
02-01 11:38:55.290 1317 1317 V StorageManagerService: Package
com.android.bbkmusic does not have legacy storage
02-01 11:38:55.290 1317 1317 V StorageManagerService: Package
com.android.networkstack.inprocess.overlay does not have legacy storage
02-01 11:38:55.290 1317 1317 V StorageManagerService: Package com.android.browser
does not have legacy storage
02-01 11:38:55.291 1317 1317 V StorageManagerService: Package
com.nt36xxxtouchscreen.deltadiff does not have legacy storage
02-01 11:38:55.291 1317 1317 V StorageManagerService: Package com.bbk.updater
does not have legacy storage
02-01 11:38:55.291 1317 1317 V StorageManagerService: Package
com.nttouchscreen.mptest does not have legacy storage
02-01 11:38:55.291 1317 1317 V StorageManagerService: Package
com.google.android.configupdater does not have legacy storage
02-01 11:38:55.291 1317 1317 V StorageManagerService: Package
com.lemon.lvoverseas does not have legacy storage
02-01 11:38:55.291 1317 1317 V StorageManagerService: Package
com.google.android.overlay.modules.permissioncontroller does not have legacy
storage
02-01 11:38:55.291 1317 1317 V StorageManagerService: Package
com.iqoo.user.engineermode does not have legacy storage
02-01 11:38:55.291 1317 1317 V StorageManagerService: Package com.vivo.ewarranty
does not have legacy storage
02-01 11:38:55.291 1317 1317 V StorageManagerService: Package
com.vivo.pushservice does not have legacy storage
02-01 11:38:55.292 1317 1317 V StorageManagerService: Package
com.android.systemui.plugin.globalactions.wallet does not have legacy storage
02-01 11:38:55.292 1317 1317 V StorageManagerService: Package com.google.ar.core
does not have legacy storage
02-01 11:38:55.292 1317 1317 V StorageManagerService: Package com.android.vending
does not have legacy storage
02-01 11:38:55.292 1317 1317 V StorageManagerService: Package
com.android.pacprocessor does not have legacy storage
02-01 11:38:55.292 1317 1317 V StorageManagerService: Package
com.android.simappdialog does not have legacy storage
02-01 11:38:55.292 1317 1317 V StorageManagerService: Package
com.android.connectivity.resources does not have legacy storage
02-01 11:38:55.292 1317 1317 V StorageManagerService: Package
com.android.internal.display.cutout.emulation.hole does not have legacy storage
02-01 11:38:55.292 1317 1317 V StorageManagerService: Package
com.android.internal.display.cutout.emulation.tall does not have legacy storage
02-01 11:38:55.292 1317 1317 V StorageManagerService: Package
com.android.networkstack.overlay does not have legacy storage
02-01 11:38:55.292 1317 1317 V StorageManagerService: Package
com.android.certinstaller does not have legacy storage
02-01 11:38:55.293 1317 1317 V StorageManagerService: Package
com.android.carrierconfig does not have legacy storage
02-01 11:38:55.293 1317 1317 V StorageManagerService: Package com.vivo.smartshot
does not have legacy storage
02-01 11:38:55.293 1317 1317 V StorageManagerService: Package
com.google.android.marvin.talkback does not have legacy storage
02-01 11:38:55.293 1317 1317 V StorageManagerService: Package
com.android.internal.systemui.navbar.threebutton does not have legacy storage
02-01 11:38:55.293 1317 1317 V StorageManagerService: Package android does not
have legacy storage
02-01 11:38:55.293 1317 1317 V StorageManagerService: Package
com.android.contacts does not have legacy storage
02-01 11:38:55.293 1317 1317 V StorageManagerService: Package
com.ilitek.touchscreen.tptest3X does not have legacy storage
02-01 11:38:55.293 1317 1317 V StorageManagerService: Package
com.touchscreen.chipone does not have legacy storage
02-01 11:38:55.293 1317 1317 V StorageManagerService: Package com.bbk.cloud does
not have legacy storage
02-01 11:38:55.294 1317 1317 V StorageManagerService: Package
com.vivo.timerwidget does not have legacy storage
02-01 11:38:55.294 1317 1317 V StorageManagerService: Package com.bbk.theme does
not have legacy storage
02-01 11:38:55.294 1317 1317 V StorageManagerService: Package
com.globe.gcash.android does not have legacy storage
02-01 11:38:55.294 1317 1317 V StorageManagerService: Package com.android.egg
does not have legacy storage
02-01 11:38:55.294 1317 1317 V StorageManagerService: Package com.android.mms
does not have legacy storage
02-01 11:38:55.294 1317 1317 V StorageManagerService: Package com.android.mtp
does not have legacy storage
02-01 11:38:55.294 1317 1317 V StorageManagerService: Package com.android.ons
does not have legacy storage
02-01 11:38:55.295 1317 1317 V StorageManagerService: Package com.android.stk
does not have legacy storage
02-01 11:38:55.295 1317 1317 V StorageManagerService: Package
com.android.launcher3 does not have legacy storage
02-01 11:38:55.295 1317 1317 V StorageManagerService: Package
com.android.backupconfirm does not have legacy storage
02-01 11:38:55.295 1317 1317 V StorageManagerService: Package
com.animewallpapers4K.STUDIOLOVE does not have legacy storage
02-01 11:38:55.295 1317 1317 V StorageManagerService: Package
com.android.statementservice does not have legacy storage
02-01 11:38:55.295 1317 1317 V StorageManagerService: Package
com.google.android.gm does not have legacy storage
02-01 11:38:55.295 1317 1317 V StorageManagerService: Package
com.google.android.apps.tachyon does not have legacy storage
02-01 11:38:55.295 1317 1317 V StorageManagerService: Package
com.vlife.vivo.wallpaper does not have legacy storage
02-01 11:38:55.295 1317 1317 V StorageManagerService: Package
com.google.android.overlay.gmsconfig.common does not have legacy storage
02-01 11:38:55.296 1317 1317 V StorageManagerService: Package
com.vivo.daemonService does not have legacy storage
02-01 11:38:55.296 1317 1317 V StorageManagerService: Package
com.android.settings.intelligence does not have legacy storage
02-01 11:38:55.296 1317 1317 V StorageManagerService: Package
com.mediatek.frameworkresoverlay does not have legacy storage
02-01 11:38:55.296 1317 1317 V StorageManagerService: Package com.block.juggle
does not have legacy storage
02-01 11:38:55.296 1317 1317 V StorageManagerService: Package com.ringclip does
not have legacy storage
02-01 11:38:55.296 1317 1317 V StorageManagerService: Package com.debug.loggerui
does not have legacy storage
02-01 11:38:55.296 1317 1317 V StorageManagerService: Package
com.google.android.apps.searchlite does not have legacy storage
02-01 11:38:55.296 1317 1317 V StorageManagerService: Package
com.android.internal.systemui.navbar.gestural_extra_wide_back does not have legacy
storage
02-01 11:38:55.296 1317 1317 V StorageManagerService: Package
com.google.android.permissioncontroller does not have legacy storage
02-01 11:38:55.296 1317 1317 V StorageManagerService: Package
com.google.android.setupwizard does not have legacy storage
02-01 11:38:55.297 1317 1317 V StorageManagerService: Package
com.android.providers.settings does not have legacy storage
02-01 11:38:55.297 1317 1317 V StorageManagerService: Package
com.android.sharedstoragebackup does not have legacy storage
02-01 11:38:55.297 1317 1317 V StorageManagerService: Package
com.facebook.services does not have legacy storage
02-01 11:38:55.297 1317 1317 V StorageManagerService: Package com.vivo.imanager
does not have legacy storage
02-01 11:38:55.297 1317 1317 V StorageManagerService: Package
com.android.printspooler does not have legacy storage
02-01 11:38:55.297 1317 1317 V StorageManagerService: Package com.vivo.cota does
not have legacy storage
02-01 11:38:55.297 1317 1317 V StorageManagerService: Package com.vivo.game does
not have legacy storage
02-01 11:38:55.297 1317 1317 V StorageManagerService: Package
com.google.android.overlay.modules.ext.services does not have legacy storage
02-01 11:38:55.297 1317 1317 V StorageManagerService: Package com.jadard.tp does
not have legacy storage
02-01 11:38:55.298 1317 1317 V StorageManagerService: Package
com.android.incallui does not have legacy storage
02-01 11:38:55.298 1317 1317 V StorageManagerService: Package
com.google.android.overlay.gmsconfig.gallerygo does not have legacy storage
02-01 11:38:55.298 1317 1317 V StorageManagerService: Package
com.android.inputdevices does not have legacy storage
02-01 11:38:55.298 1317 1317 V StorageManagerService: Package
com.google.android.apps.wellbeing does not have legacy storage
02-01 11:38:55.298 1317 1317 V StorageManagerService: Package
android.autoinstalls.config.vivo.devices does not have legacy storage
02-01 11:38:55.299 1317 1317 V StorageManagerService: Package com.android.bips
does not have legacy storage
02-01 11:38:55.299 1317 1317 V StorageManagerService: Package com.mediatek does
not have legacy storage
02-01 11:38:55.299 1317 1317 V StorageManagerService: Package
com.google.android.apps.nbu.files does not have legacy storage
02-01 11:38:55.299 1317 1317 V StorageManagerService: Package
com.google.android.overlay.gmsconfig.comms does not have legacy storage
02-01 11:38:55.299 1317 1317 V StorageManagerService: Package
com.bbk.iqoo.logsystem does not have legacy storage
02-01 11:38:55.299 1317 1317 V StorageManagerService: Package
com.iqoo.aftersale.engineermode does not have legacy storage
02-01 11:38:55.299 1317 1317 V StorageManagerService: Package com.vivo.SmartKey
does not have legacy storage
02-01 11:38:55.299 1317 1317 V StorageManagerService: Package
com.vivo.engineercamera does not have legacy storage
02-01 11:38:55.300 1317 1317 V StorageManagerService: Package
com.google.android.apps.docs does not have legacy storage
02-01 11:38:55.300 1317 1317 V StorageManagerService: Package
com.google.android.apps.maps does not have legacy storage
02-01 11:38:55.300 1317 1317 V StorageManagerService: Package
com.google.android.modulemetadata does not have legacy storage
02-01 11:38:55.300 1317 1317 V StorageManagerService: Package com.mobile.legends
does not have legacy storage
02-01 11:38:55.300 1317 1317 V StorageManagerService: Package
com.android.internal.systemui.navbar.threegestural does not have legacy storage
02-01 11:38:55.300 1317 1317 V StorageManagerService: Package
com.android.cellbroadcastreceiver does not have legacy storage
02-01 11:38:55.300 1317 1317 V StorageManagerService: Package
com.google.android.webview does not have legacy storage
02-01 11:38:55.300 1317 1317 V StorageManagerService: Package com.vivo.faceui
does not have legacy storage
02-01 11:38:55.300 1317 1317 V StorageManagerService: Package
com.android.onetimeinitializer does not have legacy storage
02-01 11:38:55.300 1317 1317 V StorageManagerService: Package
com.vivo.videoeditor does not have legacy storage
02-01 11:38:55.301 1317 1317 V StorageManagerService: Package
com.android.server.telecom does not have legacy storage
02-01 11:38:55.301 1317 1317 V StorageManagerService: Package
com.google.android.syncadapters.contacts does not have legacy storage
02-01 11:38:55.301 1317 1317 V StorageManagerService: Package
com.android.cellbroadcastservice does not have legacy storage
02-01 11:38:55.301 1317 1317 V StorageManagerService: Package com.android.bbklog
does not have legacy storage
02-01 11:38:55.301 1317 1317 V StorageManagerService: Package
com.android.keychain does not have legacy storage
02-01 11:38:55.301 1317 1317 V StorageManagerService: Package com.android.camera
does not have legacy storage
02-01 11:38:55.301 1317 1317 V StorageManagerService: Package com.android.chrome
does not have legacy storage
02-01 11:38:55.301 1317 1317 V StorageManagerService: Package com.vivo.unionpay
does not have legacy storage
02-01 11:38:55.301 1317 1317 V StorageManagerService: Package com.android.dialer
does not have legacy storage
02-01 11:38:55.302 1317 1317 V StorageManagerService: Package
com.google.android.packageinstaller does not have legacy storage
02-01 11:38:55.302 1317 1317 V StorageManagerService: Package
com.google.android.gms does not have legacy storage
02-01 11:38:55.302 1317 1317 V StorageManagerService: Package
com.google.android.gsf does not have legacy storage
02-01 11:38:55.302 1317 1317 V StorageManagerService: Package
com.google.android.tts does not have legacy storage
02-01 11:38:55.302 1317 1317 V StorageManagerService: Package
com.ss.android.ugc.trill does not have legacy storage
02-01 11:38:55.305 1317 1317 V StorageManagerService: Package
com.android.wifi.resources does not have legacy storage
02-01 11:38:55.306 1317 1317 V StorageManagerService: Package
com.android.calllogbackup does not have legacy storage
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: main(tid=2) blocked for
5242ms
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.appop.AppOpsService$CheckOpsDelegateDispatcher.checkOperation(Ap
pOpsService.java:7761)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.appop.AppOpsService.checkOperation(AppOpsService.java:3279)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.StorageManagerService.snapshotAndMonitorLegacyStorageAppOp(Stora
geManagerService.java:2564)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.StorageManagerService.access$800(StorageManagerService.java:270)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.StorageManagerService$Lifecycle.onUserStarting(StorageManagerSer
vice.java:353)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.SystemServiceManager.onUser(SystemServiceManager.java:406)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.SystemServiceManager.onUserStarting(SystemServiceManager.java:29
6)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.jav
a:8676)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.SystemServer.startOtherServices(SystemServer.java:2980)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.SystemServer.run(SystemServer.java:1066)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.SystemServer.main(SystemServer.java:739)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
java.lang.reflect.Method.invoke(Native Method)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
02-01 11:38:55.306 1317 1437 W _V_VivoWatchdogImpl: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
02-01 11:38:55.306 1317 1317 V StorageManagerService: Package
com.google.android.partnersetup does not have legacy storage
02-01 11:38:55.306 1317 1317 V StorageManagerService: Package
com.android.cameraextensions does not have legacy storage
02-01 11:38:55.306 1317 1317 V StorageManagerService: Package
com.android.localtransport does not have legacy storage
02-01 11:38:55.306 1317 1317 V StorageManagerService: Package
com.google.android.videos has legacy storage
02-01 11:38:55.306 1317 1437 E _V_VivoWatchdogImpl: Get ANRManager error
02-01 11:38:55.306 1317 1317 V StorageManagerService: Package
com.android.carrierdefaultapp does not have legacy storage
02-01 11:38:55.306 1317 1317 V StorageManagerService: Package
com.vivo.networkstate does not have legacy storage
02-01 11:38:55.307 1317 1437 D _V_VivoWatchdogImpl: F668
---------------------------> 5000 ms
02-01 11:38:55.307 1317 1317 V StorageManagerService: Package
com.android.theme.font.notoserifsource does not have legacy storage
02-01 11:38:55.308 1317 1317 V StorageManagerService: Package
com.mediatek.FrameworkResOverlayExt does not have legacy storage
02-01 11:38:55.309 1317 1317 V StorageManagerService: Package
com.android.proxyhandler does not have legacy storage
02-01 11:38:55.309 1317 1317 V StorageManagerService: Package
com.android.internal.display.cutout.emulation.waterfall does not have legacy
storage
02-01 11:38:55.309 1317 1317 V StorageManagerService: Package
com.android.VideoPlayer does not have legacy storage
02-01 11:38:55.309 1317 1317 V StorageManagerService: Package
com.google.android.overlay.modules.permissioncontroller.forframework does not have
legacy storage
02-01 11:38:55.309 1317 1317 V StorageManagerService: Package
com.google.android.feedback does not have legacy storage
02-01 11:38:55.309 1317 1955 D _V_VivoWatchdogImpl: F668 collectOthersInfo
02-01 11:38:55.310 1317 1317 V StorageManagerService: Package
com.google.android.printservice.recommendation does not have legacy storage
02-01 11:38:55.310 1317 1317 V StorageManagerService: Package
com.google.android.calendar does not have legacy storage
02-01 11:38:55.310 1317 1317 V StorageManagerService: Package
com.vivo.doubletimezoneclock does not have legacy storage
02-01 11:38:55.310 1317 1317 V StorageManagerService: Package
com.android.managedprovisioning does not have legacy storage
02-01 11:38:55.310 1317 1317 V StorageManagerService: Package com.spotify.music
does not have legacy storage
02-01 11:38:55.310 1317 1317 V StorageManagerService: Package
com.android.soundpicker does not have legacy storage
02-01 11:38:55.311 1317 1317 V StorageManagerService: Package
com.mediatek.capctrl.service does not have legacy storage
02-01 11:38:55.311 1317 1317 V StorageManagerService: Package
com.nttouchscreen.getdata does not have legacy storage
02-01 11:38:55.311 1317 1317 V StorageManagerService: Package com.facebook.katana
does not have legacy storage
02-01 11:38:55.311 1317 1317 V StorageManagerService: Package
com.android.providers.partnerbookmarks does not have legacy storage
02-01 11:38:55.311 1317 1317 V StorageManagerService: Package com.facebook.lite
does not have legacy storage
02-01 11:38:55.311 1317 1317 V StorageManagerService: Package com.facebook.system
does not have legacy storage
02-01 11:38:55.311 1317 1317 V StorageManagerService: Package
com.vivo.networkimprove does not have legacy storage
02-01 11:38:55.311 1317 1317 V StorageManagerService: Package
com.lutech.lockscreencustomizer does not have legacy storage
02-01 11:38:55.312 1317 1317 V StorageManagerService: Package
com.google.android.gms.policy_sidecar_aps does not have legacy storage
02-01 11:38:55.312 1317 1317 V StorageManagerService: Package
com.snake.io.slither.merge.fun.game does not have legacy storage
02-01 11:38:55.315 1317 1317 V StorageManagerService: Package com.vivo.audiofx
does not have legacy storage
02-01 11:38:55.315 1317 1317 V StorageManagerService: Package
com.google.android.apps.photosgo does not have legacy storage
02-01 11:38:55.315 1317 1317 V StorageManagerService: Package
com.bbk.theme.resources does not have legacy storage
02-01 11:38:55.316 1317 1317 V StorageManagerService: Package
com.android.storagemanager does not have legacy storage
02-01 11:38:55.316 1317 1317 V StorageManagerService: Package
com.touchscreen.chipone.vivo_noise does not have legacy storage
02-01 11:38:55.316 1317 1317 V StorageManagerService: Package
com.garena.game.codm does not have legacy storage
02-01 11:38:55.316 1317 1317 V StorageManagerService: Package
com.google.android.overlay.gmsconfig.searchgo does not have legacy storage
02-01 11:38:55.316 1317 1317 V StorageManagerService: Package
com.android.bookmarkprovider does not have legacy storage
02-01 11:38:55.316 1317 1317 V StorageManagerService: Package
com.android.settings does not have legacy storage
02-01 11:38:55.316 1317 1317 V StorageManagerService: Package
com.yes.master.mod.skin.for.minecraft does not have legacy storage
02-01 11:38:55.317 1317 1317 V StorageManagerService: Package
com.google.android.networkstack.overlay does not have legacy storage
02-01 11:38:55.317 1317 1317 V StorageManagerService: Package com.vivo.multinlp
does not have legacy storage
02-01 11:38:55.317 1317 1317 V StorageManagerService: Package
com.android.networkstack.tethering.inprocess does not have legacy storage
02-01 11:38:55.317 1317 1317 V StorageManagerService: Package
com.android.networkstack.permissionconfig does not have legacy storage
02-01 11:38:55.317 1317 1317 V StorageManagerService: Package
com.vivo.carrierlocation does not have legacy storage
02-01 11:38:55.317 1317 1317 V StorageManagerService: Package
com.mediatek.lbs.em2.ui does not have legacy storage
02-01 11:38:55.317 1317 1317 V StorageManagerService: Package
com.android.cts.ctsshim does not have legacy storage
02-01 11:38:55.317 1317 1317 V StorageManagerService: Package
com.google.android.overlay.modules.modulemetadata.forframework does not have legacy
storage
02-01 11:38:55.317 1317 1317 V StorageManagerService: Package
com.google.android.apps.assistant does not have legacy storage
02-01 11:38:55.317 1317 1317 V StorageManagerService: Package com.vivo.upslide
does not have legacy storage
02-01 11:38:55.317 1317 1317 V StorageManagerService: Package
com.android.vpndialogs does not have legacy storage
02-01 11:38:55.318 1317 1317 V StorageManagerService: Package com.vivo.gallery
does not have legacy storage
02-01 11:38:55.318 1317 1317 V StorageManagerService: Package
com.battery.theme.charging does not have legacy storage
02-01 11:38:55.318 1317 1317 V StorageManagerService: Package com.vivo.notes does
not have legacy storage
02-01 11:38:55.318 1317 1317 V StorageManagerService: Package com.vivo.omacp does
not have legacy storage
02-01 11:38:55.318 1317 1317 V StorageManagerService: Package com.android.phone
does not have legacy storage
02-01 11:38:55.318 1317 1317 V StorageManagerService: Package com.android.se.go
does not have legacy storage
02-01 11:38:55.318 1317 1317 V StorageManagerService: Package com.android.shell
does not have legacy storage
02-01 11:38:55.318 1317 1317 V StorageManagerService: Package
com.android.wallpaperbackup does not have legacy storage
02-01 11:38:55.319 1317 1317 V StorageManagerService: Package
com.android.providers.blockednumber does not have legacy storage
02-01 11:38:55.319 1317 1317 V StorageManagerService: Package com.vivo.customtool
does not have legacy storage
02-01 11:38:55.319 1317 1317 V StorageManagerService: Package
com.android.email.partnerprovider does not have legacy storage
02-01 11:38:55.319 1317 1317 V StorageManagerService: Package
com.android.providers.userdictionary does not have legacy storage
02-01 11:38:55.319 1317 1317 V StorageManagerService: Package
com.android.providers.media.module does not have legacy storage
02-01 11:38:55.319 1317 1317 V StorageManagerService: Package
com.google.android.apps.setupwizard.searchselector does not have legacy storage
02-01 11:38:55.319 1317 1317 V StorageManagerService: Package
com.android.emergency does not have legacy storage
02-01 11:38:55.319 1317 1317 V StorageManagerService: Package com.shopee.ph does
not have legacy storage
02-01 11:38:55.319 1317 1317 V StorageManagerService: Package
com.android.hotspot2.osulogin does not have legacy storage
02-01 11:38:55.319 1317 1317 V StorageManagerService: Package
com.google.android.gms.location.history does not have legacy storage
02-01 11:38:55.319 1317 1317 V StorageManagerService: Package
com.android.internal.systemui.navbar.gestural does not have legacy storage
02-01 11:38:55.320 1317 1317 V StorageManagerService: Package com.vivo.FMRadio
does not have legacy storage
02-01 11:38:55.320 1317 1317 V StorageManagerService: Package
com.android.location.fused does not have legacy storage
02-01 11:38:55.320 1317 1317 V StorageManagerService: Package
com.android.deskclock does not have legacy storage
02-01 11:38:55.320 1317 1317 V StorageManagerService: Package
com.android.systemui does not have legacy storage
02-01 11:38:55.320 1317 1317 V StorageManagerService: Package
com.metaztech.chatta does not have legacy storage
02-01 11:38:55.320 1317 1317 V StorageManagerService: Package
com.google.android.apps.youtube.music does not have legacy storage
02-01 11:38:55.320 1317 1317 V StorageManagerService: Package
android.overlay.vivoresrro does not have legacy storage
02-01 11:38:55.320 1317 1317 V StorageManagerService: Package
com.android.bluetoothmidiservice does not have legacy storage
02-01 11:38:55.320 1317 1317 V StorageManagerService: Package
com.amap.android.location does not have legacy storage
02-01 11:38:55.320 1317 1317 V StorageManagerService: Package com.vivo.appstore
does not have legacy storage
02-01 11:38:55.320 1317 1317 V StorageManagerService: Package
com.facebook.appmanager does not have legacy storage
02-01 11:38:55.321 1317 1317 V StorageManagerService: Package
com.facemagic.changer does not have legacy storage
02-01 11:38:55.321 1317 1317 V StorageManagerService: Package com.vivo.browser
does not have legacy storage
02-01 11:38:55.321 1317 1317 V StorageManagerService: Package com.android.traceur
does not have legacy storage
02-01 11:38:55.321 1317 1317 V StorageManagerService: Package
com.yozo.vivo.office does not have legacy storage
02-01 11:38:55.321 1317 1317 V StorageManagerService: Package
com.google.android.apps.magazines has legacy storage
02-01 11:38:55.321 1317 1317 V StorageManagerService: Package
com.android.bluetooth does not have legacy storage
02-01 11:38:55.321 1317 1317 V StorageManagerService: Package
com.android.providers.contacts does not have legacy storage
02-01 11:38:55.321 1317 1317 V StorageManagerService: Package
com.android.captiveportallogin does not have legacy storage
02-01 11:38:55.321 1317 1317 V StorageManagerService: Package com.vivo.calculator
does not have legacy storage
02-01 11:38:55.321 1317 1317 V StorageManagerService: Package
com.LinkedSquad.SchoolBoyRunaway does not have legacy storage
02-01 11:38:55.321 1317 1317 V StorageManagerService: Package
com.mihuan.haunteddorm.vivo does not have legacy storage
02-01 11:38:55.322 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.324 1317 1317 V StorageManagerService: Package
com.android.internal.systemui.navbar.gestural_narrow_back does not have legacy
storage
02-01 11:38:55.324 1317 1317 V StorageManagerService: Package
com.google.android.overlay.gmsconfig.go does not have legacy storage
02-01 11:38:55.324 1317 1317 V StorageManagerService: Package
com.mediatek.gbaservice does not have legacy storage
02-01 11:38:55.324 1317 1317 V StorageManagerService: Package
com.wapi.wapicertmanager does not have legacy storage
02-01 11:38:55.325 1317 1317 V StorageManagerService: Package
com.google.android.inputmethod.latin does not have legacy storage
02-01 11:38:55.325 1317 1317 V StorageManagerService: Package com.gsma.rcs does
not have legacy storage
02-01 11:38:55.325 1317 1317 V StorageManagerService: Package
com.vivo.simplelauncher does not have legacy storage
02-01 11:38:55.325 1317 1317 V StorageManagerService: Package com.bbk.account
does not have legacy storage
02-01 11:38:55.325 1317 1317 V StorageManagerService: Package
com.google.android.apps.restore does not have legacy storage
02-01 11:38:55.325 1317 1317 W SystemServiceManager: Service
com.android.server.StorageManagerService$Lifecycle took 52 ms in onStartUser-0
02-01 11:38:55.326 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.usage.StorageStatsService$Lifecycle
02-01 11:38:55.326 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.UiModeManagerService
02-01 11:38:55.326 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.locksettings.LockSettingsService$Lifecycle
02-01 11:38:55.326 1317 1317 D _V_LockSettingsService: userHandle userId: 0
02-01 11:38:55.326 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.PersistentDataBlockService
02-01 11:38:55.326 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.testharness.TestHarnessModeService
02-01 11:38:55.326 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.oemlock.OemLockService
02-01 11:38:55.326 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.DeviceIdleController
02-01 11:38:55.326 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
02-01 11:38:55.327 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.texttospeech.TextToSpeechManagerService
02-01 11:38:55.327 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.speech.SpeechRecognitionManagerService
02-01 11:38:55.327 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.searchui.SearchUiManagerService
02-01 11:38:55.327 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.smartspace.SmartspaceManagerService
02-01 11:38:55.327 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.graphics.fonts.FontManagerService$Lifecycle
02-01 11:38:55.327 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.textservices.TextServicesManagerService$Lifecycle
02-01 11:38:55.327 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
02-01 11:38:55.328 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.NetworkScoreService$Lifecycle
02-01 11:38:55.329 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.wifi.WifiService
02-01 11:38:55.329 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.wifi.scanner.WifiScanningService
02-01 11:38:55.329 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.wifi.p2p.WifiP2pService
02-01 11:38:55.329 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.ethernet.EthernetService
02-01 11:38:55.329 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.ConnectivityServiceInitializer
02-01 11:38:55.329 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.notification.NotificationManagerService
02-01 11:38:55.329 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.storage.DeviceStorageMonitorService
02-01 11:38:55.329 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.location.LocationManagerService$Lifecycle
02-01 11:38:55.330 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.timedetector.TimeDetectorService$Lifecycle
02-01 11:38:55.330 1317 1317 I SystemServerTiming: ssm.onStartUser-
0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
02-01 11:38:55.331 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:55.356 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.365 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.373 1317 1955 D _V_VivoWatchdogImpl: memory result:
02-01 11:38:55.373 1317 1955 D _V_VivoWatchdogImpl: some avg10=0.00 avg60=0.00
avg300=0.00 total=0
02-01 11:38:55.373 1317 1955 D _V_VivoWatchdogImpl: full avg10=0.00 avg60=0.00
avg300=0.00 total=0
02-01 11:38:55.385 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.391 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.398 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10081; state: ENABLED
02-01 11:38:55.404 1317 1774 W GameManagerService: Invalid package config for
com.roblox.client:[Name:com.roblox.client Modes: {}]
02-01 11:38:55.406 1317 1774 W GameManagerService: Invalid package config for
com.unicc.uni:[Name:com.unicc.uni Modes: {}]
02-01 11:38:55.406 1317 1774 W GameManagerService: Invalid package config for
com.block.juggle:[Name:com.block.juggle Modes: {}]
02-01 11:38:55.408 1317 1774 W GameManagerService: Invalid package config for
com.mobile.legends:[Name:com.mobile.legends Modes: {}]
02-01 11:38:55.409 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.412 1317 1774 W GameManagerService: Invalid package config for
com.garena.game.codm:[Name:com.garena.game.codm Modes: {}]
02-01 11:38:55.413 1317 1774 W GameManagerService: Invalid package config for
com.LinkedSquad.SchoolBoyRunaway:[Name:com.LinkedSquad.SchoolBoyRunaway Modes: {}]
02-01 11:38:55.414 1317 1774 I GameManagerService: Disabling downscale for
com.roblox.client
02-01 11:38:55.419 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.421 1317 1774 I GameManagerService: Disabling downscale for
com.unicc.uni
02-01 11:38:55.425 1317 1955 D _V_VivoWatchdogImpl: cpu result:
02-01 11:38:55.425 1317 1955 D _V_VivoWatchdogImpl: some avg10=8.69 avg60=4.21
avg300=1.09 total=3620602
02-01 11:38:55.426 1317 1774 I GameManagerService: Disabling downscale for
com.block.juggle
02-01 11:38:55.439 1317 1774 I GameManagerService: Disabling downscale for
com.mobile.legends
02-01 11:38:55.448 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.450 1317 1774 I GameManagerService: Disabling downscale for
com.garena.game.codm
02-01 11:38:55.455 1317 1774 I GameManagerService: Disabling downscale for
com.LinkedSquad.SchoolBoyRunaway
02-01 11:38:55.466 1317 1533 I DropBoxManagerService: add
tag=SYSTEM_TOMBSTONE_PROTO isTagEnabled=true flags=0x4
02-01 11:38:55.477 1317 1955 D _V_VivoWatchdogImpl: io result:
02-01 11:38:55.477 1317 1955 D _V_VivoWatchdogImpl: some avg10=4.56 avg60=2.69
avg300=0.72 total=2440525
02-01 11:38:55.477 1317 1955 D _V_VivoWatchdogImpl: full avg10=2.72 avg60=1.12
avg300=0.28 total=1091990
02-01 11:38:55.505 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.510 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:55.513 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:55.515 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:55.519 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.524 1317 1955 D _V_VivoWatchdogImpl: offlineCPU result:
02-01 11:38:55.524 1317 1955 D _V_VivoWatchdogImpl:
02-01 11:38:55.524 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.535 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.539 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.551 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.554 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.566 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.567 1317 1955 D _V_VivoWatchdogImpl: ktop result:
02-01 11:38:55.570 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.581 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.585 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.601 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.604 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: meminfo result:
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: MemTotal: 1864952 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: MemFree: 366364 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: MemAvailable: 1182028 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Buffers: 5496 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Cached: 830772 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: SwapCached: 0 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Active: 472708 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Inactive: 682112 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Active(anon): 321724 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Inactive(anon): 5256 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Active(file): 150984 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Inactive(file): 676856 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Unevictable: 2972 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Mlocked: 2972 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: HighTotal: 1234556 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: HighFree: 32804 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: LowTotal: 630396 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: LowFree: 333560 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: SwapTotal: 1397124 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: SwapFree: 1397124 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Dirty: 7004 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Writeback: 0 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: AnonPages: 321892 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Mapped: 417132 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Shmem: 5956 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: KReclaimable: 46992 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Slab: 116524 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: SReclaimable: 46988 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: SUnreclaim: 69536 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: KernelStack: 10992 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: PageTables: 14176 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: NFS_Unstable: 0 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Bounce: 0 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: WritebackTmp: 0 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: CommitLimit: 2329600 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Committed_AS: 5317608 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: VmallocTotal: 352256 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: VmallocUsed: 19488 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: VmallocChunk: 0 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: Percpu: 6944 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: CmaTotal: 16384 kB
02-01 11:38:55.606 1317 1955 D _V_VivoWatchdogImpl: CmaFree: 0 kB
02-01 11:38:55.619 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.626 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.639 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.643 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: df result:
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: Filesystem 1K-
blocks Used Available Use% Mounted on
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: tmpfs
931420 2668 928752 1% /dev
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: tmpfs
931420 0 931420 0% /mnt
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: /dev/block/dm-5
3555292 2974044 581248 84% /
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: /dev/block/dm-6
4572 4556 16 100% /oem
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: /dev/block/dm-7
232 52 180 23% /vgc
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: /dev/block/dm-8
523656 522080 1576 100% /vendor
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: /dev/block/dm-9
1259412 1255644 3768 100% /product
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: tmpfs
931420 8 931412 1% /apex
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: /dev/block/mmcblk0p50
237536 23216 214320 10% /cache
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: /dev/block/mmcblk0p19
26608 28 26580 1% /logsys
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: /dev/block/dm-10
23509984 19440372 4069612 83% /data
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: /dev/block/dm-11
232 44 188 19% /system/dyn
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: F668 MemTotal: 1864952
kB
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: F668 MemFree: 366364
kB
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: F668 MemAvailable: 1182028
kB
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: F668 Buffers: 5496
kB
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: F668 Cached: 830772
kB
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: F668 SwapCached: 0
kB
02-01 11:38:55.648 1317 1955 D _V_VivoWatchdogImpl: F668 Active: 472708
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 Inactive: 682112
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 Active(anon): 321724
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 Inactive(anon): 5256
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 Active(file): 150984
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 Inactive(file): 676856
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 Unevictable: 2972
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 Mlocked: 2972
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 HighTotal: 1234556
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 HighFree: 32804
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 LowTotal: 630396
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 LowFree: 333560
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 SwapTotal: 1397124
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 SwapFree: 1397124
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 Dirty: 7004
kB
02-01 11:38:55.649 1317 1955 D _V_VivoWatchdogImpl: F668 Writeback: 0
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 AnonPages: 321892
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 Mapped: 417132
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 Shmem: 5956
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 KReclaimable: 46992
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 Slab: 116524
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 SReclaimable: 46988
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 SUnreclaim: 69536
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 KernelStack: 10992
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 PageTables: 14176
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 NFS_Unstable: 0
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 Bounce: 0
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 WritebackTmp: 0
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 CommitLimit: 2329600
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 Committed_AS: 5317608
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 VmallocTotal: 352256
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 VmallocUsed: 19488
kB
02-01 11:38:55.650 1317 1955 D _V_VivoWatchdogImpl: F668 VmallocChunk: 0
kB
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 Percpu: 6944
kB
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 CmaTotal: 16384
kB
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 CmaFree: 0
kB
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 ----cpu----
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 some avg10=8.69
avg60=4.21 avg300=1.09 total=3620602
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 ----mem----
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 some avg10=0.00
avg60=0.00 avg300=0.00 total=0
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 full avg10=0.00
avg60=0.00 avg300=0.00 total=0
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 ---- io----
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 some avg10=4.56
avg60=2.69 avg300=0.72 total=2440525
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 full avg10=2.72
avg60=1.12 avg300=0.28 total=1091990
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668 cpuOffline:
02-01 11:38:55.651 1317 1955 D _V_VivoWatchdogImpl: F668
02-01 11:38:55.652 1317 1955 D _V_VivoWatchdogImpl: F668 df_data:/dev/block/dm-10
23509984 19440372 4069612 83% /data
02-01 11:38:55.652 1317 1955 I ActivityManager: dumpStackTraces pids=null
nativepids=null
02-01 11:38:55.655 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.656 1317 1955 I ActivityManager: Dumping to /data/anr/anr_2025-02-
01-11-38-55-655
02-01 11:38:55.656 1317 1955 I ActivityManager: Collecting stacks for pid 1317
02-01 11:38:55.659 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.671 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:55.676 1317 1445 D CountryDetector: Using custom country detector
class: com.android.server.location.ComprehensiveCountryDetector
02-01 11:38:55.678 1317 1445 E CountryDetector: Could not instantiate the custom
country detector class
02-01 11:38:55.678 1317 1445 D CountryDetector: Using default country detector
02-01 11:38:56.033 1317 1434 W Looper : Slow delivery took 291ms android.display
h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver@a35a750 m=0
02-01 11:38:56.035 1317 1434 W Looper : Drained
02-01 11:38:56.050 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 1000; state: DISABLED
02-01 11:38:56.051 1317 1317 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=0 mRealCallUid=-1 mIsCaptureEnabled=false
02-01 11:38:56.052 1317 1317 I _V_ActivityTaskManager: cong: startActivityInner
name = com.android.settings/.FallbackHome
02-01 11:38:56.085 1317 1317 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:7984
com.android.server.wm.ActivityStarter.startActivityInner:2569
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:38:56.086 1317 1317 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:38:56.087 1317 1317 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:38:56.087 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:38:56.087 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:38:56.091 1317 1317 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:38:56.095 1317 1317 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
02-01 11:38:56.096 1317 1317 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.Task.resumeTopActivityInnerLocked:7596
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7254
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2721
02-01 11:38:56.097 1317 1317 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:38:56.097 1317 1317 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:38:56.106 1317 1317 D _V_RMS-Preload: displayId=0, callingUid=-1,
callingPid=0, requestUid=1000, requestPid=0, requestPkgName=com.android.settings,
requestProcName=com.android.settings,
requestComponentName=com.android.settings.FallbackHome starter.
02-01 11:38:56.106 1317 1317 I _V_AppStartOpt: setAppStartInfo:
packageName=com.android.settings, processName=com.android.settings, uid=1000
02-01 11:38:56.108 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 597.97296; finalLux = 597.97296; brightness = 0.41680047;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 650;
downLux = 130; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1146; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:56.110 1317 1317 I _V_ActivityTaskManager: ActivityStarter
this=com.android.server.wm.ActivityStarter@7c06126,mRootWindowContainer=com.android
.server.wm.RootWindowContainer@6caea90com.android.server.wm.ActivityStarter$Default
Factory.obtain:395
com.android.server.wm.ActivityStartController.onExecutionComplete:133
com.android.server.wm.ActivityStarter.onExecutionComplete:1738
com.android.server.wm.ActivityStarter.execute:916
com.android.server.wm.ActivityStartController.startHomeActivity:188
com.android.server.wm.RootWindowContainer.startHomeOnTaskDisplayArea:1773
com.android.server.wm.RootWindowContainer.lambda$startHomeOnDisplay$13$RootWindowCo
ntainer:1699 com.android.server.wm.RootWindowContainer$
$ExternalSyntheticLambda12.apply:16
com.android.server.wm.TaskDisplayArea.reduceOnAllTaskDisplayAreas:640
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas:392
com.android.server.wm.WindowContainer.reduceOnAllTaskDisplayAreas:2126
com.android.server.wm.RootWindowContainer.startHomeOnDisplay:1698
02-01 11:38:56.111 1317 1317 I SystemServerTiming: showSystemReadyErrorDialogs
02-01 11:38:56.223 1317 1434 W Looper : Slow dispatch took 163ms android.display
h=com.android.server.wm.TaskChangeNotificationController$MainHandler c=null m=8
02-01 11:38:56.387 1317 1434 W Looper : Slow dispatch took 164ms android.display
h=com.android.server.wm.VivoWmsImpl$4 c=null m=204
02-01 11:38:56.388 1317 1434 W Looper : Slow delivery took 323ms android.display
h=com.android.server.wm.TaskChangeNotificationController$MainHandler c=null m=21
02-01 11:38:56.390 1317 1317 I SystemServerTiming: sendUserStartBroadcast
02-01 11:38:56.391 1317 1317 I SystemServerTiming: resumeTopActivities
02-01 11:38:56.392 1317 1317 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:38:56.393 1317 1317 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
02-01 11:38:56.394 1317 1317 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_OPEN, TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.resumeTopActivityInnerLocked:7623
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7254
02-01 11:38:56.395 1317 1317 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:38:56.395 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:38:56.395 1317 1317 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:38:56.395 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:38:56.396 1317 1317 W _V_ActivityTaskManager: app transition
startingDisplayed is false
02-01 11:38:56.397 1317 1317 I SystemServerTiming: sendUserSwitchBroadcasts
02-01 11:38:56.398 1317 1317 I SystemServerTiming: setBinderProxies
02-01 11:38:56.399 1317 1317 D _V_VivoBackgroundActivityController:
registerBroadcast
02-01 11:38:56.400 1317 1317 D _V_VivoBackgroundActivityController:
registerObserver
02-01 11:38:56.401 1317 1456 W ActivityManager: Slow operation: 1008ms so far,
now at startProcess: done updating battery stats
02-01 11:38:56.401 1317 1456 W ActivityManager: Slow operation: 1009ms so far,
now at startProcess: building log message
02-01 11:38:56.401 1317 1456 I ActivityManager: Start proc
1964:com.vivo.pushservice/u0a81 for added application com.vivo.pushservice
02-01 11:38:56.401 1317 1456 W ActivityManager: Slow operation: 1009ms so far,
now at startProcess: starting to update pids map
02-01 11:38:56.403 1317 1456 W ActivityManager: Slow operation: 1011ms so far,
now at startProcess: done updating pids map
02-01 11:38:56.403 1317 1456 W ActivityManager: Slow operation: 1008ms so far,
now at startProcess: asking zygote to start proc
02-01 11:38:56.404 1317 1434 W Looper : Drained
02-01 11:38:56.404 1317 1431 W Looper : Slow dispatch took 963ms android.fg
h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null
m=1
02-01 11:38:56.407 1317 1559 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.settings
02-01 11:38:56.413 1317 1431 W Looper : Slow delivery took 949ms android.fg
h=android.os.Handler c=com.android.server.om.IdmapDaemon$Connection$
$ExternalSyntheticLambda0@7823cba m=0
02-01 11:38:56.417 1317 1456 W ActivityManager: Slow operation: 1022ms so far,
now at startProcess: returned from zygote!
02-01 11:38:56.417 1317 1627 D _V_VivoNetworkAnalyser: is oversea = true
02-01 11:38:56.426 1317 1432 D _V_VivoRatioControllerUtilsImpl: DEBUG_RATIOLIST:
Intent.ACTION_USER_SWITCHED
02-01 11:38:56.434 1317 1521 W OverlayManager: service 'idmap' died
02-01 11:38:56.448 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:56.452 1317 1955 I ActivityManager: Done dumping
02-01 11:38:56.452 1317 1955 D _V_VivoWatchdogImpl: F668|10002
blockedForTime=5000ms
02-01 11:38:56.453 1317 1955 D _V_VivoWatchdogImpl: F668 parse
loadfile=/data/anr/anr_2025-02-01-11-38-55-655
02-01 11:38:56.458 1317 1955 D _V_VivoWatchdogImpl: F668|10004 Heap: 1% free,
35MB/36MB; 723626 objects
02-01 11:38:56.460 1317 1462 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:38:56.462 1317 1462 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.appfilter
02-01 11:38:56.463 1317 1317 V _V_EmergencyBroadcastManager: systemReady.
02-01 11:38:56.464 1317 1462 D _V_VivoFirewall: IqooSecureDBListener
updateCacheList id=9223372036854775807
02-01 11:38:56.465 1317 1966 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.mod.child for user 0
02-01 11:38:56.466 1317 1431 D time_zone_detector: handleConfigChanged()
02-01 11:38:56.466 1317 1456 W ActivityManager: Slow operation: 1070ms so far,
now at startProcess: done updating battery stats
02-01 11:38:56.466 1317 1456 W ActivityManager: Slow operation: 1071ms so far,
now at startProcess: building log message
02-01 11:38:56.466 1317 1456 I ActivityManager: Start proc
2019:com.vivo.daemonService/1000 for added application com.vivo.daemonService
02-01 11:38:56.466 1317 1456 W ActivityManager: Slow operation: 1071ms so far,
now at startProcess: starting to update pids map
02-01 11:38:56.466 1317 1456 W ActivityManager: Slow operation: 1071ms so far,
now at startProcess: done updating pids map
02-01 11:38:56.466 1317 1431 D time_zone_detector: Could not determine time zone:
No best telephony suggestion. detectionReason=clearGeolocationSuggestionIfNeeded()
02-01 11:38:56.466 1317 1456 W ActivityManager: Slow operation: 1064ms so far,
now at startProcess: asking zygote to start proc
02-01 11:38:56.467 1317 1431 W DreamManagerService: Dream
ComponentInfo{com.android.dreams.alwaysondisplay/com.android.dreams.alwaysondisplay
.AlwaysOnDisplay} does not exist
02-01 11:38:56.467 1317 1966 W ActivityThread: Failed to find provider info for
com.vivo.mod.child (user not unlocked)
02-01 11:38:56.486 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10081; state: DISABLED
02-01 11:38:56.492 1317 1456 W ActivityManager: Slow operation: 1090ms so far,
now at startProcess: returned from zygote!
02-01 11:38:56.503 1317 1943 D _V_VivoActivityRecordImpl:
lastMergedOverrideConfig:{1.0 ?mcc?mnc [en_US] 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.8 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1} newMergedOverrideConfig:{1.0 ?mcc?mnc [en_US]
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=home mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.2 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1} isExiting:false isexittofullscreeen:false isfromfreeform:false
fromfreeform:false this:ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0}
02-01 11:38:56.520 1317 1943 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
02-01 11:38:56.522 1317 1943 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:38:56.524 1317 1431 W Looper : Drained
02-01 11:38:56.530 1317 1943 W ActivityManager: Slow operation: 63ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:38:56.534 1317 1966 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.mod.child for user 0
02-01 11:38:56.542 1317 1966 W ActivityThread: Failed to find provider info for
com.vivo.mod.child (user not unlocked)
02-01 11:38:56.559 1317 1456 W ActivityManager: Slow operation: 1157ms so far,
now at startProcess: done updating battery stats
02-01 11:38:56.560 1317 1456 W ActivityManager: Slow operation: 1157ms so far,
now at startProcess: building log message
02-01 11:38:56.560 1317 1456 I ActivityManager: Start proc
2035:com.vivo.faceui/1000 for added application com.vivo.faceui
02-01 11:38:56.560 1317 1456 W ActivityManager: Slow operation: 1158ms so far,
now at startProcess: starting to update pids map
02-01 11:38:56.560 1317 1456 W ActivityManager: Slow operation: 1158ms so far,
now at startProcess: done updating pids map
02-01 11:38:56.560 1317 1456 W ActivityManager: Slow operation: 1156ms so far,
now at startProcess: asking zygote to start proc
02-01 11:38:56.568 1317 1317 D BinderGroup: onSystemReady
02-01 11:38:56.568 1317 1317 D BinderGroup: init error=-1
02-01 11:38:56.570 1317 1466 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:38:56.572 1317 1466 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.abe
02-01 11:38:56.572 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.574 1317 1456 W ActivityManager: Slow operation: 1169ms so far,
now at startProcess: returned from zygote!
02-01 11:38:56.586 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.627 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 1000; state: DISABLED
02-01 11:38:56.628 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 1000; state: DISABLED
02-01 11:38:56.630 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 1000; state: DISABLED
02-01 11:38:56.653 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 604.72974; finalLux = 597.97296; brightness = 0.41680047;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 650;
downLux = 130; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1146; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:56.658 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:56.660 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:56.660 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.662 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:56.664 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.665 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:38:56.668 1317 1317 D _V_ConfigurationManager:
/data/bbkcore/frameworklock_1.0.xml is null,just return file content, no need
decrypt file
02-01 11:38:56.683 1317 1943 W ActivityManager: Slow operation: 1279ms so far,
now at startProcess: done updating battery stats
02-01 11:38:56.683 1317 1943 I Watchdog: Interesting Java process
com.android.phone started. Pid 2051
02-01 11:38:56.683 1317 1943 W ActivityManager: Slow operation: 1279ms so far,
now at startProcess: building log message
02-01 11:38:56.683 1317 1943 I ActivityManager: Start proc
2051:com.android.phone/1001 for added application com.android.phone
02-01 11:38:56.683 1317 1943 W ActivityManager: Slow operation: 1279ms so far,
now at startProcess: starting to update pids map
02-01 11:38:56.685 1317 1943 W ActivityManager: Slow operation: 1281ms so far,
now at startProcess: done updating pids map
02-01 11:38:56.689 1317 2073 I _V_AppCrashRescue: appcrashFile exists, new
atomicFile now.
02-01 11:38:56.707 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.710 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.715 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.716 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1001; state: DISABLED
02-01 11:38:56.720 1317 1955 D _V_VivoWatchdogImpl: F668
collectWatchdogEventTracking blockedTid=1
02-01 11:38:56.720 1317 1955 D _V_VivoWatchdogImpl: F668 main tid=1 Native
02-01 11:38:56.721 1317 1955 D _V_VivoWatchdogImpl: F668
02-01 11:38:56.721 1317 1955 D _V_VivoWatchdogImpl: F668
android.content.res.AssetManager.nativeGetResourceIdentifier(Native method)
02-01 11:38:56.721 1317 1955 D _V_VivoWatchdogImpl: F668
android.content.res.AssetManager.getResourceIdentifier(AssetManager.java:915)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
android.content.res.ResourcesImpl.getIdentifier(ResourcesImpl.java:372)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
android.content.res.Resources.getIdentifier(Resources.java:2331)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
vivo.content.res.VivoThemeResources.checkUpdate(VivoThemeResources.java:138)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
vivo.content.res.VivoThemeResources.<init>(VivoThemeResources.java:106)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
vivo.content.res.VivoThemeResourcesPackage.<init>(VivoThemeResourcesPackage.java:31
)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
vivo.content.res.VivoThemeResourcesPackage.getThemeResources(VivoThemeResourcesPack
age.java:43)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
android.content.res.VivoResourcesImplImpl.init(VivoResourcesImplImpl.java:278)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
android.content.res.ResourcesImpl.init(ResourcesImpl.java:1795)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
android.content.res.VivoResourcesImpl.initResource(VivoResourcesImpl.java:60)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
android.content.res.Resources.initResource(Resources.java:2746)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
android.app.ContextImpl.setResources(ContextImpl.java:3235)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
android.app.ContextImpl.createPackageContextAsUser(ContextImpl.java:2576)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.internal.policy.AttributeCache.get(AttributeCache.java:141)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.ActivityRecord.<init>(ActivityRecord.java:1919)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.ActivityRecord.<init>(ActivityRecord.java:433)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.ActivityRecord$Builder.build(ActivityRecord.java:11268)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.ActivityStarter.executeRequest(ActivityStarter.java:1633)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.ActivityStarter.execute(ActivityStarter.java:873)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.ActivityStartController.startHomeActivity(ActivityStartContro
ller.java:188)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.RootWindowContainer.startHomeOnTaskDisplayArea(RootWindowCont
ainer.java:1773)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.RootWindowContainer.lambda$startHomeOnDisplay$13$RootWindowCo
ntainer(RootWindowContainer.java:1699)
02-01 11:38:56.722 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.RootWindowContainer$
$ExternalSyntheticLambda12.apply(unavailable:-1)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.TaskDisplayArea.reduceOnAllTaskDisplayAreas(TaskDisplayArea.j
ava:640)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas(DisplayArea.java:392)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas(DisplayArea.java:392)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas(DisplayArea.java:392)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.WindowContainer.reduceOnAllTaskDisplayAreas(WindowContainer.j
ava:2126)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.RootWindowContainer.startHomeOnDisplay(RootWindowContainer.ja
va:1698)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.RootWindowContainer.startHomeOnDisplay(RootWindowContainer.ja
va:1680)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.RootWindowContainer.startHomeOnAllDisplays(RootWindowContaine
r.java:1665)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.wm.ActivityTaskManagerService$LocalService.startHomeOnAllDisplay
s(ActivityTaskManagerService.java:6590)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.jav
a:8709)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.SystemServer.startOtherServices(SystemServer.java:2980)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.SystemServer.run(SystemServer.java:1066)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.server.SystemServer.main(SystemServer.java:739)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
java.lang.reflect.Method.invoke(Native method)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
02-01 11:38:56.723 1317 1955 D _V_VivoWatchdogImpl: F668
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1046)
02-01 11:38:56.726 1317 1955 D _V_VivoWatchdogImpl: F668
stack:android.content.res.AssetManager.nativeGetResourceIdentifier
android.content.res.AssetManager.getResourceIdentifier
android.content.res.ResourcesImpl.getIdentifier
android.content.res.Resources.getIdentifier
vivo.content.res.VivoThemeResources.checkUpdate
vivo.content.res.VivoThemeResources.<init>
vivo.content.res.VivoThemeResourcesPackage.<init>
vivo.content.res.VivoThemeResourcesPackage.getThemeResources
android.content.res.VivoResourcesImplImpl.init
android.content.res.ResourcesImpl.init
android.content.res.VivoResourcesImpl.initResource
android.content.res.Resources.initResource android.app.ContextImpl.setResources
android.app.ContextImpl.createPackageContextAsUser
com.android.internal.policy.AttributeCache.get
com.android.server.wm.ActivityRecord.<init>
com.android.server.wm.ActivityRecord.<init>
com.android.server.wm.ActivityRecord$Builder.build
com.android.server.wm.ActivityStarter.executeRequest
com.android.server.wm.ActivityStarter.execute
com.android.server.wm.ActivityStartController.startHomeActivity
com.android.server.wm.RootWindowContainer.startHomeOnTaskDisplayArea
com.android.server.wm.RootWindowContainer.lambda$startHomeOnDisplay$13$RootWindowCo
ntainer com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda12.apply
com.android.server.wm.TaskDisplayArea.reduceOnAllTaskDisplayAreas
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas
com.android.server.wm.DisplayArea.reduceOnAllTaskDisplayAreas
com.android.server.wm.WindowContainer.reduceOnAllTaskDisplayAreas
com.android.server.wm.RootWindowContainer.startHomeOnDisplay
com.android.server.wm.RootWindowContainer.startHomeOnDisplay
com.android.server.wm.RootWindowContainer.startHomeOnAllDisplays
com.android.server.wm.ActivityTaskManagerService$LocalService.startHomeOnAllDisplay
s com.android.server.am.ActivityManagerService.systemReady
com.android.server.SystemServer.startOtherServices
com.android.server.SystemServer.run com.android.server.SystemServer.main
java.lang.reflect.Method.invoke
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run
com.android.internal.os.ZygoteInit.main
02-01 11:38:56.726 1317 1955 D _V_VivoWatchdogImpl: F668 msg:Heap: 1% free,
35MB/36MB; 723626 objects null
02-01 11:38:56.726 1317 1955 D _V_VivoWatchdogImpl: F668
id:4e4ddc40973d8aa5b2f57a1cc7ecb1df
02-01 11:38:56.726 1317 1955 D _V_VivoWatchdogImpl: F668 cost:273 ms
02-01 11:38:56.729 1317 1955 D _V_VivoWatchdogImpl: F668 collect atrace infor 4
02-01 11:38:56.733 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.734 1317 1456 W ActivityManager: Slow operation: 329ms so far, now
at startProcess: asking zygote to start proc
02-01 11:38:56.740 1317 1317 E _V_ANRManager: mPackageName = android, Get anr
service = com.android.server.am.anr.ANRManagerService@b3da6a6
02-01 11:38:56.747 1317 2073 I _V_AppCrashRescue: getAllStringList: typeName:
appcrash_switch
02-01 11:38:56.751 1317 1456 W ActivityManager: Slow operation: 346ms so far, now
at startProcess: returned from zygote!
02-01 11:38:56.752 1317 1456 W ActivityManager: Slow operation: 347ms so far, now
at startProcess: done updating battery stats
02-01 11:38:56.753 1317 1456 W ActivityManager: Slow operation: 348ms so far, now
at startProcess: building log message
02-01 11:38:56.754 1317 1456 I ActivityManager: Start proc
2079:com.android.settings/1000 for top-activity
{com.android.settings/com.android.settings.FallbackHome}
02-01 11:38:56.758 1317 1456 W ActivityManager: Slow operation: 352ms so far, now
at startProcess: starting to update pids map
02-01 11:38:56.759 1317 2073 D _V_ConfigurationManager:
/data/bbkcore/AppcrashRescue_config_1.0.xml is null,just return file content, no
need decrypt file
02-01 11:38:56.760 1317 2073 I _V_AppCrashRescue: getAllStringList: typeName:
allow_thirdparty_app_list
02-01 11:38:56.760 1317 2073 I _V_AppCrashRescue: getAllStringList: typeName:
ne_type
02-01 11:38:56.760 1317 1456 W ActivityManager: Slow operation: 355ms so far, now
at startProcess: done updating pids map
02-01 11:38:56.760 1317 2073 I _V_AppCrashRescue: getAllStringList: typeName:
je_type
02-01 11:38:56.761 1317 2073 I _V_AppCrashRescue: getAllStringList: typeName:
ne_keyword
02-01 11:38:56.761 1317 2073 I _V_AppCrashRescue: getAllStringList: typeName:
update_times_max
02-01 11:38:56.762 1317 2073 I _V_AppCrashRescue: getAllStringList: typeName:
odex_err_type
02-01 11:38:56.762 1317 1456 W ActivityManager: Slow operation: 299ms so far, now
at startProcess: asking zygote to start proc
02-01 11:38:56.776 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.776 1317 1317 I SystemServerTiming: StartSystemUI
02-01 11:38:56.777 1317 1456 W ActivityManager: Slow operation: 316ms so far, now
at startProcess: returned from zygote!
02-01 11:38:56.783 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10049; state: DISABLED
02-01 11:38:56.785 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.785 1317 1317 D _V_FaceUnlockController: ensureBiometricsReady
02-01 11:38:56.786 1317 1456 W ActivityManager: Slow operation: 324ms so far, now
at startProcess: done updating battery stats
02-01 11:38:56.791 1317 1456 W ActivityManager: Slow operation: 330ms so far, now
at startProcess: building log message
02-01 11:38:56.794 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.795 1317 1456 I ActivityManager: Start proc
2083:com.vivo.appfilter:service/1000 for service
{com.vivo.appfilter/com.vivo.appfilter.service.VivoBringupManagerService}
02-01 11:38:56.796 1317 1456 W ActivityManager: Slow operation: 335ms so far, now
at startProcess: starting to update pids map
02-01 11:38:56.798 1317 1456 W ActivityManager: Slow operation: 337ms so far, now
at startProcess: done updating pids map
02-01 11:38:56.798 1317 1456 W ActivityManager: Slow operation: 227ms so far, now
at startProcess: asking zygote to start proc
02-01 11:38:56.800 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.systemui uid 10049, isRmsPreload = false, keepQuiet =false
02-01 11:38:56.802 1317 2073 I _V_AppCrashRescue: registerAllObserver: typeName
appcrash_switch
02-01 11:38:56.804 1317 2073 I _V_AppCrashRescue: registerAllObserver: typeName
allow_thirdparty_app_list
02-01 11:38:56.805 1317 2073 I _V_AppCrashRescue: registerAllObserver: typeName
ne_type
02-01 11:38:56.805 1317 2073 I _V_AppCrashRescue: registerAllObserver: typeName
je_type
02-01 11:38:56.806 1317 2073 I _V_AppCrashRescue: registerAllObserver: typeName
ne_keyword
02-01 11:38:56.807 1317 2073 I _V_AppCrashRescue: registerAllObserver: typeName
update_times_max
02-01 11:38:56.807 1317 2073 I _V_AppCrashRescue: registerAllObserver: typeName
odex_err_type
02-01 11:38:56.809 1317 2073 I _V_AppCrashRescue: sRescueSwitchList size: 0
02-01 11:38:56.810 1317 2073 I _V_AppCrashRescue: sRescueSwitch status: true
02-01 11:38:56.811 1317 1317 D _V_FaceUnlockController: bindFaceUIService
02-01 11:38:56.814 1317 1317 I _V_FaceUIServiceDelegate: File descriptior is null
02-01 11:38:56.815 1317 2073 I _V_AppCrashRescue: sRescue3partyAppStringList
size: 0
02-01 11:38:56.815 1317 1317 D _V_FingerprintUnlockController:
bindFingerprintKeyguardService
02-01 11:38:56.816 1317 2073 I _V_AppCrashRescue: sRescueNETypeStringList size: 0
02-01 11:38:56.817 1317 2073 I _V_AppCrashRescue: allow ne_type: Aborted
02-01 11:38:56.818 1317 2073 I _V_AppCrashRescue: allow ne_type: Segmentation
fault
02-01 11:38:56.818 1317 2073 I _V_AppCrashRescue: allow ne_type: Illegal
instruction
02-01 11:38:56.819 1317 1474 I _V_FrozenOfflineManager: initState:
mAllowFreeze=true, mMobileConnected=false, mWifiConnected=false
02-01 11:38:56.822 1317 1317 D _V_FingerprintUnlockController: Don't bind
fingerprint keyguard service due to have no FEATURE_FINGERPRINT !
02-01 11:38:56.823 1317 1456 W ActivityManager: Slow operation: 245ms so far, now
at startProcess: returned from zygote!
02-01 11:38:56.824 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:56.825 1317 2073 I _V_AppCrashRescue: sRescueJETypeStringList size: 0
02-01 11:38:56.825 1317 2073 I _V_AppCrashRescue: allow je_type:
android.content.res.Resources$NotFoundException
02-01 11:38:56.825 1317 2073 I _V_AppCrashRescue: allow je_type:
java.lang.NoSuchMethodError
02-01 11:38:56.825 1317 2073 I _V_AppCrashRescue: allow je_type:
java.lang.ClassNotFoundException
02-01 11:38:56.825 1317 2073 I _V_AppCrashRescue: allow je_type:
java.lang.NoClassDefFoundError
02-01 11:38:56.825 1317 2073 I _V_AppCrashRescue: allow je_type:
java.lang.UnsatisfiedLinkError
02-01 11:38:56.827 1317 2073 I _V_AppCrashRescue: allow je_type:
java.lang.VerifyError
02-01 11:38:56.827 1317 2073 I _V_AppCrashRescue: allow je_type:
java.lang.NoSuchFieldError
02-01 11:38:56.827 1317 2073 I _V_AppCrashRescue: allow je_type:
java.lang.ExceptionInInitializerError
02-01 11:38:56.831 1317 1317 D _V_VivoLcmEsd: proximity positive is :false
02-01 11:38:56.832 1317 2073 I _V_AppCrashRescue: sRescueNEKeywordStringList
size: 0
02-01 11:38:56.833 1317 2073 I _V_AppCrashRescue: allow ne_keyword:
all_ne_keyword
02-01 11:38:56.835 1317 1317 E _V_VivoWatchdogImpl: main thread block: 6774ms
02-01 11:38:56.836 1317 1317 E _V_VivoWatchdogImpl: main thread block: 6776ms
02-01 11:38:56.837 1317 1317 W Looper : Slow delivery took 15194ms main
h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0
02-01 11:38:56.854 1317 2073 I _V_AppCrashRescue: sRescueUpdateTimeStringList
size: 0
02-01 11:38:56.854 1317 2073 I _V_AppCrashRescue: sUpdateTimesMax value: 3
02-01 11:38:56.855 1317 2073 I _V_AppCrashRescue:
sDexFileDamageErrorTypeStringList size: 0
02-01 11:38:56.855 1317 2073 I _V_AppCrashRescue: allow odex_err_type:
ClassStatus::kLast
02-01 11:38:56.855 1317 2073 I _V_AppCrashRescue: allow odex_err_type:
DexFile::kDexNoIndex16
02-01 11:38:56.855 1317 2073 I _V_AppCrashRescue: allow odex_err_type:
java.lang.VerifyError
02-01 11:38:56.855 1317 2073 I _V_AppCrashRescue: allow odex_err_type:
VdexFile::GetQuickenedInfoOf
02-01 11:38:56.855 1317 2073 I _V_AppCrashRescue: allow odex_err_type:
art::HInstructionBuilder
02-01 11:38:56.855 1317 2073 I _V_AppCrashRescue: allow odex_err_type:
range0_.InSource
02-01 11:38:56.855 1317 2073 I _V_AppCrashRescue: allow odex_err_type:
decompressed_size
02-01 11:38:56.855 1317 2073 I _V_AppCrashRescue: allow odex_err_type:
accessor.InsnsSizeInCodeUnits
02-01 11:38:56.859 1317 1456 W ActivityManager: Slow operation: 288ms so far, now
at startProcess: done updating battery stats
02-01 11:38:56.860 1317 1456 W ActivityManager: Slow operation: 288ms so far, now
at startProcess: building log message
02-01 11:38:56.860 1317 1456 I ActivityManager: Start proc 2098:com.vivo.rms/1000
for service {com.vivo.abe/com.vivo.rms.dispatcher.EventReceiverService}
02-01 11:38:56.860 1317 1456 W ActivityManager: Slow operation: 289ms so far, now
at startProcess: starting to update pids map
02-01 11:38:56.860 1317 1456 W ActivityManager: Slow operation: 289ms so far, now
at startProcess: done updating pids map
02-01 11:38:56.872 1317 1317 D _V_BatteryService: startSwitchCardService, msg = 0
02-01 11:38:56.872 1317 1317 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.startService:1840
com.android.server.BatteryService$8.run:629 android.os.Handler.handleCallback:938
android.os.Handler.dispatchMessage:99 android.os.Looper.loopOnce:233
02-01 11:38:56.887 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:38:56.904 1317 1936 I ActivityTaskManager: Config changes=100 {1.0 ?mcc?
mnc [en_US] 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.10 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1}
02-01 11:38:56.906 1317 1936 I ActivityTaskManager: Sending to proc
com.android.systemui new config {1.0 ?mcc?mnc [en_US] 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.11 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:38:56.908 1317 1936 I ActivityTaskManager: Sending to proc
com.android.phone new config {1.0 ?mcc?mnc [en_US] 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.12 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:38:56.909 1317 1936 I ActivityTaskManager: Sending to proc
com.vivo.faceui new config {1.0 ?mcc?mnc [en_US] 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.13 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:38:56.910 1317 1936 I ActivityTaskManager: Sending to proc
com.vivo.daemonService new config {1.0 ?mcc?mnc [en_US] 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.14 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:38:56.911 1317 1936 I ActivityTaskManager: Sending to proc
com.vivo.pushservice new config {1.0 ?mcc?mnc [en_US] 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.15 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:38:56.912 1317 1936 I ActivityTaskManager: Sending to proc com.vivo.abe
new config {1.0 ?mcc?mnc [en_US] 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.16 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:38:56.913 1317 1936 I ActivityTaskManager: Sending to proc system new
config {1.0 ?mcc?mnc [en_US] 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.17 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
02-01 11:38:56.915 1317 1936 I WindowManager: Override config changes=100 {1.0 ?
mcc?mnc [en_US] 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.10 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1} for displayId=0
02-01 11:38:56.922 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:38:56.924 1317 1936 I _V_VivoFoldRebootUtilImpl: onConfigurationChanged
r:ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0}
currentState=0 startState=-1 activityState = INITIALIZING info = Settings
02-01 11:38:56.927 1317 1936 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0},mainRootTask:Task{3c65a65 #1 type=home ??
U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
02-01 11:38:56.935 1317 1936 I _V_SDS :
onSetActivityResumed=com.android.settings
recordInfo=com.android.settings/.FallbackHome pid=2079
02-01 11:38:56.940 1317 1936 I HoverMode: ar is resume in second =
ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0}
02-01 11:38:56.942 1317 1936 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=0, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:38:56.945 1317 1936 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
02-01 11:38:56.946 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:56.947 1317 1936 W ActivityManager: Slow operation: 82ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:38:56.952 1317 1435 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
02-01 11:38:56.954 1317 1435 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 0 mRemoteAnimState = 0 transit = 0
02-01 11:38:56.954 1317 1435 D _V_BarAnimController: appTransitionFinished
02-01 11:38:56.960 1317 1317 W ActivityManager: Unable to start service Intent
{ cmp=com.vivo.wallet/com.vivo.pay.swing.service.SwitchCardService (has extras) }
U=0: not found
02-01 11:38:56.966 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.970 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:56.971 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:38:56.980 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:56.982 1317 1429 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_color
value:16776698 pkg:com.vivo.faceui userId:0
02-01 11:38:56.990 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:38:57.000 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.002 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.005 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.011 1317 1432 D _V_CapacityKeyService: foregroundActivities
detected uid=1000 appName=com.android.settings state=true
02-01 11:38:57.011 1317 1432 D _V_CapacityKeyService: foreground:
com.android.settings
02-01 11:38:57.019 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 5 value: [0]
02-01 11:38:57.020 1317 1691 I _V_Sensor_AutoAppManager: uidName =
android.uid.system:1000; topName = com.android.settings; foregroundActivities =
true; packageName = com.android.settings; processName = com.android.settings;
inFreeform = false
02-01 11:38:57.022 1317 1691 D _V_Sensor_AppTypeManager: getAppNameFromUidPid pkg
= android.uid.system
02-01 11:38:57.023 1317 1691 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
02-01 11:38:57.023 1317 1691 D _V_Sensor_AppTypeManager: arraySize = 0,isEmpty =
true
02-01 11:38:57.024 1317 1691 E _V_Sensor_AppTypeManager: arraySize <= 3!
02-01 11:38:57.029 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.032 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.049 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.060 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_fullscreen_flag
02-01 11:38:57.064 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/network_watchlist_last_report_time
02-01 11:38:57.068 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_https_url
02-01 11:38:57.069 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_http_url
02-01 11:38:57.070 1317 1317 D ConditionProviders.SCP: onConnected
02-01 11:38:57.072 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:zen_mode_config_etag value:-2079455149 pkg:android
userId:0
02-01 11:38:57.072 1317 1429 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_start
value:18 pkg:com.vivo.faceui userId:0
02-01 11:38:57.073 1317 1317 D _V_ZenModeHelper: reason = readXml zenModeEnabled
= false mZenModeEnabled = false
02-01 11:38:57.073 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
02-01 11:38:57.075 1317 1317 D ConditionProviders: Subscribing to
condition://android/event?userId=-10000&calendar=&reply=1 with
ComponentInfo{android/com.android.server.notification.EventConditionProvider}
02-01 11:38:57.075 1317 1522 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_end value:18
pkg:com.vivo.faceui userId:0
02-01 11:38:57.076 1317 1317 D ConditionProviders: Subscribing to
condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true
with
ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}
02-01 11:38:57.076 1317 1521 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_adjust_brightness_duration
value:0 pkg:com.vivo.faceui userId:0
02-01 11:38:57.081 1317 1943 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:time_remaining_estimate_millis value:-1
pkg:com.android.systemui userId:0
02-01 11:38:57.083 1317 1943 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:time_remaining_estimate_based_on_usage
value:0 pkg:com.android.systemui userId:0
02-01 11:38:57.084 1317 1429 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:average_time_to_discharge value:-1
pkg:com.android.systemui userId:0
02-01 11:38:57.085 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.086 1317 1429 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:battery_estimates_last_update_time value:1738381137084
pkg:com.android.systemui userId:0
02-01 11:38:57.092 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:38:57.093 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:38:57.098 1317 1317 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.ext.services
02-01 11:38:57.098 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10182; state: DISABLED
02-01 11:38:57.100 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10182; state: ENABLED
02-01 11:38:57.107 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:57.111 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:57.116 1317 1317 I _V_Sensor_NativeNotification: notifyOrientation =
1
02-01 11:38:57.119 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/zen_mode_ringer_level
02-01 11:38:57.120 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode_config_etag value:-2079455149
pkg:android userId:0
02-01 11:38:57.122 1317 1317 D _V_ZenModeHelper: reason = cleanUpZenRules
zenModeEnabled = false mZenModeEnabled = false
02-01 11:38:57.122 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
02-01 11:38:57.128 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 13 value: [1]
02-01 11:38:57.128 1317 1456 I ActivityManager: Start proc
2153:com.google.android.ext.services/u0a182 for service
{com.google.android.ext.services/android.ext.services.autofill.InlineSuggestionRend
erServiceImpl}
02-01 11:38:57.129 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.138 1317 1522 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:faceunlock_screen_doze value:0
pkg:com.vivo.faceui userId:0
02-01 11:38:57.139 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.140 1317 1522 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
02-01 11:38:57.141 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:57.144 1317 1522 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@d101846
02-01 11:38:57.148 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:57.149 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:57.149 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 125, control mode automatic, policy level 0, lux 20).
02-01 11:38:57.149 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:57.149 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:38:57.150 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:57.150 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:57.150 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:57.151 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = true; mSwitchDefaultCurve = false
02-01 11:38:57.151 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41680047; animateBrightness =
0.41680047; rate = 40; state = 2; slowChange = true
02-01 11:38:57.153 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.156 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:38:57.156 1317 1521 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
02-01 11:38:57.157 1317 1521 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@96db3cd
02-01 11:38:57.161 1317 1429 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:system_unlock_state value:0
pkg:com.vivo.daemonService userId:0
02-01 11:38:57.178 1317 1522 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
02-01 11:38:57.181 1317 1522 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@bea2d39
02-01 11:38:57.201 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:57.206 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:57.207 1317 1428 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 10049; state: ENABLED
02-01 11:38:57.208 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:57.212 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/wifi_acc_temp_disabled
02-01 11:38:57.222 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10182; state: DISABLED
02-01 11:38:57.227 1317 2181 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:keyguard_launch_emergency_dialer_state
value:0 pkg:com.android.systemui userId:0
02-01 11:38:57.230 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.236 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:57.237 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:38:57.239 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:38:57.240 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:38:57.243 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:57.247 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:57.254 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.256 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.259 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.262 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:38:57.272 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:38:57.273 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/boot_count
02-01 11:38:57.291 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:57.324 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.339 1317 1462 D _V_VivoFirewall: fromAppfilter:true
02-01 11:38:57.344 1317 1936 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:finger_simpinpuk value:enable
pkg:com.android.systemui userId:0
02-01 11:38:57.358 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.364 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.388 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 1000, arg4: 0, name: com.vivo.daemonService
02-01 11:38:57.391 1317 1936 D Face10 : Daemon was null, reconnecting, current
operation: null
02-01 11:38:57.393 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
02-01 11:38:57.394 1317 2187 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.vivo.pushservice.ips value:
pkg:com.vivo.pushservice userId:0
02-01 11:38:57.397 1317 1936 D Face10 : Face HAL ready, HAL ID: 3087499552
02-01 11:38:57.400 1317 1708 D BiometricScheduler/Face10: [Added] {[0]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, new queue
size: 1
02-01 11:38:57.400 1317 1708 D BiometricScheduler/Face10: [Polled] {[0]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
02-01 11:38:57.400 1317 1708 D BiometricScheduler/Face10: [Starting] {[0]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
02-01 11:38:57.401 1317 1708 D BiometricScheduler/Face10: [Started] {[0]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}
02-01 11:38:57.404 1317 1708 D BiometricScheduler/Face10: [Added] {[1]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, new queue
size: 1
02-01 11:38:57.404 1317 1708 V BiometricScheduler/Face10: Not idle, current
operation: {[0] FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0,
userId=0}, State: 2
02-01 11:38:57.404 1317 1708 D BiometricScheduler/Face10: [Added] {[2]
FaceInternalCleanupClient, proto=7, owner=android, cookie=0, userId=0}, new queue
size: 2
02-01 11:38:57.404 1317 1708 V BiometricScheduler/Face10: Not idle, current
operation: {[0] FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0,
userId=0}, State: 2
02-01 11:38:57.405 1317 1708 W Face10 : Ignoring getFeature, no templates
enrolled for user: 0
02-01 11:38:57.405 1317 1708 D BiometricScheduler/Face10: [Finishing] {[0]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, success:
true
02-01 11:38:57.405 1317 1708 D BiometricScheduler/Face10: [Polled] {[1]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
02-01 11:38:57.405 1317 1708 D BiometricScheduler/Face10: [Starting] {[1]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, State: 0
02-01 11:38:57.405 1317 1708 D BiometricScheduler/Face10: [Started] {[1]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}
02-01 11:38:57.406 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.436 1317 1708 D BiometricScheduler/Face10: [Finishing] {[1]
FaceUpdateActiveUserClient, proto=1, owner=android, cookie=0, userId=0}, success:
true
02-01 11:38:57.436 1317 1708 D BiometricScheduler/Face10: [Polled] {[2]
FaceInternalCleanupClient, proto=7, owner=android, cookie=0, userId=0}, State: 0
02-01 11:38:57.436 1317 1708 D BiometricScheduler/Face10: [Starting] {[2]
FaceInternalCleanupClient, proto=7, owner=android, cookie=0, userId=0}, State: 0
02-01 11:38:57.436 1317 1708 D BiometricScheduler/Face10: [Started] {[2]
FaceInternalCleanupClient, proto=7, owner=android, cookie=0, userId=0}
02-01 11:38:57.437 1317 1708 D Biometrics/InternalCleanupClient: Starting
enumerate: {[3] FaceInternalEnumerateClient, proto=6, owner=android, cookie=0,
userId=0}
02-01 11:38:57.439 1317 1708 D Biometrics/InternalCleanupClient: onEnumerated,
remaining: 0
02-01 11:38:57.439 1317 1708 V Biometrics/InternalEnumerateClient:
handleEnumeratedTemplate: 0
02-01 11:38:57.439 1317 1708 V Biometrics/InternalEnumerateClient: Matched: false
02-01 11:38:57.439 1317 1708 D Biometrics/InternalCleanupClient: Enumerate
onClientFinished: {[3] FaceInternalEnumerateClient, proto=6, owner=android,
cookie=0, userId=0}, success: true
02-01 11:38:57.439 1317 1708 D BiometricScheduler/Face10: [Finishing] {[2]
FaceInternalCleanupClient, proto=7, owner=android, cookie=0, userId=0}, success:
true
02-01 11:38:57.439 1317 1708 D BiometricScheduler/Face10: No operations,
returning to idle
02-01 11:38:57.457 1317 1434 D _V_BarAnimController: reset
02-01 11:38:57.458 1317 1434 D _V_BarAnimController: resetRealBars
02-01 11:38:57.459 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
02-01 11:38:57.460 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
02-01 11:38:57.461 1317 1434 D _V_BarAnimController: resetFakeBars
02-01 11:38:57.461 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
02-01 11:38:57.461 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.461 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
02-01 11:38:57.470 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10081; state: DISABLED
02-01 11:38:57.475 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.513 1317 1686 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.settings topWindowMode = 1 appType = 0 mAppScene = 3
02-01 11:38:57.520 1317 1522 W _V_VivoAmsImpl: mCallingPidFilter=1964,
mCallingUidFilter=10081
02-01 11:38:57.521 1317 1522 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.pem
02-01 11:38:57.522 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:38:57.547 1317 1456 I ActivityManager: Start proc 2244:com.vivo.pem/1000
for service {com.vivo.pem/com.vivo.pem.core.hide.io.PemService}
02-01 11:38:57.550 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 14.3581085; kalmanLux = 14.3581085; speculatedLux =
14.3581085; finalLux = 14.3581085
02-01 11:38:57.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 14.3581085; brightness = 0.41680047;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 650;
downLux = 130; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1146; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:57.565 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.581 1317 1466 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #81} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (0
skipped)
02-01 11:38:57.583 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.594 1317 1428 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
02-01 11:38:57.607 1317 1429 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:38:57.611 1317 1936 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
02-01 11:38:57.616 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:57.624 1317 1429 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4737
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
02-01 11:38:57.626 1317 1429 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{f5e94ae u0
com.android.settings/com.android.settings.FallbackHome} task=null
02-01 11:38:57.638 1317 1428 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
02-01 11:38:57.652 1317 1435 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.653 1317 1521 W _V_VivoAmsImpl: mCallingPidFilter=2019,
mCallingUidFilter=1000
02-01 11:38:57.656 1317 1521 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.updater
02-01 11:38:57.656 1317 1521 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10121; state: DISABLED
02-01 11:38:57.657 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10121; state: ENABLED
02-01 11:38:57.657 1317 1435 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{f5e94ae u0 com.android.settings/com.android.settings.FallbackHome}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:38:57.667 1317 1943 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:ringermode value:2
pkg:com.vivo.daemonService userId:0
02-01 11:38:57.668 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.670 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 182478738; UID 1000; state: DISABLED
02-01 11:38:57.670 1317 1435 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.672 1317 1943 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vibratemode value:1
pkg:com.vivo.daemonService userId:0
02-01 11:38:57.695 1317 1936 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0}
currentState=0 startState=-1 activityState = RESUMED info = Settings
02-01 11:38:57.704 1317 2187 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.714 1317 2187 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.716 1317 2187 I WindowManager: Relayout Window{f5e94ae u0
com.android.settings/com.android.settings.FallbackHome}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
02-01 11:38:57.717 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:38:57.724 1317 1435 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 1000; state: ENABLED
02-01 11:38:57.731 1317 2189 W ActivityManager: Slow operation: 54ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:38:57.732 1317 1435 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.738 1317 2189 W ActivityManager: Slow operation: 61ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:38:57.738 1317 2189 W ActivityManager: Slow operation: 61ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:38:57.744 1317 2189 W ActivityManager: Slow operation: 67ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:38:57.752 1317 1428 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
02-01 11:38:57.753 1317 1428 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@8879088
02-01 11:38:57.760 1317 2188 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.ads.identifier.service.START
pkg=com.google.android.gms } U=0: not found
02-01 11:38:57.762 1317 1317 W Looper : Slow dispatch took 321ms main
h=android.app.ActivityThread$H c=null m=114
02-01 11:38:57.762 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
02-01 11:38:57.763 1317 2188 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@c2cc1cd
02-01 11:38:57.767 1317 1317 D _V_VivoLcmEsd: proximity positive is :true
02-01 11:38:57.769 1317 1456 W ActivityManager: Slow operation: 115ms so far, now
at startProcess: done updating battery stats
02-01 11:38:57.769 1317 1456 W ActivityManager: Slow operation: 115ms so far, now
at startProcess: building log message
02-01 11:38:57.769 1317 1456 I ActivityManager: Start proc
2280:com.bbk.updater:remote/u0a121 for service
{com.bbk.updater/com.bbk.updater.remote.RemoteService}
02-01 11:38:57.770 1317 1456 W ActivityManager: Slow operation: 115ms so far, now
at startProcess: starting to update pids map
02-01 11:38:57.770 1317 1456 W ActivityManager: Slow operation: 116ms so far, now
at startProcess: done updating pids map
02-01 11:38:57.773 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:38:57.774 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.777 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.smartmultiwindow for user 0
02-01 11:38:57.779 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.783 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:57.785 1317 1521 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:57.786 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.787 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:57.792 1317 1435 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.806 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.811 1317 1317 I _V_VivoPKMSUtils: Receive Intent
{ act=android.intent.action.USER_STARTED flg=0x50000010 (has extras) }
02-01 11:38:57.812 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10121; state: DISABLED
02-01 11:38:57.813 1317 1317 I _V_UserManagerService: calling
setUserRestriction,key:no_record_audio,value:false,userId:0,callinguid:1000,calling
Pkg:android
02-01 11:38:57.816 1317 1317 D _V_VivoKeyguardOverlayController:
DEBUG_KOC:PMDBListener onReceive intent=Intent
{ act=android.intent.action.USER_SWITCHED flg=0x50000010 (has extras) }
02-01 11:38:57.823 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.823 1317 1317 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.828 1317 1317 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.settings/com.android.settings.FallbackHome}
,resizeMode=0 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
02-01 11:38:57.829 1317 1317 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=3 ,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} }
02-01 11:38:57.833 1317 1317 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.834 1317 1317 I _V_VivoDisplayPolicyImpl: getDefaultNavBar = 0,
isOverseas = true isVosProduct = true
02-01 11:38:57.840 1317 1432 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:38:57.844 1317 1432 I _V_FaceUIServiceDelegate: Faceui service binded
02-01 11:38:57.850 1317 2187 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.settings
02-01 11:38:57.851 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:38:57.863 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.874 1317 1456 I ActivityManager: Start proc
2324:com.android.settings:SettingsExProvider/1000 for content provider
{com.android.settings/com.vivo.settings.provider.SecretProvider}
02-01 11:38:57.880 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.885 1317 2187 D _V_WindowManager: finishDrawingWindow:
Window{f5e94ae u0 com.android.settings/com.android.settings.FallbackHome}
mDrawState=DRAW_PENDING
02-01 11:38:57.885 1317 2187 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@73b2a19 mSyncState=0
02-01 11:38:57.892 1317 1435 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.899 1317 1435 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.901 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:38:57.902 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.FallbackHome took 2481ms finished.
02-01 11:38:57.902 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.FallbackHome took -1ms finished.
02-01 11:38:57.909 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:38:57.911 1317 1435 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.921 1317 1434 I ActivityManagerTiming: FinishBooting
02-01 11:38:57.923 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:38:57.925 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.927 1317 1434 I _V_FingerprintUnlockController: onBootCompleted()
02-01 11:38:57.928 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:38:57.930 1317 1435 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:57.934 1317 1434 D _V_FaceUnlockController: onStartedWakingUp
02-01 11:38:57.934 1317 1434 D _V_VivoLcmDcManager: onStartedWakingUp: why=0
02-01 11:38:57.935 1317 1434 D _V_FingerprintUnlockController:
onFinishedWakingUp()
02-01 11:38:57.935 1317 1434 D _V_FaceUnlockController: onFinishedWakingUp
02-01 11:38:57.935 1317 1434 D _V_VivoLcmDcManager: onFinishedWakingUp
02-01 11:38:57.937 1317 1434 W KeyguardServiceDelegate: onScreenTurningOn(): no
keyguard service!
02-01 11:38:57.938 1317 1434 D _V_FingerprintUnlockController:
onScreenTurningOn() screen_turned_on
02-01 11:38:57.938 1317 1434 D _V_FaceUnlockController: onScreenTurningOn
02-01 11:38:57.938 1317 1434 D _V_FingerprintUnlockController: onScreenTurnedOn()
screen_turning_on
02-01 11:38:57.939 1317 1434 D _V_FaceUnlockController: onScreenTurnedOn (service
disconnected)
02-01 11:38:57.955 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 1000, arg4: 0, name: android
02-01 11:38:57.980 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.985 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:57.987 1317 1936 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:38:57.988 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:57.993 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.005 1317 1936 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:83662c1 u0
ShellDropTarget} task=null
02-01 11:38:58.011 1317 2189 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:38:58.014 1317 2189 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:b70c143 u0
com.android.systemui.ImageWallpaper} task=null
02-01 11:38:58.019 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:58.031 1317 1435 V _V_WindowManager: hide:
Window{com.android.systemui:83662c1 u0 ShellDropTarget}
com.android.server.wm.DisplayPolicy.applyKeyguardPolicy:2324
com.android.server.wm.DisplayPolicy.applyPostLayoutPolicyLw:2086
com.android.server.wm.DisplayContent.lambda$new$7$DisplayContent:985
com.android.server.wm.DisplayContent$$ExternalSyntheticLambda24.accept:4
com.android.server.wm.WindowContainer$ForAllWindowsConsumerWrapper.apply:2560
02-01 11:38:58.033 1317 1435 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:58.034 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.048 1317 2187 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:58.055 1317 2187 I WindowManager: Relayout
Window{com.android.systemui:b70c143 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=736, requestedHeight=1308, attrs.width=900,
attrs.height=1600, compatFrame = Rect(0, 0 - 900, 1600), mAttrs.privateFlags =
12000004, mInvGlobalScale = 1.0
02-01 11:38:58.062 1317 1435 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 10049; state: ENABLED
02-01 11:38:58.064 1317 1943 W ActivityManager: Slow operation: 81ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:38:58.064 1317 1943 W ActivityManager: Slow operation: 81ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:38:58.068 1317 1943 W ActivityManager: Slow operation: 85ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:38:58.074 1317 1943 W ActivityManager: Slow operation: 90ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:38:58.081 1317 1943 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:b70c143 u0 com.android.systemui.ImageWallpaper}
mDrawState=DRAW_PENDING
02-01 11:38:58.083 1317 1943 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=null mSyncState=0
02-01 11:38:58.088 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.092 1317 1435 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:58.095 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:58.110 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.110 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:58.112 1317 2188 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:58.115 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:58.122 1317 2188 I WindowManager: Relayout
Window{com.android.systemui:b70c143 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=736, requestedHeight=1308, attrs.width=900,
attrs.height=1600, compatFrame = Rect(0, 0 - 900, 1600), mAttrs.privateFlags =
2000004, mInvGlobalScale = 1.0
02-01 11:38:58.124 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.128 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.131 1317 1435 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:58.135 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:58.149 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.159 1317 1943 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:58.159 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.170 1317 1943 I WindowManager: Relayout
Window{com.android.systemui:b70c143 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=736, requestedHeight=1308, attrs.width=900,
attrs.height=1600, compatFrame = Rect(0, 0 - 900, 1600), mAttrs.privateFlags =
2000004, mInvGlobalScale = 1.0
02-01 11:38:58.173 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.178 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.193 1317 1317 D AccessibilityManagerService: Ignoring non-
encryption-aware service
ComponentInfo{com.google.android.marvin.talkback/com.google.android.accessibility.a
ccessibilitymenu.AccessibilityMenuService}
02-01 11:38:58.197 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:38:58.200 1317 1317 W Looper : Slow dispatch took 363ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@b33dbbd m=0
02-01 11:38:58.200 1317 1943 W StorageManagerService: No primary storage defined
yet; hacking together a stub
02-01 11:38:58.201 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
02-01 11:38:58.204 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:58.204 1317 1317 D _V_VivoLcmEsd: proximity positive is :false
02-01 11:38:58.206 1317 1317 I SystemServerTiming:
ManagedServices.unbindOtherUserServices_current0
02-01 11:38:58.208 1317 1317 V ConditionProviders: enabling condition provider
for 0:
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.a
zr.impl.AzrConditionProviderService}
02-01 11:38:58.209 1317 1317 V ConditionProviders: Not registering
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.a
zr.impl.AzrConditionProviderService} is already bound
02-01 11:38:58.209 1317 1317 I SystemServerTiming:
ManagedServices.unbindOtherUserServices_current0
02-01 11:38:58.209 1317 1317 V NotificationListeners: enabling notification
listener for 0:
ComponentInfo{com.android.launcher3/com.android.launcher3.notification.Notification
Listener}
02-01 11:38:58.210 1317 1317 V NotificationListeners: binding: Intent
{ act=android.service.notification.NotificationListenerService
cmp=com.android.launcher3/.notification.NotificationListener (has extras) }
02-01 11:38:58.211 1317 1317 W ActivityManager: Unable to start service Intent
{ act=android.service.notification.NotificationListenerService
cmp=com.android.launcher3/.notification.NotificationListener } U=0: not found
02-01 11:38:58.212 1317 1432 W Looper : Slow dispatch took 366ms android.ui
h=com.android.server.policy.PhoneWindowManager$PolicyHandler
c=com.android.server.accessibility.AccessibilityWaterMark$3@fb01afe m=0
02-01 11:38:58.212 1317 1432 W Looper : Slow delivery took 370ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
02-01 11:38:58.213 1317 1317 W NotificationListeners: Unable to bind notification
listener service: Intent
{ act=android.service.notification.NotificationListenerService
cmp=com.android.launcher3/.notification.NotificationListener (has extras) } in user
0
02-01 11:38:58.213 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.214 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
02-01 11:38:58.216 1317 1432 I _V_FaceUIServiceDelegate: service connected
02-01 11:38:58.216 1317 1317 W NotificationListeners: Not binding notification
listener service
ComponentInfo{com.vivo.pushservice/com.vivo.push.util.NotificationMonitor}: service
not found
02-01 11:38:58.217 1317 1317 I SystemServerTiming:
ManagedServices.unbindOtherUserServices_current0
02-01 11:38:58.218 1317 1317 V NotificationAssistants: enabling notification
assistant for 0:
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
02-01 11:38:58.218 1317 1317 V NotificationAssistants: binding: Intent
{ act=android.service.notification.NotificationAssistantService
cmp=com.google.android.ext.services/android.ext.services.notification.Assistant
(has extras) }
02-01 11:38:58.219 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.220 1317 1521 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:navigation_mode value:0
pkg:com.android.systemui userId:0
02-01 11:38:58.224 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:38:58.229 1317 1432 W Looper : Drained
02-01 11:38:58.241 1317 1428 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:app_standby_enabled value:1
pkg:com.vivo.pem userId:0
02-01 11:38:58.243 1317 1521 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:adaptive_battery_management_enabled
value:1 pkg:com.vivo.pem userId:0
02-01 11:38:58.243 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:58.244 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.247 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.260 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.264 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.273 1317 2187 D _V_VivoKeyguardControllerImpl: setKeyguardShown
keyguardShowing = true, aodShowing = false, aodChanged = false, mKeyguardGoingAway
= false ,caller by com.android.server.wm.KeyguardController.setKeyguardShown:201
com.android.server.wm.ActivityTaskManagerService.setLockScreenShown:3303
android.app.IActivityTaskManager$Stub.onTransact:2257
com.android.server.wm.ActivityTaskManagerService.onTransact:5875
android.os.Binder.execTransactInternal:1179 android.os.Binder.execTransact:1143
<bottom of call stack> <bottom of call stack> <bottom of call stack> <bottom of
call stack>
02-01 11:38:58.273 1317 2187 D _V_ActivityTaskManager: keyguard showing before
screen turning off, take a snapshot
02-01 11:38:58.274 1317 1943 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:ringermode value:2
pkg:com.vivo.daemonService userId:0
02-01 11:38:58.277 1317 2187 W _V_VivoStack: Stack is:
02-01 11:38:58.277 1317 2187 W _V_VivoStack: java.lang.Exception: Debug addToken:
{"keyguard", display 0, acquire at 39296 (1 ms ago)}
02-01 11:38:58.277 1317 2187 W _V_VivoStack: at
com.android.server.wm.RootWindowContainer.createSleepToken(RootWindowContainer.java
:3113)
02-01 11:38:58.277 1317 2187 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService$SleepTokenAcquirerImpl.acquire(Act
ivityTaskManagerService.java:5279)
02-01 11:38:58.277 1317 2187 W _V_VivoStack: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:576)
02-01 11:38:58.277 1317 2187 W _V_VivoStack: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:569)
02-01 11:38:58.277 1317 2187 W _V_VivoStack: at
com.android.server.wm.KeyguardController.setKeyguardShown(KeyguardController.java:2
65)
02-01 11:38:58.277 1317 2187 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService.setLockScreenShown(ActivityTaskMan
agerService.java:3303)
02-01 11:38:58.277 1317 2187 W _V_VivoStack: at
android.app.IActivityTaskManager$Stub.onTransact(IActivityTaskManager.java:2257)
02-01 11:38:58.277 1317 2187 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService.onTransact(ActivityTaskManagerServ
ice.java:5875)
02-01 11:38:58.277 1317 2187 W _V_VivoStack: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:38:58.277 1317 2187 W _V_VivoStack: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:38:58.278 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.282 1317 2187 D ActivityTaskManager: Top Process State changed to
PROCESS_STATE_TOP_SLEEPING
02-01 11:38:58.283 1317 1943 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vibratemode value:1
pkg:com.vivo.daemonService userId:0
02-01 11:38:58.283 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.286 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.287 1317 2187 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0} ,caller by
com.android.server.wm.Task.goToSleepIfPossible:6714
com.android.server.wm.Task.lambda$goToSleepIfPossible$20:6700
com.android.server.wm.Task$$ExternalSyntheticLambda30.accept:6
com.android.server.wm.Task.forAllLeafTasks:4615
com.android.server.wm.Task.forAllLeafTasks:4603
com.android.server.wm.Task.goToSleepIfPossible:6699
com.android.server.wm.RootWindowContainer.lambda$putTasksToSleep$29$RootWindowConta
iner:3244 com.android.server.wm.RootWindowContainer$
$ExternalSyntheticLambda28.accept:10
com.android.server.wm.Task.forAllRootTasks:4627
com.android.server.wm.WindowContainer.forAllRootTasks:1863
com.android.server.wm.WindowContainer.forAllRootTasks:1863
com.android.server.wm.WindowContainer.forAllRootTasks:1863
02-01 11:38:58.294 1317 2187 E _V_VivoDisplayPolicyImpl:
shouldAddStatusBarForMultiWindow error, mPolicy == null or statusBar == null
02-01 11:38:58.296 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.299 1317 1690 I _V_Sensor_CurveManager: calcNewBrightness algo =
4553; finalAlgo = 4553; lcm = 824; br = 0.3847714; upLux = 291; downLux = 19
02-01 11:38:58.301 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.301 1317 1690 D _V_DisplayPowerControllerImpl:
updateVivoSensorState flag = 1
02-01 11:38:58.303 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:58.303 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:58.303 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:58.303 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:58.303 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:58.304 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 583.61487; finalLux = 74.324326; brightness = 0.3847714;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 291;
downLux = 19; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1146; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:58.304 1317 1486 I _V_Sensor_MultiModeBrightness:
getBrightnessApparently initial brightness = 0.3847714; finalBrightness =
0.3847714; cameraMode = false; driveMode = false
02-01 11:38:58.304 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:58.304 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.3847714; animateBrightness =
0.3847714; rate = 40; state = 2; slowChange = true
02-01 11:38:58.304 1317 1936 I _V_FaceUIStateMonitor: get memory FileDescriptor
02-01 11:38:58.304 1317 1486 I _V_Sensor_BrightnessInfo: setAnimateStatus status
= 1; target = 0.3847714; current = 0.41680047
02-01 11:38:58.305 1317 1521 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:ringermode value:2
pkg:com.vivo.daemonService userId:0
02-01 11:38:58.306 1317 1521 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vibratemode value:1
pkg:com.vivo.daemonService userId:0
02-01 11:38:58.309 1317 1521 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:ringermode value:2
pkg:com.vivo.daemonService userId:0
02-01 11:38:58.311 1317 1521 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:vibratemode value:1
pkg:com.vivo.daemonService userId:0
02-01 11:38:58.311 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.311 1317 1521 I _V_VivoFaceServiceImpl: sendCommand cmd: 1016
extra: 0
02-01 11:38:58.315 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.320 1317 2187 D _V_VivoWmsImpl:
clearWallpaperClientForcedVisibility, reason:wallpaper going to invisible
02-01 11:38:58.322 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.326 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.328 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.329 1317 2187 V _V_VivoWmsImpl: updateWallpaperClientVisibility
mForceWpInVisibleTokens size = 0
02-01 11:38:58.329 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1146;
current = 1135; currentFloat = 0.41561735; target = 824; animate = 1135; rate = 40;
gap = 62; step = 11; scale = 1.0
02-01 11:38:58.329 1317 2187 V _V_VivoDisplayContentImpl:
updateWallpaperClientVisibility true lastForceVis = true
02-01 11:38:58.330 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.41561735 pkg:android
userId:0
02-01 11:38:58.331 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41561735
02-01 11:38:58.332 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.41561735, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:58.332 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.41561735 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:58.334 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.335 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.2771673, brightness =
1135, useSurfaceControl status false
02-01 11:38:58.336 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1135
02-01 11:38:58.336 1317 1766 I _V_VivoLightsService: lcmFloat = 0.2771673;
setBrightness = 1135
02-01 11:38:58.336 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1135 pkg:android userId:0
02-01 11:38:58.337 1317 1451 W _V_ContentProviderHelper: Failed to find
provider:com.iqoo.secure.provider.secureprovider for user 0
02-01 11:38:58.338 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41561735
02-01 11:38:58.338 1317 1451 W ActivityThread: Failed to find provider info for
com.iqoo.secure.provider.secureprovider (user not unlocked)
02-01 11:38:58.340 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:58.340 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.341 1317 2187 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
02-01 11:38:58.341 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:58.346 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:58.346 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.352 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41561735
02-01 11:38:58.353 1317 1435 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.settings/com.android.settings.FallbackHome}
,resizeMode=0 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
02-01 11:38:58.354 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.359 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.361 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:38:58.362 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.367 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.369 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.371 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1135
02-01 11:38:58.373 1317 1428 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
02-01 11:38:58.376 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.380 1317 1434 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.FallbackHome took -1ms finished.
02-01 11:38:58.388 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.399 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.401 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.408 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1135;
current = 1124; currentFloat = 0.4144342; target = 824; animate = 1124; rate = 40;
gap = 62; step = 11; scale = 1.0
02-01 11:38:58.412 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.4144342 pkg:android
userId:0
02-01 11:38:58.413 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4144342
02-01 11:38:58.414 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4144342
02-01 11:38:58.415 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4144342, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:58.415 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4144342 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:58.416 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.2744811, brightness =
1124, useSurfaceControl status false
02-01 11:38:58.417 1317 2187 I WindowManager: Relayout Window{f5e94ae u0
com.android.settings/com.android.settings.FallbackHome}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
02-01 11:38:58.417 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1124
02-01 11:38:58.418 1317 1766 I _V_VivoLightsService: lcmFloat = 0.2744811;
setBrightness = 1124
02-01 11:38:58.419 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0}:
nowVisible=false animating=false finishing=false
02-01 11:38:58.419 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:58.419 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.423 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4144342
02-01 11:38:58.423 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1124 pkg:android userId:0
02-01 11:38:58.425 1317 1434 I DeviceIdleController: keyguardShowing=true
02-01 11:38:58.426 1317 2188 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.launcher3 uid 10133, isRmsPreload = false, keepQuiet =false
02-01 11:38:58.426 1317 2188 W _V_VivoAmsImpl: mCallingPidFilter=1811,
mCallingUidFilter=10049
02-01 11:38:58.428 1317 2188 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.launcher3
02-01 11:38:58.429 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10133; state: DISABLED
02-01 11:38:58.431 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10133; state: ENABLED
02-01 11:38:58.433 1317 1452 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.settings.fullscreenprovider for user 0
02-01 11:38:58.434 1317 1452 W ActivityThread: Failed to find provider info for
com.vivo.settings.fullscreenprovider (user not unlocked)
02-01 11:38:58.435 1317 1452 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.settings.fullscreenprovider for user 0
02-01 11:38:58.435 1317 1452 W ActivityThread: Failed to find provider info for
com.vivo.settings.fullscreenprovider (user not unlocked)
02-01 11:38:58.435 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1124
02-01 11:38:58.439 1317 1452 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.settings.fullscreenprovider for user 0
02-01 11:38:58.439 1317 1452 W ActivityThread: Failed to find provider info for
com.vivo.settings.fullscreenprovider (user not unlocked)
02-01 11:38:58.440 1317 1452 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.settings.fullscreenprovider for user 0
02-01 11:38:58.440 1317 1452 W ActivityThread: Failed to find provider info for
com.vivo.settings.fullscreenprovider (user not unlocked)
02-01 11:38:58.441 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.444 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.446 1317 1936 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:38:58.448 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.451 1317 1456 I ActivityManager: Start proc
2408:com.android.launcher3/u0a133 for service
{com.android.launcher3/com.android.quickstep.TouchInteractionService}
02-01 11:38:58.454 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.456 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.461 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.467 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.471 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.473 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.475 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.480 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1124;
current = 1113; currentFloat = 0.41325107; target = 824; animate = 1113; rate = 40;
gap = 62; step = 11; scale = 1.0
02-01 11:38:58.480 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.480 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.41325107 pkg:android
userId:0
02-01 11:38:58.481 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41325107
02-01 11:38:58.483 1317 1766 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.41325107; mInvisibleBright = 0.41325107; mActualLcm = 1112; mTargetLcm = 824;
mPemScale = 1.0; mApparentBrightness = 0.3847714
02-01 11:38:58.484 1317 1766 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.41325107; finalBrightness =
0.41316658; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
02-01 11:38:58.484 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.41316658, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:58.485 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.41316658 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:58.491 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41325107
02-01 11:38:58.492 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.493 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:38:58.493 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1001; state: DISABLED
02-01 11:38:58.494 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.2715507, brightness =
1112, useSurfaceControl status false
02-01 11:38:58.497 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1112
02-01 11:38:58.497 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.498 1317 1766 I _V_VivoLightsService: lcmFloat = 0.2715507;
setBrightness = 1112
02-01 11:38:58.498 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1112 pkg:android userId:0
02-01 11:38:58.500 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.504 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.506 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:58.509 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1112
02-01 11:38:58.509 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.512 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41325107
02-01 11:38:58.513 1317 1428 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:38:58.514 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.514 1317 1428 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:38:58.524 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.538 1317 1428 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:58.540 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:58.547 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.549 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.549 1317 1476 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.bindService:1937
com.vivo.framework.pem.VivoStats.connectPEM:505
com.vivo.framework.pem.VivoStats.access$100:29
com.vivo.framework.pem.VivoStats$NoteHandler.handleMessage:324
android.os.Handler.dispatchMessage:106
02-01 11:38:58.559 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:58.562 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1113;
current = 1102; currentFloat = 0.41215247; target = 824; animate = 1102; rate = 40;
gap = 63; step = 11; scale = 1.0
02-01 11:38:58.563 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.41215247 pkg:android
userId:0
02-01 11:38:58.563 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41215247
02-01 11:38:58.565 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.41215247, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:58.565 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.41215247 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:58.566 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41215247
02-01 11:38:58.567 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.26910868, brightness =
1102, useSurfaceControl status false
02-01 11:38:58.567 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1102
02-01 11:38:58.570 1317 1766 I _V_VivoLightsService: lcmFloat = 0.26910868;
setBrightness = 1102
02-01 11:38:58.571 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1102 pkg:android userId:0
02-01 11:38:58.572 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:58.573 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1102
02-01 11:38:58.573 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41215247
02-01 11:38:58.575 1317 1478 W BatteryExternalStatsWorker: error reading modem
stats:ERROR_PHONE_NOT_AVAILABLE
02-01 11:38:58.583 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10133; state: DISABLED
02-01 11:38:58.631 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1102;
current = 1091; currentFloat = 0.41096932; target = 824; animate = 1091; rate = 40;
gap = 63; step = 11; scale = 1.0
02-01 11:38:58.632 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.41096932 pkg:android
userId:0
02-01 11:38:58.633 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41096932
02-01 11:38:58.637 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41096932
02-01 11:38:58.637 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.41096932, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:58.637 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.41096932 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:58.639 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.26642248, brightness =
1091, useSurfaceControl status false
02-01 11:38:58.639 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1091
02-01 11:38:58.639 1317 1766 I _V_VivoLightsService: lcmFloat = 0.26642248;
setBrightness = 1091
02-01 11:38:58.641 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1091 pkg:android userId:0
02-01 11:38:58.642 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:58.643 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1091
02-01 11:38:58.644 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41096932
02-01 11:38:58.659 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 1, device: 2, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:58.661 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 1, device: 4, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:58.664 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 1, device: 8, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:58.668 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:58.670 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 1, device: 128, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:58.671 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 1, device: 256, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:58.678 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:58.700 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1091;
current = 1080; currentFloat = 0.4097862; target = 824; animate = 1080; rate = 40;
gap = 63; step = 11; scale = 1.0
02-01 11:38:58.702 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.4097862 pkg:android
userId:0
02-01 11:38:58.704 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4097862
02-01 11:38:58.705 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4097862, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:58.705 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4097862
02-01 11:38:58.705 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4097862 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:58.706 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.26349208, brightness =
1079, useSurfaceControl status false
02-01 11:38:58.706 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1079
02-01 11:38:58.706 1317 1766 I _V_VivoLightsService: lcmFloat = 0.26349208;
setBrightness = 1079
02-01 11:38:58.707 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1079 pkg:android userId:0
02-01 11:38:58.708 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:58.709 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1080
02-01 11:38:58.712 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4097862
02-01 11:38:58.712 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.742 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.749 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 182478738; UID 1001; state: ENABLED
02-01 11:38:58.768 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1080;
current = 1069; currentFloat = 0.40860307; target = 824; animate = 1069; rate = 40;
gap = 63; step = 11; scale = 1.0
02-01 11:38:58.769 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.40860307 pkg:android
userId:0
02-01 11:38:58.770 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40860307
02-01 11:38:58.771 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40860307
02-01 11:38:58.771 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.40860307, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:58.771 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.40860307 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:58.772 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.26105008, brightness =
1069, useSurfaceControl status false
02-01 11:38:58.772 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1069
02-01 11:38:58.772 1317 1766 I _V_VivoLightsService: lcmFloat = 0.26105008;
setBrightness = 1069
02-01 11:38:58.778 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1069 pkg:android userId:0
02-01 11:38:58.778 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:58.780 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40860307
02-01 11:38:58.780 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1069
02-01 11:38:58.793 1317 1462 D _V_VivoFirewall: fromAppfilter:true
02-01 11:38:58.799 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:38:58.806 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:telephonyCollectData for user 0
02-01 11:38:58.807 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.812 1317 1478 W BatteryExternalStatsWorker: error reading modem
stats:ERROR_PHONE_NOT_AVAILABLE
02-01 11:38:58.814 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.819 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.824 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:38:58.824 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.832 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.837 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1069;
current = 1058; currentFloat = 0.40741992; target = 824; animate = 1058; rate = 40;
gap = 64; step = 11; scale = 1.0
02-01 11:38:58.838 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.40741992 pkg:android
userId:0
02-01 11:38:58.839 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40741992
02-01 11:38:58.841 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40741992
02-01 11:38:58.841 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.40741992, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:58.841 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.40741992 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:58.842 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.25836387, brightness =
1058, useSurfaceControl status false
02-01 11:38:58.842 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1058
02-01 11:38:58.842 1317 1766 I _V_VivoLightsService: lcmFloat = 0.25836387;
setBrightness = 1058
02-01 11:38:58.843 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1058 pkg:android userId:0
02-01 11:38:58.844 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:58.845 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40741992
02-01 11:38:58.845 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1058
02-01 11:38:58.864 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.876 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.884 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 124107808; UID 1001; state: ENABLED
02-01 11:38:58.886 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.894 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:58.901 1317 1451 D _V_VivoBackgroundActivityController:
mReadCompentListRunnable!
02-01 11:38:58.901 1317 1451 D _V_VivoBackgroundActivityController: start
getListFromUCS BackgroundActivityBlack
02-01 11:38:58.914 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.smartmultiwindow for user 0
02-01 11:38:58.917 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1058;
current = 1047; currentFloat = 0.4062368; target = 824; animate = 1047; rate = 40;
gap = 64; step = 11; scale = 1.0
02-01 11:38:58.919 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.4062368 pkg:android
userId:0
02-01 11:38:58.921 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4062368
02-01 11:38:58.922 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4062368
02-01 11:38:58.923 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4062368, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:58.924 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4062368 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:58.925 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.25567767, brightness =
1047, useSurfaceControl status false
02-01 11:38:58.925 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1047
02-01 11:38:58.925 1317 1766 I _V_VivoLightsService: lcmFloat = 0.25567767;
setBrightness = 1047
02-01 11:38:58.927 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1047 pkg:android userId:0
02-01 11:38:58.927 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:58.929 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4062368
02-01 11:38:58.929 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1047
02-01 11:38:58.957 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:58.968 1317 1462 D _V_VivoWidgetAppControllx: start registerObserver
02-01 11:38:58.983 1317 1936 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:radio.data.stall.recovery.action value:0
pkg:com.android.phone userId:0
02-01 11:38:58.989 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:38:58.992 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1047;
current = 1036; currentFloat = 0.40505368; target = 824; animate = 1036; rate = 40;
gap = 65; step = 11; scale = 1.0
02-01 11:38:58.993 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.40505368 pkg:android
userId:0
02-01 11:38:58.994 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40505368
02-01 11:38:58.994 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40505368
02-01 11:38:58.995 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.40505368, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:58.995 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.40505368 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:58.997 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.25299147, brightness =
1036, useSurfaceControl status false
02-01 11:38:58.997 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1036
02-01 11:38:58.998 1317 1766 I _V_VivoLightsService: lcmFloat = 0.25299147;
setBrightness = 1036
02-01 11:38:58.999 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:58.999 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1036 pkg:android userId:0
02-01 11:38:59.000 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1036
02-01 11:38:59.001 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40505368
02-01 11:38:59.027 1317 1936 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.033 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.033 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.039 1317 1936 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.047 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.047 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.050 1317 2183 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.054 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.054 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.055 1317 1451 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:38:59.058 1317 1936 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.060 1317 2183 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:38:59.061 1317 1451 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:38:59.061 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1036;
current = 1025; currentFloat = 0.40403956; target = 824; animate = 1025; rate = 40;
gap = 66; step = 11; scale = 1.0
02-01 11:38:59.062 1317 2135 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:38:59.064 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.40403956 pkg:android
userId:0
02-01 11:38:59.065 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40403956
02-01 11:38:59.065 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 7, device: 2, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.065 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.066 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.067 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 7, device: 4, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.068 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.40403956, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:59.068 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.40403956 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:59.069 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.25030527, brightness =
1025, useSurfaceControl status false
02-01 11:38:59.069 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1025
02-01 11:38:59.069 1317 1766 I _V_VivoLightsService: lcmFloat = 0.25030527;
setBrightness = 1025
02-01 11:38:59.070 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1025 pkg:android userId:0
02-01 11:38:59.070 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40403956
02-01 11:38:59.071 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:59.071 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 7, device: 8, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.072 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1025
02-01 11:38:59.073 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40403956
02-01 11:38:59.076 1317 1451 D _V_VivoBackgroundActivityController:
parseAndAddContent start
02-01 11:38:59.077 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 7, device: 128, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.077 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.079 1317 1451 D _V_VivoBackgroundActivityController:
parseAndAddContent end, blacksize: 0, dstListSize: 30, activityTimeout: 5000
02-01 11:38:59.079 1317 1451 D _V_VivoBackgroundActivityController: add bg comp
list for overseas
02-01 11:38:59.080 1317 1451 D _V_VivoBackgroundActivityController: start
getListFromUCS BackgroundActivityWhite
02-01 11:38:59.081 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 7, device: 256, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.082 1317 1451 D _V_VivoBackgroundActivityController: NO DATA in
DB!
02-01 11:38:59.083 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.083 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.088 1317 2183 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.092 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.092 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.094 1317 1521 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.098 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.098 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:59.098 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.100 1317 1521 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.105 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.105 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.109 1317 1521 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.113 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.113 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.113 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.115 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.117 1317 1521 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.119 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.120 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.121 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.122 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.125 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.125 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.127 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.130 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.130 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.132 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.137 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.137 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.144 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.146 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1025;
current = 1014; currentFloat = 0.40294093; target = 824; animate = 1014; rate = 40;
gap = 68; step = 11; scale = 1.0
02-01 11:38:59.147 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.148 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.40294093 pkg:android
userId:0
02-01 11:38:59.149 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.149 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40294093
02-01 11:38:59.150 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40294093
02-01 11:38:59.150 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.40294093, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:59.150 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.40294093 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:59.151 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.24737485, brightness =
1013, useSurfaceControl status false
02-01 11:38:59.151 1317 1521 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.152 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1013
02-01 11:38:59.152 1317 1766 I _V_VivoLightsService: lcmFloat = 0.24737485;
setBrightness = 1013
02-01 11:38:59.152 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1013 pkg:android userId:0
02-01 11:38:59.153 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:59.154 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40294093
02-01 11:38:59.154 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1014
02-01 11:38:59.155 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.155 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.158 1317 1521 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.161 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.161 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.174 1317 1943 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:radio.data.stall.recovery.action value:0
pkg:com.android.phone userId:0
02-01 11:38:59.182 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 2, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.187 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 128, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.191 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 2048, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.193 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 4096, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.199 1317 1690 I _V_Sensor_CurveManager: calcNewBrightness algo =
4915; finalAlgo = 4915; lcm = 1132; br = 0.41536382; upLux = 627; downLux = 122
02-01 11:38:59.199 1317 1690 D _V_DisplayPowerControllerImpl:
updateVivoSensorState flag = 1
02-01 11:38:59.200 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.200 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.200 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.200 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.200 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.201 1317 1486 I _V_Sensor_MultiModeBrightness:
getBrightnessApparently initial brightness = 0.41536382; finalBrightness =
0.41536382; cameraMode = false; driveMode = false
02-01 11:38:59.201 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.201 1317 1486 D _V_Sensor_PocketModeBrightness:
handleScreenOnQuickSetBrightness = true, br = 0.41536382, lastbr = 0.40294093
02-01 11:38:59.201 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 262144, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.201 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 98.817566; finalLux = 377.53378; brightness = 0.41536382;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 627;
downLux = 122; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1014; mHBMState = false; mAnimatingStatus = 1;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:59.202 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41536382; animateBrightness =
0.41536382; rate = 0; state = 2; slowChange = true
02-01 11:38:59.202 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.41536382 pkg:android
userId:0
02-01 11:38:59.203 1317 1486 I _V_Sensor_BrightnessInfo: setAnimateStatus status
= 0; target = 0.41536382; current = 0.41536382
02-01 11:38:59.204 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.204 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.204 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.205 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.205 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.205 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.206 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.206 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 262145, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.206 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41536382; animateBrightness =
0.41536382; rate = 40; state = 2; slowChange = true
02-01 11:38:59.206 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41536382
02-01 11:38:59.207 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.207 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.41536382, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:59.207 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.208 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.41536382 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:59.208 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.208 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.208 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.208 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.2764347, brightness =
1132, useSurfaceControl status false
02-01 11:38:59.209 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1132
02-01 11:38:59.209 1317 1766 I _V_VivoLightsService: lcmFloat = 0.2764347;
setBrightness = 1132
02-01 11:38:59.210 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1132 pkg:android userId:0
02-01 11:38:59.210 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:59.210 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.211 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1132
02-01 11:38:59.211 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41536382; animateBrightness =
0.41536382; rate = 40; state = 2; slowChange = true
02-01 11:38:59.212 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41536382
02-01 11:38:59.215 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 2097152, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.215 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.216 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.220 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 9, device: 67108864, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.221 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.224 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.224 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.230 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.231 1317 1521 I StatusBarManagerService: registerStatusBar
bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@7d8fff8
02-01 11:38:59.233 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.233 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.235 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.239 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.239 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.240 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.243 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.243 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.246 1317 1521 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:pem_htp_thred value:43-52-58-1000-1000-1000
pkg:com.vivo.pem userId:0
02-01 11:38:59.248 1317 1521 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:pem_htp_thred value:43-62-65-1000-1000-1000
pkg:com.vivo.pem userId:0
02-01 11:38:59.250 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.252 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.253 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.255 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.259 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.259 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.265 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.269 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.270 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.275 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.278 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.279 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.281 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.284 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.284 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.286 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.289 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.290 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.292 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.294 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 2, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.297 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.298 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.300 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 128, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.301 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.305 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 2048, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.307 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.307 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.313 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 4096, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.314 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.319 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.319 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.324 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 262144, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.326 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 262145, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.328 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.332 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.332 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.333 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 2097152, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.339 1317 1317 V _V_VivoAudioServiceImpl: getDeltaVolumeForStream:
streamType 10, device: 67108864, vivoStreamState.getDeltaIndex(device) : 0
02-01 11:38:59.339 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.345 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.346 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.357 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
02-01 11:38:59.369 1317 1598 D _V_VivoNpmsImpl:
addDefaultDataSaveAllowlistUidsInner for package com.vivo.customtool, uid 10107,
policy 4
02-01 11:38:59.369 1317 1598 D _V_VivoNpmsImpl:
addDefaultDataSaveAllowlistUidsInner for package com.vivo.cota, uid 10092, policy 4
02-01 11:38:59.373 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.380 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:59.382 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:38:59.391 1317 1943 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.smartmultiwindow for user 0
02-01 11:38:59.392 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.399 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.411 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.423 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.435 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.452 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.455 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.463 1317 2189 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:powermonitor value:1 pkg:com.vivo.pem
userId:0
02-01 11:38:59.485 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: ENABLED
02-01 11:38:59.486 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: DISABLED
02-01 11:38:59.486 1317 1317 W Looper : Slow dispatch took 1249ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@efb089 m=0
02-01 11:38:59.487 1317 1672 D _V_BBKTouchScreenServiceService: REVICE MSG USER
CHANGE
02-01 11:38:59.488 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:38:59.490 1317 1672 I _V_BBKTouchScreenServiceService: e setting switch
string: 0
02-01 11:38:59.490 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 9 value: [0]
02-01 11:38:59.491 1317 1317 I _V_Sensor_NativeNotification:
notifyDisplayColorMode = 0
02-01 11:38:59.491 1317 1317 I _V_Sensor_NativeNotification: notifyDcState = 0
02-01 11:38:59.491 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 11 value: [0]
02-01 11:38:59.491 1317 1317 I _V_Sensor_NativeNotification: notifyNightMode = 0
02-01 11:38:59.491 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 12 value: [0]
02-01 11:38:59.491 1317 1640 I _V_VivoLocationUtils: --handleMessage 1001
02-01 11:38:59.491 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 10 value: [0]
02-01 11:38:59.491 1317 1317 I _V_Sensor_NativeNotification:
notifyEyeProtectSwitch = 0
02-01 11:38:59.491 1317 1317 I _V_Sensor_NativeNotification: notifyDcState = 0
02-01 11:38:59.491 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 11 value: [0]
02-01 11:38:59.491 1317 1317 I _V_Sensor_NativeNotification: Initial color =
0;dcState = 0;nightMode = 0;eyeProtect = 0
02-01 11:38:59.492 1317 1317 I _V_Sensor_NativeNotification: MOTION_DIRECT_PROX
enable = 0
02-01 11:38:59.492 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 13 value: [0]
02-01 11:38:59.492 1317 1317 I _V_Sensor_AutoInfoManager: action =
android.intent.action.USER_SWITCHED
02-01 11:38:59.493 1317 1317 I _V_Sensor_CurveSwitch: getParam curveName =
auto_default; br =
200,1501,3001,4525,4721,5180,5895,6849,8040,9232,10424,13404,15904,15905,16383,1638
3,; lux =
0,10,20,50,215,600,1200,2000,3000,4000,5000,7500,10000,10001,10001,10001,; slopeBr
=
130.1,200.0;150.0,1.0;50.8,1985.0;1.187878787878788,4465.606060606061;1.19220779220
77923,4464.675324675325;1.1916666666666667,4465.0;1.1925,4464.0;1.191,4467.0;1.192,
4464.0;1.192,4464.0;1.192,4464.0;1.0,5904.0;1.0,5904.0;0.0,15905.0;0.0,10001.0;;
ver = 1
02-01 11:38:59.493 1317 1672 I _V_BBKTouchScreenServiceService: displayId = 2
type = 2 state = 0
02-01 11:38:59.495 1317 1317 I _V_Sensor_UserModifyCurve: recordLuxBr : [0] = -1,
-1; [1] = -1, -1; [2] = -1, -1; [3] = -1, -1; [4] = -1, -1; [5] = -1, -1; [6] = -1,
-1; [7] = -1, -1; [8] = -1, -1; [9] = -1, -1;
02-01 11:38:59.495 1317 1317 I _V_Sensor_UserModifyCurve: luxSec = 0; 10; 20; 50;
215; 600; 1200; 2000; 3000; 4000; 5000; 7500; 10000; 10001; 10001; 10001;
02-01 11:38:59.495 1317 1317 I _V_Sensor_UserModifyCurve: brSec = 200; 1501;
3001; 4525; 4721; 5180; 5895; 6849; 8040; 9232; 10424; 13404; 15904; 15905; 16383;
16383;
02-01 11:38:59.495 1317 1317 I _V_Sensor_UserModifyCurve: slopeBr: [0] = 130.1,
200.0; [1] = 150.0, 1.0; [2] = 50.8, 1985.0; [3] = 1.187878787878788,
4465.606060606061; [4] = 1.1922077922077923, 4464.675324675325; [5] =
1.1916666666666667, 4465.0; [6] = 1.1925, 4464.0; [7] = 1.191, 4467.0; [8] = 1.192,
4464.0; [9] = 1.192, 4464.0; [10] = 1.192, 4464.0; [11] = 1.0, 5904.0; [12] = 1.0,
5904.0; [13] = 0.0, 15905.0; [14] = 0.0, 10001.0;
02-01 11:38:59.495 1317 1672 I _V_BBKTouchScreenServiceService: displayId = 2
type = 13 state = 0
02-01 11:38:59.495 1317 1317 D _V_DisplayPowerControllerImpl:
updateVivoSensorState flag = 2
02-01 11:38:59.496 1317 1317 I _V_Sensor_MultiModeBrightness: cameraModeChange
mode = 0; isCameraMode = false
02-01 11:38:59.496 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.496 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.496 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.496 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.496 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.496 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:cam_bright value:-1 pkg:android userId:0
02-01 11:38:59.496 1317 1486 I _V_Sensor_MultiModeBrightness:
getBrightnessApparently initial brightness = 0.41536382; finalBrightness =
0.41536382; cameraMode = false; driveMode = false
02-01 11:38:59.497 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.497 1317 1317 D _V_DisplayPowerControllerImpl:
updateVivoSensorState flag = 5
02-01 11:38:59.497 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41536382; animateBrightness =
0.41536382; rate = 40; state = 2; slowChange = true
02-01 11:38:59.497 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.497 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.497 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.497 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.497 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.498 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.498 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.41536382; animateBrightness =
0.41536382; rate = 40; state = 2; slowChange = true
02-01 11:38:59.500 1317 1672 I _V_BBKTouchScreenServiceService: displayId = 2
type = 14 state = 0
02-01 11:38:59.501 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 73144566; UID 1000; state: ENABLED
02-01 11:38:59.501 1317 1672 I _V_BBKTouchScreenServiceService: displayId = 0
type = 15 state = 0
02-01 11:38:59.501 1317 1690 I _V_Sensor_WindowBrightness: lux = 36.317566;
mExitWindowTs = -1; now = 40523; valid = true
02-01 11:38:59.502 1317 1672 I _V_BBKTouchScreenServiceService: displayId = 0
type = 23 state = 0
02-01 11:38:59.502 1317 1690 I _V_Sensor_CurveManager: calcNewBrightness algo =
3915; finalAlgo = 3915; lcm = 608; br = 0.33153045; upLux = 117; downLux = 12
02-01 11:38:59.502 1317 1690 D _V_DisplayPowerControllerImpl:
updateVivoSensorState flag = 1
02-01 11:38:59.502 1317 1672 I _V_BBKTouchScreenServiceService: displayId = 2
type = 19 state = 0
02-01 11:38:59.502 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 36.317566; finalLux = 38.006756; brightness = 0.33153045;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 117;
downLux = 12; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = true; curveName = auto_default; isUseVicoBrightness = false; foldState =
-1; realLcmBrightness = 1132; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:38:59.503 1317 1672 I _V_BBKTouchScreenServiceService: displayId = 2
type = 20 state = 0
02-01 11:38:59.503 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.503 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.503 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.503 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.503 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.504 1317 1486 I _V_Sensor_MultiModeBrightness:
getBrightnessApparently initial brightness = 0.33153045; finalBrightness =
0.33153045; cameraMode = false; driveMode = false
02-01 11:38:59.504 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 73144566; UID 1000; state: DISABLED
02-01 11:38:59.504 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.504 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.504 1317 1486 I _V_Sensor_BrightnessInfo: setAnimateStatus status
= 1; target = 0.33153045; current = 0.41536382
02-01 11:38:59.507 1317 1317 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.ACTION_POWER_DISCONNECTED
flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:38:59.509 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1132;
current = 1121; currentFloat = 0.4141807; target = 608; animate = 1121; rate = 40;
gap = 61; step = 11; scale = 1.0
02-01 11:38:59.509 1317 1428 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
02-01 11:38:59.510 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.4141807 pkg:android
userId:0
02-01 11:38:59.511 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4141807
02-01 11:38:59.512 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4141807
02-01 11:38:59.513 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4141807, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:59.513 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4141807 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:59.514 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.2737485, brightness =
1121, useSurfaceControl status false
02-01 11:38:59.514 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1121
02-01 11:38:59.514 1317 1766 I _V_VivoLightsService: lcmFloat = 0.2737485;
setBrightness = 1121
02-01 11:38:59.514 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1121 pkg:android userId:0
02-01 11:38:59.515 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:59.516 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4141807
02-01 11:38:59.516 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1121
02-01 11:38:59.524 1317 1317 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.524 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.524 1317 1317 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.529 1317 1428 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.529 1317 1428 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.531 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:38:59.533 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.534 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:38:59.534 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:38:59.534 1317 2188 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.534 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:38:59.536 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:38:59.536 1317 1317 D _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED chargeState = 0
02-01 11:38:59.536 1317 1317 E _V_Sensor_NativeNotification: mTimePeriod is null
02-01 11:38:59.536 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
1; pos = 5 value: [0]
02-01 11:38:59.537 1317 2188 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.537 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:38:59.538 1317 1317 D DeviceIdleController:
becomeInactiveIfAppropriateLocked(): isScreenBlockingInactive=false
(mScreenOn=true, WAIT_FOR_UNLOCK=true, mScreenLocked=true) mCharging=false
mForceIdle=false
02-01 11:38:59.538 1317 1317 D DeviceIdleController: Moved from STATE_ACTIVE to
STATE_INACTIVE
02-01 11:38:59.538 1317 1317 D DeviceIdleController:
maybeStopMonitoringMotionLocked()
02-01 11:38:59.538 1317 1317 D DeviceIdleController: scheduleAlarmLocked(1800000,
false)
02-01 11:38:59.539 1317 1317 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.540 1317 1317 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.540 1317 1317 D DeviceIdleController: Moved from
LIGHT_STATE_ACTIVE to LIGHT_STATE_INACTIVE
02-01 11:38:59.540 1317 1317 D DeviceIdleController:
scheduleLightAlarmLocked(60000/60000)
02-01 11:38:59.542 1317 1317 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.543 1317 1317 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.543 1317 2188 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:pempsmstate value:0 pkg:com.vivo.pem
userId:0
02-01 11:38:59.544 1317 1428 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:pemMonsterState value:0 pkg:com.vivo.pem
userId:0
02-01 11:38:59.545 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:38:59.545 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:38:59.545 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:38:59.546 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:38:59.546 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:38:59.546 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:38:59.546 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:38:59.547 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:38:59.547 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:38:59.547 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:38:59.549 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/zen_mode_config_etag
02-01 11:38:59.550 1317 1317 D ConditionProviders.SCP: onSubscribe
condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true
02-01 11:38:59.551 1317 1317 D ConditionProviders.SCP: setRegistered true
02-01 11:38:59.560 1317 1632 W _V_ContentProviderHelper: Failed to find
provider:com.android.calendar for user 0
02-01 11:38:59.560 1317 1317 D ConditionProviders.SCP: evaluateSubscriptionLocked
cal=ScheduleCalendar[mDays={1, 2, 3, 4, 5, 6, 7}, mSchedule=ScheduleInfo{days=[1,
2, 3, 4, 5, 6, 7], startHour=22, startMinute=0, endHour=7, endMinute=0,
exitAtAlarm=true, nextAlarm=Thu Jan 01 08:00:00 GMT+08:00 1970 (0)}], now=Sat Feb
01 11:38:59 GMT+08:00 2025 (1738381139550), nextUserAlarmTime=Thu Jan 01 08:00:00
GMT+08:00 1970 (0)
02-01 11:38:59.560 1317 1632 W ActivityThread: Failed to find provider info for
com.android.calendar (user not unlocked)
02-01 11:38:59.561 1317 1317 D ConditionProviders.SCP: notifyCondition
condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true
STATE_FALSE reason=!meetsSchedule
02-01 11:38:59.561 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SECURE name:snoozed_schedule_condition_provider value: pkg:android
userId:0
02-01 11:38:59.561 1317 1632 W _V_ContentProviderHelper: Failed to find
provider:com.android.calendar for user 0
02-01 11:38:59.562 1317 1632 W ActivityThread: Failed to find provider info for
com.android.calendar (user not unlocked)
02-01 11:38:59.563 1317 1428 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.563 1317 1428 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.565 1317 1317 D ConditionProviders.SCP: Scheduling evaluate for
Sat Feb 01 22:00:00 GMT+08:00 2025 (1738418400000), in +10h21m0s450ms, now=Sat Feb
01 11:38:59 GMT+08:00 2025 (1738381139550)
02-01 11:38:59.567 1317 1632 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.567 1317 1632 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.569 1317 1317 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.569 1317 1317 W _V_AlarmAlign: Do not set to kernel
02-01 11:38:59.570 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:38:59.570 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:38:59.570 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:38:59.570 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:38:59.571 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/battery_estimates_last_update_time
02-01 11:38:59.572 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:38:59.574 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:38:59.574 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:38:59.575 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:38:59.575 1317 2184 W _V_ContentProviderHelper: Failed to find
provider:telephonyCollectData for user 0
02-01 11:38:59.575 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:38:59.576 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:38:59.576 1317 1317 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
02-01 11:38:59.577 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1121;
current = 1110; currentFloat = 0.41299754; target = 608; animate = 1110; rate = 40;
gap = 61; step = 11; scale = 1.0
02-01 11:38:59.577 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.41299754 pkg:android
userId:0
02-01 11:38:59.578 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:38:59.578 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.578 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41299754
02-01 11:38:59.579 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41299754
02-01 11:38:59.579 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.41299754, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:59.579 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.41299754 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:59.580 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:38:59.580 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:38:59.581 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.27106228, brightness =
1110, useSurfaceControl status false
02-01 11:38:59.582 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:38:59.582 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1110
02-01 11:38:59.582 1317 1766 I _V_VivoLightsService: lcmFloat = 0.27106228;
setBrightness = 1110
02-01 11:38:59.582 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1110 pkg:android userId:0
02-01 11:38:59.583 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:59.583 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:38:59.584 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.584 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1110
02-01 11:38:59.586 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41299754
02-01 11:38:59.586 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.588 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.591 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.613 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.615 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.631 1317 2184 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:radio.data.stall.recovery.action value:0
pkg:com.android.phone userId:0
02-01 11:38:59.640 1317 1428 I _V_VivoDisplayPolicyImpl: setVivoNavBar true
com.android.server.wm.DisplayPolicy.addWindowLw:1303
com.android.server.wm.WindowManagerService.addWindow:2116
com.android.server.wm.Session.addToDisplayAsUser:242
02-01 11:38:59.641 1317 1428 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:783e20c u0
NavigationBar0} task=null
02-01 11:38:59.645 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1110;
current = 1099; currentFloat = 0.41181442; target = 608; animate = 1099; rate = 40;
gap = 61; step = 11; scale = 1.0
02-01 11:38:59.646 1317 1663 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.bindService:1937
com.android.server.display.color.brightness.apptype.ConnectPemService.connectPem:84
com.android.server.display.color.brightness.apptype.ConnectPemService.access$300:19
com.android.server.display.color.brightness.apptype.ConnectPemService$ConnectPemHan
dler.handleMessage:53 android.os.Handler.dispatchMessage:106
02-01 11:38:59.646 1317 1691 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.bindService:1937
com.vivo.sensor.brightness.info.apptype.ConnectPemService.connectPem:84
com.vivo.sensor.brightness.info.apptype.ConnectPemService.access$300:19
com.vivo.sensor.brightness.info.apptype.ConnectPemService$ConnectPemHandler.handleM
essage:53 android.os.Handler.dispatchMessage:106
02-01 11:38:59.647 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.41181442 pkg:android
userId:0
02-01 11:38:59.651 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41181442
02-01 11:38:59.651 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41181442
02-01 11:38:59.652 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.41181442, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:59.652 1317 1663 D _V_ConnectPemService: connect pem, result = true
02-01 11:38:59.652 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.41181442 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:59.653 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.26813188, brightness =
1098, useSurfaceControl status false
02-01 11:38:59.653 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1098
02-01 11:38:59.653 1317 1766 I _V_VivoLightsService: lcmFloat = 0.26813188;
setBrightness = 1098
02-01 11:38:59.654 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1098 pkg:android userId:0
02-01 11:38:59.655 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:59.657 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.41181442
02-01 11:38:59.657 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1099
02-01 11:38:59.657 1317 1691 D _V_Sensor_ConnectPemService: connect pem, result =
true
02-01 11:38:59.658 1317 2188 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.662 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.662 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.663 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.668 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.671 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.671 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.672 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.673 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.676 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.676 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.677 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.679 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.682 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.682 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.682 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.684 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.686 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.686 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.686 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.689 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.693 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.693 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.693 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.695 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.698 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.698 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.698 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.700 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.703 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.704 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.704 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.704 1317 1317 W BluetoothManagerService:
bindBluetoothProfileService:Trying to bind to profile: 1, while Bluetooth is
disabled
02-01 11:38:59.705 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.708 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.709 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.709 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.710 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.713 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.714 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.714 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.715 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1099;
current = 1088; currentFloat = 0.4106313; target = 608; animate = 1088; rate = 40;
gap = 61; step = 11; scale = 1.0
02-01 11:38:59.716 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.718 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.4106313 pkg:android
userId:0
02-01 11:38:59.719 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4106313
02-01 11:38:59.719 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.719 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.720 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.720 1317 1317 I Telecom : mq: Registering broadcast receiver:
android.content.IntentFilter@94d3991
02-01 11:38:59.720 1317 1317 I Telecom : mq: Registering broadcast receiver:
android.content.IntentFilter@491e0f6
02-01 11:38:59.721 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4106313
02-01 11:38:59.721 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4106313, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:59.721 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4106313 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:59.722 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.26568988, brightness =
1088, useSurfaceControl status false
02-01 11:38:59.722 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1088
02-01 11:38:59.723 1317 1766 I _V_VivoLightsService: lcmFloat = 0.26568988;
setBrightness = 1088
02-01 11:38:59.723 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1088 pkg:android userId:0
02-01 11:38:59.724 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.725 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:59.726 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4106313
02-01 11:38:59.726 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1088
02-01 11:38:59.728 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.728 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.729 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.730 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.734 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.734 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.734 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.740 1317 1428 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10081, isRmsPreload = false, keepQuiet =false
02-01 11:38:59.746 1317 2184 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.750 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.750 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.751 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.751 1317 2184 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:38:59.753 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.754 1317 2184 D _V_FingerprintUnlockController:
onKeyguardOccluded(false)
02-01 11:38:59.754 1317 2184 D _V_FaceUnlockController: onKeyguardOccluded false
02-01 11:38:59.755 1317 2184 D _V_BBKTouchScreenServiceService: touch service get
state : isOccluded:vts:0
02-01 11:38:59.756 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.756 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.756 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.756 1317 2184 D _V_BBKTouchScreenServiceService: touch phone
state: 0
02-01 11:38:59.757 1317 2184 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:45457c4 u0
NotificationShade} task=null
02-01 11:38:59.758 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.762 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.762 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.762 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.762 1317 2524 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:38:59.769 1317 1428 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:38:59.772 1317 1428 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:403d38c u0
StatusBar} task=null
02-01 11:38:59.776 1317 2135 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:radio.data.stall.recovery.action value:0
pkg:com.android.phone userId:0
02-01 11:38:59.783 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1088;
current = 1077; currentFloat = 0.40944815; target = 608; animate = 1077; rate = 40;
gap = 61; step = 11; scale = 1.0
02-01 11:38:59.784 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.40944815 pkg:android
userId:0
02-01 11:38:59.786 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40944815
02-01 11:38:59.786 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40944815
02-01 11:38:59.787 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.40944815, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:59.788 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.40944815 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:59.789 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.26300368, brightness =
1077, useSurfaceControl status false
02-01 11:38:59.789 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1077
02-01 11:38:59.789 1317 1766 I _V_VivoLightsService: lcmFloat = 0.26300368;
setBrightness = 1077
02-01 11:38:59.790 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1077 pkg:android userId:0
02-01 11:38:59.790 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:59.791 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40944815
02-01 11:38:59.791 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1077
02-01 11:38:59.798 1317 2135 I _V_ANRManager: Create new log list for pid: 1811
02-01 11:38:59.800 1317 2135 I _V_ANRManager: Add log successfully, pid = 1811
02-01 11:38:59.801 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 36.317566; kalmanLux = 36.317566; speculatedLux = 36.317566;
finalLux = 36.317566
02-01 11:38:59.805 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.808 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.808 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.808 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.811 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.814 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.814 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.814 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.816 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.819 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.819 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.819 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.823 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.826 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.827 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.827 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.829 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.831 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.831 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.831 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.834 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.836 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.836 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.837 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.841 1317 2135 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.842 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.842 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.842 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.843 1317 2135 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.846 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.847 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.847 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.850 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.851 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:announces_type value:2
pkg:com.android.server.telecom userId:0
02-01 11:38:59.851 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:specific_scene_features value:4
pkg:com.android.server.telecom userId:0
02-01 11:38:59.851 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.851 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1077;
current = 1066; currentFloat = 0.40826502; target = 608; animate = 1066; rate = 40;
gap = 61; step = 11; scale = 1.0
02-01 11:38:59.852 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.852 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.852 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.40826502 pkg:android
userId:0
02-01 11:38:59.854 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40826502
02-01 11:38:59.854 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40826502
02-01 11:38:59.854 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.40826502, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:59.855 1317 2135 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.855 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.40826502 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:59.855 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.26031747, brightness =
1066, useSurfaceControl status false
02-01 11:38:59.855 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1066
02-01 11:38:59.856 1317 1766 I _V_VivoLightsService: lcmFloat = 0.26031747;
setBrightness = 1066
02-01 11:38:59.857 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:59.857 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40826502
02-01 11:38:59.857 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1066 pkg:android userId:0
02-01 11:38:59.858 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1066
02-01 11:38:59.859 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.859 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.860 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.861 1317 1317 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.startService:1840
android.content.ContextWrapper.startService:776
com.android.server.telecom.or.<init>:404
com.android.server.telecom.TelecomSystem.<init>:359
com.android.server.telecom.components.TelecomService.a:255
02-01 11:38:59.861 1317 2135 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.863 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:38:59.867 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.867 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.868 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.869 1317 2135 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.873 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.873 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.874 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.875 1317 2188 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.878 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.879 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.880 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.881 1317 2135 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.884 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.884 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.885 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.887 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.890 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.890 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.890 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.893 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:38:59.895 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.895 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.896 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:38:59.916 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.920 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1066;
current = 1055; currentFloat = 0.4070819; target = 608; animate = 1055; rate = 40;
gap = 61; step = 11; scale = 1.0
02-01 11:38:59.921 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.4070819 pkg:android
userId:0
02-01 11:38:59.922 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4070819
02-01 11:38:59.923 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4070819
02-01 11:38:59.923 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4070819, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:59.923 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4070819 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:59.924 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.25763127, brightness =
1055, useSurfaceControl status false
02-01 11:38:59.925 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1055
02-01 11:38:59.926 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1055 pkg:android userId:0
02-01 11:38:59.926 1317 1766 I _V_VivoLightsService: lcmFloat = 0.25763127;
setBrightness = 1055
02-01 11:38:59.928 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_CONFIG name:location/ignore_settings_allowlist
value:com.google.android.gms;com.google.android.gms.thunderbird,com.google.android.
dialer;*,com.mediatek.ims pkg:android userId:0
02-01 11:38:59.928 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:38:59.929 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4070819
02-01 11:38:59.929 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1055
02-01 11:38:59.931 1317 1317 W Looper : Slow dispatch took 347ms main
h=android.app.ActivityThread$H
c=android.app.LoadedApk$ServiceDispatcher$RunConnection@87c5091 m=0
02-01 11:38:59.933 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.934 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.939 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:38:59.940 1317 1317 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
02-01 11:38:59.941 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:38:59.942 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:38:59.943 1317 1317 I ConnectivityModuleConnector: Networking module
service connected
02-01 11:38:59.947 1317 1317 I ConnectivityModuleConnector: Networking module
service connected
02-01 11:38:59.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:38:59.949 1317 1317 I AutofillManagerService: Updating for user 0:
disabled=false
02-01 11:38:59.949 1317 1317 E AutofillManagerServiceImpl: Bad service name:
com.google.android.gms/.autofill.service.AutofillService
02-01 11:38:59.953 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.954 1317 1317 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
02-01 11:38:59.954 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 116, control mode automatic, policy level 0, lux 20).
02-01 11:38:59.954 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:38:59.954 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.954 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.955 1317 1317 V NotificationAssistants: 0 notification assistant
service connected:
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
02-01 11:38:59.955 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.955 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.955 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.956 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.956 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.956 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.957 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.957 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.957 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.958 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.958 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.958 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.958 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.958 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.958 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.959 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.959 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.960 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.960 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.960 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.960 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.960 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.961 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.961 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.962 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.963 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.963 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.963 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.963 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.963 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.963 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.963 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.963 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.964 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.964 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.964 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.964 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.964 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.964 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.964 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.964 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.965 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.966 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.966 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.966 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.966 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.966 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.966 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.966 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.966 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.967 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.967 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.967 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.967 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.967 1317 1462 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.launcher2.settings for user 0
02-01 11:38:59.967 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.967 1317 1462 W ActivityThread: Failed to find provider info for
com.bbk.launcher2.settings (user not unlocked)
02-01 11:38:59.968 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.968 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.968 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.968 1317 1462 D _V_VivoWidgetAppControllx: cursor null
02-01 11:38:59.968 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.968 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.969 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.969 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.969 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.969 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.969 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.969 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.969 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.970 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.970 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.970 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.970 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.970 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.970 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.970 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.970 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.970 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.971 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.971 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.971 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.971 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.971 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.972 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.972 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.972 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.972 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.972 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.972 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.972 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.973 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.973 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.973 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.973 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.973 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.973 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.973 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.973 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.974 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.974 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.974 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.974 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.974 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.974 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.974 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.975 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.975 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.975 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.975 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.975 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.975 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.976 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.976 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.976 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.976 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.976 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.977 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/pem_htp_thred
02-01 11:38:59.977 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/pem_htp_thred
02-01 11:38:59.977 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/cam_bright
02-01 11:38:59.980 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.981 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.981 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.981 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.982 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.982 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.982 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.983 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/secure/snoozed_schedule_condition_provider
02-01 11:38:59.983 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.983 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.984 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.17163861 pkg:android
userId:0
02-01 11:38:59.986 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.986 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.986 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.986 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.986 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.986 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.986 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.987 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.987 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.987 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:38:59.988 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.988 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.988 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.988 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.988 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:38:59.989 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:38:59.989 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:38:59.991 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 66544, arg2: 1, arg3: 1000, arg4: 0, name: com.vivo.pem
02-01 11:38:59.991 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1055;
current = 1044; currentFloat = 0.40589875; target = 608; animate = 1044; rate = 40;
gap = 61; step = 11; scale = 1.0
02-01 11:38:59.992 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.40589875 pkg:android
userId:0
02-01 11:38:59.992 1317 1689 I _V_Sensor_NativeNotification: DIRCET_DISABLE, so
disable prox
02-01 11:38:59.993 1317 1317 D _V_ConnectPemService: onServiceConnected!
02-01 11:38:59.993 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.994 1317 1317 D _V_Sensor_ConnectPemService: onServiceConnected!
02-01 11:38:59.995 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40589875
02-01 11:38:59.996 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40589875
02-01 11:38:59.996 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.40589875, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:38:59.996 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.997 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 114, control mode automatic, policy level 0, lux 20).
02-01 11:38:59.997 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:38:59.997 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.997 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.40589875 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:38:59.998 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:38:59.998 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:38:59.998 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:38:59.998 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:38:59.998 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.25494507, brightness =
1044, useSurfaceControl status false
02-01 11:38:59.999 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:38:59.999 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:38:59.999 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.000 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.000 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1044
02-01 11:39:00.000 1317 1766 I _V_VivoLightsService: lcmFloat = 0.25494507;
setBrightness = 1044
02-01 11:39:00.000 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.001 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.002 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.002 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.002 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.002 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.002 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.002 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.003 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.003 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40589875
02-01 11:39:00.003 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1044
02-01 11:39:00.006 1317 1556 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.009 1317 1317 I _V_UserManagerService: writeUserLP:0
02-01 11:39:00.011 1317 1317 I _V_UserManagerService: verify OK
02-01 11:39:00.016 1317 1317 I _V_UserManagerService: update backup
02-01 11:39:00.019 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.020 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.020 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.020 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.021 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.021 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.022 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.022 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.023 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.028 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.029 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.029 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.030 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.030 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.030 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.030 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.030 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.031 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.033 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/location/ignore_settings_allowlist
02-01 11:39:00.034 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:00.034 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:39:00.034 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:39:00.036 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:39:00.040 1317 1943 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:39:00.040 1317 1943 D PackageWatchdog: Received supported packages []
02-01 11:39:00.040 1317 1943 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:39:00.042 1317 1943 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:39:00.043 1317 1943 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:39:00.056 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:106 pkg:android userId:0
02-01 11:39:00.057 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:00.061 1317 1943 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:39:00.062 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1044;
current = 1033; currentFloat = 0.40480015; target = 608; animate = 1033; rate = 40;
gap = 62; step = 11; scale = 1.0
02-01 11:39:00.063 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.064 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.40480015 pkg:android
userId:0
02-01 11:39:00.065 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:00.066 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.067 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.067 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 113, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.067 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40480015
02-01 11:39:00.067 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.068 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.40480015, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.069 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.40480015 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.070 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.25225887, brightness =
1033, useSurfaceControl status false
02-01 11:39:00.070 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1033
02-01 11:39:00.070 1317 1766 I _V_VivoLightsService: lcmFloat = 0.25225887;
setBrightness = 1033
02-01 11:39:00.071 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.073 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.073 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.073 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.073 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:00.074 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.074 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.074 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.075 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:00.075 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.075 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40480015
02-01 11:39:00.076 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.076 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.077 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.077 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.077 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.077 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:00.078 1317 1317 W Looper : Drained
02-01 11:39:00.079 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1033
02-01 11:39:00.080 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.080 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.080 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.1903997 pkg:android
userId:0
02-01 11:39:00.081 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.081 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.081 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.083 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40480015
02-01 11:39:00.085 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.085 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.085 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.085 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.085 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.085 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.086 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.086 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.115 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.117 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.129 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.144 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1033;
current = 1022; currentFloat = 0.4037015; target = 608; animate = 1022; rate = 40;
gap = 62; step = 11; scale = 1.0
02-01 11:39:00.146 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.4037015 pkg:android
userId:0
02-01 11:39:00.148 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4037015
02-01 11:39:00.149 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.149 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 112, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.149 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.150 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4037015, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.150 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.19259697 pkg:android
userId:0
02-01 11:39:00.150 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4037015 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.150 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4037015
02-01 11:39:00.151 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.151 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.24932845, brightness =
1021, useSurfaceControl status false
02-01 11:39:00.151 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.151 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.151 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1021
02-01 11:39:00.151 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.151 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.154 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.154 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.154 1317 1766 I _V_VivoLightsService: lcmFloat = 0.24932845;
setBrightness = 1021
02-01 11:39:00.154 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:103 pkg:android userId:0
02-01 11:39:00.155 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:00.155 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.156 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.157 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.157 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:00.157 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.157 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.158 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.158 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.158 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.159 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1022
02-01 11:39:00.159 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.160 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.160 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.160 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.161 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.161 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.161 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.161 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.161 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.161 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4037015
02-01 11:39:00.162 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:00.167 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1044 pkg:android userId:0
02-01 11:39:00.168 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.169 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1033 pkg:android userId:0
02-01 11:39:00.170 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1021 pkg:android userId:0
02-01 11:39:00.170 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.171 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.209 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:00.213 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1022;
current = 1011; currentFloat = 0.4026874; target = 608; animate = 1011; rate = 40;
gap = 63; step = 11; scale = 1.0
02-01 11:39:00.213 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.4026874 pkg:android
userId:0
02-01 11:39:00.214 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:00.214 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4026874
02-01 11:39:00.215 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4026874
02-01 11:39:00.215 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.4026874, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.215 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.4026874 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.216 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:00.216 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.24664225, brightness =
1010, useSurfaceControl status false
02-01 11:39:00.216 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1010
02-01 11:39:00.216 1317 1766 I _V_VivoLightsService: lcmFloat = 0.24664225;
setBrightness = 1010
02-01 11:39:00.217 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1010 pkg:android userId:0
02-01 11:39:00.218 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.219 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1011
02-01 11:39:00.219 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.4026874
02-01 11:39:00.220 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.220 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.220 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 111, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.220 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.220 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.221 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.221 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.221 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.221 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.221 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.223 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:00.225 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.227 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.1946252 pkg:android
userId:0
02-01 11:39:00.229 1317 2184 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
02-01 11:39:00.230 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 111, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.230 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.233 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.236 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.236 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.237 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.237 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.237 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.237 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.237 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.237 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.238 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.238 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.238 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.238 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.238 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.239 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.239 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.259 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:00.281 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1011;
current = 1000; currentFloat = 0.40158877; target = 608; animate = 1000; rate = 40;
gap = 64; step = 11; scale = 1.0
02-01 11:39:00.282 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.40158877 pkg:android
userId:0
02-01 11:39:00.283 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40158877
02-01 11:39:00.283 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.284 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.40158877, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.284 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 109, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.284 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40158877
02-01 11:39:00.284 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.285 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.40158877 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.285 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.24420024, brightness =
1000, useSurfaceControl status false
02-01 11:39:00.285 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=1000
02-01 11:39:00.286 1317 1766 I _V_VivoLightsService: lcmFloat = 0.24420024;
setBrightness = 1000
02-01 11:39:00.286 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.19682246 pkg:android
userId:0
02-01 11:39:00.287 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.288 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:1000 pkg:android userId:0
02-01 11:39:00.289 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40158877
02-01 11:39:00.293 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 1000
02-01 11:39:00.293 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.293 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.293 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.294 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.294 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:102 pkg:android userId:0
02-01 11:39:00.294 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.295 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:00.296 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.296 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.296 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.298 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.299 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.300 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.300 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.300 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.300 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.300 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.300 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.301 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.301 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.301 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.301 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.302 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.302 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.302 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.302 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.310 1317 1594 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 26, .batteryVoltage = 3760, .batteryTemperature =
335, .batteryCurrent = -661, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 5000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:39:00.311 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:00.311 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:00.317 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:39:00.318 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:39:00.318 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:39:00.318 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:39:00.319 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:39:00.335 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.337 1317 2184 W _V_ContentProviderHelper: Failed to find
provider:com.android.contacts for user 0
02-01 11:39:00.350 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 1000;
current = 989; currentFloat = 0.40049016; target = 608; animate = 989; rate = 40;
gap = 67; step = 11; scale = 1.0
02-01 11:39:00.351 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.40049016 pkg:android
userId:0
02-01 11:39:00.351 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:00.352 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40049016
02-01 11:39:00.352 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40049016
02-01 11:39:00.352 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.352 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.40049016, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.353 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.40049016 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.353 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.353 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.353 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.353 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:00.353 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.353 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.353 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.24151404, brightness =
989, useSurfaceControl status false
02-01 11:39:00.353 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.353 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.353 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=989
02-01 11:39:00.354 1317 1766 I _V_VivoLightsService: lcmFloat = 0.24151404;
setBrightness = 989
02-01 11:39:00.354 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.19901967 pkg:android
userId:0
02-01 11:39:00.354 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:989 pkg:android userId:0
02-01 11:39:00.355 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.356 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.40049016
02-01 11:39:00.359 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 989
02-01 11:39:00.359 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.360 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.360 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.361 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.361 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.361 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.361 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.361 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.362 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.362 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.362 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.362 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.362 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.363 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.363 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.363 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.363 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.399 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 86.99324; finalLux = 52.364864; brightness = 0.33153045;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 117;
downLux = 12; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = false; curveName = auto_default; isUseVicoBrightness = false; foldState
= -1; realLcmBrightness = 989; mHBMState = false; mAnimatingStatus = 1;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:39:00.406 1317 2184 W BluetoothManagerService:
bindBluetoothProfileService:Trying to bind to profile: 1, while Bluetooth is
disabled
02-01 11:39:00.436 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 989; current
= 978; currentFloat = 0.39947605; target = 608; animate = 978; rate = 40; gap = 20;
step = 11; scale = 1.0
02-01 11:39:00.437 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.39947605 pkg:android
userId:0
02-01 11:39:00.437 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39947605
02-01 11:39:00.437 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39947605
02-01 11:39:00.438 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.39947605, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.438 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.39947605 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.438 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.438 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 107, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.438 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.438 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.439 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.439 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.23882784, brightness =
978, useSurfaceControl status false
02-01 11:39:00.439 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.2010479 pkg:android
userId:0
02-01 11:39:00.439 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.439 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=978
02-01 11:39:00.440 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.440 1317 1766 I _V_VivoLightsService: lcmFloat = 0.23882784;
setBrightness = 978
02-01 11:39:00.440 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:978 pkg:android userId:0
02-01 11:39:00.440 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.441 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.442 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:00.443 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.444 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.444 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.444 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 978
02-01 11:39:00.445 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39947605
02-01 11:39:00.445 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.446 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.447 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.447 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.448 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.448 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.448 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.450 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.450 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.472 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 978; current
= 969; currentFloat = 0.39854643; target = 608; animate = 969; rate = 40; gap = 67;
step = 9; scale = 1.0
02-01 11:39:00.474 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.39854643 pkg:android
userId:0
02-01 11:39:00.474 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39854643
02-01 11:39:00.475 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.39854643, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.475 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.39854643 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.476 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.476 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39854643
02-01 11:39:00.476 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.23638584, brightness =
968, useSurfaceControl status false
02-01 11:39:00.476 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 106, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.476 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.476 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=968
02-01 11:39:00.476 1317 1766 I _V_VivoLightsService: lcmFloat = 0.23638584;
setBrightness = 968
02-01 11:39:00.477 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.477 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.477 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.477 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.477 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.478 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.478 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.20290715 pkg:android
userId:0
02-01 11:39:00.479 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:968 pkg:android userId:0
02-01 11:39:00.479 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 969
02-01 11:39:00.479 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.480 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.480 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39854643
02-01 11:39:00.483 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.484 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.485 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.485 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.485 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.485 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.486 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.486 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.487 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.487 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.487 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.488 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.488 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.488 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.488 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.489 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.489 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.500 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:00.505 1317 2135 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:keyguard_background_finger_color value:1
pkg:com.android.systemui userId:0
02-01 11:39:00.506 1317 1453 D _V_ConfigurationManager:
/data/bbkcore/config_white_list_1.0.xml is null,just return file content, no need
decrypt file
02-01 11:39:00.507 1317 1943 I PackageManager: Adding preferred activity
com.android.dialer/.EmergencyDialer callingUid:1001 callingPid: 2051 for user 0:
02-01 11:39:00.528 1317 2135 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.weather.provider for user 0
02-01 11:39:00.545 1317 2184 W _V_ContentProviderHelper: Failed to find
provider:com.android.contacts for user 0
02-01 11:39:00.550 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10049; state: ENABLED
02-01 11:39:00.555 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.557 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 969; current
= 960; currentFloat = 0.39770135; target = 608; animate = 960; rate = 40; gap = 67;
step = 9; scale = 1.0
02-01 11:39:00.557 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.39770135 pkg:android
userId:0
02-01 11:39:00.558 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39770135
02-01 11:39:00.559 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39770135
02-01 11:39:00.559 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.39770135, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.559 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.39770135 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.560 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.23443224, brightness =
960, useSurfaceControl status false
02-01 11:39:00.560 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=960
02-01 11:39:00.560 1317 1766 I _V_VivoLightsService: lcmFloat = 0.23443224;
setBrightness = 960
02-01 11:39:00.561 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:960 pkg:android userId:0
02-01 11:39:00.562 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.562 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.563 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39770135
02-01 11:39:00.564 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 960
02-01 11:39:00.565 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.565 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.566 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 105, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.566 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.566 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.566 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.566 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.566 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.566 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.567 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.567 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.568 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.570 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.571 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.2045973 pkg:android
userId:0
02-01 11:39:00.574 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:101 pkg:android userId:0
02-01 11:39:00.574 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.575 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:00.575 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.576 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:00.577 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.577 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:00.577 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.577 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.577 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.577 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.577 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.577 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.578 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.578 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.578 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.578 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.578 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.578 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.579 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.579 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.579 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.580 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.583 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.586 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.589 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.591 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.594 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.599 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.612 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.614 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.623 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.627 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.633 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.636 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.639 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.641 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.642 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 960; current
= 951; currentFloat = 0.39677173; target = 608; animate = 951; rate = 40; gap = 67;
step = 9; scale = 1.0
02-01 11:39:00.643 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.643 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.39677173 pkg:android
userId:0
02-01 11:39:00.644 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:00.645 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39677173
02-01 11:39:00.645 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.645 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 104, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.645 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.646 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.39677173, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.646 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.646 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.39677173 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.647 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:00.647 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.23223443, brightness =
951, useSurfaceControl status false
02-01 11:39:00.647 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=951
02-01 11:39:00.647 1317 1766 I _V_VivoLightsService: lcmFloat = 0.23223443;
setBrightness = 951
02-01 11:39:00.648 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:951 pkg:android userId:0
02-01 11:39:00.649 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39677173
02-01 11:39:00.650 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.650 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.650 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.650 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.651 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.651 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.20645654 pkg:android
userId:0
02-01 11:39:00.652 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.652 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.657 1317 2184 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:00.657 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.659 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.660 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.660 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39677173
02-01 11:39:00.660 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.662 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 951
02-01 11:39:00.662 1317 2184 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:281fee4 u0
ScreenDecorOverlay} task=null
02-01 11:39:00.662 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.663 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.663 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.663 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.663 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.663 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.663 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.664 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.698 1317 1428 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:00.702 1317 1428 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.systemui:67f7162 u0
ScreenDecorOverlayBottom} task=null
02-01 11:39:00.705 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.713 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:00.719 1317 1432 D _V_FaceUnlockController: setKeyguardService true
(service connected)
02-01 11:39:00.720 1317 2188 W _V_KeyguardStateMonitor:
(KeyguardState,KeyguardServiceWrapper) onShowingStateChanged showing = true
02-01 11:39:00.721 1317 2188 D _V_FingerprintUnlockController:
onKeyguardShown(true)
02-01 11:39:00.721 1317 2188 D _V_FaceUnlockController: onKeyguardShown true
02-01 11:39:00.721 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.722 1317 2188 D _V_BBKTouchScreenServiceService: touch service get
state : unlock:vts:0
02-01 11:39:00.722 1317 2188 D _V_BBKTouchScreenServiceService: touch phone
state: 0
02-01 11:39:00.725 1317 2188 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
02-01 11:39:00.728 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 951; current
= 942; currentFloat = 0.39592665; target = 608; animate = 942; rate = 40; gap = 67;
step = 9; scale = 1.0
02-01 11:39:00.729 1317 2583 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:00.729 1317 2583 W ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes (user not unlocked)
02-01 11:39:00.729 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.39592665 pkg:android
userId:0
02-01 11:39:00.732 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.732 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 103, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.733 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.733 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39592665
02-01 11:39:00.734 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.734 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.735 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.20814669 pkg:android
userId:0
02-01 11:39:00.736 1317 2188 D _V_StatusBarManagerService: manageDisableList
userId=0 old what1=0x0 new what=0x1200000 pkg=com.android.systemui mCurrentUserId=0
for update
02-01 11:39:00.740 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.741 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.742 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.742 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.742 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.742 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.742 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.743 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.743 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.743 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39592665
02-01 11:39:00.744 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.744 1317 1431 D time_zone_detector: Telephony suggestion received.
currentUserConfig=ConfigurationInternal{mUserId=0, mUserConfigAllowed=true,
mTelephonyDetectionSupported=true, mGeoDetectionSupported=false,
mAutoDetectionEnabled=true, mLocationEnabled=true, mGeoDetectionEnabled=false}
newSuggestion=TelephonyTimeZoneSuggestion{mSlotIndex=0, mZoneId='null',
mMatchType=0, mQuality=0, mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}})]}
02-01 11:39:00.745 1317 1431 D time_zone_detector: Best suggestion not good
enough.
bestTelephonySuggestion=QualifiedTelephonyTimeZoneSuggestion{suggestion=TelephonyTi
meZoneSuggestion{mSlotIndex=0, mZoneId='null', mMatchType=0, mQuality=0,
mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}})]},
score=0}, detectionReason=New telephony time zone suggested.
suggestion=TelephonyTimeZoneSuggestion{mSlotIndex=0, mZoneId='null', mMatchType=0,
mQuality=0, mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}})]}
02-01 11:39:00.747 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.750 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.39592665, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.750 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.39592665 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.751 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.751 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.23003663, brightness =
942, useSurfaceControl status false
02-01 11:39:00.753 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.753 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.753 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.753 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=942
02-01 11:39:00.753 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.753 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.753 1317 1766 I _V_VivoLightsService: lcmFloat = 0.23003663;
setBrightness = 942
02-01 11:39:00.753 1317 2181 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
02-01 11:39:00.754 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.754 1317 1431 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.755 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.755 1317 1431 D time_detector: Not setting system clock. New time
and system clock are close enough. elapsedRealtimeMillis=41777
newTime=TimestampedValue{mReferenceTimeMillis=16186, mValue=1738381116000}
cause=Found good telephony suggestion.,
bestTelephonySuggestion=TelephonyTimeSuggestion{mSlotIndex='0',
mUtcTime=TimestampedValue{mReferenceTimeMillis=16186, mValue=1738381116000},
mDebugInfo=[Sending new time suggestion
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}})]},
detectionReason=New telephony time suggested.
timeSuggestion=TelephonyTimeSuggestion{mSlotIndex='0',
mUtcTime=TimestampedValue{mReferenceTimeMillis=16186, mValue=1738381116000},
mDebugInfo=[Sending new time suggestion
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}})]}
systemClockUpdateThreshold=2000 absTimeDifference=836
newSystemClockMillis=1738381141591
02-01 11:39:00.756 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.758 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 942
02-01 11:39:00.761 1317 1431 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.762 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39592665
02-01 11:39:00.763 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.766 1317 1431 D time_zone_detector: Telephony suggestion received.
currentUserConfig=ConfigurationInternal{mUserId=0, mUserConfigAllowed=true,
mTelephonyDetectionSupported=true, mGeoDetectionSupported=false,
mAutoDetectionEnabled=true, mLocationEnabled=true, mGeoDetectionEnabled=false}
newSuggestion=TelephonyTimeZoneSuggestion{mSlotIndex=1, mZoneId='null',
mMatchType=0, mQuality=0, mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}})]}
02-01 11:39:00.766 1317 1431 D time_zone_detector: Best suggestion not good
enough.
bestTelephonySuggestion=QualifiedTelephonyTimeZoneSuggestion{suggestion=TelephonyTi
meZoneSuggestion{mSlotIndex=0, mZoneId='null', mMatchType=0, mQuality=0,
mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}})]},
score=0}, detectionReason=New telephony time zone suggested.
suggestion=TelephonyTimeZoneSuggestion{mSlotIndex=1, mZoneId='null', mMatchType=0,
mQuality=0, mDebugInfo=[getTimeZoneSuggestion:
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
countryIsoCode=null, Detection
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}})]}
02-01 11:39:00.769 1317 1431 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.769 1317 1431 D time_detector: Not setting system clock. New time
and system clock are close enough. elapsedRealtimeMillis=41791
newTime=TimestampedValue{mReferenceTimeMillis=16186, mValue=1738381116000}
cause=Found good telephony suggestion.,
bestTelephonySuggestion=TelephonyTimeSuggestion{mSlotIndex='0',
mUtcTime=TimestampedValue{mReferenceTimeMillis=16186, mValue=1738381116000},
mDebugInfo=[Sending new time suggestion
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}})]},
detectionReason=New telephony time suggested.
timeSuggestion=TelephonyTimeSuggestion{mSlotIndex='1',
mUtcTime=TimestampedValue{mReferenceTimeMillis=16186, mValue=1738381116000},
mDebugInfo=[Sending new time suggestion
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}})]}
systemClockUpdateThreshold=2000 absTimeDifference=836
newSystemClockMillis=1738381141605
02-01 11:39:00.770 1317 1431 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.771 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:942 pkg:android userId:0
02-01 11:39:00.774 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.789 1317 2188 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:device_current_country value:ph
pkg:com.android.phone userId:0
02-01 11:39:00.792 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.795 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.797 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.798 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.801 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.804 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.807 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.810 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.812 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.814 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 942; current
= 933; currentFloat = 0.39508155; target = 608; animate = 933; rate = 40; gap = 67;
step = 9; scale = 1.0
02-01 11:39:00.814 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.815 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.39508155 pkg:android
userId:0
02-01 11:39:00.816 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39508155
02-01 11:39:00.816 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.39508155, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.816 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.817 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.39508155 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.817 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39508155
02-01 11:39:00.817 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 102, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.817 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.817 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.22783883, brightness =
933, useSurfaceControl status false
02-01 11:39:00.818 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=933
02-01 11:39:00.818 1317 1766 I _V_VivoLightsService: lcmFloat = 0.22783883;
setBrightness = 933
02-01 11:39:00.819 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.2098369 pkg:android
userId:0
02-01 11:39:00.819 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.820 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.821 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:933 pkg:android userId:0
02-01 11:39:00.822 1317 2188 I _V_ANRManager: Add log successfully, pid = 1811
02-01 11:39:00.824 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 933
02-01 11:39:00.824 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.824 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.824 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39508155
02-01 11:39:00.825 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.825 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.826 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.826 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.826 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.826 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.827 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.827 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.827 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.828 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.829 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.830 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.830 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.830 1317 2135 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility false
02-01 11:39:00.830 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.830 1317 2135 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateVisibility false
02-01 11:39:00.830 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.830 1317 2135 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility false
02-01 11:39:00.830 1317 2135 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateVisibility false
02-01 11:39:00.830 1317 2135 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility false
02-01 11:39:00.830 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.830 1317 2135 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility false
02-01 11:39:00.830 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.830 1317 2135 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility false
02-01 11:39:00.830 1317 2135 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateVisibility false
02-01 11:39:00.831 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.831 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.831 1317 1432 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_fullscreen_flag value:1 pkg:android userId:0
02-01 11:39:00.832 1317 2135 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_RIGHT_GESTURES, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][0,0], mVisible=false},
InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,0][0,0],
mVisible=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-
2147483648,1600], mVisible=true}, InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT,
mFrame=[0,0][720,44], mVisible=true}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[2147483647,0][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][0,0],
mVisible=false}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0]
[0,0], mVisible=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0][0,0],
mVisible=false} }
02-01 11:39:00.832 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_fullscreen_flag
02-01 11:39:00.832 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.834 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.836 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.838 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.839 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.840 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.841 1317 2135 I WindowManager: Relayout
Window{com.android.systemui:281fee4 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
02-01 11:39:00.842 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.844 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.846 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.847 1317 1556 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.848 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.850 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.853 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.855 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.858 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.861 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.863 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.865 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.866 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.869 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.872 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.874 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.877 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.879 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.880 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.881 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.884 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.887 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.889 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.900 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 933; current
= 924; currentFloat = 0.39415196; target = 608; animate = 924; rate = 40; gap = 68;
step = 9; scale = 1.0
02-01 11:39:00.901 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.39415196 pkg:android
userId:0
02-01 11:39:00.902 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39415196
02-01 11:39:00.902 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.903 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.903 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.903 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.903 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.21169609 pkg:android
userId:0
02-01 11:39:00.903 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.903 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.903 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.39415196, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.904 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 101, control mode automatic, policy level 0, lux 20).
02-01 11:39:00.904 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:00.906 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.39415196 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.906 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:00.907 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.22564103, brightness =
924, useSurfaceControl status false
02-01 11:39:00.907 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=924
02-01 11:39:00.908 1317 1766 I _V_VivoLightsService: lcmFloat = 0.22564103;
setBrightness = 924
02-01 11:39:00.910 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:924 pkg:android userId:0
02-01 11:39:00.910 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.911 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:00.911 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 924
02-01 11:39:00.912 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.912 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:00.913 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.913 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39415196
02-01 11:39:00.914 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.914 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.914 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.914 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.914 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:00.914 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:00.914 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:00.939 1317 2135 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:67f7162 u0 ScreenDecorOverlayBottom},
shouldSendRedrawForSync() = false
02-01 11:39:00.945 1317 2135 I WindowManager: Relayout
Window{com.android.systemui:67f7162 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
02-01 11:39:00.949 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:00.957 1317 2181 D MR2SystemProvider: Updating system provider info :
MediaRouteProviderInfo { uniqueId=null, routes=[MediaRoute2Info{ id=DEVICE_ROUTE,
name=Phone, features=[android.media.route.feature.LIVE_AUDIO,
android.media.route.feature.LIVE_VIDEO,
android.media.route.feature.LOCAL_PLAYBACK], iconUri=null, description=null,
connectionState=2, clientPackageName=null, volumeHandling=1, volumeMax=15,
volume=0, providerId=null }] }
02-01 11:39:00.959 1317 2181 D MR2SystemProvider: Updating system routing session
info :
RoutingSessionInfo{ sessionId=com.android.server.media/.SystemMediaRoute2Provider:S
YSTEM_SESSION, name=null, clientPackageName=,
selectedRoutes={com.android.server.media/.SystemMediaRoute2Provider:DEVICE_ROUTE},
selectableRoutes={}, deselectableRoutes={}, transferableRoutes={},
volumeHandling=0, volumeMax=0, volume=0 }
02-01 11:39:00.961 1317 2181 D MR2SystemProvider: publishProviderState
02-01 11:39:00.961 1317 2181 D MR2SystemProvider: Updating system provider info :
MediaRouteProviderInfo { uniqueId=null, routes=[MediaRoute2Info{ id=DEVICE_ROUTE,
name=Phone, features=[android.media.route.feature.LIVE_AUDIO,
android.media.route.feature.LIVE_VIDEO,
android.media.route.feature.LOCAL_PLAYBACK], iconUri=null, description=null,
connectionState=2, clientPackageName=null, volumeHandling=1, volumeMax=15,
volume=15, providerId=null }] }
02-01 11:39:00.965 1317 2189 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:67f7162 u0 ScreenDecorOverlayBottom}
mDrawState=DRAW_PENDING
02-01 11:39:00.965 1317 2189 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@dc1f9a5 mSyncState=0
02-01 11:39:00.966 1317 2184 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:281fee4 u0 ScreenDecorOverlay} mDrawState=DRAW_PENDING
02-01 11:39:00.966 1317 2184 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@45c17a mSyncState=0
02-01 11:39:00.969 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.980 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.982 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:00.986 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 924; current
= 915; currentFloat = 0.39330685; target = 608; animate = 915; rate = 40; gap = 68;
step = 9; scale = 1.0
02-01 11:39:00.988 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.39330685 pkg:android
userId:0
02-01 11:39:00.988 1317 2181 I WindowManager: Relayout
Window{com.android.systemui:83662c1 u0 ShellDropTarget}: oldVis=4, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 92000050,
mInvGlobalScale = 1.0
02-01 11:39:00.989 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39330685
02-01 11:39:00.991 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39330685
02-01 11:39:00.991 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:00.992 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.39330685, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:00.992 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.39330685 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:00.992 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.2133863 pkg:android
userId:0
02-01 11:39:00.994 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.22344323, brightness =
915, useSurfaceControl status false
02-01 11:39:00.994 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=915
02-01 11:39:00.994 1317 1766 I _V_VivoLightsService: lcmFloat = 0.22344323;
setBrightness = 915
02-01 11:39:00.995 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:915 pkg:android userId:0
02-01 11:39:00.996 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:00.997 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:00.997 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:00.997 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:00.997 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:00.997 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.003 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.003 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.003 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:100 pkg:android userId:0
02-01 11:39:01.003 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39330685
02-01 11:39:01.003 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.004 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:01.004 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.005 1317 2189 I WindowManager: Relayout
Window{com.android.systemui:281fee4 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
02-01 11:39:01.005 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.005 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.006 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:01.006 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.006 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.006 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.006 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.007 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:01.007 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.007 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.007 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.008 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.008 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.008 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.008 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.008 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.009 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.009 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.009 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 915
02-01 11:39:01.022 1317 2189 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
02-01 11:39:01.025 1317 2135 I WindowManager: Relayout
Window{com.android.systemui:67f7162 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
02-01 11:39:01.026 1317 2181 V _V_WindowManager: freezeDisplayRotationWithReason:
displayId = 0, tmpRotation=0, rotation=0, CallingPid =1811, reason = default
02-01 11:39:01.029 1317 2181 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:accelerometer_rotation value:0
pkg:android userId:0
02-01 11:39:01.029 1317 2181 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:user_rotation value:0 pkg:android
userId:0
02-01 11:39:01.033 1317 1943 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:finger_for_bouncer_show value:0
pkg:com.android.systemui userId:0
02-01 11:39:01.035 1317 2189 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:finger_for_bouncer_show value:0
pkg:com.android.systemui userId:0
02-01 11:39:01.044 1317 2189 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:67f7162 u0 ScreenDecorOverlayBottom}
mDrawState=HAS_DRAWN
02-01 11:39:01.044 1317 2189 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@5fa6a3 mSyncState=0
02-01 11:39:01.063 1317 2188 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility true
02-01 11:39:01.063 1317 2188 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility true
02-01 11:39:01.063 1317 2188 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility true
02-01 11:39:01.063 1317 2188 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility true
02-01 11:39:01.064 1317 2188 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility true
02-01 11:39:01.064 1317 2188 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,0][0,0], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,0], mVisible=true}, InsetsSource:
{mType=ITYPE_RIGHT_GESTURES, mFrame=[0,0][0,0], mVisible=true}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][0,0], mVisible=false},
InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,0][0,0],
mVisible=true}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-
2147483648,1600], mVisible=true}, InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT,
mFrame=[0,0][720,44], mVisible=true}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[2147483647,0][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][0,0],
mVisible=false}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0]
[0,0], mVisible=true}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0][0,0],
mVisible=false} }
02-01 11:39:01.070 1317 2188 I WindowManager: Relayout
Window{com.android.systemui:783e20c u0 NavigationBar0}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 1521 - 720, 1600), mAttrs.privateFlags = 33000000,
mInvGlobalScale = 1.0
02-01 11:39:01.073 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 915; current
= 906; currentFloat = 0.39246175; target = 608; animate = 906; rate = 40; gap = 68;
step = 9; scale = 1.0
02-01 11:39:01.074 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.39246175 pkg:android
userId:0
02-01 11:39:01.075 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:01.077 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39246175
02-01 11:39:01.077 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.078 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 99, control mode automatic, policy level 0, lux 20).
02-01 11:39:01.078 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.080 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:01.080 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.080 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.080 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.39246175, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.080 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.081 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.081 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.39246175 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.081 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.081 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.081 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39246175
02-01 11:39:01.081 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.22100122, brightness =
905, useSurfaceControl status false
02-01 11:39:01.082 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:01.082 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=905
02-01 11:39:01.082 1317 1766 I _V_VivoLightsService: lcmFloat = 0.22100122;
setBrightness = 905
02-01 11:39:01.082 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:905 pkg:android userId:0
02-01 11:39:01.083 1317 2189 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][0,0], mVisible=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[0,0], mVisible=false}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][0,0],
mVisible=false}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
02-01 11:39:01.083 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.084 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.085 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39246175
02-01 11:39:01.085 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 906
02-01 11:39:01.085 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.2150765 pkg:android
userId:0
02-01 11:39:01.090 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.091 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.092 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.092 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.092 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.092 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.092 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.092 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.093 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.093 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.093 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.093 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.093 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.095 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.095 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.095 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.108 1317 1665 I _V_AppStartOpt: setAppStartInfo: packageName=null,
processName=null, uid=-1
02-01 11:39:01.110 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.112 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.updater
02-01 11:39:01.113 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10121; state: DISABLED
02-01 11:39:01.113 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10121; state: ENABLED
02-01 11:39:01.117 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.129 1317 1456 I ActivityManager: Start proc
2596:com.bbk.updater/u0a121 for broadcast
{com.bbk.updater/com.bbk.updater.receiver.AllReceivers}
02-01 11:39:01.132 1317 1943 W _V_ContentProviderHelper: Failed to find
provider:com.android.contacts for user 0
02-01 11:39:01.159 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 906; current
= 897; currentFloat = 0.39153215; target = 608; animate = 897; rate = 40; gap = 69;
step = 9; scale = 1.0
02-01 11:39:01.159 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.39153215 pkg:android
userId:0
02-01 11:39:01.160 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39153215
02-01 11:39:01.162 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.39153215, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.162 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.165 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.39153215 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.165 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39153215
02-01 11:39:01.165 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 98, control mode automatic, policy level 0, lux 20).
02-01 11:39:01.165 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.21880342, brightness =
896, useSurfaceControl status false
02-01 11:39:01.166 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.166 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=896
02-01 11:39:01.166 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.166 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.166 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:01.166 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.166 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.167 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.167 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.167 1317 1766 I _V_VivoLightsService: lcmFloat = 0.21880342;
setBrightness = 896
02-01 11:39:01.167 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.2169357 pkg:android
userId:0
02-01 11:39:01.168 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:896 pkg:android userId:0
02-01 11:39:01.169 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.170 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39153215
02-01 11:39:01.172 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 897
02-01 11:39:01.172 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.173 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.173 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.174 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.174 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.174 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.174 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.174 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.175 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.175 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.209 1317 1428 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:01.211 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:01.213 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:01.224 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10121; state: DISABLED
02-01 11:39:01.230 1317 1317 V _V_NotificationClassifyManager: save notification
classify config.
02-01 11:39:01.234 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.239 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.241 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.243 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.245 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 897; current
= 888; currentFloat = 0.39068705; target = 608; animate = 888; rate = 40; gap = 70;
step = 9; scale = 1.0
02-01 11:39:01.246 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.39068705 pkg:android
userId:0
02-01 11:39:01.247 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39068705
02-01 11:39:01.248 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.248 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39068705
02-01 11:39:01.248 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.39068705, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.249 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.2186259 pkg:android
userId:0
02-01 11:39:01.249 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.249 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.249 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.39068705 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.249 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.249 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 97, control mode automatic, policy level 0, lux 20).
02-01 11:39:01.249 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.249 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:01.249 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.249 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.249 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.21684982, brightness =
888, useSurfaceControl status false
02-01 11:39:01.250 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.250 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=888
02-01 11:39:01.250 1317 1766 I _V_VivoLightsService: lcmFloat = 0.21684982;
setBrightness = 888
02-01 11:39:01.251 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.252 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.39068705
02-01 11:39:01.252 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 888
02-01 11:39:01.254 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:888 pkg:android userId:0
02-01 11:39:01.255 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.256 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.257 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.257 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:01.257 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.257 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.257 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.257 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.257 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.258 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.258 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.258 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.258 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.259 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.259 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.259 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.259 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.259 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.261 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:01.286 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.287 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.291 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.295 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.296 1317 1428 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
02-01 11:39:01.301 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 36.317566; finalLux = 406.25; brightness = 0.33153045;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 117;
downLux = 12; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = false; curveName = auto_default; isUseVicoBrightness = false; foldState
= -1; realLcmBrightness = 888; mHBMState = false; mAnimatingStatus = 1;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:39:01.303 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.307 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.311 1317 1428 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
02-01 11:39:01.314 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:01.316 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.324 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.326 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.328 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.330 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.330 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 888; current
= 879; currentFloat = 0.38984197; target = 608; animate = 879; rate = 40; gap = 71;
step = 9; scale = 1.0
02-01 11:39:01.331 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38984197 pkg:android
userId:0
02-01 11:39:01.332 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.332 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38984197
02-01 11:39:01.333 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.333 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.333 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.333 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.334 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.334 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.334 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.334 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38984197, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.334 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38984197 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.335 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.21465202, brightness =
879, useSurfaceControl status false
02-01 11:39:01.335 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=879
02-01 11:39:01.335 1317 1766 I _V_VivoLightsService: lcmFloat = 0.21465202;
setBrightness = 879
02-01 11:39:01.336 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.338 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.338 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.339 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.22031605 pkg:android
userId:0
02-01 11:39:01.339 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 879
02-01 11:39:01.341 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:879 pkg:android userId:0
02-01 11:39:01.342 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.342 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.349 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.349 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:99 pkg:android userId:0
02-01 11:39:01.349 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38984197
02-01 11:39:01.350 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:01.350 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.351 1317 2184 W StorageManagerService: No primary storage defined
yet; hacking together a stub
02-01 11:39:01.352 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.352 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.353 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.353 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.354 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.354 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.354 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.354 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.354 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.354 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.354 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.355 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.355 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:01.355 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.355 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.355 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.355 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.355 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.355 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.356 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.356 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.356 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.357 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:01.358 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.360 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.362 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.365 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.366 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.366 1317 1943 W _V_ContentProviderHelper: Failed to find
provider:com.android.contacts for user 0
02-01 11:39:01.368 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.373 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.375 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.376 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.377 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.379 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.381 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.383 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.385 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.387 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.390 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.391 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.393 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.395 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.396 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.398 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.401 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.403 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.406 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.408 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.410 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.410 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.412 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.414 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.416 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.416 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 879; current
= 870; currentFloat = 0.38891235; target = 608; animate = 870; rate = 40; gap = 73;
step = 9; scale = 1.0
02-01 11:39:01.417 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38891235 pkg:android
userId:0
02-01 11:39:01.418 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:01.418 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.418 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38891235
02-01 11:39:01.419 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.419 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38891235, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.419 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 96, control mode automatic, policy level 0, lux 20).
02-01 11:39:01.419 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:01.419 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38891235
02-01 11:39:01.420 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.420 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.420 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.420 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38891235 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.420 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.420 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.21245421, brightness =
870, useSurfaceControl status false
02-01 11:39:01.421 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=870
02-01 11:39:01.421 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:01.421 1317 1766 I _V_VivoLightsService: lcmFloat = 0.21245421;
setBrightness = 870
02-01 11:39:01.421 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:870 pkg:android userId:0
02-01 11:39:01.422 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.422 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.423 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 870
02-01 11:39:01.424 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.426 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.430 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.430 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.430 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.431 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.431 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.431 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.2221753 pkg:android
userId:0
02-01 11:39:01.433 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.434 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38891235
02-01 11:39:01.436 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.438 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.438 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.439 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.440 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.441 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.441 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.441 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.441 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.441 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.442 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.442 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.442 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:01.442 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.443 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.443 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.443 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.443 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.443 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.444 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.444 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.445 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.456 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.458 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.460 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.461 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.463 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.473 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:01.479 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.android.contacts for user 0
02-01 11:39:01.502 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 870; current
= 861; currentFloat = 0.38806728; target = 608; animate = 861; rate = 40; gap = 76;
step = 9; scale = 1.0
02-01 11:39:01.503 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38806728 pkg:android
userId:0
02-01 11:39:01.503 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.504 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38806728
02-01 11:39:01.504 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38806728, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.505 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38806728 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.505 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38806728
02-01 11:39:01.506 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.21025641, brightness =
861, useSurfaceControl status false
02-01 11:39:01.509 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.509 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.509 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.509 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.509 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 94, control mode automatic, policy level 0, lux 20).
02-01 11:39:01.509 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=861
02-01 11:39:01.509 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:01.510 1317 1766 I _V_VivoLightsService: lcmFloat = 0.21025641;
setBrightness = 861
02-01 11:39:01.510 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.22386545 pkg:android
userId:0
02-01 11:39:01.511 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.512 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:861 pkg:android userId:0
02-01 11:39:01.512 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.512 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.518 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.android.launcher.speedup.provider for user 0
02-01 11:39:01.524 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.524 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.525 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.525 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38806728
02-01 11:39:01.525 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.526 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 861
02-01 11:39:01.529 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.530 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.531 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.531 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.531 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.531 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.531 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.531 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.532 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.532 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:01.539 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.bbk.updater)
02-01 11:39:01.539 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.bbk.updater])
02-01 11:39:01.540 1317 1943 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.pushservice)
02-01 11:39:01.540 1317 1943 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.pushservice])
02-01 11:39:01.541 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApp(name = android)
02-01 11:39:01.541 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [android])
02-01 11:39:01.541 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.bbk.cloud)
02-01 11:39:01.541 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.bbk.cloud])
02-01 11:39:01.542 1317 2189 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.android.mms)
02-01 11:39:01.542 1317 2189 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.android.mms])
02-01 11:39:01.543 1317 2188 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.imanager)
02-01 11:39:01.543 1317 2188 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.imanager])
02-01 11:39:01.544 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.cota)
02-01 11:39:01.544 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.cota])
02-01 11:39:01.544 1317 2188 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.game)
02-01 11:39:01.544 1317 2188 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.game])
02-01 11:39:01.545 1317 2188 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.google.android.gms)
02-01 11:39:01.545 1317 2188 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.google.android.gms])
02-01 11:39:01.546 1317 2188 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.customtool)
02-01 11:39:01.546 1317 2188 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.customtool])
02-01 11:39:01.546 1317 2188 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.amap.android.location)
02-01 11:39:01.546 1317 2188 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.amap.android.location])
02-01 11:39:01.547 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.vivo.appstore)
02-01 11:39:01.547 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.vivo.appstore])
02-01 11:39:01.547 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.bbk.account)
02-01 11:39:01.548 1317 2184 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.bbk.account])
02-01 11:39:01.549 1317 1943 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:01.553 1317 1434 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.554 1317 1943 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{com.android.systemui:45457c4 u0 NotificationShade}
02-01 11:39:01.559 1317 1943 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{com.android.systemui:45457c4 u0 NotificationShade}
02-01 11:39:01.562 1317 1943 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:45457c4 u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
02-01 11:39:01.563 1317 1943 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
02-01 11:39:01.564 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:01.588 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 861; current
= 852; currentFloat = 0.38713765; target = 608; animate = 852; rate = 40; gap = 88;
step = 9; scale = 1.0
02-01 11:39:01.589 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38713765 pkg:android
userId:0
02-01 11:39:01.590 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38713765
02-01 11:39:01.590 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.591 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38713765
02-01 11:39:01.591 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38713765, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.592 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.592 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.592 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.592 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.592 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.592 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 93, control mode automatic, policy level 0, lux 20).
02-01 11:39:01.592 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:01.593 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.2257247 pkg:android
userId:0
02-01 11:39:01.594 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38713765 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.594 1317 2189 W _V_VivoAmsImpl: mCallingPidFilter=1811,
mCallingUidFilter=10049
02-01 11:39:01.594 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.20805861, brightness =
852, useSurfaceControl status false
02-01 11:39:01.595 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=852
02-01 11:39:01.595 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.595 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.595 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:852 pkg:android userId:0
02-01 11:39:01.596 1317 1766 I _V_VivoLightsService: lcmFloat = 0.20805861;
setBrightness = 852
02-01 11:39:01.597 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.598 1317 2189 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.upslide
02-01 11:39:01.598 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.598 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:39:01.600 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.600 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38713765
02-01 11:39:01.601 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.601 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.601 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.601 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.601 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.602 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.602 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.602 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 852
02-01 11:39:01.605 1317 2189 W _V_VivoAmsImpl: mCallingPidFilter=1811,
mCallingUidFilter=10049
02-01 11:39:01.615 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.617 1317 1456 I ActivityManager: Start proc
2665:com.vivo.upslide/1000 for service
{com.vivo.upslide/com.vivo.upslide.UpSlideService}
02-01 11:39:01.628 1317 2134 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateVisibility true
02-01 11:39:01.628 1317 2134 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateVisibility true
02-01 11:39:01.629 1317 2134 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateVisibility true
02-01 11:39:01.630 1317 2134 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} }
02-01 11:39:01.630 1317 1432 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_fullscreen_flag value:0 pkg:android userId:0
02-01 11:39:01.632 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_fullscreen_flag
02-01 11:39:01.632 1317 2134 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:01.633 1317 2134 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:403d38c u0 StatusBar}, shouldSendRedrawForSync() =
false
02-01 11:39:01.633 1317 2134 D _V_BarAnimController: shouldChangeDrawState,
return false for Window{com.android.systemui:403d38c u0 StatusBar}
02-01 11:39:01.643 1317 2134 I WindowManager: Relayout
Window{com.android.systemui:403d38c u0 StatusBar}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=60,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13000000, mInvGlobalScale
= 1.0
02-01 11:39:01.676 1317 1936 I _V_VivoCommonService: get info binder pid is :2596
02-01 11:39:01.686 1317 2188 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:403d38c u0 StatusBar} mDrawState=DRAW_PENDING
02-01 11:39:01.686 1317 2188 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@8dcb54 mSyncState=0
02-01 11:39:01.692 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 852; current
= 843; currentFloat = 0.38629258; target = 608; animate = 843; rate = 40; gap = 20;
step = 9; scale = 1.0
02-01 11:39:01.694 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38629258 pkg:android
userId:0
02-01 11:39:01.695 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38629258
02-01 11:39:01.696 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:01.696 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38629258
02-01 11:39:01.698 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38629258, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.698 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38629258 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.698 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.698 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.698 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.699 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.699 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.699 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.699 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.699 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.699 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.20586081, brightness =
843, useSurfaceControl status false
02-01 11:39:01.700 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=843
02-01 11:39:01.700 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.22741485 pkg:android
userId:0
02-01 11:39:01.700 1317 1766 I _V_VivoLightsService: lcmFloat = 0.20586081;
setBrightness = 843
02-01 11:39:01.702 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.703 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38629258
02-01 11:39:01.705 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:843 pkg:android userId:0
02-01 11:39:01.705 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 92, control mode automatic, policy level 0, lux 20).
02-01 11:39:01.705 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:01.706 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.707 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.708 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.708 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.708 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.708 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.709 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.709 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.709 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.709 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.710 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.710 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.710 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.710 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.710 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.710 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.712 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.720 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:01.726 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 843; current
= 834; currentFloat = 0.38544747; target = 608; animate = 834; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:01.726 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{com.android.systemui:45457c4 u0 NotificationShade}
02-01 11:39:01.727 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38544747 pkg:android
userId:0
02-01 11:39:01.727 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38544747
02-01 11:39:01.729 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.731 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38544747
02-01 11:39:01.731 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.731 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.731 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.731 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.732 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38544747, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.732 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.733 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38544747 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.734 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.2034188, brightness =
833, useSurfaceControl status false
02-01 11:39:01.735 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.22910506 pkg:android
userId:0
02-01 11:39:01.736 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.736 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.737 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:833 pkg:android userId:0
02-01 11:39:01.738 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=833
02-01 11:39:01.738 1317 1766 I _V_VivoLightsService: lcmFloat = 0.2034188;
setBrightness = 833
02-01 11:39:01.740 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.740 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:01.740 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38544747
02-01 11:39:01.742 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:98 pkg:android userId:0
02-01 11:39:01.743 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:01.743 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.744 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.745 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.745 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:01.745 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.745 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.745 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.745 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.745 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.746 1317 2188 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:45457c4 u0 NotificationShade} mDrawState=DRAW_PENDING
02-01 11:39:01.746 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.746 1317 2188 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@f511cab mSyncState=0
02-01 11:39:01.746 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.747 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 843
02-01 11:39:01.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
3.3783784; medianLux = 28.716217; kalmanLux = 28.716217; speculatedLux = 28.716217;
finalLux = 28.716217
02-01 11:39:01.751 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:01.757 1317 2685 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:01.765 1317 2686 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:01.766 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:01.772 1317 2188 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:783e20c u0 NavigationBar0} mDrawState=DRAW_PENDING
02-01 11:39:01.772 1317 2188 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@bea00c6 mSyncState=0
02-01 11:39:01.773 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 834
02-01 11:39:01.793 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:01.793 1317 1435 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:01.797 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:01.802 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{com.android.systemui:45457c4 u0 NotificationShade}
02-01 11:39:01.805 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:01.805 1317 1435 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:01.812 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 834; current
= 825; currentFloat = 0.38485593; target = 608; animate = 825; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:01.813 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38485593 pkg:android
userId:0
02-01 11:39:01.813 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:01.816 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38485593
02-01 11:39:01.816 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.816 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:01.817 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23028815 pkg:android
userId:0
02-01 11:39:01.819 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:01.820 1317 1435 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:01.821 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 91, control mode automatic, policy level 0, lux 20).
02-01 11:39:01.821 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:01.825 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.825 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.825 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.826 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.826 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.826 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.826 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.827 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38485593, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.827 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38485593 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.828 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38485593
02-01 11:39:01.829 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.2014652, brightness =
825, useSurfaceControl status false
02-01 11:39:01.829 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=825
02-01 11:39:01.829 1317 1766 I _V_VivoLightsService: lcmFloat = 0.2014652;
setBrightness = 825
02-01 11:39:01.829 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:825 pkg:android userId:0
02-01 11:39:01.833 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.836 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 825
02-01 11:39:01.837 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38485593
02-01 11:39:01.837 1317 1428 W ActivityManager: Slow operation: 69ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:01.837 1317 1428 W ActivityManager: Slow operation: 69ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:01.837 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.838 1317 2666 I _V_ANRManager: Add log successfully, pid = 1811
02-01 11:39:01.838 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.838 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.839 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.839 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.839 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.840 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.840 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.841 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.843 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.843 1317 1428 W ActivityManager: Slow operation: 75ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:01.845 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.845 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.845 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.845 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.845 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.846 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.846 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.865 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:01.868 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:01.898 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 825; current
= 816; currentFloat = 0.38434887; target = 608; animate = 816; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:01.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
1.6891892; medianLux = 3.3783784; kalmanLux = 3.3783784; speculatedLux = 3.3783784;
finalLux = 3.3783784
02-01 11:39:01.900 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38434887 pkg:android
userId:0
02-01 11:39:01.902 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38434887
02-01 11:39:01.902 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38434887
02-01 11:39:01.903 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38434887, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.904 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38434887 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.905 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.1995116, brightness =
817, useSurfaceControl status false
02-01 11:39:01.905 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.906 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=817
02-01 11:39:01.906 1317 1766 I _V_VivoLightsService: lcmFloat = 0.1995116;
setBrightness = 817
02-01 11:39:01.906 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23130226 pkg:android
userId:0
02-01 11:39:01.907 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.907 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.907 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.907 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:817 pkg:android userId:0
02-01 11:39:01.907 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.907 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.907 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 90, control mode automatic, policy level 0, lux 20).
02-01 11:39:01.907 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:01.908 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.911 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 817
02-01 11:39:01.911 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.911 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:01.911 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38434887
02-01 11:39:01.912 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.913 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.914 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:01.914 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.915 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.915 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.915 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.915 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:01.916 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:01.916 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:01.919 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:01.921 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:01.941 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 182478738; UID 10049; state: ENABLED
02-01 11:39:01.963 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:01.984 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 816; current
= 807; currentFloat = 0.3837573; target = 608; animate = 807; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:01.984 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.3837573 pkg:android
userId:0
02-01 11:39:01.986 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3837573
02-01 11:39:01.987 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3837573
02-01 11:39:01.987 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.3837573, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:01.987 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.3837573 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:01.988 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:01.989 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.1970696, brightness =
807, useSurfaceControl status false
02-01 11:39:01.989 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=807
02-01 11:39:01.989 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23248541 pkg:android
userId:0
02-01 11:39:01.990 1317 1766 I _V_VivoLightsService: lcmFloat = 0.1970696;
setBrightness = 807
02-01 11:39:01.990 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 88, control mode automatic, policy level 0, lux 20).
02-01 11:39:01.990 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:807 pkg:android userId:0
02-01 11:39:01.990 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:01.991 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:01.996 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:01.998 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:01.998 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3837573
02-01 11:39:01.999 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 807
02-01 11:39:01.999 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:01.999 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:01.999 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:01.999 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:01.999 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:01.999 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.000 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.000 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:02.001 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.002 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:02.002 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.003 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.003 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.003 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.003 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.004 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.004 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.005 1317 2666 W ActivityManager: Unable to start service Intent
{ act=com.vivo.smartmultiwindow.util_recent pkg=com.vivo.smartmultiwindow } U=0:
not found
02-01 11:39:02.049 1317 1599 W NetworkPolicy: Missing subscriberId for subId 4
02-01 11:39:02.052 1317 1317 D _V_Sensor_PhoneState: add 4 to list
02-01 11:39:02.052 1317 1317 D _V_Sensor_PhoneState: Listener sub: 4
02-01 11:39:02.053 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 3.3783784; kalmanLux = 3.3783784; speculatedLux = 3.3783784;
finalLux = 3.3783784
02-01 11:39:02.059 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
02-01 11:39:02.066 1317 1317 D _V_VivoLcmEsd: proximity positive is :true
02-01 11:39:02.066 1317 1317 D _V_Sensor_PhoneState: onPreciseCallStateChanged
mActiveSubId: -1
02-01 11:39:02.067 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:39:02.067 1317 1317 D _V_Sensor_PhoneState: onPreciseCallStateChanged
foregroundState: -1 ringingState: -1
02-01 11:39:02.068 1317 1445 E StatsPullAtomService: subInfo of subId 4 is
invalid, ignored.
02-01 11:39:02.069 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:02.070 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 807; current
= 798; currentFloat = 0.38325024; target = 608; animate = 798; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:02.071 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38325024 pkg:android
userId:0
02-01 11:39:02.072 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38325024
02-01 11:39:02.073 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:02.073 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38325024
02-01 11:39:02.073 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38325024, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:02.074 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 87, control mode automatic, policy level 0, lux 20).
02-01 11:39:02.074 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.074 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:02.074 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38325024 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:02.074 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.074 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.074 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.074 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.075 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.1948718, brightness =
798, useSurfaceControl status false
02-01 11:39:02.075 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23349953 pkg:android
userId:0
02-01 11:39:02.075 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=798
02-01 11:39:02.075 1317 1766 I _V_VivoLightsService: lcmFloat = 0.1948718;
setBrightness = 798
02-01 11:39:02.075 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.075 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.076 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:798 pkg:android userId:0
02-01 11:39:02.076 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:02.076 1317 1628 D VcnManagementService: new snapshot:
TelephonySubscriptionSnapshot{ mActiveDataSubId=4, mSubIdToInfoMap={},
mPrivilegedPackages={} }
02-01 11:39:02.077 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38325024
02-01 11:39:02.079 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 798
02-01 11:39:02.079 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:02.080 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:02.080 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.081 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.081 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.081 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.081 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.081 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.082 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.082 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:02.083 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.083 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.083 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.083 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.083 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.084 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.084 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.089 1317 1428 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_data_call value:4
pkg:com.android.phone userId:0
02-01 11:39:02.096 1317 1428 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:navigation_gesture_slide_back value:0
pkg:com.vivo.upslide userId:0
02-01 11:39:02.116 1317 1445 E StatsPullAtomService: subInfo of subId 4 is
invalid, ignored.
02-01 11:39:02.117 1317 1317 D _V_Sensor_PhoneState: add 4 to list
02-01 11:39:02.123 1317 1599 W NetworkPolicy: Missing subscriberId for subId 4
02-01 11:39:02.137 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.143 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.146 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.152 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.156 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 798; current
= 789; currentFloat = 0.38274318; target = 608; animate = 789; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:02.160 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38274318 pkg:android
userId:0
02-01 11:39:02.161 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38274318
02-01 11:39:02.162 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:02.162 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.163 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.163 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.163 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.163 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.163 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38274318, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:02.163 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.163 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23451364 pkg:android
userId:0
02-01 11:39:02.163 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.163 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38274318 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:02.163 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38274318
02-01 11:39:02.164 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.192674, brightness =
789, useSurfaceControl status false
02-01 11:39:02.164 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=789
02-01 11:39:02.164 1317 1766 I _V_VivoLightsService: lcmFloat = 0.192674;
setBrightness = 789
02-01 11:39:02.164 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:789 pkg:android userId:0
02-01 11:39:02.165 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:02.166 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38274318
02-01 11:39:02.167 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 789
02-01 11:39:02.167 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:02.168 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:02.168 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.168 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.168 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.168 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.168 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.168 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.169 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.169 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:02.170 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.170 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.170 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.170 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.170 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.171 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.171 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.172 1317 2238 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:02.180 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:39:02.199 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 4.222973; brightness = 0.33153045;
mReadyOn = false; mWaitingFirstLux = false; lightCover = true; upLux = 117; downLux
= 12; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 789; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:02.221 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.244 1317 2181 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:02.256 1317 2181 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.vivo.upslide:5593ef2 u0
SideSlideDisplayPanel} task=null
02-01 11:39:02.259 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 789; current
= 780; currentFloat = 0.38232064; target = 608; animate = 780; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:02.264 1317 1752 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3096
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
02-01 11:39:02.266 1317 1752 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3100
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:02.267 1317 1752 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3107
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:02.269 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38232064 pkg:android
userId:0
02-01 11:39:02.269 1317 1317 D _V_Sensor_PhoneState: add 4 to list
02-01 11:39:02.269 1317 1752 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3111
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:02.270 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 1000; state: ENABLED
02-01 11:39:02.270 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 1000; state: DISABLED
02-01 11:39:02.271 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38232064
02-01 11:39:02.273 1317 1455 E AppOps : attributionTag TZManagerService not
declared in manifest of android
02-01 11:39:02.273 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:02.273 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 85, control mode automatic, policy level 0, lux 20).
02-01 11:39:02.273 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:02.274 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23535872 pkg:android
userId:0
02-01 11:39:02.275 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.276 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.277 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.278 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.278 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.279 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38232064, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:02.279 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:02.282 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38232064 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:02.282 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.1897436, brightness =
777, useSurfaceControl status false
02-01 11:39:02.283 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=777
02-01 11:39:02.283 1317 1766 I _V_VivoLightsService: lcmFloat = 0.1897436;
setBrightness = 777
02-01 11:39:02.284 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:02.285 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 777
02-01 11:39:02.286 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.289 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.289 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:02.290 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.290 1317 2189 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:02.291 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.291 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.292 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:02.292 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:02.293 1317 2189 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.vivo.upslide:33a046d u0
SideSlideGestureBar-Left} task=null
02-01 11:39:02.293 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:02.294 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:02.294 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:02.294 1317 1615 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:wifi_acc_temp_disabled value:mobile_roaming pkg:android
userId:0
02-01 11:39:02.295 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.295 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:02.295 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:97 pkg:android userId:0
02-01 11:39:02.295 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38232064
02-01 11:39:02.295 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:02.296 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:777 pkg:android userId:0
02-01 11:39:02.296 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
02-01 11:39:02.296 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:02.297 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/wifi_acc_temp_disabled
02-01 11:39:02.297 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.298 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:02.298 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:02.299 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:02.300 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.300 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.301 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:02.301 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
excludes appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.301 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.301 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.301 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.301 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:02.302 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:02.302 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 181658987; UID 10049; state: ENABLED
02-01 11:39:02.302 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:02.303 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:02.304 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.305 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.306 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.306 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.306 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.307 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.308 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.309 1317 2181 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:02.311 1317 2181 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.vivo.upslide:68c5425 u0
SideSlideGestureBar-Right} task=null
02-01 11:39:02.320 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.324 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.326 1317 2181 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:02.329 1317 2181 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.vivo.upslide:48b1e52 u0
SideSlideGestureBar-Bottom} task=null
02-01 11:39:02.340 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.348 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:39:02.354 1317 1445 E StatsPullAtomService: subInfo of subId 4 is
invalid, ignored.
02-01 11:39:02.356 1317 2181 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
02-01 11:39:02.362 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 780; current
= 771; currentFloat = 0.38223612; target = 608; animate = 771; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:02.363 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38223612 pkg:android
userId:0
02-01 11:39:02.364 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:02.365 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38223612
02-01 11:39:02.366 1317 2666 W ActivityManager: Unable to start service Intent
{ act=com.vivo.share.action.VIVO_SHARE_SERVICE flg=0x10000000 pkg=com.vivo.share }
U=0: not found
02-01 11:39:02.367 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38223612, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:02.367 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:02.367 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38223612 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:02.367 1317 1599 W NetworkPolicy: Missing subscriberId for subId 4
02-01 11:39:02.368 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 84, control mode automatic, policy level 0, lux 20).
02-01 11:39:02.368 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:02.368 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.18827839, brightness =
771, useSurfaceControl status false
02-01 11:39:02.368 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=771
02-01 11:39:02.368 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38223612
02-01 11:39:02.368 1317 1766 I _V_VivoLightsService: lcmFloat = 0.18827839;
setBrightness = 771
02-01 11:39:02.369 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:771 pkg:android userId:0
02-01 11:39:02.369 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:02.370 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:02.370 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:02.371 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 771
02-01 11:39:02.371 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.372 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.372 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.372 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.372 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.372 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.372 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.373 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38223612
02-01 11:39:02.373 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23552775 pkg:android
userId:0
02-01 11:39:02.376 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.379 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:02.380 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.380 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.380 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.380 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.380 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.381 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.381 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.381 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:02.381 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.382 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.382 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.382 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.382 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.382 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.382 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.392 1317 1752 W ActivityManager: Unable to start service Intent
{ act=com.vivo.smartmultiwindow.util_recent pkg=com.vivo.smartmultiwindow } U=0:
not found
02-01 11:39:02.394 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.414 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.419 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.421 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.426 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.440 1317 1941 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:02.440 1317 1941 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:02.444 1317 1941 I WindowManager: Relayout
Window{com.vivo.upslide:5593ef2 u0 SideSlideDisplayPanel}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
02-01 11:39:02.448 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 771; current
= 762; currentFloat = 0.3820671; target = 608; animate = 762; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:02.449 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.3820671 pkg:android
userId:0
02-01 11:39:02.449 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3820671
02-01 11:39:02.450 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3820671
02-01 11:39:02.450 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:02.450 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.450 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.450 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.450 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.3820671, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:02.451 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.3820671 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:02.451 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 83, control mode automatic, policy level 0, lux 20).
02-01 11:39:02.451 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:02.451 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.451 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.452 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.452 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.452 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.18534799, brightness =
759, useSurfaceControl status false
02-01 11:39:02.453 1317 1428 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:02.453 1317 1428 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:02.453 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=759
02-01 11:39:02.453 1317 1766 I _V_VivoLightsService: lcmFloat = 0.18534799;
setBrightness = 759
02-01 11:39:02.454 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:759 pkg:android userId:0
02-01 11:39:02.454 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:02.455 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23586577 pkg:android
userId:0
02-01 11:39:02.456 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3820671
02-01 11:39:02.456 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 759
02-01 11:39:02.457 1317 1428 I WindowManager: Relayout
Window{com.vivo.upslide:33a046d u0 SideSlideGestureBar-Left}: oldVis=0, newVis=8,
requestedWidth=45, requestedHeight=1507, attrs.width=45, attrs.height=1507,
compatFrame = Rect(0, 1567 - 0, 1567), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
02-01 11:39:02.461 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:02.461 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:02.463 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.464 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.464 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.464 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.464 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.465 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.465 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.465 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:02.466 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.466 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.467 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.467 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.467 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.468 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.468 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.469 1317 1941 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:02.469 1317 1941 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:02.471 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_https_url value: pkg:android userId:0
02-01 11:39:02.472 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_http_url value: pkg:android userId:0
02-01 11:39:02.473 1317 1941 I WindowManager: Relayout
Window{com.vivo.upslide:68c5425 u0 SideSlideGestureBar-Right}: oldVis=0, newVis=8,
requestedWidth=45, requestedHeight=1507, attrs.width=45, attrs.height=1507,
compatFrame = Rect(720, 1567 - 720, 1567), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
02-01 11:39:02.474 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_https_url
02-01 11:39:02.474 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_http_url
02-01 11:39:02.482 1317 1941 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:02.482 1317 1941 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:02.485 1317 1941 I WindowManager: Relayout
Window{com.vivo.upslide:48b1e52 u0 SideSlideGestureBar-Bottom}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=33, attrs.width=720, attrs.height=33,
compatFrame = Rect(360, 1600 - 360, 1600), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
02-01 11:39:02.496 1317 1431 D time_zone_detector: Telephony suggestion received.
currentUserConfig=ConfigurationInternal{mUserId=0, mUserConfigAllowed=true,
mTelephonyDetectionSupported=true, mGeoDetectionSupported=false,
mAutoDetectionEnabled=true, mLocationEnabled=true, mGeoDetectionEnabled=false}
newSuggestion=TelephonyTimeZoneSuggestion{mSlotIndex=0, mZoneId='Asia/Manila',
mMatchType=3, mQuality=1, mDebugInfo=[findTimeZoneFromCountryAndNitz:
countryIsoCode=ph, nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
findTimeZoneFromCountryAndNitz:
lookupResult=OffsetResult{mTimeZone(ID)=Asia/Manila, mIsOnlyMatch=true}, Detection
reason=handleCountryDetected("ph")]}
02-01 11:39:02.497 1317 1431 D time_zone_detector: No need to change the time
zone; device is already set to newZoneId., newZoneId=Asia/Manila, cause=Found good
suggestion.,
bestTelephonySuggestion=QualifiedTelephonyTimeZoneSuggestion{suggestion=TelephonyTi
meZoneSuggestion{mSlotIndex=0, mZoneId='Asia/Manila', mMatchType=3, mQuality=1,
mDebugInfo=[findTimeZoneFromCountryAndNitz: countryIsoCode=ph,
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
findTimeZoneFromCountryAndNitz:
lookupResult=OffsetResult{mTimeZone(ID)=Asia/Manila, mIsOnlyMatch=true}, Detection
reason=handleCountryDetected("ph")]}, score=3}, detectionReason=New telephony time
zone suggested. suggestion=TelephonyTimeZoneSuggestion{mSlotIndex=0,
mZoneId='Asia/Manila', mMatchType=3, mQuality=1,
mDebugInfo=[findTimeZoneFromCountryAndNitz: countryIsoCode=ph,
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
findTimeZoneFromCountryAndNitz:
lookupResult=OffsetResult{mTimeZone(ID)=Asia/Manila, mIsOnlyMatch=true}, Detection
reason=handleCountryDetected("ph")]}
02-01 11:39:02.501 1317 2181 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:02.501 1317 2181 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:02.505 1317 2181 I WindowManager: Relayout
Window{com.vivo.upslide:33a046d 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
02-01 11:39:02.513 1317 2181 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:02.513 1317 2181 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:02.513 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.517 1317 2181 I WindowManager: Relayout
Window{com.vivo.upslide:68c5425 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
02-01 11:39:02.526 1317 1941 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:02.526 1317 1941 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:02.529 1317 1941 I WindowManager: Relayout
Window{com.vivo.upslide:48b1e52 u0 SideSlideGestureBar-Bottom}: oldVis=8, newVis=8,
requestedWidth=720, requestedHeight=33, attrs.width=null, attrs.height=null,
compatFrame = Rect(360, 1600 - 360, 1600), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
02-01 11:39:02.533 1317 1451 E _V_EmergencyBroadcastManager: start
getEmergencyBroadcastFromXmlFile
02-01 11:39:02.534 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 762; current
= 753; currentFloat = 0.3819826; target = 608; animate = 753; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:02.534 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.3819826 pkg:android
userId:0
02-01 11:39:02.535 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3819826
02-01 11:39:02.536 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3819826
02-01 11:39:02.536 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:02.536 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.3819826, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:02.537 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.3819826 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:02.538 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23603481 pkg:android
userId:0
02-01 11:39:02.538 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.18388279, brightness =
753, useSurfaceControl status false
02-01 11:39:02.539 1317 1451 E _V_EmergencyBroadcastManager: end
getEmergencyBroadcastFromXmlFile
02-01 11:39:02.539 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.539 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.540 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.540 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.540 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.540 1317 2189 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:02.540 1317 2189 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:02.541 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=753
02-01 11:39:02.541 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:753 pkg:android userId:0
02-01 11:39:02.541 1317 1766 I _V_VivoLightsService: lcmFloat = 0.18388279;
setBrightness = 753
02-01 11:39:02.542 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.542 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.542 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:02.543 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:02.543 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:02.544 1317 2189 I WindowManager: Relayout
Window{com.vivo.upslide:33a046d 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
02-01 11:39:02.546 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.546 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3819826
02-01 11:39:02.546 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.546 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 753
02-01 11:39:02.547 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.547 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.547 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.547 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.547 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.547 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:02.552 1317 2181 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:02.552 1317 2181 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:02.554 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.555 1317 2181 I WindowManager: Relayout
Window{com.vivo.upslide:68c5425 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
02-01 11:39:02.560 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.562 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:02.568 1317 1752 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:02.568 1317 1752 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:02.571 1317 1752 I WindowManager: Relayout
Window{com.vivo.upslide:48b1e52 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
02-01 11:39:02.590 1317 2189 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:02.590 1317 2189 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:02.593 1317 2189 I WindowManager: Relayout
Window{com.vivo.upslide:48b1e52 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
02-01 11:39:02.620 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 753; current
= 744; currentFloat = 0.3818136; target = 608; animate = 744; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:02.621 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.3818136 pkg:android
userId:0
02-01 11:39:02.621 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3818136
02-01 11:39:02.622 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:02.622 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.3818136, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:02.622 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 81, control mode automatic, policy level 0, lux 2).
02-01 11:39:02.622 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.3818136 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:02.623 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:02.623 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3818136
02-01 11:39:02.623 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.18095239, brightness =
741, useSurfaceControl status false
02-01 11:39:02.623 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23637283 pkg:android
userId:0
02-01 11:39:02.623 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=741
02-01 11:39:02.623 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.624 1317 1766 I _V_VivoLightsService: lcmFloat = 0.18095239;
setBrightness = 741
02-01 11:39:02.624 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.624 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.624 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.624 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:741 pkg:android userId:0
02-01 11:39:02.624 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.624 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:02.628 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.628 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.629 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 741
02-01 11:39:02.629 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3818136
02-01 11:39:02.631 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:02.632 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:02.633 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.634 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.634 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.634 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.634 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.634 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.635 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.636 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:02.656 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.673 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.706 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 744; current
= 735; currentFloat = 0.38172907; target = 608; animate = 735; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:02.707 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38172907 pkg:android
userId:0
02-01 11:39:02.708 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38172907
02-01 11:39:02.709 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38172907
02-01 11:39:02.709 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:02.709 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38172907, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:02.710 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 80, control mode automatic, policy level 0, lux 2).
02-01 11:39:02.710 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38172907 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:02.710 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.710 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:02.710 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.711 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23654187 pkg:android
userId:0
02-01 11:39:02.711 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.17948718, brightness =
735, useSurfaceControl status false
02-01 11:39:02.711 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.711 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=735
02-01 11:39:02.711 1317 1766 I _V_VivoLightsService: lcmFloat = 0.17948718;
setBrightness = 735
02-01 11:39:02.711 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:735 pkg:android userId:0
02-01 11:39:02.712 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.712 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.712 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:02.715 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:02.716 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:02.717 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.718 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 735
02-01 11:39:02.718 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.718 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38172907
02-01 11:39:02.720 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.720 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.720 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.721 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.721 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.721 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.722 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.722 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:02.723 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.733 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3096
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
02-01 11:39:02.739 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3100
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:02.741 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:02.744 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1001; state: ENABLED
02-01 11:39:02.749 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
02-01 11:39:02.752 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.752 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3107
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:02.753 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.753 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:02.754 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.756 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.757 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.757 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:02.759 1317 1428 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3111
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:02.759 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:02.759 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:02.759 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
02-01 11:39:02.761 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:02.762 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:02.763 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:02.766 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.766 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
02-01 11:39:02.766 1317 1317 D _V_VivoLcmEsd: proximity positive is :false
02-01 11:39:02.767 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.767 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
excludes appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.767 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.768 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.769 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:02.770 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:02.770 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:02.771 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:02.792 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 735; current
= 721; currentFloat = 0.38147554; target = 608; animate = 721; rate = 40; gap =
161; step = 14; scale = 1.0
02-01 11:39:02.793 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38147554 pkg:android
userId:0
02-01 11:39:02.794 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38147554
02-01 11:39:02.795 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38147554
02-01 11:39:02.795 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38147554, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:02.796 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38147554 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:02.796 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:02.797 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 78, control mode automatic, policy level 0, lux 2).
02-01 11:39:02.797 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.797 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:02.797 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.17338218, brightness =
710, useSurfaceControl status false
02-01 11:39:02.797 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.797 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.797 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.798 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=710
02-01 11:39:02.798 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.798 1317 1766 I _V_VivoLightsService: lcmFloat = 0.17338218;
setBrightness = 710
02-01 11:39:02.798 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.799 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23704892 pkg:android
userId:0
02-01 11:39:02.799 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:02.800 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:710 pkg:android userId:0
02-01 11:39:02.804 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.804 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.805 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.806 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:02.807 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38147554
02-01 11:39:02.807 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:02.808 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 716
02-01 11:39:02.809 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.810 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.810 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.810 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.810 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.810 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.811 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.811 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:02.854 1317 1428 I _V_ANRManager: Add log successfully, pid = 1811
02-01 11:39:02.854 1317 1857 D _V_ANRManager: totaltime = 5000
02-01 11:39:02.855 1317 1857 I _V_ANRManager: Create new dump time for pid: 1811
02-01 11:39:02.857 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.862 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.872 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.964 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 721; current
= 707; currentFloat = 0.38130653; target = 608; animate = 707; rate = 40; gap =
161; step = 14; scale = 1.0
02-01 11:39:02.965 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38130653 pkg:android
userId:0
02-01 11:39:02.966 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38130653
02-01 11:39:02.967 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38130653
02-01 11:39:02.968 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38130653, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:02.968 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38130653 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:02.969 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:02.970 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.17191698, brightness =
704, useSurfaceControl status false
02-01 11:39:02.971 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=704
02-01 11:39:02.971 1317 1766 I _V_VivoLightsService: lcmFloat = 0.17191698;
setBrightness = 704
02-01 11:39:02.971 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23738694 pkg:android
userId:0
02-01 11:39:02.972 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:704 pkg:android userId:0
02-01 11:39:02.972 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:02.973 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.973 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 77, control mode automatic, policy level 0, lux 2).
02-01 11:39:02.973 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.973 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.973 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:02.973 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.973 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.978 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.979 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:02.979 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:02.980 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 704
02-01 11:39:02.980 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38130653
02-01 11:39:02.981 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:02.982 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:02.982 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:02.982 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:02.982 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:02.982 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:02.982 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:02.983 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:02.983 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:03.001 1317 2687 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:03.038 1317 2687 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:03.059 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
02-01 11:39:03.065 1317 1317 D _V_VivoLcmEsd: proximity positive is :true
02-01 11:39:03.066 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:39:03.074 1317 2184 W _V_ContentProviderHelper: Failed to find
provider:com.voconfig.bridge for user 0
02-01 11:39:03.099 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 16.891891; finalLux = 26.182432; brightness = 0.33153045;
mReadyOn = false; mWaitingFirstLux = false; lightCover = true; upLux = 117; downLux
= 12; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 704; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:03.135 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 707; current
= 693; currentFloat = 0.3811375; target = 608; animate = 693; rate = 40; gap = 162;
step = 14; scale = 1.0
02-01 11:39:03.136 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.3811375 pkg:android
userId:0
02-01 11:39:03.137 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3811375
02-01 11:39:03.137 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:03.138 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.138 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:03.138 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 76, control mode automatic, policy level 0, lux 2).
02-01 11:39:03.138 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:03.138 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:03.138 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:03.138 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:03.138 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.3811375, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:03.138 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.3811375 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:03.139 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:03.139 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:03.139 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.16898657, brightness =
692, useSurfaceControl status false
02-01 11:39:03.139 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3811375
02-01 11:39:03.139 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23772502 pkg:android
userId:0
02-01 11:39:03.140 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=692
02-01 11:39:03.140 1317 1766 I _V_VivoLightsService: lcmFloat = 0.16898657;
setBrightness = 692
02-01 11:39:03.140 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:692 pkg:android userId:0
02-01 11:39:03.141 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:03.142 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.3811375
02-01 11:39:03.144 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:03.145 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:03.146 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 692
02-01 11:39:03.146 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.147 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.148 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:03.148 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:03.149 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:03.149 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:03.149 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:03.150 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:03.160 1317 2184 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:flashlight_available value:1
pkg:com.android.systemui userId:0
02-01 11:39:03.167 1317 2189 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:flashlight_enabled value:0
pkg:com.android.systemui userId:0
02-01 11:39:03.248 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 16.891891; kalmanLux = 16.891891; speculatedLux = 16.891891;
finalLux = 16.891891
02-01 11:39:03.258 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
02-01 11:39:03.262 1317 1317 D _V_VivoLcmEsd: proximity positive is :false
02-01 11:39:03.262 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
02-01 11:39:03.307 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 693; current
= 679; currentFloat = 0.38096848; target = 608; animate = 679; rate = 40; gap =
163; step = 14; scale = 1.0
02-01 11:39:03.309 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38096848 pkg:android
userId:0
02-01 11:39:03.310 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38096848
02-01 11:39:03.310 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:03.311 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 74, control mode automatic, policy level 0, lux 2).
02-01 11:39:03.311 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:03.311 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38096848, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:03.311 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23806304 pkg:android
userId:0
02-01 11:39:03.311 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38096848 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:03.312 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.16581197, brightness =
679, useSurfaceControl status false
02-01 11:39:03.312 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=679
02-01 11:39:03.312 1317 1766 I _V_VivoLightsService: lcmFloat = 0.16581197;
setBrightness = 679
02-01 11:39:03.312 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:679 pkg:android userId:0
02-01 11:39:03.313 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:03.315 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38096848
02-01 11:39:03.315 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:03.315 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:03.315 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.315 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:03.315 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:03.316 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:03.316 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:03.316 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:03.316 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:03.317 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.317 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.317 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:03.317 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:03.318 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:03.318 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:03.318 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:03.318 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:03.319 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 679
02-01 11:39:03.372 1317 2687 W ActivityManager: Unable to start service Intent
{ cmp=com.vivo.upslide/com.vivo.card.service.CardService } U=0: not found
02-01 11:39:03.374 1317 2687 W ActivityManager: Unable to start service Intent
{ cmp=com.android.launcher3/.keyguardstatechanged.service.UnlockAnimService } U=0:
not found
02-01 11:39:03.378 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 10049, arg4: 0, name: com.android.systemui
02-01 11:39:03.398 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
3.3783784; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:39:03.428 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.479 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 679; current
= 665; currentFloat = 0.38071495; target = 608; animate = 665; rate = 40; gap =
164; step = 14; scale = 1.0
02-01 11:39:03.480 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38071495 pkg:android
userId:0
02-01 11:39:03.481 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38071495
02-01 11:39:03.481 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:03.482 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38071495
02-01 11:39:03.482 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 72, control mode automatic, policy level 0, lux 2).
02-01 11:39:03.482 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:03.482 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38071495, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:03.482 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.2385701 pkg:android
userId:0
02-01 11:39:03.483 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38071495 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:03.483 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.16141637, brightness =
661, useSurfaceControl status false
02-01 11:39:03.483 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.483 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:03.483 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=661
02-01 11:39:03.483 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:03.483 1317 1766 I _V_VivoLightsService: lcmFloat = 0.16141637;
setBrightness = 661
02-01 11:39:03.484 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:03.484 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:03.484 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:661 pkg:android userId:0
02-01 11:39:03.484 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:03.487 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:03.487 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:03.487 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:03.487 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38071495
02-01 11:39:03.488 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:03.489 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.490 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.490 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:03.490 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 661
02-01 11:39:03.490 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:03.491 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:03.491 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:03.491 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:03.491 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:03.498 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.498 1317 2666 D _V_LockSettingsService: checkVoldPassword password
is empty
02-01 11:39:03.500 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.501 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.506 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.508 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.510 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.511 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 10049, arg4: 0, name: com.android.systemui
02-01 11:39:03.511 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.516 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.518 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.520 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.522 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.526 1317 2666 W ActivityManager: Unable to start service Intent
{ cmp=com.android.launcher3/.keyguardstatechanged.service.UnlockAnimService } U=0:
not found
02-01 11:39:03.530 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.531 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:03.531 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:45457c4 u0 NotificationShade},
shouldSendRedrawForSync() = false
02-01 11:39:03.533 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.535 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.540 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.547 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.548 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
2.533784; medianLux = 3.3783784; kalmanLux = 3.3783784; speculatedLux = 3.3783784;
finalLux = 3.3783784
02-01 11:39:03.652 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 665; current
= 651; currentFloat = 0.38054594; target = 608; animate = 651; rate = 40; gap =
165; step = 14; scale = 1.0
02-01 11:39:03.653 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.38054594 pkg:android
userId:0
02-01 11:39:03.654 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38054594
02-01 11:39:03.654 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:03.655 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.38054594, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:03.655 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38054594
02-01 11:39:03.655 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 71, control mode automatic, policy level 0, lux 2).
02-01 11:39:03.655 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.655 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:03.655 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:03.655 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:03.655 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.38054594 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:03.656 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:03.656 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:03.656 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:03.656 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:03.656 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.15848596, brightness =
649, useSurfaceControl status false
02-01 11:39:03.657 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.23890811 pkg:android
userId:0
02-01 11:39:03.657 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=649
02-01 11:39:03.657 1317 1766 I _V_VivoLightsService: lcmFloat = 0.15848596;
setBrightness = 649
02-01 11:39:03.658 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:649 pkg:android userId:0
02-01 11:39:03.659 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:03.660 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.38054594
02-01 11:39:03.666 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 649
02-01 11:39:03.667 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:03.667 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:03.668 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.669 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.669 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:03.669 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:03.669 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:03.669 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:03.670 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:03.670 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:03.671 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.671 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:03.671 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:03.671 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:03.671 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:03.672 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:03.672 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:03.693 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.697 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.699 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
1.6891892; medianLux = 2.533784; kalmanLux = 2.533784; speculatedLux = 2.533784;
finalLux = 2.533784
02-01 11:39:03.700 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.708 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.710 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.712 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.714 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.716 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.717 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.752 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.756 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.758 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.766 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.783 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.786 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.790 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.792 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.794 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.796 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.799 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.800 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.802 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.804 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.806 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.808 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.810 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.812 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.813 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.815 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.817 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.819 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.821 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.823 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.823 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 651; current
= 637; currentFloat = 0.37970084; target = 608; animate = 637; rate = 40; gap =
166; step = 14; scale = 1.0
02-01 11:39:03.824 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.37970084 pkg:android
userId:0
02-01 11:39:03.825 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:03.826 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.24059832 pkg:android
userId:0
02-01 11:39:03.827 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 69, control mode automatic, policy level 0, lux 2).
02-01 11:39:03.827 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:03.828 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.37970084
02-01 11:39:03.830 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.830 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.37970084
02-01 11:39:03.830 1317 1766 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.37970084; mInvisibleBright = 0.37970084; mActualLcm = 636; mTargetLcm = 608;
mPemScale = 1.0; mApparentBrightness = 0.33153045
02-01 11:39:03.830 1317 1766 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.37970084; finalBrightness =
0.37953183; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
02-01 11:39:03.830 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.830 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.37953183, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:03.830 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:03.830 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:03.831 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:03.831 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.37953183 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:03.831 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:03.831 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:03.831 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:03.831 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.15531136, brightness =
636, useSurfaceControl status false
02-01 11:39:03.831 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:03.831 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=636
02-01 11:39:03.832 1317 1766 I _V_VivoLightsService: lcmFloat = 0.15531136;
setBrightness = 636
02-01 11:39:03.832 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.832 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:636 pkg:android userId:0
02-01 11:39:03.832 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:03.833 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.834 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.834 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.834 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:03.834 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:03.834 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:03.834 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:03.834 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:03.834 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:03.835 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:03.835 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.37970084
02-01 11:39:03.837 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.839 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.839 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 636
02-01 11:39:03.842 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.844 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:03.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
0.8445946; medianLux = 1.6891892; kalmanLux = 1.6891892; speculatedLux = 1.6891892;
finalLux = 1.6891892
02-01 11:39:03.872 1317 2666 I _V_ANRManager: Add log successfully, pid = 1811
02-01 11:39:03.995 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 637; current
= 623; currentFloat = 0.35722134; target = 608; animate = 623; rate = 40; gap =
168; step = 14; scale = 1.0
02-01 11:39:03.996 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.35722134 pkg:android
userId:0
02-01 11:39:03.997 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.35722134
02-01 11:39:03.998 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:03.998 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.35722134, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:03.998 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 68, control mode automatic, policy level 0, lux 2).
02-01 11:39:03.999 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:03.999 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.35722134 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:03.999 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.28555733 pkg:android
userId:0
02-01 11:39:03.999 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.35722134
02-01 11:39:03.999 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 0.8445946; finalLux = 0.8445946; brightness = 0.33153045;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 117;
downLux = 12; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = false; curveName = auto_default; isUseVicoBrightness = false; foldState
= -1; realLcmBrightness = 636; mHBMState = false; mAnimatingStatus = 1;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:39:03.999 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:03.999 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:04.000 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:04.000 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:04.000 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:04.001 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:04.001 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:04.001 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.15213676, brightness =
623, useSurfaceControl status false
02-01 11:39:04.002 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=623
02-01 11:39:04.003 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:623 pkg:android userId:0
02-01 11:39:04.003 1317 1766 I _V_VivoLightsService: lcmFloat = 0.15213676;
setBrightness = 623
02-01 11:39:04.004 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:04.004 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.35722134
02-01 11:39:04.010 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 623
02-01 11:39:04.010 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:91 pkg:android userId:0
02-01 11:39:04.010 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.011 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:04.011 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:04.012 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:04.013 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:04.014 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.015 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:04.015 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:04.015 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:04.015 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:04.015 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:04.015 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:04.015 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:04.015 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:04.126 1317 1857 D _V_ANRManager: Done with pid 1811 in 1269ms
02-01 11:39:04.126 1317 1857 D _V_ANRManager: dumpProcessFiles add:
/data/anr/anrmanager/trace_1811_1970-01-01-08-00-43-877.txt
02-01 11:39:04.148 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
3.3783784; medianLux = 0.8445946; kalmanLux = 0.8445946; speculatedLux = 0.8445946;
finalLux = 0.8445946
02-01 11:39:04.159 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 10049, arg4: 0, name: com.android.systemui
02-01 11:39:04.167 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 623; current
= 609; currentFloat = 0.33322066; target = 608; animate = 609; rate = 40; gap =
170; step = 14; scale = 1.0
02-01 11:39:04.168 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.33322066 pkg:android
userId:0
02-01 11:39:04.169 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:04.170 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.33322066
02-01 11:39:04.170 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:04.170 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 67, control mode automatic, policy level 0, lux 2).
02-01 11:39:04.170 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:04.170 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:04.170 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.33322066, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:04.171 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.33322066 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:04.171 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:04.171 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:04.171 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:04.171 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:04.171 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:04.172 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:04.172 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:04.173 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.33322066
02-01 11:39:04.173 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.33355868 pkg:android
userId:0
02-01 11:39:04.173 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.14871795, brightness =
609, useSurfaceControl status false
02-01 11:39:04.173 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=609
02-01 11:39:04.174 1317 1766 I _V_VivoLightsService: lcmFloat = 0.14871795;
setBrightness = 609
02-01 11:39:04.174 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:609 pkg:android userId:0
02-01 11:39:04.174 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:04.176 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.33322066
02-01 11:39:04.178 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 609
02-01 11:39:04.179 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:85 pkg:android userId:0
02-01 11:39:04.180 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:04.181 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:04.182 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.183 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:04.183 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:04.184 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:04.184 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:04.184 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:04.184 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:04.185 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:04.185 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:04.186 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:04.187 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:04.189 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:04.189 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:04.189 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:04.190 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:04.190 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:04.191 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:04.191 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:04.191 1317 2687 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility false
02-01 11:39:04.192 1317 2687 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=false},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} } from Window{com.android.systemui:45457c4 u0
NotificationShade}
02-01 11:39:04.194 1317 2687 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:45457c4 u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=true
02-01 11:39:04.202 1317 1434 D _V_InsetsStateController: onPostLayout newState =
InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=false},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
02-01 11:39:04.204 1317 1434 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:04.210 1317 1943 D _V_VivoPowerManagerService: Received from
keyguard isKeyguarActive = false
02-01 11:39:04.210 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 10049, arg4: 0, name: com.android.systemui
02-01 11:39:04.211 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.214 1317 2687 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:finger_for_bouncer_show value:0
pkg:com.android.systemui userId:0
02-01 11:39:04.218 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.295 1317 2687 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:04.298 1317 2687 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
02-01 11:39:04.357 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.33153045 pkg:android
userId:0
02-01 11:39:04.357 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:04.358 1317 1486 I _V_Sensor_BrightnessInfo: setAnimateStatus status
= 0; target = 0.33153045; current = 0.33153045
02-01 11:39:04.359 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 66, control mode automatic, policy level 0, lux 2).
02-01 11:39:04.359 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:04.359 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:04.359 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:04.360 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.33153045
02-01 11:39:04.361 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.3369391 pkg:android
userId:0
02-01 11:39:04.361 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.33153045, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:04.362 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.33153045 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:04.362 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.14847375, brightness =
608, useSurfaceControl status false
02-01 11:39:04.363 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:04.363 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=608
02-01 11:39:04.363 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
02-01 11:39:04.363 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:04.363 1317 1766 I _V_VivoLightsService: lcmFloat = 0.14847375;
setBrightness = 608
02-01 11:39:04.363 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:608 pkg:android userId:0
02-01 11:39:04.363 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:04.363 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:04.364 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:04.364 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:04.364 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:04.364 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = false
02-01 11:39:04.365 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.33153045
02-01 11:39:04.365 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 608
02-01 11:39:04.371 1317 1317 D _V_VivoLcmEsd: proximity positive is :true
02-01 11:39:04.371 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:39:04.376 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:04.376 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:04.376 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:04.377 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:04.377 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:04.377 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:04.378 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:04.378 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:04.379 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.379 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:04.380 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:04.380 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:04.380 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:04.381 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:04.381 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:04.381 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:04.382 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.33153045; animateBrightness =
0.33153045; rate = 40; state = 2; slowChange = true
02-01 11:39:04.382 1317 1943 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:403d38c u0 StatusBar} mDrawState=HAS_DRAWN
02-01 11:39:04.382 1317 1943 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@7692259 mSyncState=0
02-01 11:39:04.382 1317 1943 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:45457c4 u0 NotificationShade} mDrawState=DRAW_PENDING
02-01 11:39:04.383 1317 1943 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@a10ee1e mSyncState=0
02-01 11:39:04.388 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:04.399 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:04.399 1317 1435 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:04.434 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.440 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.444 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.452 1317 2687 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) } on
bgKeyApp queue
02-01 11:39:04.453 1317 1943 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:04.453 1317 1943 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:04.454 1317 1317 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has
extras) }
02-01 11:39:04.457 1317 1943 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
02-01 11:39:04.472 1317 1943 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:04.472 1317 1943 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:04.478 1317 2687 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.SIM_CARD_STATE_CHANGED flg=0x5000010 (has extras) }
on background queue
02-01 11:39:04.483 1317 1428 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:39:04.504 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mDown from
false to true
02-01 11:39:04.504 1317 1664 D _V_VivoLcmEsd: Write /sys/lcm/vivo_esd_check_ps 1
02-01 11:39:04.508 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
02-01 11:39:04.508 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:39:04.509 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:39:04.527 1317 1456 I ActivityManager: Start proc
2774:com.google.android.gms.persistent/u0a154 for broadcast
{com.google.android.gms/com.google.android.gms.chimera.GmsIntentOperationService$Pe
rsistentTrustedReceiver}
02-01 11:39:04.550 1317 2666 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_data_call value:4
pkg:com.android.phone userId:0
02-01 11:39:04.574 1317 1445 I StatsPullAtomService: subId 4 added into
historical sub list
02-01 11:39:04.578 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.580 1317 1317 D _V_Sensor_PhoneState: add 4 to list
02-01 11:39:04.582 1317 2666 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) } on
bgKeyApp queue
02-01 11:39:04.583 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mDown from
true to false
02-01 11:39:04.583 1317 1664 D _V_VivoLcmEsd: Write /sys/lcm/vivo_esd_check_ps 0
02-01 11:39:04.587 1317 1317 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has
extras) }
02-01 11:39:04.599 1317 1428 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:04.602 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:04.604 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:04.613 1317 1752 W StorageManagerService: No primary storage defined
yet; hacking together a stub
02-01 11:39:04.615 1317 2189 W StorageManagerService: No primary storage defined
yet; hacking together a stub
02-01 11:39:04.618 1317 2666 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.SIM_CARD_STATE_CHANGED flg=0x5000010 (has extras) }
on background queue
02-01 11:39:04.620 1317 1428 W StorageManagerService: No primary storage defined
yet; hacking together a stub
02-01 11:39:04.625 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.648 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:39:04.659 1317 1434 I ActivityManagerTiming: FinishBooting
02-01 11:39:04.664 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
02-01 11:39:04.669 1317 1434 I ActivityManager: About to commit checkpoint
02-01 11:39:04.672 1317 1317 D _V_VivoLcmEsd: proximity positive is :false
02-01 11:39:04.674 1317 1434 I SystemServiceManager: Starting phase 1000
02-01 11:39:04.674 1317 1434 I ActivityManagerTiming: OnBootPhase_1000
02-01 11:39:04.674 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:39:04.674 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.security.FileIntegrityService
02-01 11:39:04.674 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.Installer
02-01 11:39:04.674 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
02-01 11:39:04.675 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:39:04.675 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:39:04.675 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.powerstats.PowerStatsService
02-01 11:39:04.675 1317 1434 E PowerStatsService: Failed to start
PowerStatsService loggers
02-01 11:39:04.675 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:39:04.675 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:39:04.675 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.DataLoaderManagerService
02-01 11:39:04.675 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.power.PowerManagerService
02-01 11:39:04.675 1317 1434 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:low_power value:0 pkg:android userId:0
02-01 11:39:04.677 1317 1434 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.677 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.power.ThermalManagerService
02-01 11:39:04.677 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.power.hint.HintManagerService
02-01 11:39:04.677 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:39:04.677 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.lights.LightsService
02-01 11:39:04.677 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.display.DisplayManagerService
02-01 11:39:04.679 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.display.VivoDisplayStateService
02-01 11:39:04.679 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.verify.domain.DomainVerificationService
02-01 11:39:04.680 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.PackageInstallerService$Lifecycle
02-01 11:39:04.680 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.UserManagerService$LifeCycle
02-01 11:39:04.680 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.om.OverlayManagerService
02-01 11:39:04.680 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.SensorPrivacyService
02-01 11:39:04.680 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.sensors.SensorService
02-01 11:39:04.680 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.SystemConfigService
02-01 11:39:04.680 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.BatteryService
02-01 11:39:04.680 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.usage.UsageStatsService
02-01 11:39:04.681 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.webkit.WebViewUpdateService
02-01 11:39:04.681 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.CachedDeviceStateService
02-01 11:39:04.681 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.BinderCallsStatsService$LifeCycle
02-01 11:39:04.681 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.LooperStatsService$Lifecycle
02-01 11:39:04.681 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.rollback.RollbackManagerService
02-01 11:39:04.681 1317 1530 D AppStandbyController: Loading headless system app
cache. appIdleEnabled=true
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.os.NativeTombstoneManagerService
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.os.BugreportManagerService
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.gpu.GpuService
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.security.KeyChainSystemService
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.telecom.TelecomLoaderService
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.accounts.AccountManagerService$Lifecycle
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.content.ContentService$Lifecycle
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.DropBoxManagerService
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.role.RoleService
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.vibrator.VibratorManagerService$Lifecycle
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.mediatek.server.MtkAlarmManagerService
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.devicestate.DeviceStateManagerService
02-01 11:39:04.682 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.camera.CameraServiceProxy
02-01 11:39:04.683 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.BluetoothService
02-01 11:39:04.684 1317 1532 D RollbackManager:
mRollbackLifetimeDurationInMillis=1209600000
02-01 11:39:04.686 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.connectivity.IpConnectivityMetrics
02-01 11:39:04.686 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
02-01 11:39:04.686 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.PinnerService
02-01 11:39:04.686 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.google.android.startop.iorap.IorapForwardingService
02-01 11:39:04.686 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.integrity.AppIntegrityManagerService
02-01 11:39:04.686 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
02-01 11:39:04.686 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$L
ifecycle
02-01 11:39:04.687 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.accessibility.AccessibilityManagerService$Lifec
ycle
02-01 11:39:04.690 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.StorageManagerService$Lifecycle
02-01 11:39:04.690 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.usage.StorageStatsService$Lifecycle
02-01 11:39:04.690 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.UiModeManagerService
02-01 11:39:04.690 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.locksettings.LockSettingsService$Lifecycle
02-01 11:39:04.690 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.PersistentDataBlockService
02-01 11:39:04.690 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.testharness.TestHarnessModeService
02-01 11:39:04.690 1317 1434 D TestHarnessModeService: Completing Test Harness
Mode setup.
02-01 11:39:04.690 1317 1583 D StorageManagerService: Thinking about init,
mBootCompleted=true, mDaemonConnected=true
02-01 11:39:04.690 1317 1583 D StorageManagerService: Thinking about reset,
mBootCompleted=true, mDaemonConnected=true
02-01 11:39:04.692 1317 1583 I StorageSessionController: Started resetting
external storage service...
02-01 11:39:04.692 1317 1583 I StorageSessionController: Finished resetting
external storage service
02-01 11:39:04.692 1317 1583 I StorageManagerService: Resetting vold...
02-01 11:39:04.695 1317 1583 I StorageManagerService: Reset vold
02-01 11:39:04.703 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.713 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:04.714 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.oemlock.OemLockService
02-01 11:39:04.714 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.DeviceIdleController
02-01 11:39:04.714 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecyc
le
02-01 11:39:04.716 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.texttospeech.TextToSpeechManagerService
02-01 11:39:04.716 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.speech.SpeechRecognitionManagerService
02-01 11:39:04.716 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.searchui.SearchUiManagerService
02-01 11:39:04.716 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.smartspace.SmartspaceManagerService
02-01 11:39:04.716 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.graphics.fonts.FontManagerService$Lifecycle
02-01 11:39:04.716 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.textservices.TextServicesManagerService$Lifecyc
le
02-01 11:39:04.716 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.textclassifier.TextClassificationManagerService
$Lifecycle
02-01 11:39:04.716 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.NetworkScoreService$Lifecycle
02-01 11:39:04.716 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.wifi.WifiService
02-01 11:39:04.716 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.wifi.scanner.WifiScanningService
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.wifi.p2p.WifiP2pService
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.ethernet.EthernetService
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.ConnectivityServiceInitializer
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.notification.NotificationManagerService
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.storage.DeviceStorageMonitorService
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.location.LocationManagerService$Lifecycle
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.timedetector.TimeDetectorService$Lifecycle
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecy
cle
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.timezonedetector.location.LocationTimeZoneManag
erService$Lifecycle
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.search.SearchManagerService$Lifecycle
02-01 11:39:04.717 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
02-01 11:39:04.718 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.audio.AudioService$Lifecycle
02-01 11:39:04.718 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareS
ervice$Lifecycle
02-01 11:39:04.718 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.DockObserver
02-01 11:39:04.718 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.midi.MidiService$Lifecycle
02-01 11:39:04.718 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.adb.AdbService$Lifecycle
02-01 11:39:04.718 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.usb.UsbService$Lifecycle
02-01 11:39:04.719 1317 1434 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.car.networking.bluetoothWhiteList for user 0
02-01 11:39:04.719 1317 1434 W ActivityThread: Failed to find provider info for
com.vivo.car.networking.bluetoothWhiteList (user not unlocked)
02-01 11:39:04.719 1317 1434 E _V_UsbDeviceManager: Whitelist keywords cursor is
null
02-01 11:39:04.724 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.twilight.TwilightService
02-01 11:39:04.725 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.display.color.ColorDisplayService
02-01 11:39:04.725 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.job.JobSchedulerService
02-01 11:39:04.725 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.soundtrigger.SoundTriggerService
02-01 11:39:04.725 1317 1434 D SoundTriggerService: onBootPhase: 1000 : false
02-01 11:39:04.725 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.trust.TrustManagerService
02-01 11:39:04.726 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.backup.BackupManagerService$Lifecycle
02-01 11:39:04.726 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.appwidget.AppWidgetService
02-01 11:39:04.726 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.voiceinteraction.VoiceInteractionManagerService
02-01 11:39:04.726 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.apphibernation.AppHibernationService
02-01 11:39:04.726 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.GestureLauncherService
02-01 11:39:04.726 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.SensorNotificationService
02-01 11:39:04.728 1317 1434 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: ENABLED
02-01 11:39:04.729 1317 1434 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 1000; state: DISABLED
02-01 11:39:04.732 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.739 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.751 1317 1640 I _V_VivoLocationUtils: --handleMessage 1001
02-01 11:39:04.751 1317 1431 I UsbDeviceManager: Setting USB config to charging
02-01 11:39:04.752 1317 1434 D CompatibilityChangeReporter: Compat change id
reported: 73144566; UID 1000; state: ENABLED
02-01 11:39:04.752 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 12.668919; kalmanLux = 12.668919; speculatedLux = 12.668919;
finalLux = 12.668919
02-01 11:39:04.752 1317 1434 D CompatibilityChangeReporter: Compat change id
reported: 73144566; UID 1000; state: DISABLED
02-01 11:39:04.754 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.emergency.EmergencyAffordanceService
02-01 11:39:04.754 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.dreams.DreamManagerService
02-01 11:39:04.754 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.print.PrintManagerService
02-01 11:39:04.754 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.companion.CompanionDeviceManagerService
02-01 11:39:04.754 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.restrictions.RestrictionsManagerService
02-01 11:39:04.754 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.media.MediaSessionService
02-01 11:39:04.764 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.blob.BlobStoreManagerService
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.biometrics.sensors.face.FaceService
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.biometrics.BiometricService
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.biometrics.AuthService
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.ShortcutService$Lifecycle
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.LauncherAppsService
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.CrossProfileAppsService
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.people.PeopleService
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.media.metrics.MediaMetricsManagerService
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.media.projection.MediaProjectionManagerService
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.slice.SliceManagerService$Lifecycle
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.stats.StatsCompanion$Lifecycle
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.scheduling.RebootReadinessManagerService$Lifecy
cle
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.stats.pull.StatsPullAtomService
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.incident.IncidentCompanionService
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.MmsServiceBroker
02-01 11:39:04.765 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.autofill.AutofillManagerService
02-01 11:39:04.766 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.clipboard.ClipboardService
02-01 11:39:04.766 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.appbinding.AppBindingService$Lifecycle
02-01 11:39:04.766 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.mediatek.powerhalservice.PowerHalMgrService
02-01 11:39:04.766 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.mediatek.server.MtkConnectivitySupplementalService
02-01 11:39:04.766 1317 1434 D MtkConnectivitySupplementalService: onBootPhase:
phase=1000
02-01 11:39:04.766 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.tracing.TracingServiceProxy
02-01 11:39:04.766 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.policy.PermissionPolicyService
02-01 11:39:04.766 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.pm.StagingManager$Lifecycle
02-01 11:39:04.766 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.app.GameManagerService$Lifecycle
02-01 11:39:04.766 1317 1434 D GameManagerService: onBootCompleted
02-01 11:39:04.767 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.appsearch.AppSearchManagerService
02-01 11:39:04.773 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.774 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.android.server.media.MediaCommunicationService
02-01 11:39:04.774 1317 1434 I ActivityManagerTiming:
OnBootPhase_1000_com.vivo.services.autorecover.SystemAutoRecoverService
02-01 11:39:04.774 1317 1434 D ActivityManagerTiming: TotalBootTime took to
complete: 25760ms
02-01 11:39:04.774 1317 1434 D SystemServerInitThreadPool: Shutdown requested
02-01 11:39:04.774 1317 1434 I SystemServerTiming: WaitInitThreadPoolShutdown
02-01 11:39:04.779 1317 1434 D SystemServerInitThreadPool: Shutdown successful
02-01 11:39:04.781 1317 1434 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.wellbeing
02-01 11:39:04.781 1317 1434 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10149; state: DISABLED
02-01 11:39:04.782 1317 1434 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10149; state: DISABLED
02-01 11:39:04.782 1317 1434 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10149; state: DISABLED
02-01 11:39:04.782 1317 1434 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10149; state: ENABLED
02-01 11:39:04.783 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10149; state: ENABLED
02-01 11:39:04.786 1317 1434 I ActivityManager: User 0 state changed from BOOTING
to RUNNING_LOCKED
02-01 11:39:04.786 1317 1434 W ActivityManager: UserLifecycleEvent 4 received
without an active userJourneySession.
02-01 11:39:04.798 1317 1434 D StorageManagerService: unlockUserKey: 0
isFileEncryptedNativeOrEmulated: true hasToken: false hasSecret: false
02-01 11:39:04.808 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.827 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:04.861 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.870 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.894 1317 1432 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
02-01 11:39:04.899 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.905 1317 1434 I _V_StorageManagerService: unlockUserKey success,
append it
02-01 11:39:04.905 1317 1434 W ActivityManager: UserLifecycleEvent 5 received
without an active userJourneySession.
02-01 11:39:04.905 1317 1434 D ActivityManager: Started unlocking user 0
02-01 11:39:04.905 1317 1434 D ActivityManager: Unlocking user 0 progress 0
02-01 11:39:04.905 1317 1434 D ActivityManager: Unlocking user 0 progress 5
02-01 11:39:04.906 1317 1583 D _V_FBEWarnNotice: Go to cancel fbe_notice..
02-01 11:39:04.906 1317 1431 D _V_VivoUserDataPreparerImpl: ttsd2.
02-01 11:39:04.907 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
1.6891892; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:39:04.907 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 1.6891892; finalLux = 7.6013513; brightness = 0.33153045;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 117;
downLux = 12; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = false; curveName = auto_default; isUseVicoBrightness = false; foldState
= -1; realLcmBrightness = 608; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:39:04.908 1317 2821 D _V_VivoUserDataPreparerImpl: ttsd2I begin.
02-01 11:39:04.911 1317 1583 I _V_FBEWarnNotice: cancel fbe_notice 101021 for 0
02-01 11:39:04.911 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.917 1317 1434 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{3c65a65 #1
type=home ?? U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
02-01 11:39:04.919 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.920 1317 1456 W ActivityManager: Slow operation: 140ms so far, now
at startProcess: done updating battery stats
02-01 11:39:04.920 1317 1456 W ActivityManager: Slow operation: 140ms so far, now
at startProcess: building log message
02-01 11:39:04.920 1317 1456 I ActivityManager: Start proc
2804:com.google.android.apps.wellbeing/u0a149 for on-hold
02-01 11:39:04.920 1317 1456 W ActivityManager: Slow operation: 140ms so far, now
at startProcess: starting to update pids map
02-01 11:39:04.924 1317 1432 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
02-01 11:39:04.925 1317 1432 V _V_WindowOrientationListenerImpl: in
onTouchEndLocked. proposedRotation=0, oldProposedRotation=0, lastChangedRotation=0
02-01 11:39:04.928 1317 1434 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:04.928 1317 1434 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:04.928 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:04.931 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:04.932 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:04.938 1317 1434 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:04.938 1317 1434 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:04.941 1317 1434 W Looper : Slow dispatch took 364ms android.display
h=com.android.server.wm.WindowManagerService$H c=null m=37
02-01 11:39:04.943 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.946 1317 1432 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:04.946 1317 1432 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:04.952 1317 1601 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_wifi_sar_dsi value:-1 pkg:android
userId:0
02-01 11:39:04.953 1317 1456 W ActivityManager: Slow operation: 173ms so far, now
at startProcess: done updating pids map
02-01 11:39:04.962 1317 1434 W Looper : Slow delivery took 305ms android.display
h=com.android.server.wm.WindowManagerService$H c=<recycled PooledLambda@a5621d3>
m=0
02-01 11:39:04.963 1317 1434 D ColorDisplayService: setUp: currentUser=0
02-01 11:39:04.971 1317 1434 D _V_VivoColorManagerService: getColorMode ---mode=-
1
02-01 11:39:04.972 1317 1434 D _V_VivoColorManagerService: isChildrenMode: null
02-01 11:39:04.972 1317 1434 D _V_VivoColorManagerService: isChildrenMode: null
02-01 11:39:04.973 1317 1434 D _V_VivoColorManagerService: RGB factor matched
status false for device type value default, supportColorManager value false, color
mode default, use array index 8, use demo array index -1
02-01 11:39:04.974 1317 1434 D _V_VivoColorManagerService: RGB ratio matched
status false for panel type value lcd, platform value mtk, color mode default, use
array index 0
02-01 11:39:04.975 1317 1434 D _V_VivoColorManagerService:
setColorTemperatureMatrix factor=127 R=1.0 G=1.0 B=1.0
02-01 11:39:04.975 1317 1434 D ColorDisplayService:
onNightDisplayAutoModeChanged: autoMode=0
02-01 11:39:04.976 1317 1434 I ColorDisplayService: Turning off night display
02-01 11:39:04.976 1317 1434 D _V_VivoColorManagerService: isChildrenMode: null
02-01 11:39:04.976 1317 1434 D _V_VivoColorManagerService: isChildrenMode: null
02-01 11:39:04.977 1317 1434 D _V_VivoColorManagerService: RGB factor matched
status false for device type value default, supportColorManager value false, color
mode default, use array index 8, use demo array index -1
02-01 11:39:04.977 1317 1434 D _V_VivoColorManagerService: RGB ratio matched
status false for panel type value lcd, platform value mtk, color mode default, use
array index 0
02-01 11:39:04.977 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:04.977 1317 1434 D _V_VivoColorManagerService:
setColorTemperatureMatrix factor=127 R=1.0 G=1.0 B=1.0
02-01 11:39:04.979 1317 1434 D ColorDisplayService: Setting bright color
reduction level: 50
02-01 11:39:04.980 1317 1434 D _V_VivoColorManagerService: setUp: currentUser=0
mUserActivated=false mAutoMode=0
02-01 11:39:04.994 1317 1434 D _V_VivoColorManagerService:
isNotificationEnable:false notificationCount=0
02-01 11:39:04.995 1317 1434 D _V_VivoColorManagerService: isChildrenMode: null
02-01 11:39:04.996 1317 1434 D _V_VivoLcmDcManager: setUp userHandle=0
mSupportDcMatrix=false mSupportLm=falsemSupportLcdLm=false
02-01 11:39:05.006 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10149; state: DISABLED
02-01 11:39:05.006 1317 1943 D _V_ActivityManager: Change proc configuration to
global = {1.0 ?mcc?mnc [en_US] 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.10 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:05.018 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.019 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.043 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.049 1317 1943 W ActivityManager: Slow operation: 77ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:05.051 1317 1434 D _V_ColorDisplayService: applyTint level=100, from:
R=1.0 G=1.0 B=1.0
02-01 11:39:05.051 1317 1434 D _V_ColorDisplayService: applyTint level=100, to:
R=1.0 G=1.0 B=1.0
02-01 11:39:05.055 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
0.8445946; medianLux = 1.6891892; kalmanLux = 1.6891892; speculatedLux = 1.6891892;
finalLux = 1.6891892
02-01 11:39:05.062 1317 1434 W Looper : Drained
02-01 11:39:05.073 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.085 1317 1605 D _V_ConfigurationManager:
/data/bbkcore/wlan_log_config_1.0.xml is null,just return file content, no need
decrypt file
02-01 11:39:05.094 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:05.101 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.106 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:05.115 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.146 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:05.162 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.181 1317 1431 V UserDataPreparer: Found /data/user/0 with serial
number 0
02-01 11:39:05.181 1317 1431 V UserDataPreparer: Found /data/system_ce/0 with
serial number 0
02-01 11:39:05.181 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.186 1317 1431 D UserDataPreparer: Setting property:
sys.user.0.ce_available=true
02-01 11:39:05.199 1317 1431 V PackageManager: reconcileAppsData for null u0 0x2
migrateAppData=false
02-01 11:39:05.200 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux = 0.0;
medianLux = 0.8445946; kalmanLux = 0.8445946; speculatedLux = 0.8445946; finalLux =
0.8445946
02-01 11:39:05.217 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.231 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.310 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.314 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.355 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 0.8445946; kalmanLux = 0.8445946; speculatedLux = 0.8445946;
finalLux = 0.8445946
02-01 11:39:05.357 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.379 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.434 1317 1445 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.439 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.472 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.488 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.492 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.586 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:05.764 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.768 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.779 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.786 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.789 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.791 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.793 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.795 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.801 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
2.533784; medianLux = 0.8445946; kalmanLux = 0.8445946; speculatedLux = 0.8445946;
finalLux = 0.8445946
02-01 11:39:05.801 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 2.533784; finalLux = 0.8445946; brightness = 0.33153045;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 117;
downLux = 12; motion = 0; gameMode = false; cameraMode = false; childMode = false;
newLuxBr = false; curveName = auto_default; isUseVicoBrightness = false; foldState
= -1; realLcmBrightness = 608; mHBMState = false; mAnimatingStatus = 0;
isDemoMachine = false; mCalcNewBrightness = false; userSetting = true;
lockBrightness = false
02-01 11:39:05.805 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.807 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.809 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.811 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.814 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.819 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.823 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.827 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.834 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.841 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.847 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.869 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.914 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.920 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:05.945 1317 1317 V ConditionProviders: 0 condition provider service
connected:
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.a
zr.impl.AzrConditionProviderService}
02-01 11:39:05.947 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode_config_etag value:-2079455149
pkg:android userId:0
02-01 11:39:05.948 1317 1317 D _V_ZenModeHelper: reason =
zmc.onServiceAdded:ComponentInfo{com.google.android.apps.wellbeing/
com.google.android.apps.wellbeing.azr.impl.AzrConditionProviderService}
zenModeEnabled = false mZenModeEnabled = false
02-01 11:39:05.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 2.533784; kalmanLux = 2.533784; speculatedLux = 2.533784;
finalLux = 2.533784
02-01 11:39:05.954 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
02-01 11:39:05.963 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.gsf.gservices for user 0
02-01 11:39:06.003 1317 2189 I ActivityTaskManager: Config changes=3 {1.0
515mcc3mnc [en_US] 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.19 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1}
02-01 11:39:06.013 1317 2189 I ActivityTaskManager: Sending to proc
com.android.systemui new config {1.0 515mcc3mnc [en_US] 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.20 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.014 1317 2189 I ActivityTaskManager: Sending to proc
com.google.android.apps.wellbeing new config {1.0 515mcc3mnc [en_US] ldltr sw384dp
w384dp h779dp 300dpi nrml long port finger -keyb/v/h -nav/h
winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720, 1521)
mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.21 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1}
02-01 11:39:06.015 1317 2189 I ActivityTaskManager: Sending to proc
com.google.android.gms.persistent new config {1.0 515mcc3mnc [en_US] 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.22 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1}
02-01 11:39:06.016 1317 2189 I ActivityTaskManager: Sending to proc
com.vivo.upslide new config {1.0 515mcc3mnc [en_US] 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.23 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.017 1317 2189 I ActivityTaskManager: Sending to proc
com.bbk.updater new config {1.0 515mcc3mnc [en_US] 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.24 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.018 1317 2189 I ActivityTaskManager: Sending to proc
com.android.launcher3 new config {1.0 515mcc3mnc [en_US] 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.25 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.019 1317 1752 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms }
U=0: not found
02-01 11:39:06.019 1317 2189 I ActivityTaskManager: Sending to proc
com.android.settings:SettingsExProvider new config {1.0 515mcc3mnc [en_US] 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.26 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1}
02-01 11:39:06.020 1317 2189 I ActivityTaskManager: Sending to proc
com.bbk.updater:remote new config {1.0 515mcc3mnc [en_US] 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.27 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.021 1317 2189 I ActivityTaskManager: Sending to proc com.vivo.pem
new config {1.0 515mcc3mnc [en_US] 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.28 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.022 1317 1752 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@53df7c7
02-01 11:39:06.022 1317 2189 I ActivityTaskManager: Sending to proc
com.google.android.ext.services new config {1.0 515mcc3mnc [en_US] ldltr sw384dp
w384dp h779dp 300dpi nrml long port finger -keyb/v/h -nav/h
winConfig={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720, 1521)
mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.29 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1}
02-01 11:39:06.028 1317 2189 I ActivityTaskManager: Sending to proc com.vivo.rms
new config {1.0 515mcc3mnc [en_US] 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.30 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.029 1317 2189 I ActivityTaskManager: Sending to proc
com.vivo.appfilter:service new config {1.0 515mcc3mnc [en_US] 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.31 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.030 1317 2189 I ActivityTaskManager: Sending to proc
com.android.settings new config {1.0 515mcc3mnc [en_US] 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.32 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.032 1317 2189 I ActivityTaskManager: Sending to proc
com.android.phone new config {1.0 515mcc3mnc [en_US] 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.33 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.033 1317 2189 I ActivityTaskManager: Sending to proc
com.vivo.faceui new config {1.0 515mcc3mnc [en_US] 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.34 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.033 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:06.034 1317 2189 I ActivityTaskManager: Sending to proc
com.vivo.daemonService new config {1.0 515mcc3mnc [en_US] 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.35 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.034 1317 2189 I ActivityTaskManager: Sending to proc
com.vivo.pushservice new config {1.0 515mcc3mnc [en_US] 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.36 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.035 1317 2189 I ActivityTaskManager: Sending to proc com.vivo.abe
new config {1.0 515mcc3mnc [en_US] 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.37 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.036 1317 2189 I ActivityTaskManager: Sending to proc system new
config {1.0 515mcc3mnc [en_US] 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.38 fontWeightAdjustment=0
themeId=2 themeParameter=0 nightModeLevel = -1}
02-01 11:39:06.037 1317 2189 I WindowManager: Override config changes=3 {1.0
515mcc3mnc [en_US] 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.19 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1} for displayId=0
02-01 11:39:06.049 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:06.051 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:06.056 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:06.057 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 1000; state: DISABLED
02-01 11:39:06.061 1317 2189 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0},mainRootTask:Task{3c65a65 #1 type=home ??
U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
02-01 11:39:06.066 1317 2189 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:67f7162 u0 ScreenDecorOverlayBottom},
shouldSendRedrawForSync() = false
02-01 11:39:06.066 1317 2189 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:281fee4 u0 ScreenDecorOverlay},
shouldSendRedrawForSync() = false
02-01 11:39:06.066 1317 2189 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:783e20c u0 NavigationBar0}, shouldSendRedrawForSync() =
false
02-01 11:39:06.066 1317 2189 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:06.066 1317 2189 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:06.066 1317 2189 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:45457c4 u0 NotificationShade},
shouldSendRedrawForSync() = false
02-01 11:39:06.066 1317 2189 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:403d38c u0 StatusBar}, shouldSendRedrawForSync() =
false
02-01 11:39:06.069 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.091 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:06.093 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.098 1317 2821 D _V_VivoUserDataPreparerImpl: ttsd2I end.
02-01 11:39:06.101 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.104 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.106 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:39:06.110 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.110 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:06.112 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.115 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.115 1317 1645 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:audio_safe_volume_state value:3
pkg:android userId:0
02-01 11:39:06.118 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.124 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.125 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.128 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.130 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.132 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.135 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.137 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.154 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:39:06.250 1317 1690 I _V_Sensor_CurveManager: calcNewBrightness algo =
1240; finalAlgo = 1240; lcm = 248; br = 0.10462266; upLux = 29; downLux = 2
02-01 11:39:06.251 1317 1690 D _V_DisplayPowerControllerImpl:
updateVivoSensorState flag = 1
02-01 11:39:06.252 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:06.252 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= true; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 608; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:06.252 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:06.252 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:06.252 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:06.252 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:06.253 1317 1486 I _V_Sensor_MultiModeBrightness:
getBrightnessApparently initial brightness = 0.10462266; finalBrightness =
0.10462266; cameraMode = false; driveMode = false
02-01 11:39:06.253 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:06.253 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:06.253 1317 1486 I _V_Sensor_BrightnessInfo: setAnimateStatus status
= 1; target = 0.10462266; current = 0.33153045
02-01 11:39:06.261 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.263 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 608; current
= 594; currentFloat = 0.30752978; target = 248; animate = 594; rate = 40; gap =
171; step = 14; scale = 1.0
02-01 11:39:06.264 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.30752978 pkg:android
userId:0
02-01 11:39:06.265 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.30752978
02-01 11:39:06.265 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:06.266 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 65, control mode automatic, policy level 0, lux 2).
02-01 11:39:06.266 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:06.266 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.30752978, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:06.266 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.30752978 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:06.267 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.38494045 pkg:android
userId:0
02-01 11:39:06.268 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.30752978
02-01 11:39:06.268 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.14505495, brightness =
594, useSurfaceControl status false
02-01 11:39:06.268 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:06.268 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=594
02-01 11:39:06.268 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:06.268 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:06.268 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:06.268 1317 1766 I _V_VivoLightsService: lcmFloat = 0.14505495;
setBrightness = 594
02-01 11:39:06.268 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:06.270 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:06.273 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:06.274 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:06.274 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:78 pkg:android userId:0
02-01 11:39:06.274 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.30752978
02-01 11:39:06.275 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:06.275 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 594
02-01 11:39:06.276 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:06.277 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:06.277 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.277 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:06.277 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:06.277 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:06.278 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:06.278 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:06.278 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:06.278 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:06.278 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:06.279 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:06.279 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:06.280 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:06.280 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:06.280 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:06.280 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:06.280 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:06.281 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.284 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.302 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.307 1317 2184 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:keyguard_background_finger_color value:1
pkg:com.android.systemui userId:0
02-01 11:39:06.308 1317 2184 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:msim_mode_setting value:3
pkg:com.android.phone userId:0
02-01 11:39:06.310 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.312 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.313 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.315 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.325 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.338 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.342 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.350 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.353 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.359 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.369 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.380 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.392 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.410 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.427 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.439 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.440 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.451 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.452 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 594; current
= 580; currentFloat = 0.2835291; target = 248; animate = 580; rate = 40; gap = 175;
step = 14; scale = 1.0
02-01 11:39:06.454 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.2835291 pkg:android
userId:0
02-01 11:39:06.459 1317 2184 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:06.459 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:06.460 1317 2184 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:06.460 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2835291
02-01 11:39:06.460 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:06.461 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:06.461 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2835291, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:06.461 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2835291
02-01 11:39:06.462 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2835291 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:06.462 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:06.462 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:06.462 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:06.462 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:06.462 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:06.462 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:06.463 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.14163615, brightness =
580, useSurfaceControl status false
02-01 11:39:06.463 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:06.463 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=580
02-01 11:39:06.463 1317 1766 I _V_VivoLightsService: lcmFloat = 0.14163615;
setBrightness = 580
02-01 11:39:06.464 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.4329418 pkg:android
userId:0
02-01 11:39:06.465 1317 2184 I WindowManager: Relayout
Window{com.android.systemui:281fee4 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
02-01 11:39:06.465 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 63, control mode automatic, policy level 0, lux 2).
02-01 11:39:06.465 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:06.467 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:06.469 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2835291
02-01 11:39:06.471 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:72 pkg:android userId:0
02-01 11:39:06.471 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 580
02-01 11:39:06.474 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:06.474 1317 1522 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:06.474 1317 1522 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:06.475 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:06.476 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.476 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:06.476 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:06.476 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:06.477 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:06.477 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:06.477 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:06.477 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:06.478 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:06.478 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:06.480 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:06.482 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:06.483 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:06.483 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:06.483 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:06.483 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:06.483 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:06.488 1317 1429 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:06.488 1317 1429 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:06.488 1317 1432 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : true
02-01 11:39:06.493 1317 1429 I WindowManager: Relayout
Window{com.android.systemui:67f7162 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
02-01 11:39:06.506 1317 2189 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:06.506 1317 2189 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:06.515 1317 2666 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:06.515 1317 2666 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:06.525 1317 2666 I WindowManager: Relayout
Window{com.android.systemui:783e20c 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
02-01 11:39:06.533 1317 2189 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:06.533 1317 2189 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:06.540 1317 2189 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:screen_off_frozen_enable value:1
pkg:com.vivo.pem userId:0
02-01 11:39:06.571 1317 2189 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:783e20c u0 NavigationBar0} mDrawState=HAS_DRAWN
02-01 11:39:06.571 1317 2189 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@d9e12b4 mSyncState=0
02-01 11:39:06.600 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.651 1317 2189 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:06.652 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 580; current
= 566; currentFloat = 0.25961295; target = 248; animate = 566; rate = 40; gap =
180; step = 14; scale = 1.0
02-01 11:39:06.658 1317 1432 D _V_FingerprintUnlockController:
onMotionEventAction(), isDown : false
02-01 11:39:06.659 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.25961295 pkg:android
userId:0
02-01 11:39:06.662 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:06.662 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.25961295
02-01 11:39:06.663 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.25961295, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:06.663 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.25961295 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:06.663 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.25961295
02-01 11:39:06.664 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.13821734, brightness =
566, useSurfaceControl status false
02-01 11:39:06.664 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=566
02-01 11:39:06.664 1317 1766 I _V_VivoLightsService: lcmFloat = 0.13821734;
setBrightness = 566
02-01 11:39:06.665 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:06.666 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 566
02-01 11:39:06.669 1317 2666 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:06.672 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 62, control mode automatic, policy level 0, lux 2).
02-01 11:39:06.672 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:06.673 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:06.673 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:06.675 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.25961295
02-01 11:39:06.676 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:06.676 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:06.676 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:06.676 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:06.676 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:06.677 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:06.677 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:06.677 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.4807741 pkg:android
userId:0
02-01 11:39:06.683 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:66 pkg:android userId:0
02-01 11:39:06.683 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:06.684 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:06.685 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:06.685 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.686 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:06.686 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:06.686 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:06.686 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:06.686 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:06.686 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:06.686 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:06.687 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:06.689 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.voconfig.bridge for user 0
02-01 11:39:06.708 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.715 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.734 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.737 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.739 1317 1451 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:06.740 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.745 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.755 1317 1522 W ActivityManager: Unable to start service Intent
{ act=com.google.android.chimera.BoundService.START dat=chimera-
action:com.google.android.gms.phenotype.service.START
cmp=com.google.android.gms/.chimera.PersistentApiService } U=0: not found
02-01 11:39:06.755 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.757 1317 1429 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@51c594d
02-01 11:39:06.761 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.765 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.775 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.801 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.803 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.810 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.818 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.830 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.836 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.846 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.851 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:06.854 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.856 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 566; current
= 552; currentFloat = 0.24862672; target = 248; animate = 552; rate = 40; gap =
189; step = 14; scale = 1.0
02-01 11:39:06.856 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.24862672 pkg:android
userId:0
02-01 11:39:06.859 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:06.860 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.24862672
02-01 11:39:06.861 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.24862672
02-01 11:39:06.862 1317 2189 I _V_BroadcastQueue: Broadcast intent Intent
{ act=com.mediatek.internal.stk.command flg=0x2010
cmp=com.android.stk/.StkCmdReceiver (has extras) } on bgKeyApp queue
02-01 11:39:06.862 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:06.863 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 60, control mode automatic, policy level 0, lux 2).
02-01 11:39:06.863 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:06.863 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:06.864 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24862672, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:06.864 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:06.864 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:06.864 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24862672 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:06.865 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.13479854, brightness =
552, useSurfaceControl status false
02-01 11:39:06.865 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.5027466 pkg:android
userId:0
02-01 11:39:06.865 1317 2666 I _V_BroadcastQueue: Broadcast intent Intent
{ act=com.android.internal.stk.command flg=0x2010
cmp=com.android.stk/.StkCmdReceiver (has extras) } on bgKeyApp queue
02-01 11:39:06.865 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=552
02-01 11:39:06.865 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:06.865 1317 1766 I _V_VivoLightsService: lcmFloat = 0.13479854;
setBrightness = 552
02-01 11:39:06.865 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:06.865 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:06.866 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:06.871 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:06.871 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.871 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:06.871 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 552
02-01 11:39:06.871 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.24862672
02-01 11:39:06.872 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:63 pkg:android userId:0
02-01 11:39:06.872 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:06.873 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:06.875 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:06.875 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.875 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:06.876 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.876 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:06.876 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:06.876 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:06.877 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:06.877 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:06.877 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.880 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:06.881 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:06.881 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.898 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:06.974 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:06.993 1317 1429 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:06.993 1317 1429 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:06.997 1317 1429 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
02-01 11:39:07.004 1317 1429 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.005 1317 1429 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.021 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.027 1317 2666 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:error_confirm_attempts value:0
pkg:com.android.systemui userId:0
02-01 11:39:07.028 1317 1317 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
02-01 11:39:07.029 1317 1317 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
02-01 11:39:07.029 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 10049, arg4: 0, name: com.android.systemui
02-01 11:39:07.031 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.034 1317 1429 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_KEYGUARD_GOING_AWAY mNextAppTransitionRequests=[],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.requestTransitionAndLegacyPrepare:5776
com.android.server.wm.KeyguardController.keyguardGoingAway:300
com.android.server.wm.ActivityTaskManagerService.keyguardGoingAway:3869
android.app.IActivityTaskManager$Stub.onTransact:2350
02-01 11:39:07.034 1317 1429 D _V_BarAnimController: prepareAppTransition 0 0
02-01 11:39:07.035 1317 1429 W _V_VivoStack: Stack is:
02-01 11:39:07.035 1317 1429 W _V_VivoStack: java.lang.Exception: Debug rmToken:
{"keyguard", display 0, acquire at 39296 (8760 ms ago)}
02-01 11:39:07.035 1317 1429 W _V_VivoStack: at
com.android.server.wm.RootWindowContainer.removeSleepToken(RootWindowContainer.java
:3126)
02-01 11:39:07.035 1317 1429 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService$SleepTokenAcquirerImpl.release(Act
ivityTaskManagerService.java:5290)
02-01 11:39:07.035 1317 1429 W _V_VivoStack: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:578)
02-01 11:39:07.035 1317 1429 W _V_VivoStack: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:569)
02-01 11:39:07.035 1317 1429 W _V_VivoStack: at
com.android.server.wm.KeyguardController.keyguardGoingAway(KeyguardController.java:
302)
02-01 11:39:07.035 1317 1429 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService.keyguardGoingAway(ActivityTaskMana
gerService.java:3869)
02-01 11:39:07.035 1317 1429 W _V_VivoStack: at
android.app.IActivityTaskManager$Stub.onTransact(IActivityTaskManager.java:2350)
02-01 11:39:07.035 1317 1429 W _V_VivoStack: at
com.android.server.wm.ActivityTaskManagerService.onTransact(ActivityTaskManagerServ
ice.java:5875)
02-01 11:39:07.035 1317 1429 W _V_VivoStack: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:39:07.035 1317 1429 W _V_VivoStack: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:39:07.035 1317 1429 D ActivityTaskManager: Top Process State changed to
PROCESS_STATE_TOP
02-01 11:39:07.037 1317 1429 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:07.039 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.040 1317 1429 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
02-01 11:39:07.041 1317 1429 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_KEYGUARD_GOING_AWAY],
mNextAppTransitionFlags=TRANSIT_FLAG_KEYGUARD_GOING_AWAY_WITH_WALLPAPER
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.resumeTopActivityInnerLocked:7623
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7254
02-01 11:39:07.042 1317 1429 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:07.043 1317 1429 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:07.043 1317 1429 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:07.043 1317 1429 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:07.043 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: Failed to write to
/sys/rsc/rsc_svp
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils:
java.io.FileNotFoundException: /sys/rsc/rsc_svp: open failed: ENOENT (No such file
or directory)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
java.io.FileWriter.<init>(FileWriter.java:63)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.threadBoostStatus(BoostThreadUtils.java:35)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.activityVisiableThreadBoost(BoostThreadUtils
.java:20)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.VivoTaskImpl.activityVisiableThreadBoost(VivoTaskImpl.java:27
68)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityInnerLocked(Task.java:7663)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7241)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7254)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7300)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.lambda$applySleepTokens$21$RootWindowCont
ainer(RootWindowContainer.java:2826)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda27.accept(Unknown
Source:8)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.Task.forAllRootTasks(Task.java:4627)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1856)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.applySleepTokens(RootWindowContainer.java
:2808)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.updateSleepIfNeededLocked(Activity
TaskManagerService.java:5315)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.removeSleepToken(RootWindowContainer.java
:3139)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService$SleepTokenAcquirerImpl.release(Act
ivityTaskManagerService.java:5290)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:578)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:569)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.keyguardGoingAway(KeyguardController.java:
302)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.keyguardGoingAway(ActivityTaskMana
gerService.java:3869)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
android.app.IActivityTaskManager$Stub.onTransact(IActivityTaskManager.java:2350)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.onTransact(ActivityTaskManagerServ
ice.java:5875)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
libcore.io.Linux.open(Native Method)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
02-01 11:39:07.045 1317 1429 W _V_BoostThreadUtils: ... 32 more
02-01 11:39:07.047 1317 1429 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0} null
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: Failed to write to
/sys/rsc/rsc_svp
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils:
java.io.FileNotFoundException: /sys/rsc/rsc_svp: open failed: ENOENT (No such file
or directory)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
java.io.FileWriter.<init>(FileWriter.java:63)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.threadBoostStatus(BoostThreadUtils.java:35)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.activityVisiableThreadBoost(BoostThreadUtils
.java:20)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.VivoTaskImpl.activityVisiableThreadBoost(VivoTaskImpl.java:27
68)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityInnerLocked(Task.java:7665)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7241)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7254)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7300)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.lambda$applySleepTokens$21$RootWindowCont
ainer(RootWindowContainer.java:2826)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer$$ExternalSyntheticLambda27.accept(Unknown
Source:8)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.Task.forAllRootTasks(Task.java:4627)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1863)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.WindowContainer.forAllRootTasks(WindowContainer.java:1856)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.applySleepTokens(RootWindowContainer.java
:2808)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.updateSleepIfNeededLocked(Activity
TaskManagerService.java:5315)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.removeSleepToken(RootWindowContainer.java
:3139)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService$SleepTokenAcquirerImpl.release(Act
ivityTaskManagerService.java:5290)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:578)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.updateKeyguardSleepToken(KeyguardControlle
r.java:569)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.KeyguardController.keyguardGoingAway(KeyguardController.java:
302)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.keyguardGoingAway(ActivityTaskMana
gerService.java:3869)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
android.app.IActivityTaskManager$Stub.onTransact(IActivityTaskManager.java:2350)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityTaskManagerService.onTransact(ActivityTaskManagerServ
ice.java:5875)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
libcore.io.Linux.open(Native Method)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
02-01 11:39:07.049 1317 1429 W _V_BoostThreadUtils: ... 32 more
02-01 11:39:07.050 1317 1429 I _V_SDS :
onSetActivityResumed=com.android.settings
recordInfo=com.android.settings/.FallbackHome pid=2079
02-01 11:39:07.053 1317 1429 I HoverMode: ar is resume in second =
ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0}
02-01 11:39:07.057 1317 2187 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3096
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
02-01 11:39:07.059 1317 1429 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0},mainRootTask:Task{3c65a65 #1 type=home ??
U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
02-01 11:39:07.062 1317 1429 D _V_VivoActivityRecordImpl:
lastMergedOverrideConfig:{1.0 ?mcc?mnc [en_US] 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=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.3 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1} newMergedOverrideConfig:{1.0 515mcc3mnc
[en_US] 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=home mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.4 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1} isExiting:false isexittofullscreeen:false isfromfreeform:false
fromfreeform:false this:ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0}
02-01 11:39:07.063 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 552; current
= 538; currentFloat = 0.24195048; target = 248; animate = 538; rate = 40; gap =
208; step = 14; scale = 1.0
02-01 11:39:07.064 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.24195048 pkg:android
userId:0
02-01 11:39:07.064 1317 1429 D _V_VivoActivityRecordImpl: global theme : name =
ComponentInfo{com.android.settings/com.android.settings.FallbackHome}, noRelaunch =
false, actRelaunch = true, actRelaunchRemove = false, forceRelaunch = false,
actRelStateThemePara = -1, actRelaunchAssets = 0, final change = 80000003
02-01 11:39:07.066 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:07.067 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:07.067 1317 1429 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0} null
02-01 11:39:07.068 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:07.068 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.24195048
02-01 11:39:07.069 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 1000; state: DISABLED
02-01 11:39:07.069 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 1000; state: DISABLED
02-01 11:39:07.070 1317 2187 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3100
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:07.070 1317 1429 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=20, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:07.072 1317 2187 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3107
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:07.073 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.51609904 pkg:android
userId:0
02-01 11:39:07.073 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 59, control mode automatic, policy level 0, lux 2).
02-01 11:39:07.073 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.24195048, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:07.073 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:07.073 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.24195048 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:07.073 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.24195048
02-01 11:39:07.074 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.13137974, brightness =
538, useSurfaceControl status false
02-01 11:39:07.074 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:07.074 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:07.074 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:07.074 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:07.074 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:07.074 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:07.075 1317 1429 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
02-01 11:39:07.075 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=538
02-01 11:39:07.076 1317 1766 I _V_VivoLightsService: lcmFloat = 0.13137974;
setBrightness = 538
02-01 11:39:07.077 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:07.079 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:07.080 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:07.080 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.24195048
02-01 11:39:07.080 1317 1429 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=20, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:07.081 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:62 pkg:android userId:0
02-01 11:39:07.082 1317 1429 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:07.082 1317 2928 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:07.083 1317 1429 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=20, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:07.083 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 538
02-01 11:39:07.083 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.084 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:07.084 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.085 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:07.085 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.085 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:07.086 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.087 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.087 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:07.088 1317 2187 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3111
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:07.089 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:07.093 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.093 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:07.093 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:07.094 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:07.094 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:07.094 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.094 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:07.094 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:07.095 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:07.096 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:07.096 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:07.097 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:07.097 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:07.097 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.097 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:07.097 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:07.097 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:07.097 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:07.098 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:07.099 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:07.100 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:07.100 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:07.100 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.100 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.101 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
excludes appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.101 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.101 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.101 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.110 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.112 1317 1429 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=20, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:07.112 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.114 1317 1568 D _V_FakeBarSurfaceControl-FakeGestureBar: capture
when bar is invisible, hide it first
02-01 11:39:07.120 1317 1429 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.120 1317 1429 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.122 1317 1429 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.settings/com.android.settings.FallbackHome}
,resizeMode=0 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
02-01 11:39:07.124 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.128 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:07.133 1317 2189 W ActivityManager: Unable to start service Intent
{ act=com.google.android.chimera.BoundService.START dat=chimera-
action:com.google.android.gms.phenotype.service.START
cmp=com.google.android.gms/.chimera.PersistentApiService } U=0: not found
02-01 11:39:07.133 1317 2184 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.133 1317 2184 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.138 1317 2666 W ActivityManager: Unable to start service Intent
{ act=vivo.intent.action.BIND_INTENTION_PLUS_SERVICE pkg=com.vivo.aiengine } U=0:
not found
02-01 11:39:07.141 1317 2666 W ActivityManager: Unable to start service Intent
{ act=vivo.intent.action.BIND_INTENTION_PLUS_SERVICE pkg=com.vivo.aiengine } U=0:
not found
02-01 11:39:07.142 1317 2135 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.143 1317 2135 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.146 1317 2135 I WindowManager: Relayout Window{f5e94ae u0
com.android.settings/com.android.settings.FallbackHome}: oldVis=8, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
02-01 11:39:07.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 19.425676; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 538; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:07.154 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.156 1317 1752 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.156 1317 1752 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.159 1317 1752 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
02-01 11:39:07.166 1317 1752 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:07.168 1317 2189 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.168 1317 2189 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.177 1317 1522 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:07.178 1317 2135 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0}
currentState=0 startState=-1 activityState = RESUMED info = Settings
02-01 11:39:07.182 1317 1752 W _V_VivoAmsImpl: mCallingPidFilter=2051,
mCallingUidFilter=1001
02-01 11:39:07.185 1317 1752 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.carrierconfig
02-01 11:39:07.186 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1001; state: DISABLED
02-01 11:39:07.186 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 1001; state: DISABLED
02-01 11:39:07.186 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 1001; state: DISABLED
02-01 11:39:07.186 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 1001; state: ENABLED
02-01 11:39:07.187 1317 2666 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.187 1317 2666 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.196 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_https_url value: pkg:android userId:0
02-01 11:39:07.197 1317 2666 I WindowManager: Relayout Window{f5e94ae u0
com.android.settings/com.android.settings.FallbackHome}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
02-01 11:39:07.198 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:captive_portal_http_url value: pkg:android userId:0
02-01 11:39:07.199 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_https_url
02-01 11:39:07.200 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/captive_portal_http_url
02-01 11:39:07.203 1317 1435 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 1000; state: ENABLED
02-01 11:39:07.217 1317 1456 I ActivityManager: Start proc
2937:com.android.carrierconfig/1001 for service
{com.android.carrierconfig/com.android.carrierconfig.DefaultCarrierConfigService}
02-01 11:39:07.219 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.219 1317 1435 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.225 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.226 1317 2666 D _V_WindowManager: finishDrawingWindow:
Window{f5e94ae u0 com.android.settings/com.android.settings.FallbackHome}
mDrawState=DRAW_PENDING
02-01 11:39:07.226 1317 2666 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@22ebd46 mSyncState=0
02-01 11:39:07.239 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.239 1317 1435 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.239 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:b70c143 u0 com.android.systemui.ImageWallpaper},
shouldSendRedrawForSync() = false
02-01 11:39:07.240 1317 1522 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@5b61b07
02-01 11:39:07.245 1317 1435 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
02-01 11:39:07.247 1317 1435 D _V_VivoActivityRecordImpl:
setInvolveInDisplayAreaAnim true , ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0}
02-01 11:39:07.249 1317 1522 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3096
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
02-01 11:39:07.252 1317 1522 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3100
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:07.258 1317 1435 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
02-01 11:39:07.258 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:07.259 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.FallbackHome took -1ms finished.
02-01 11:39:07.260 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:07.263 1317 1435 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 0 mRemoteAnimState = 0 transit = 21
02-01 11:39:07.271 1317 1522 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3107
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:07.274 1317 1435 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.274 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.274 1317 1522 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3111
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:07.274 1317 1435 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.274 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.276 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:07.279 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.282 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:07.283 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.287 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 538; current
= 524; currentFloat = 0.23535874; target = 248; animate = 524; rate = 40; gap =
263; step = 14; scale = 1.0
02-01 11:39:07.288 1317 2135 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:07.291 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.294 1317 2135 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.294 1317 2135 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.294 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.23535874 pkg:android
userId:0
02-01 11:39:07.294 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:07.295 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:07.296 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:07.303 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 57, control mode automatic, policy level 0, lux 2).
02-01 11:39:07.304 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.304 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:07.306 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:07.307 1317 2135 I WindowManager: Relayout
Window{com.android.systemui:b70c143 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=736, requestedHeight=1308, attrs.width=900,
attrs.height=1600, compatFrame = Rect(0, 0 - 900, 1600), mAttrs.privateFlags =
2000004, mInvGlobalScale = 1.0
02-01 11:39:07.309 1317 1429 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility true
02-01 11:39:07.310 1317 1429 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=true}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=true},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} } from Window{com.android.systemui:45457c4 u0
NotificationShade}
02-01 11:39:07.311 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:07.313 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.313 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:07.314 1317 1429 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:45457c4 u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
02-01 11:39:07.315 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:07.317 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.5292825 pkg:android
userId:0
02-01 11:39:07.317 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:07.317 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:07.318 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.23535874
02-01 11:39:07.321 1317 1943 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} }
02-01 11:39:07.321 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:07.322 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:07.324 1317 2184 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:finger_for_bouncer_show value:0
pkg:com.android.systemui userId:0
02-01 11:39:07.325 1317 1943 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.325 1317 1943 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.343 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 1, arg3: 10049, arg4: 0, name: com.android.systemui
02-01 11:39:07.344 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 10049, arg4: 0, name: com.android.systemui
02-01 11:39:07.345 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.346 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.23535874, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:07.347 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.347 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.23535874 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:07.347 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.23535874
02-01 11:39:07.347 1317 2181 D _V_VivoPowerManagerService: Received from
keyguard isKeyguarActive = true
02-01 11:39:07.347 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:07.347 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:07.347 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:07.348 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:07.348 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:07.348 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.348 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:07.348 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:07.349 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.350 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.12796094, brightness =
524, useSurfaceControl status false
02-01 11:39:07.350 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=524
02-01 11:39:07.350 1317 1766 I _V_VivoLightsService: lcmFloat = 0.12796094;
setBrightness = 524
02-01 11:39:07.351 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.352 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:07.352 1317 1943 I WindowManager: Relayout
Window{com.android.systemui:b70c143 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=736, requestedHeight=1308, attrs.width=900,
attrs.height=1600, compatFrame = Rect(0, 0 - 900, 1600), mAttrs.privateFlags =
2000004, mInvGlobalScale = 1.0
02-01 11:39:07.354 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.355 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.23535874
02-01 11:39:07.355 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:60 pkg:android userId:0
02-01 11:39:07.356 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.FallbackHome took -1ms finished.
02-01 11:39:07.357 1317 1435 D _V_VivoActivityRecordImpl:
setInvolveInDisplayAreaAnim false , ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0}
02-01 11:39:07.358 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:07.360 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:07.362 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.363 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:07.363 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:07.363 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:07.364 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:07.364 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:07.365 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:07.365 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:07.365 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:07.365 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:07.366 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:07.366 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:07.366 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:07.366 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:07.367 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:07.367 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:07.369 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:07.369 1317 1434 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:07.370 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:07.376 1317 1434 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.376 1317 1434 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.379 1317 1434 D _V_BarAnimController: appTransitionFinished
02-01 11:39:07.383 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.385 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 8, arg2: 0, arg3: 10049, arg4: 0, name: com.android.systemui
02-01 11:39:07.392 1317 1434 D _V_WindowManager: mUserActivityTimeout set to 7000
02-01 11:39:07.392 1317 1434 D _V_WindowManager: Window
Window{com.android.systemui:45457c4 u0 NotificationShade}, its type = 2040, causing
the syswin = true
02-01 11:39:07.396 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 524
02-01 11:39:07.399 1317 2666 W ActivityManager: Slow operation: 75ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:39:07.403 1317 2666 W ActivityManager: Slow operation: 79ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:07.403 1317 2666 W ActivityManager: Slow operation: 79ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:07.413 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.414 1317 2666 W ActivityManager: Slow operation: 90ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:07.420 1317 2181 W _V_KeyguardStateMonitor:
(KeyguardState,KeyguardServiceWrapper) onShowingStateChanged showing = false
02-01 11:39:07.421 1317 2181 D _V_FingerprintUnlockController:
onKeyguardShown(false)
02-01 11:39:07.421 1317 2181 D _V_FaceUnlockController: onKeyguardShown false
02-01 11:39:07.422 1317 2181 D _V_BBKTouchScreenServiceService: touch service get
state : unlock:vts:1
02-01 11:39:07.424 1317 2181 D _V_BBKTouchScreenServiceService: touch phone
state: 1
02-01 11:39:07.424 1317 2181 I _V_BBKTouchScreenServiceService: displayId = 2
type = 31 state = 1
02-01 11:39:07.426 1317 2181 W _V_FaceUIServiceDelegate: invalid user 0 or no
failed attempt recorded
02-01 11:39:07.434 1317 1752 D _V_VivoKeyguardControllerImpl: setKeyguardShown
keyguardShowing = false, aodShowing = false, aodChanged = false, mKeyguardGoingAway
= true ,caller by com.android.server.wm.KeyguardController.setKeyguardShown:201
com.android.server.wm.ActivityTaskManagerService.setLockScreenShown:3303
android.app.IActivityTaskManager$Stub.onTransact:2257
com.android.server.wm.ActivityTaskManagerService.onTransact:5875
android.os.Binder.execTransactInternal:1179 android.os.Binder.execTransact:1143
<bottom of call stack> <bottom of call stack> <bottom of call stack> <bottom of
call stack>
02-01 11:39:07.437 1317 1936 D _V_StatusBarManagerService: manageDisableList
userId=0 old what1=0x1200000 new what=0x0 pkg=com.android.systemui mCurrentUserId=0
for update
02-01 11:39:07.438 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.440 1317 1317 D _V_TrustManagerService: aggregateIsTrusted -
isTrustAllowedForUser = false
02-01 11:39:07.441 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.442 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.445 1317 1434 I DeviceIdleController: keyguardShowing=false
02-01 11:39:07.446 1317 1434 I DeviceIdleController: becomeActiveLocked,
reason=unlocked, changeLightIdle=true
02-01 11:39:07.449 1317 1434 D DeviceIdleController:
maybeStopMonitoringMotionLocked()
02-01 11:39:07.450 1317 1530 D DeviceIdleController: handleMessage(5)
02-01 11:39:07.450 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.452 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1001; state: DISABLED
02-01 11:39:07.460 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.463 1317 1941 V _V_WindowManager: show:
Window{com.android.systemui:83662c1 u0 ShellDropTarget}
com.android.server.wm.DisplayPolicy.applyKeyguardPolicy:2326
com.android.server.wm.DisplayPolicy.applyPostLayoutPolicyLw:2086
com.android.server.wm.DisplayContent.lambda$new$7$DisplayContent:985
com.android.server.wm.DisplayContent$$ExternalSyntheticLambda24.accept:4
com.android.server.wm.WindowContainer$ForAllWindowsConsumerWrapper.apply:2560
02-01 11:39:07.465 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3096
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
02-01 11:39:07.465 1317 2967 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:07.469 1317 2967 W ActivityThread: Failed to find provider info for
com.bbk.iqoo.logsystemes (user not unlocked)
02-01 11:39:07.471 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.473 1317 2135 D _V_LockSettingsService: userPresent userId: 0
02-01 11:39:07.474 1317 2135 D _V_VivoLockSettingsStrongAuthImpl:
requireStrongAuth strongAuthReason == 0 ,userId ==0
02-01 11:39:07.475 1317 2184 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.vivo.action.KEYGUARD_STATE_CHANGED flg=0x24000010 (has
extras) } send by ApplicationInfo{f317c94 com.android.systemui} should with
permissions for security!!!
02-01 11:39:07.476 1317 1589 W _V_VivoLockSettingsStrongAuthImpl:
notifyStrongAuthTrackers strongAuthReason == 0 ,userId ==0
02-01 11:39:07.478 1317 1941 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1
,topActivity=ComponentInfo{com.android.settings/com.android.settings.FallbackHome}
,resizeMode=0 ,topActivityType=2 ,of windowConfiguration={ mBounds=Rect(0, 0 - 720,
1600) mAppBounds=Rect(0, 44 - 720, 1521) mMaxBounds=Rect(0, 0 - 720, 1600)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=home
mAlwaysOnTop=undefined mRotation=ROTATION_0} }
02-01 11:39:07.480 1317 1317 D _V_TrustManagerService: aggregateIsTrusted - no
active trusted agent
02-01 11:39:07.481 1317 1434 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.483 1317 1941 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{f5e94ae u0 com.android.settings/com.android.settings.FallbackHome}
02-01 11:39:07.487 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.487 1317 1941 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{f5e94ae u0 com.android.settings/com.android.settings.FallbackHome}
02-01 11:39:07.489 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.491 1317 1941 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{f5e94ae u0 com.android.settings/com.android.settings.FallbackHome}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:07.492 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
excludes appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.493 1317 1941 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
02-01 11:39:07.494 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.501 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.503 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.531 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.538 1317 1522 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@78aeccf ,windowToken
=android.os.BinderProxy@5020929 ,isPassword=false ,mIsSecImms=false
02-01 11:39:07.540 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.541 1317 1522 D _V_SafeScreenUtil: initPdProtectSetting
02-01 11:39:07.542 1317 1522 D _V_SafeScreenUtil: syncPdMode set value = false
02-01 11:39:07.544 1317 1522 D _V_SafeScreenUtil: syncPdMode success, value:
false
02-01 11:39:07.546 1317 1428 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.vivo.action.KEYGUARD_STATE_CHANGED flg=0x24000010 (has
extras) } send by ApplicationInfo{f317c94 com.android.systemui} should with
permissions for security!!!
02-01 11:39:07.547 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3100
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:07.550 1317 1522 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@170206f inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@ce7e863
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_PAN|IS_FORWARD_NAVIGATION windowFlags=#81910100
unverifiedTargetSdkVersion=31
02-01 11:39:07.552 1317 1522 V InputMethodManagerService: Unspecified window will
hide input
02-01 11:39:07.554 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:07.554 1317 1522 V InputMethodManagerService: switching to client:
client=android.os.BinderProxy@170206f keyguard=false
02-01 11:39:07.555 1317 1522 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{dbdc9d5 uid=1000 pid=2079 displayId=0}
02-01 11:39:07.556 1317 1522 E _V_InputMethodManagerService:
mCurId=null
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
02-01 11:39:07.557 1317 1522 D _V_InputMethodManagerService:
bindCurrentInputMethodServiceLocked service= Intent { act=android.view.InputMethod
cmp=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
(has extras) }, conn =
com.android.server.inputmethod.InputMethodManagerService@f5d0cf ,flags=1082130437 ,
mIsSecImms=false
02-01 11:39:07.557 1317 1522 I _V_VivoRatioControllerUtilsImpl:
setCurrentInputMethod, component =
ComponentInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME}
02-01 11:39:07.560 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.565 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3107
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:07.566 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3111
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:07.571 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.573 1317 1451 D _V_ConfigurationManager:
/data/bbkcore/com.vivo.vpivot_1_0.0.1.xml is null,just return file content, no need
decrypt file
02-01 11:39:07.575 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.google.android.gsf.gservices for user 0
02-01 11:39:07.583 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.583 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.583 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:07.584 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.585 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.585 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.586 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:07.586 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:07.588 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:07.588 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 524; current
= 510; currentFloat = 0.2286825; target = 248; animate = 510; rate = 40; gap = 80;
step = 14; scale = 1.0
02-01 11:39:07.589 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:07.589 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:07.589 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.2286825 pkg:android
userId:0
02-01 11:39:07.589 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.589 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.590 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:07.590 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
excludes appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.590 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.590 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.590 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2286825
02-01 11:39:07.590 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:07.590 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2286825
02-01 11:39:07.591 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.592 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2286825, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:07.592 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2286825 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:07.593 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.124542125, brightness
= 510, useSurfaceControl status false
02-01 11:39:07.593 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=510
02-01 11:39:07.594 1317 1766 I _V_VivoLightsService: lcmFloat = 0.124542125;
setBrightness = 510
02-01 11:39:07.595 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:07.596 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2286825
02-01 11:39:07.596 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 510
02-01 11:39:07.601 1317 1522 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.inputmethod.latin uid 10119, isRmsPreload = false,
keepQuiet =false
02-01 11:39:07.603 1317 1522 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:39:07.609 1317 1317 I _V_VivoTrustManagerServiceImpl: onReceive action
is:android.intent.action.USER_PRESENT
02-01 11:39:07.615 1317 1522 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.inputmethod.latin
02-01 11:39:07.616 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10119; state: ENABLED
02-01 11:39:07.616 1317 1522 V InputMethodManagerService: Adding window token:
android.os.Binder@c7fdd54 for display: 0
02-01 11:39:07.621 1317 1317 I _V_Sensor_AutoInfoManager: action =
android.intent.action.USER_PRESENT
02-01 11:39:07.622 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 17 value: [17]
02-01 11:39:07.630 1317 1428 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #228} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (68
skipped)
02-01 11:39:07.635 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:07.636 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:07.636 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 55, control mode automatic, policy level 0, lux 2).
02-01 11:39:07.637 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:07.639 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.639 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:07.639 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:07.639 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:07.639 1317 1456 I _V_VivoRatioControllerUtilsImpl:
handleProcessStartedLocked input method pid = 2980, componentName =
ComponentInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME}
02-01 11:39:07.639 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:07.639 1317 1456 I ActivityManager: Start proc
2980:com.google.android.inputmethod.latin/u0a119 for service
{com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME}
02-01 11:39:07.639 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:07.640 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:07.640 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:07.643 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.54263496 pkg:android
userId:0
02-01 11:39:07.653 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:58 pkg:android userId:0
02-01 11:39:07.654 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.654 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:07.655 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:07.656 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:07.657 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.657 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:07.658 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:07.658 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:07.659 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:07.659 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:07.659 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:07.659 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:07.659 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:07.665 1317 2687 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) }
from com.android.phone (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:07.697 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 510; current
= 501; currentFloat = 0.22445703; target = 248; animate = 501; rate = 40; gap =
182; step = 9; scale = 1.0
02-01 11:39:07.701 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.22445703 pkg:android
userId:0
02-01 11:39:07.703 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:07.704 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.22445703
02-01 11:39:07.705 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22445703, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:07.706 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22445703 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:07.707 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.12234432, brightness =
501, useSurfaceControl status false
02-01 11:39:07.707 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=501
02-01 11:39:07.707 1317 1428 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
02-01 11:39:07.708 1317 1766 I _V_VivoLightsService: lcmFloat = 0.12234432;
setBrightness = 501
02-01 11:39:07.710 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:07.711 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 501
02-01 11:39:07.712 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.22445703
02-01 11:39:07.720 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:07.720 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:07.720 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:07.720 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:07.720 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:07.720 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:07.721 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:07.721 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:07.725 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:07.735 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.55108595 pkg:android
userId:0
02-01 11:39:07.744 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:57 pkg:android userId:0
02-01 11:39:07.746 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:07.746 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.747 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:07.748 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:07.748 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:07.751 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.751 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:07.752 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:07.752 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:07.752 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:07.752 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:07.752 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:07.753 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:07.758 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:07.763 1317 1428 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) } on
bgKeyApp queue
02-01 11:39:07.767 1317 1428 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:07.772 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:07.774 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:07.787 1317 1317 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has
extras) }
02-01 11:39:07.787 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.804 1317 2687 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10119; state: DISABLED
02-01 11:39:07.816 1317 1936 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.phenotype.service.START pkg=com.google.android.gms }
U=0: not found
02-01 11:39:07.817 1317 1936 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@509c0a1
02-01 11:39:07.824 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.834 1317 2189 W ActivityManager: Unable to start service Intent
{ act=com.google.android.chimera.BoundService.START dat=chimera-
action:com.google.android.gms.clearcut.bootcount.service.START
cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } U=0: not found
02-01 11:39:07.835 1317 2135 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@460c5dd
02-01 11:39:07.852 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.857 1317 1431 V PackageManager: reconcileAppsData finished 265
packages
02-01 11:39:07.857 1317 1431 I ActivityManager: User 0 state changed from
RUNNING_LOCKED to RUNNING_UNLOCKING
02-01 11:39:07.858 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.859 1317 1431 D ActivityManager: Unlocking user 0 progress 20
02-01 11:39:07.859 1317 1431 W Looper : Slow dispatch took 2953ms android.fg
h=android.os.Handler c=com.android.server.am.UserController$
$ExternalSyntheticLambda5@c28e2d9 m=0
02-01 11:39:07.859 1317 1455 I SystemServerTimingAsync: ssm.UnlockingUser-0
02-01 11:39:07.859 1317 1455 I SystemServiceManager: Calling onUnlockingUser 0
02-01 11:39:07.859 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:39:07.859 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.security.FileIntegrityService
02-01 11:39:07.859 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.Installer
02-01 11:39:07.859 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:39:07.859 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:39:07.859 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.powerstats.PowerStatsService
02-01 11:39:07.859 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:39:07.859 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:39:07.859 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.DataLoaderManagerService
02-01 11:39:07.859 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.power.PowerManagerService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.power.ThermalManagerService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.power.hint.HintManagerService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.lights.LightsService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.display.DisplayManagerService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.display.VivoDisplayStateService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.verify.domain.DomainVerificationService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.PackageInstallerService$Lifecycle
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.UserManagerService$LifeCycle
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.om.OverlayManagerService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.SensorPrivacyService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.sensors.SensorService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.SystemConfigService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.BatteryService
02-01 11:39:07.860 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.usage.UsageStatsService
02-01 11:39:07.861 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.webkit.WebViewUpdateService
02-01 11:39:07.861 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.CachedDeviceStateService
02-01 11:39:07.861 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.BinderCallsStatsService$LifeCycle
02-01 11:39:07.861 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.LooperStatsService$Lifecycle
02-01 11:39:07.861 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.rollback.RollbackManagerService
02-01 11:39:07.862 1317 1431 W Looper : Slow delivery took 2949ms android.fg
h=android.os.Handler c=com.android.server.am.UserController$
$ExternalSyntheticLambda3@869ab7f m=0
02-01 11:39:07.862 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.os.NativeTombstoneManagerService
02-01 11:39:07.862 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.os.BugreportManagerService
02-01 11:39:07.862 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.gpu.GpuService
02-01 11:39:07.863 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.security.KeyChainSystemService
02-01 11:39:07.863 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.telecom.TelecomLoaderService
02-01 11:39:07.863 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.accounts.AccountManagerService$Lifecycle
02-01 11:39:07.863 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.content.ContentService$Lifecycle
02-01 11:39:07.864 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.864 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.DropBoxManagerService
02-01 11:39:07.864 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.role.RoleService
02-01 11:39:07.864 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.vibrator.VibratorManagerService$Lifecycle
02-01 11:39:07.864 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.mediatek.server.MtkAlarmManagerService
02-01 11:39:07.865 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.devicestate.DeviceStateManagerService
02-01 11:39:07.865 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.camera.CameraServiceProxy
02-01 11:39:07.865 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.BluetoothService
02-01 11:39:07.865 1317 1455 D BluetoothManagerService: User 0 unlocked
02-01 11:39:07.865 1317 1433 D BluetoothManagerService: MESSAGE_USER_UNLOCKED
02-01 11:39:07.865 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.connectivity.IpConnectivityMetrics
02-01 11:39:07.865 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
02-01 11:39:07.865 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.PinnerService
02-01 11:39:07.866 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.google.android.startop.iorap.IorapForwardingService
02-01 11:39:07.866 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.integrity.AppIntegrityManagerService
02-01 11:39:07.866 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
02-01 11:39:07.866 1317 1317 D InputMethodManagerService: onUnlockUser: userId=0
curUserId=0
02-01 11:39:07.866 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:594 pkg:android userId:0
02-01 11:39:07.866 1317 1317 D InputMethodManagerService: --- re-
buildInputMethodList reset = false
02-01 11:39:07.866 1317 1317 D InputMethodManagerService: ------
caller=com.android.server.inputmethod.InputMethodManagerService.onUnlockUser:1634
com.android.server.inputmethod.InputMethodManagerService.handleMessage:4925
android.os.Handler.dispatchMessage:102 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
com.android.server.SystemServer.main:739 java.lang.reflect.Method.invoke:-2
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run:582
com.android.internal.os.ZygoteInit.main:1046
02-01 11:39:07.867 1317 1317 D InputMethodManagerService: Checking
com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
02-01 11:39:07.867 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:580 pkg:android userId:0
02-01 11:39:07.867 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:566 pkg:android userId:0
02-01 11:39:07.868 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Lifecycle
02-01 11:39:07.868 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
02-01 11:39:07.868 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:552 pkg:android userId:0
02-01 11:39:07.868 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.StorageManagerService$Lifecycle
02-01 11:39:07.868 1317 1455 D StorageManagerService: onUnlockUser 0
02-01 11:39:07.868 1317 1455 I StorageSessionController: On user unlock 0
02-01 11:39:07.868 1317 1455 I StorageSessionController: Initialialising...
02-01 11:39:07.869 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:538 pkg:android userId:0
02-01 11:39:07.869 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:524 pkg:android userId:0
02-01 11:39:07.870 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:510 pkg:android userId:0
02-01 11:39:07.871 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:501 pkg:android userId:0
02-01 11:39:07.874 1317 2189 V StorageManagerService: Found primary storage at
VolumeInfo{emulated;0}:
02-01 11:39:07.874 1317 2189 V StorageManagerService: type=EMULATED
diskId=null partGuid= mountFlags=0 mountUserId=0
02-01 11:39:07.874 1317 2189 V StorageManagerService: state=UNMOUNTED
02-01 11:39:07.874 1317 2189 V StorageManagerService: fsType=null fsUuid=null
fsLabel=null
02-01 11:39:07.874 1317 2189 V StorageManagerService: path=null
internalPath=null
02-01 11:39:07.874 1317 2189 V _V_StorageManagerService: CancelNotification state
0
02-01 11:39:07.874 1317 1583 I StorageManagerService: Mounting volume
VolumeInfo{emulated;0}:
02-01 11:39:07.874 1317 1583 I StorageManagerService: type=EMULATED
diskId=null partGuid= mountFlags=PRIMARY|VISIBLE
02-01 11:39:07.874 1317 1583 I StorageManagerService: mountUserId=0
state=UNMOUNTED
02-01 11:39:07.874 1317 1583 I StorageManagerService: fsType=null fsUuid=null
fsLabel=null
02-01 11:39:07.874 1317 1583 I StorageManagerService: path=null
internalPath=null
02-01 11:39:07.875 1317 2189 V _V_StorageManagerService: CancelNotification state
1
02-01 11:39:07.880 1317 1434 D _V_BarAnimController: reset
02-01 11:39:07.881 1317 1434 D _V_BarAnimController: resetRealBars
02-01 11:39:07.881 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
02-01 11:39:07.881 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
02-01 11:39:07.882 1317 1434 D _V_BarAnimController: updateGestureRotation cancel
02-01 11:39:07.882 1317 1434 D _V_BarAnimController: resetFakeBars
02-01 11:39:07.882 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
02-01 11:39:07.882 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
02-01 11:39:07.886 1317 1431 W Looper : Drained
02-01 11:39:07.887 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:783e20c u0 NavigationBar0}, shouldSendRedrawForSync() =
false
02-01 11:39:07.887 1317 2189 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:39:07.892 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 501; current
= 492; currentFloat = 0.22014704; target = 248; animate = 492; rate = 40; gap =
185; step = 9; scale = 1.0
02-01 11:39:07.893 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.22014704 pkg:android
userId:0
02-01 11:39:07.894 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:07.894 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:39:07.894 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.22014704
02-01 11:39:07.895 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:39:07.898 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.22014704, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:07.899 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.22014704 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:07.899 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.12014652, brightness =
492, useSurfaceControl status false
02-01 11:39:07.900 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=492
02-01 11:39:07.900 1317 1766 I _V_VivoLightsService: lcmFloat = 0.12014652;
setBrightness = 492
02-01 11:39:07.901 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:07.901 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.902 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 492
02-01 11:39:07.903 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.22014704
02-01 11:39:07.904 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:492 pkg:android userId:0
02-01 11:39:07.915 1317 1456 I ActivityManager: Start proc
3008:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:39:07.920 1317 1583 I StorageSessionController: On volume mount
VolumeInfo{emulated;0}:
02-01 11:39:07.920 1317 1583 I StorageSessionController: type=EMULATED
diskId=null partGuid= mountFlags=PRIMARY|VISIBLE
02-01 11:39:07.920 1317 1583 I StorageSessionController: mountUserId=0
state=CHECKING
02-01 11:39:07.920 1317 1583 I StorageSessionController: fsType=null
fsUuid=null fsLabel=null
02-01 11:39:07.920 1317 1583 I StorageSessionController:
path=/storage/emulated internalPath=/data/media
02-01 11:39:07.921 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:07.922 1317 1583 I StorageSessionController: Creating connection for
user: 0
02-01 11:39:07.923 1317 1583 I StorageSessionController: Creating and starting
session with id: emulated;0
02-01 11:39:07.925 1317 1583 I StorageUserConnection: Binding to the
ExternalStorageService for user 0
02-01 11:39:07.927 1317 1455 W SystemServiceManager: Service
com.android.server.StorageManagerService$Lifecycle took 59 ms in onUnlockingUser-0
02-01 11:39:07.927 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.usage.StorageStatsService$Lifecycle
02-01 11:39:07.927 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.UiModeManagerService
02-01 11:39:07.928 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.locksettings.LockSettingsService$Lifecycle
02-01 11:39:07.928 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.PersistentDataBlockService
02-01 11:39:07.928 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.testharness.TestHarnessModeService
02-01 11:39:07.928 1317 1588 D _V_LockSettingsService: onUnlockUser userId: 0
02-01 11:39:07.931 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.oemlock.OemLockService
02-01 11:39:07.931 1317 1583 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.media.module uid 10000, isRmsPreload = false,
keepQuiet =false
02-01 11:39:07.931 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.DeviceIdleController
02-01 11:39:07.931 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
02-01 11:39:07.932 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.texttospeech.TextToSpeechManagerService
02-01 11:39:07.932 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.speech.SpeechRecognitionManagerService
02-01 11:39:07.932 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.searchui.SearchUiManagerService
02-01 11:39:07.932 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.smartspace.SmartspaceManagerService
02-01 11:39:07.932 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.graphics.fonts.FontManagerService$Lifecycle
02-01 11:39:07.932 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.textservices.TextServicesManagerService$Lifecycle
02-01 11:39:07.933 1317 1583 W _V_VivoAmsImpl: mCallingPidFilter=416,
mCallingUidFilter=0
02-01 11:39:07.935 1317 1583 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.providers.media.module
02-01 11:39:07.936 1317 1583 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10000; state: DISABLED
02-01 11:39:07.937 1317 1583 I StorageUserConnection: Bound to the
ExternalStorageService for user 0
02-01 11:39:07.938 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10000; state: ENABLED
02-01 11:39:07.950 1317 1588 V LockSettingsService: hide encryption notification,
user: 0
02-01 11:39:07.951 1317 1588 D _V_LockSettingsService: onUnlockUser
tryDeriveAuthTokenForUnsecuredPrimaryUser, userId: 0
02-01 11:39:07.951 1317 1588 W _V_LockSettingsService: Not
SyntheticPasswordBasedCredentialLocked
02-01 11:39:07.956 1317 1456 I Watchdog: Interesting Java process
com.android.providers.media.module started. Pid 3018
02-01 11:39:07.956 1317 1456 I ActivityManager: Start proc
3018:com.android.providers.media.module/u0a0 for service
{com.android.providers.media.module/com.android.providers.media.fuse.ExternalStorag
eServiceImpl}
02-01 11:39:07.981 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:07.983 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:07.985 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:07.995 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:07.999 1317 1445 D IntervalStats: Unable to parse usage stats
packages: [241, 252, 292]
02-01 11:39:08.001 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.003 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.003 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:39:08.006 1317 1445 D IntervalStats: Unable to parse usage stats
packages: [241, 245, 248, 249, 250, 252, 260, 262, 263, 264, 265, 267, 268, 269,
270, 271, 273, 274, 275, 279, 282, 284, 287, 288, 289, 290, 291, 292, 303, 304,
305, 318, 373]
02-01 11:39:08.007 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.008 1317 1445 I UsageStatsService: User[0] Rollover scheduled @
2025-02-01 18:07:51(1738404471371)
02-01 11:39:08.009 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.010 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.010 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.011 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.013 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.014 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.015 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.016 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.017 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.017 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.018 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.019 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.019 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.019 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.023 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.024 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.025 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.032 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.032 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.033 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.035 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.035 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.036 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.037 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.037 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.038 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.039 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.041 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.041 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.042 1317 1451 D _V_SafeScreenUtil: mReadConfigRunnable!
02-01 11:39:08.042 1317 1451 D _V_SafeScreenUtil: start
updateSafeScreenSwitchFromUCS
02-01 11:39:08.042 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.043 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.043 1317 1451 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:08.043 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.044 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.045 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.049 1317 1451 D _V_SafeScreenUtil: cursor is null or empty!
02-01 11:39:08.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 492; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:08.051 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.053 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.053 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.054 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.055 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.056 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.057 1317 1445 I UsageStatsService: User[0] Flushing usage stats to
disk
02-01 11:39:08.058 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:08.060 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.062 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:08.064 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.064 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:08.073 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.079 1317 1428 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10000; state: DISABLED
02-01 11:39:08.086 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.088 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.093 1317 1455 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.095 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.096 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 492; current
= 483; currentFloat = 0.21592158; target = 248; animate = 483; rate = 40; gap =
190; step = 9; scale = 1.0
02-01 11:39:08.097 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.21592158 pkg:android
userId:0
02-01 11:39:08.099 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.21592158
02-01 11:39:08.099 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.21592158
02-01 11:39:08.099 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.21592158, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:08.100 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.21592158 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:08.100 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.11794872, brightness =
483, useSurfaceControl status false
02-01 11:39:08.100 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=483
02-01 11:39:08.100 1317 1766 I _V_VivoLightsService: lcmFloat = 0.11794872;
setBrightness = 483
02-01 11:39:08.102 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:08.102 1317 1317 D InputMethodManagerService: Found an input method
InputMethodInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.
LatinIME, settings:
com.google.android.apps.inputmethod.latin.preference.SettingsActivity}
02-01 11:39:08.102 1317 1317 D InputMethodManagerService: Checking
com.google.android.tts/com.google.android.apps.speech.tts.googletts.settings.asr.vo
iceime.VoiceInputMethodService
02-01 11:39:08.103 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 483
02-01 11:39:08.104 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.105 1317 1445 W AppHibernationService: Attempt to call
setHibernatingForUser before states have been read from disk
02-01 11:39:08.108 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:483 pkg:android userId:0
02-01 11:39:08.109 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.21592158
02-01 11:39:08.115 1317 1455 W SystemServiceManager: Service
com.android.server.textservices.TextServicesManagerService$Lifecycle took 183 ms in
onUnlockingUser-0
02-01 11:39:08.115 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
02-01 11:39:08.115 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.NetworkScoreService$Lifecycle
02-01 11:39:08.116 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.wifi.WifiService
02-01 11:39:08.116 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.wifi.scanner.WifiScanningService
02-01 11:39:08.116 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.wifi.p2p.WifiP2pService
02-01 11:39:08.116 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.ethernet.EthernetService
02-01 11:39:08.116 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.ConnectivityServiceInitializer
02-01 11:39:08.116 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.notification.NotificationManagerService
02-01 11:39:08.117 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.storage.DeviceStorageMonitorService
02-01 11:39:08.117 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.location.LocationManagerService$Lifecycle
02-01 11:39:08.117 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.timedetector.TimeDetectorService$Lifecycle
02-01 11:39:08.117 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
02-01 11:39:08.117 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifec
ycle
02-01 11:39:08.117 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.search.SearchManagerService$Lifecycle
02-01 11:39:08.117 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
02-01 11:39:08.117 1317 1455 I WallpaperManagerService: on-unlock-user-0
02-01 11:39:08.117 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.audio.AudioService$Lifecycle
02-01 11:39:08.117 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycl
e
02-01 11:39:08.118 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.DockObserver
02-01 11:39:08.118 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.midi.MidiService$Lifecycle
02-01 11:39:08.120 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.120 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.122 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.adb.AdbService$Lifecycle
02-01 11:39:08.122 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.usb.UsbService$Lifecycle
02-01 11:39:08.122 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.twilight.TwilightService
02-01 11:39:08.122 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.display.color.ColorDisplayService
02-01 11:39:08.122 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.job.JobSchedulerService
02-01 11:39:08.122 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.soundtrigger.SoundTriggerService
02-01 11:39:08.122 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.trust.TrustManagerService
02-01 11:39:08.122 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.backup.BackupManagerService$Lifecycle
02-01 11:39:08.122 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.appwidget.AppWidgetService
02-01 11:39:08.123 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.voiceinteraction.VoiceInteractionManagerService
02-01 11:39:08.126 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.127 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.131 1317 1666 I BackupManagerService: Starting service for user: 0
02-01 11:39:08.140 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.143 1317 1666 V BackupManagerService: [UserID:0] Starting with
transport com.google.android.gms/.backup.BackupTransportService
02-01 11:39:08.144 1317 1666 D BackupManagerService: [UserID:0] Started thread
backup-0
02-01 11:39:08.158 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.161 1317 1666 E BackupPasswordManager: Unable to read backup pw
version
02-01 11:39:08.162 1317 1666 E BackupPasswordManager: Unable to read saved backup
pw hash
02-01 11:39:08.175 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.183 1317 1455 W SystemServiceManager: Service
com.android.server.voiceinteraction.VoiceInteractionManagerService took 61 ms in
onUnlockingUser-0
02-01 11:39:08.183 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.apphibernation.AppHibernationService
02-01 11:39:08.188 1317 1666 V BackupManagerService: [UserID:0] No ancestral data
02-01 11:39:08.189 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.GestureLauncherService
02-01 11:39:08.189 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.SensorNotificationService
02-01 11:39:08.189 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.emergency.EmergencyAffordanceService
02-01 11:39:08.189 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.dreams.DreamManagerService
02-01 11:39:08.189 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.print.PrintManagerService
02-01 11:39:08.189 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.companion.CompanionDeviceManagerService
02-01 11:39:08.193 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.194 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: Failed to parse
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService:
java.lang.NumberFormatException: null
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
java.lang.Long.parseLong(Long.java:557)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
java.lang.Long.parseLong(Long.java:636)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.parseLongOrDefault(Compa
nionDeviceManagerService.java:1486)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.readAllAssociations(Comp
anionDeviceManagerService.java:1100)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.getAllAssociations(Compa
nionDeviceManagerService.java:1033)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.onUserUnlocking(Companio
nDeviceManagerService.java:325)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUser(SystemServiceManager.java:409)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUser(SystemServiceManager.java:364)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUserUnlocking(SystemServiceManager.java:3
04)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
com.android.server.am.UserController.handleMessage(UserController.java:2832)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
android.os.Handler.dispatchMessage(Handler.java:102)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
android.os.Looper.loop(Looper.java:334)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:39:08.196 1317 1455 W CompanionDeviceManagerService: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:39:08.196 1317 1317 D InputMethodManagerService: Found an input method
InputMethodInfo{com.google.android.tts/com.google.android.apps.speech.tts.googletts
.settings.asr.voiceime.VoiceInputMethodService, settings:
com.google.android.apps.speech.tts.googletts.settings.asr.voiceime.ui.VoiceImeSetti
ngsActivity}
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: Failed to parse
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService:
java.lang.NumberFormatException: null
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
java.lang.Long.parseLong(Long.java:557)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
java.lang.Long.parseLong(Long.java:636)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.parseLongOrDefault(Compa
nionDeviceManagerService.java:1486)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.readAllAssociations(Comp
anionDeviceManagerService.java:1100)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.getAllAssociations(Compa
nionDeviceManagerService.java:1033)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
com.android.server.companion.CompanionDeviceManagerService.onUserUnlocking(Companio
nDeviceManagerService.java:325)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUser(SystemServiceManager.java:409)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUser(SystemServiceManager.java:364)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
com.android.server.SystemServiceManager.onUserUnlocking(SystemServiceManager.java:3
04)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
com.android.server.am.UserController.handleMessage(UserController.java:2832)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
android.os.Handler.dispatchMessage(Handler.java:102)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
android.os.Looper.loop(Looper.java:334)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:39:08.197 1317 1455 W CompanionDeviceManagerService: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:39:08.197 1317 1455 I CompanionDeviceManagerService: Read associations
from disk: {0=[]}
02-01 11:39:08.197 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.restrictions.RestrictionsManagerService
02-01 11:39:08.197 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.media.MediaSessionService
02-01 11:39:08.197 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.blob.BlobStoreManagerService
02-01 11:39:08.197 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.biometrics.sensors.face.FaceService
02-01 11:39:08.197 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.biometrics.BiometricService
02-01 11:39:08.197 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.biometrics.AuthService
02-01 11:39:08.197 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.ShortcutService$Lifecycle
02-01 11:39:08.198 1317 3043 V BackupManagerConstants:
getKeyValueBackupIntervalMilliseconds(...) returns 43200000
02-01 11:39:08.198 1317 3043 V BackupManagerConstants:
getKeyValueBackupFuzzMilliseconds(...) returns 600000
02-01 11:39:08.198 1317 3043 V BackupManagerConstants:
getKeyValueBackupRequiredNetworkType(...) returns 1
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.LauncherAppsService
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.CrossProfileAppsService
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.people.PeopleService
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.media.metrics.MediaMetricsManagerService
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.media.projection.MediaProjectionManagerService
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.slice.SliceManagerService$Lifecycle
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.stats.StatsCompanion$Lifecycle
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.scheduling.RebootReadinessManagerService$Lifecycle
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.stats.pull.StatsPullAtomService
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.incident.IncidentCompanionService
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.MmsServiceBroker
02-01 11:39:08.199 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.autofill.AutofillManagerService
02-01 11:39:08.200 1317 3043 V BackupManagerConstants:
getKeyValueBackupRequireCharging(...) returns true
02-01 11:39:08.201 1317 3043 V KeyValueBackupJob: Scheduling k/v pass in 726
minutes
02-01 11:39:08.204 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.207 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.214 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.221 1317 1317 W InputMethodManagerService: Illegal subtype state:
old subtype = null, new subtype =
android.view.inputmethod.InputMethodSubtype@70bfcd7e
02-01 11:39:08.222 1317 1317 D _V_InputMethodManagerService:
userId=0 ,curUserId=0
02-01 11:39:08.224 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.clipboard.ClipboardService
02-01 11:39:08.225 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.appbinding.AppBindingService$Lifecycle
02-01 11:39:08.225 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.mediatek.powerhalservice.PowerHalMgrService
02-01 11:39:08.225 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.mediatek.server.MtkConnectivitySupplementalService
02-01 11:39:08.225 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.tracing.TracingServiceProxy
02-01 11:39:08.225 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.policy.PermissionPolicyService
02-01 11:39:08.225 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.pm.StagingManager$Lifecycle
02-01 11:39:08.225 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.app.GameManagerService$Lifecycle
02-01 11:39:08.225 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.appsearch.AppSearchManagerService
02-01 11:39:08.226 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.android.server.media.MediaCommunicationService
02-01 11:39:08.226 1317 1455 I SystemServerTimingAsync: ssm.onUnlockingUser-
0_com.vivo.services.autorecover.SystemAutoRecoverService
02-01 11:39:08.226 1317 1455 W ActivityManager: UserLifecycleEvent 5 received
without an active userJourneySession.
02-01 11:39:08.226 1317 1455 W ActivityManager: UserLifecycleEvent 6 received
without an active userJourneySession.
02-01 11:39:08.227 1317 1431 I ActivityTaskManager: Loading recents for user 0
into memory.
02-01 11:39:08.227 1317 1455 I ActivityManager: User 0 state changed from
RUNNING_UNLOCKING to RUNNING_UNLOCKED
02-01 11:39:08.228 1317 1455 D SystemServerTiming: SystemUserUnlock took to
complete: 3323ms
02-01 11:39:08.230 1317 1431 V PackageConfigPersister: loadPackages: empty list
files from /data/system_ce/0/package_configs
02-01 11:39:08.231 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.232 1317 1317 D _V_InputMethodManagerService:
mSecureImsOn=true ,userId=0
02-01 11:39:08.233 1317 1317 W Looper : Slow dispatch took 367ms main
h=android.os.Handler c=null m=5000
02-01 11:39:08.234 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:08.234 1317 1317 W Looper : Slow delivery took 368ms main
h=com.android.providers.settings.SettingsProvider$SettingsRegistry$MyHandler c=null
m=1
02-01 11:39:08.235 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:08.235 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:08.235 1317 1317 D SecInputMethodManagerService: onUnlockUser:
userId=0 curUserId=0
02-01 11:39:08.236 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.236 1317 1317 D SecInputMethodManagerService: --- re-
buildInputMethodList reset = false
02-01 11:39:08.236 1317 1317 D SecInputMethodManagerService: ------
caller=com.android.server.inputmethod.InputMethodManagerService.onUnlockUser:1634
com.android.server.inputmethod.InputMethodManagerService.handleMessage:4925
android.os.Handler.dispatchMessage:102 android.os.Looper.loopOnce:233
android.os.Looper.loop:334 com.android.server.SystemServer.run:1096
com.android.server.SystemServer.main:739 java.lang.reflect.Method.invoke:-2
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run:582
com.android.internal.os.ZygoteInit.main:1046
02-01 11:39:08.239 1317 1317 D _V_SecInputMethodManagerService:
userId=0 ,curUserId=0
02-01 11:39:08.248 1317 1666 I BackupManagerService: isBackupEnabled() => false
due to absent settings file
02-01 11:39:08.249 1317 1666 D BackupManagerService: user:0 readBackupEnableState
enabled:false
02-01 11:39:08.249 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:08.249 1317 1666 I BackupManagerService: [UserID:0] Backup enabled =>
false
02-01 11:39:08.250 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:08.251 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:08.252 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:08.252 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:08.255 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 53, control mode automatic, policy level 0, lux 2).
02-01 11:39:08.255 1317 1455 I ActivityManager: Posting BOOT_COMPLETED user #0
02-01 11:39:08.255 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:08.255 1317 1431 I AppWidgetServiceImpl: handleUserUnlocked User:0
currentDesktopHostId:0
02-01 11:39:08.256 1317 1431 D _V_AppWidgetServiceImpl:
ensureGroupStateLoadedLocked [0]
02-01 11:39:08.260 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.262 1317 1455 I SystemServerTimingAsync: ssm.UnlockedUser-0
02-01 11:39:08.262 1317 1455 I SystemServiceManager: Calling onUnlockedUser 0
02-01 11:39:08.262 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.vivo.services.vgc.cbs.VivoCbsService
02-01 11:39:08.262 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.security.FileIntegrityService
02-01 11:39:08.262 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.Installer
02-01 11:39:08.262 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.os.DeviceIdentifiersPolicyService
02-01 11:39:08.263 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.uri.UriGrantsManagerService$Lifecycle
02-01 11:39:08.263 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.powerstats.PowerStatsService
02-01 11:39:08.263 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.wm.ActivityTaskManagerService$Lifecycle
02-01 11:39:08.263 1317 1455 I LaunchParamsPersister: Didn't find launch param
folder for user 0
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.am.ActivityManagerService$Lifecycle
02-01 11:39:08.264 1317 1455 I _V_ActivityManager: is not preSUpgrade
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.DataLoaderManagerService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.power.PowerManagerService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.power.ThermalManagerService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.power.hint.HintManagerService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.lights.LightsService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.display.DisplayManagerService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.display.VivoDisplayStateService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.verify.domain.DomainVerificationService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.PackageInstallerService$Lifecycle
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.UserManagerService$LifeCycle
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.om.OverlayManagerService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.SensorPrivacyService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.sensors.SensorService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.SystemConfigService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.BatteryService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.usage.UsageStatsService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.webkit.WebViewUpdateService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.CachedDeviceStateService
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.BinderCallsStatsService$LifeCycle
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.LooperStatsService$Lifecycle
02-01 11:39:08.264 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.rollback.RollbackManagerService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.os.NativeTombstoneManagerService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.os.BugreportManagerService
02-01 11:39:08.265 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.gpu.GpuService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.security.KeyChainSystemService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.telecom.TelecomLoaderService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.accounts.AccountManagerService$Lifecycle
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.content.ContentService$Lifecycle
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.DropBoxManagerService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.role.RoleService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.vibrator.VibratorManagerService$Lifecycle
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.mediatek.server.MtkAlarmManagerService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.devicestate.DeviceStateManagerService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.camera.CameraServiceProxy
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.BluetoothService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.connectivity.IpConnectivityMetrics
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.PinnerService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.google.android.startop.iorap.IorapForwardingService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.integrity.AppIntegrityManagerService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.inputmethod.VivoInputMethodManagerServiceImpl$Lifecycle
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.StorageManagerService$Lifecycle
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.usage.StorageStatsService$Lifecycle
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.UiModeManagerService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.locksettings.LockSettingsService$Lifecycle
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.PersistentDataBlockService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.testharness.TestHarnessModeService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.oemlock.OemLockService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.DeviceIdleController
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
02-01 11:39:08.265 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.texttospeech.TextToSpeechManagerService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.speech.SpeechRecognitionManagerService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.searchui.SearchUiManagerService
02-01 11:39:08.265 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.smartspace.SmartspaceManagerService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.graphics.fonts.FontManagerService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.textservices.TextServicesManagerService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.NetworkScoreService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.wifi.WifiService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.wifi.scanner.WifiScanningService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.wifi.p2p.WifiP2pService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.ethernet.EthernetService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.ConnectivityServiceInitializer
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.notification.NotificationManagerService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.storage.DeviceStorageMonitorService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.location.LocationManagerService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.timedetector.TimeDetectorService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifec
ycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.search.SearchManagerService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.audio.AudioService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycl
e
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.DockObserver
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.midi.MidiService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.adb.AdbService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.usb.UsbService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.twilight.TwilightService
02-01 11:39:08.266 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.display.color.ColorDisplayService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.job.JobSchedulerService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.soundtrigger.SoundTriggerService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.trust.TrustManagerService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.backup.BackupManagerService$Lifecycle
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.appwidget.AppWidgetService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.voiceinteraction.VoiceInteractionManagerService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.apphibernation.AppHibernationService
02-01 11:39:08.266 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.GestureLauncherService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.SensorNotificationService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.emergency.EmergencyAffordanceService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.dreams.DreamManagerService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.print.PrintManagerService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.companion.CompanionDeviceManagerService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.restrictions.RestrictionsManagerService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.media.MediaSessionService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.blob.BlobStoreManagerService
02-01 11:39:08.267 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:08.267 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:08.267 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:08.267 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:08.267 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.biometrics.sensors.face.FaceService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.biometrics.BiometricService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.biometrics.AuthService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.ShortcutService$Lifecycle
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.LauncherAppsService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.CrossProfileAppsService
02-01 11:39:08.267 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.people.PeopleService
02-01 11:39:08.267 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:08.268 1317 1431 D _V_AppWidgetServiceImpl:
loadGroupWidgetProvidersLocked 51
02-01 11:39:08.268 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:08.268 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.media.metrics.MediaMetricsManagerService
02-01 11:39:08.268 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.media.projection.MediaProjectionManagerService
02-01 11:39:08.268 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.slice.SliceManagerService$Lifecycle
02-01 11:39:08.268 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.stats.StatsCompanion$Lifecycle
02-01 11:39:08.268 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.scheduling.RebootReadinessManagerService$Lifecycle
02-01 11:39:08.268 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.stats.pull.StatsPullAtomService
02-01 11:39:08.268 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10122,
cmp:ComponentInfo{com.android.bbkmusic/com.android.bbkmusic.widget.MusicWidgetProvi
der}}}
02-01 11:39:08.269 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10167,
cmp:ComponentInfo{com.android.chrome/org.chromium.chrome.browser.quickactionsearchw
idget.QuickActionSearchWidgetProvider$QuickActionSearchWidgetProviderSearch}}}
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.incident.IncidentCompanionService
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.MmsServiceBroker
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.autofill.AutofillManagerService
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.clipboard.ClipboardService
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.appbinding.AppBindingService$Lifecycle
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.mediatek.powerhalservice.PowerHalMgrService
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.mediatek.server.MtkConnectivitySupplementalService
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.tracing.TracingServiceProxy
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.policy.PermissionPolicyService
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.pm.StagingManager$Lifecycle
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.app.GameManagerService$Lifecycle
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.appsearch.AppSearchManagerService
02-01 11:39:08.269 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.android.server.media.MediaCommunicationService
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10167,
cmp:ComponentInfo{com.android.chrome/org.chromium.chrome.browser.quickactionsearchw
idget.QuickActionSearchWidgetProvider$QuickActionSearchWidgetProviderDino}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10167,
cmp:ComponentInfo{com.android.chrome/com.google.android.apps.chrome.appwidget.bookm
arks.BookmarkThumbnailWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10167,
cmp:ComponentInfo{com.android.chrome/org.chromium.chrome.browser.searchwidget.Searc
hWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.AnalogAppWidgetProvi
der}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10049,
cmp:ComponentInfo{com.android.systemui/com.android.systemui.people.widget.PeopleSpa
ceWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10153,
cmp:ComponentInfo{com.android.vending/com.google.android.finsky.rubiks.cubes.widget
.CubesAppWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10153,
cmp:ComponentInfo{com.android.vending/com.google.android.finsky.rubiks.cubes.widget
.ContentForwardWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10150,
cmp:ComponentInfo{com.google.android.apps.searchlite/com.google.android.apps.search
lite.widget.SearchLiteWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10149,
cmp:ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbei
ng.widget.screentime.ScreenTimeWidgetProviderReceiver_Receiver}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10160,
cmp:ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.you
tube.music.player.widget.MusicWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10160,
cmp:ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.you
tube.music.player.widget.gm3.FreeformMusicWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10160,
cmp:ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.you
tube.music.player.widget.gm3.NowPlayingWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10161,
cmp:ComponentInfo{com.google.android.calendar/com.android.calendar.widget.CalendarA
ppWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10161,
cmp:ComponentInfo{com.google.android.calendar/com.google.android.calendar.widgetmon
th.MonthViewWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10169,
cmp:ComponentInfo{com.google.android.gm/com.google.android.gm.widget.GmailWidgetPro
vider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10163,
cmp:ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.wi
dget.YtQuickActionsWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10163,
cmp:ComponentInfo{com.google.android.youtube/com.google.android.apps.youtube.app.wi
dget.YtSearchWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10052,
cmp:ComponentInfo{com.vivo.browser/com.vivo.browser.ui.widget.BookmarkThumbnailWidg
etProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10052,
cmp:ComponentInfo{com.vivo.browser/com.vivo.browser.pendant.PendantWidgetProvider}}
}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10052,
cmp:ComponentInfo{com.vivo.browser/com.vivo.browser.pendant.FeedsWidgetProvider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10105,
cmp:ComponentInfo{com.vivo.doubletimezoneclock/com.vivo.doubletimezoneclock.DoubleT
imezoneClockWidgetProviderClockWeatherForVos}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10096,
cmp:ComponentInfo{com.vivo.notes/com.vivo.notes.appwidget.FastEntranceAppWidgetProv
ider}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10096,
cmp:ComponentInfo{com.vivo.notes/com.vivo.notes.appwidget.ExhibitionAppWidgetProvid
er}}}
02-01 11:39:08.272 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10072,
cmp:ComponentInfo{com.vivo.timerwidget/com.vivo.timerwidget.clockwidget.ClockWidget
Provider}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10205,
cmp:ComponentInfo{com.facebook.katana/com.facebook.notifications.appwidget.MediumNo
tificationsWidgetProvider}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10205,
cmp:ComponentInfo{com.facebook.katana/com.facebook.notifications.appwidget.SmallNot
ificationsWidgetProvider}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10185,
cmp:ComponentInfo{com.facebook.lite/com.facebook.lite.notification.widget.receiver.
NotificationsWidgetProvider}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10192,
cmp:ComponentInfo{com.facemagic.changer/bkmmykgdcv.hnfworp.meccdfno.ajgahs.Rhgqaufo
}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10192,
cmp:ComponentInfo{com.facemagic.changer/bkmmykgdcv.hnfworp.meccdfno.ajgahs.Akulsdu}
}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10192,
cmp:ComponentInfo{com.facemagic.changer/bkmmykgdcv.hnfworp.meccdfno.ajgahs.Yovxdpt}
}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10192,
cmp:ComponentInfo{com.facemagic.changer/bkmmykgdcv.hnfworp.meccdfno.ajgahs.Efdgclud
o}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10192,
cmp:ComponentInfo{com.facemagic.changer/bkmmykgdcv.hnfworp.meccdfno.ajgahs.Ivlkess}
}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10192,
cmp:ComponentInfo{com.facemagic.changer/bkmmykgdcv.qeoqge.xgwtfjrb.kdrbdska.Ofgflaq
bl}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10188,
cmp:ComponentInfo{com.google.android.apps.docs/com.google.android.apps.docs.widget.
CakemixAppWidgetProvider}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10186,
cmp:ComponentInfo{com.google.android.apps.magazines/com.google.apps.dots.android.ne
wsstand.appwidget.NewsWidgetProvider}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10215,
cmp:ComponentInfo{com.lemon.lvoverseas/com.vega.main.appwidget.LargeWidgetProvider}
}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10215,
cmp:ComponentInfo{com.lemon.lvoverseas/com.vega.main.appwidget.MiddleWidgetProvider
}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10215,
cmp:ComponentInfo{com.lemon.lvoverseas/com.vega.main.appwidget.RetouchWidgetProvide
r}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10215,
cmp:ComponentInfo{com.lemon.lvoverseas/com.vega.main.appwidget.RemoveBackgroundWidg
etProvider}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10189,
cmp:ComponentInfo{com.spotify.music/com.spotify.music.features.widget.SpotifyWidget
}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10183,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.follow.widget.F
ollowBigWidgetProvider}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10183,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.appwidget.Camer
aWidgetProvider}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10183,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.story.widget.La
rgeStoryWidget}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10183,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.story.widget.Sm
allStoryWidget}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10183,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.core.SmallAppWi
dgetProvider}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10183,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.bytedance.touchpoint.core.appwidget.
ReferralWidget}}}
02-01 11:39:08.273 1317 1431 D _V_AppWidgetServiceImpl: addProviderLocked,
provider = Provider{ProviderId{user:0, app:10183,
cmp:ComponentInfo{com.ss.android.ugc.trill/com.ss.android.ugc.aweme.search.core.ui.
SearchMiddleWidget}}}
02-01 11:39:08.275 1317 1455 I SystemServerTimingAsync: ssm.onUnlockedUser-
0_com.vivo.services.autorecover.SystemAutoRecoverService
02-01 11:39:08.275 1317 1455 W ActivityManager: UserLifecycleEvent 6 received
without an active userJourneySession.
02-01 11:39:08.280 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:08.280 1317 1431 I _V_AppWidgetServiceImpl:
readProfileStateFromFileLocked 0, userId = 0
02-01 11:39:08.280 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:08.281 1317 1317 I NotificationHistory: Attempted to unlock
gone/disabled user 0
02-01 11:39:08.284 1317 1431 D _V_AppWidgetServiceImpl: loadGroupStateLocked
succeed, version = 1
02-01 11:39:08.284 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:08.284 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:08.284 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:08.284 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:08.284 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:08.285 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:08.285 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:08.291 1317 1431 I _V_AppWidgetServiceImpl: bindLoadedWidgetsLocked
widget: AppWidgetId{5:Host{HostId{user:0, app:10133, hostId:1024,
pkg:com.android.launcher3}}:Provider{ProviderId{user:0, app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:39:08.295 1317 1637 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:08.298 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.299 1317 1431 I _V_AppWidgetServiceImpl: handleUserUnlocked User:0
currentDesktopHostId:0, N = 50
02-01 11:39:08.302 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.303 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.303 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 483; current
= 474; currentFloat = 0.2116116; target = 248; animate = 474; rate = 40; gap = 197;
step = 9; scale = 1.0
02-01 11:39:08.304 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.2116116 pkg:android
userId:0
02-01 11:39:08.305 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2116116
02-01 11:39:08.305 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2116116
02-01 11:39:08.305 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.2116116, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:08.305 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.2116116 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:08.307 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.11575092, brightness =
474, useSurfaceControl status false
02-01 11:39:08.307 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=474
02-01 11:39:08.307 1317 1766 I _V_VivoLightsService: lcmFloat = 0.11575092;
setBrightness = 474
02-01 11:39:08.309 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.310 1317 1941 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.ActivityRecord.finishIfPossible:3881
com.android.server.wm.ActivityClientController.finishActivity:569
android.app.IActivityClientController$Stub.onTransact:695
02-01 11:39:08.311 1317 1941 D _V_BarAnimController: prepareAppTransition 2 0
02-01 11:39:08.312 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:08.312 1317 1941 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:08.312 1317 1941 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:08.313 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.2116116
02-01 11:39:08.313 1317 1941 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:08.314 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:08.316 1317 1941 D _V_BarAnimController:
setActivityVisibilityBeforeCommit null ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0 f}}
02-01 11:39:08.317 1317 1941 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0 f}} ,caller by
com.android.server.wm.ActivityRecord.finishIfPossible:3913
com.android.server.wm.ActivityClientController.finishActivity:569
android.app.IActivityClientController$Stub.onTransact:695
com.android.server.wm.ActivityClientController.onTransact:158
android.os.Binder.execTransactInternal:1179 android.os.Binder.execTransact:1143
<bottom of call stack> <bottom of call stack> <bottom of call stack> <bottom of
call stack> <bottom of call stack> <bottom of call stack>
02-01 11:39:08.318 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.324 1317 3043 V BackupManagerConstants:
getKeyValueBackupIntervalMilliseconds(...) returns 43200000
02-01 11:39:08.324 1317 3043 V BackupManagerConstants:
getKeyValueBackupFuzzMilliseconds(...) returns 600000
02-01 11:39:08.324 1317 3043 V BackupManagerConstants:
getKeyValueBackupRequiredNetworkType(...) returns 1
02-01 11:39:08.324 1317 3043 V BackupManagerConstants:
getKeyValueBackupRequireCharging(...) returns true
02-01 11:39:08.324 1317 3043 V KeyValueBackupJob: Scheduling k/v pass in 726
minutes
02-01 11:39:08.332 1317 1941 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=1 ,topActivity=null ,resizeMode=0 ,topActivityType=2 ,of
windowConfiguration={ mBounds=Rect(0, 0 - 720, 1600) mAppBounds=Rect(0, 44 - 720,
1521) mMaxBounds=Rect(0, 0 - 720, 1600) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=home mAlwaysOnTop=undefined
mRotation=ROTATION_0} }
02-01 11:39:08.333 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:08.338 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 474
02-01 11:39:08.348 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:39:08.358 1317 1522 I _V_WindowManager: check
1aInfo:ActivityInfo{9a2ff60 com.android.launcher3.Launcher} intent:Intent
{ act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x100 }
reason:noMoreActivities resumeHomeActivity
02-01 11:39:08.359 1317 1522 I _V_WindowManager: No need check default home for
noMoreActivities resumeHomeActivity
02-01 11:39:08.359 1317 1522 I _V_WindowManager: check
2aInfo:ActivityInfo{9a2ff60 com.android.launcher3.Launcher}
02-01 11:39:08.360 1317 1522 D _V_VivoBackgroundActivityController: callerPackage
is null, callerUid:0 realUid:-1
02-01 11:39:08.360 1317 1936 W _V_VivoAmsImpl: mCallingPidFilter=1811,
mCallingUidFilter=10049
02-01 11:39:08.360 1317 1522 D _V_VivoFirewall: shouldPreventStartActivity allow,
callingPackage:null, callingUid:0, callingPid:0, realCallingUid:-1,
lastReason:startHomeActivity: noMoreActivities resumeHomeActivity:0:0:0,
isVivoWidget:false, nullController:true, aInfo:ActivityInfo{9a2ff60
com.android.launcher3.Launcher}
02-01 11:39:08.361 1317 1522 I ActivityTaskManager: START u0
{act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100
cmp=com.android.launcher3/.Launcher (has extras)} from uid 0 ,pid
0,realCallingUid:-1,realCallingPid:0
02-01 11:39:08.362 1317 1522 D _V_ThirdPartyIncoming: shouldStartIncoming,
sourceRecord : mIsGame =false
02-01 11:39:08.363 1317 1936 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.keychain
02-01 11:39:08.365 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:39:08.368 1317 1943 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.launcher3 uid 10133, isRmsPreload = false, keepQuiet =false
02-01 11:39:08.375 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.382 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.387 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 184838306; UID 10133; state: DISABLED
02-01 11:39:08.390 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 185004937; UID 10133; state: DISABLED
02-01 11:39:08.391 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.391 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 10133; state: DISABLED
02-01 11:39:08.392 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 10133; state: DISABLED
02-01 11:39:08.393 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10133; state: DISABLED
02-01 11:39:08.394 1317 1522 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=0 mRealCallUid=-1 mIsCaptureEnabled=false
02-01 11:39:08.394 1317 1522 I _V_ActivityTaskManager: cong: startActivityInner
name = com.android.launcher3/.Launcher
02-01 11:39:08.402 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.422 1317 1522 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_CLOSE],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:7984
com.android.server.wm.ActivityStarter.startActivityInner:2569
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:39:08.422 1317 1522 D _V_BarAnimController: prepareAppTransition 2 0
02-01 11:39:08.422 1317 1522 D _V_BarAnimController: fillFakeBarsWithContent skip
capture as last capture time is in 100ms with animation has not been started
02-01 11:39:08.423 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10133; state: DISABLED
02-01 11:39:08.427 1317 1522 D _V_RMS-Preload: displayId=0, callingUid=-1,
callingPid=0, requestUid=10133, requestPid=0, requestPkgName=com.android.launcher3,
requestProcName=com.android.launcher3,
requestComponentName=com.android.launcher3.Launcher starter.
02-01 11:39:08.427 1317 1522 I _V_AppStartOpt: setAppStartInfo:
packageName=com.android.launcher3, processName=com.android.launcher3, uid=10133
02-01 11:39:08.428 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.432 1317 1522 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
02-01 11:39:08.434 1317 1522 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:08.435 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.439 1317 1522 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.resumeTopActivityInnerLocked:7568
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7254
02-01 11:39:08.440 1317 1522 D _V_BarAnimController: prepareAppTransition 2 0
02-01 11:39:08.440 1317 1522 D _V_BarAnimController: fillFakeBarsWithContent skip
capture as last capture time is in 100ms with animation has not been started
02-01 11:39:08.441 1317 1522 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.launcher3 uid 10133, isRmsPreload = false, keepQuiet =false
02-01 11:39:08.445 1317 1522 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{2e515cb u0
com.android.launcher3/.Launcher t4 d0} ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0 f}}
02-01 11:39:08.449 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.453 1317 1522 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{2e515cb u0
com.android.launcher3/.Launcher t4 d0} ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0 f}}
02-01 11:39:08.455 1317 1522 I _V_SDS :
onSetActivityResumed=com.android.launcher3
recordInfo=com.android.launcher3/.Launcher pid=2408
02-01 11:39:08.457 1317 1522 I HoverMode: ar is resume in second =
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:08.458 1317 1522 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{2e515cb u0
com.android.launcher3/.Launcher t4 d0} ActivityRecord{dd5e87c u0
com.android.settings/.FallbackHome t2 d0 f}}
02-01 11:39:08.460 1317 1522 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=8, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:08.462 1317 1522 D _V_BarAnimController: isFreeformPerform
isEnteringFreeform = false , isClosingFreeform = false
02-01 11:39:08.462 1317 1522 D _V_BarAnimController: isStateSuitable splitMode =
false, getStartingPairTask = false, hasPairRecentsAnimation = false,
isFreeformPerform = false
02-01 11:39:08.464 1317 1522 D _V_BarAnimController: STATE_TRANSITION_INITIAL
update topOpening = ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4
d0} topClosing = ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0
f}}
02-01 11:39:08.466 1317 1522 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
02-01 11:39:08.476 1317 1522 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} }
02-01 11:39:08.482 1317 1434 W Looper : Slow dispatch took 127ms android.display
h=com.android.server.wm.WindowManagerService$H c=<recycled PooledLambda@29ec031>
m=0
02-01 11:39:08.483 1317 1432 D _V_WindowManager: requestTransientBars swipeTarget
= Window{com.android.systemui:403d38c u0 StatusBar} controlTarget = Window{f5e94ae
u0 com.android.settings/com.android.settings.FallbackHome} navHidden = false
statusHidden = false
02-01 11:39:08.491 1317 1432 D _V_BBKTouchScreenServiceService: background:
nullforeground: com.android.launcher3
02-01 11:39:08.491 1317 1432 I _V_BBKTouchScreenServiceService: displayId = 2
type = 28 state = 0
02-01 11:39:08.491 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.491 1317 1432 I _V_BBKTouchScreenServiceService: displayId = 2
type = 29 state = 0
02-01 11:39:08.492 1317 1432 D _V_CapacityKeyService: foregroundActivities
detected uid=10133 appName=com.android.launcher3 state=true
02-01 11:39:08.492 1317 1432 D _V_CapacityKeyService: foreground:
com.android.launcher3
02-01 11:39:08.492 1317 1432 D _V_CapacityKeyService: not support presskey
02-01 11:39:08.497 1317 1432 D _V_VivoBrightnessPolicyService: add uid 10133,
name com.android.launcher3 to list
02-01 11:39:08.505 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.505 1317 1431 I AppWidgetServiceImpl: sendEnableIntentLocked
Provider: Provider{ProviderId{user:0, app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:39:08.505 1317 1663 D _V_AppTypeManager: getAppNameFromUidPid pkg =
com.android.launcher3
02-01 11:39:08.506 1317 1691 I _V_Sensor_AutoAppManager: uidName =
com.android.launcher3; topName = com.android.launcher3; foregroundActivities =
true; packageName = com.android.launcher3; processName = com.android.launcher3;
inFreeform = false
02-01 11:39:08.506 1317 1691 D _V_Sensor_AppTypeManager: getAppNameFromUidPid pkg
= com.android.launcher3
02-01 11:39:08.506 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 5 value: [0]
02-01 11:39:08.507 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:08.508 1317 1691 D _V_Sensor_ConnectPemService: getSingleAppType ,uid
= 10133, result = 10133,type = 102,suptype = -1
02-01 11:39:08.508 1317 1691 D _V_Sensor_ConnectPemService: getSingleAppType uid
= 10133subtype[0] = 137
02-01 11:39:08.508 1317 1691 D _V_Sensor_AppTypeManager: arraySize = 3,isEmpty =
false
02-01 11:39:08.508 1317 2666 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
02-01 11:39:08.510 1317 1663 D _V_ConnectPemService: getSingleAppType ,uid =
10133, result = 10133,type = 102,suptype = -1
02-01 11:39:08.511 1317 1663 D _V_ConnectPemService: getSingleAppType uid =
10133subtype[0] = 137
02-01 11:39:08.511 1317 1637 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:08.511 1317 1663 D _V_AppTypeManager: arraySize = 3,isEmpty = false
02-01 11:39:08.512 1317 1663 D _V_VivoBrightnessPolicyService: App name info
[com.android.launcher3, 137, 105, -1](policy level 1, brightness 53 nit, current
target percent 0.0%).
02-01 11:39:08.513 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
10.0%(nit 53, control mode automatic, policy level 1, lux 2).
02-01 11:39:08.513 1317 1663 D _V_VivoBrightnessPolicyService: Set target percent
to 10.0%.
02-01 11:39:08.516 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 474; current
= 465; currentFloat = 0.20730162; target = 248; animate = 465; rate = 40; gap =
213; step = 9; scale = 1.0
02-01 11:39:08.517 1317 1663 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:brightness_for_pem value:1000 pkg:android userId:0
02-01 11:39:08.520 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.20730162 pkg:android
userId:0
02-01 11:39:08.521 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.20730162
02-01 11:39:08.522 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.20730162
02-01 11:39:08.522 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20730162, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:08.523 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20730162 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:08.524 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.113553114, brightness
= 465, useSurfaceControl status false
02-01 11:39:08.524 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=465
02-01 11:39:08.525 1317 1766 I _V_VivoLightsService: lcmFloat = 0.113553114;
setBrightness = 465
02-01 11:39:08.525 1317 1941 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:39:08.525 1317 1941 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:39:08.526 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:08.527 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:39:08.529 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.20730162
02-01 11:39:08.533 1317 1317 W Looper : Slow dispatch took 180ms main
h=android.os.Handler c=<recycled PooledLambda@a5621d3> m=1
02-01 11:39:08.534 1317 1456 W ActivityManager: Slow operation: 172ms so far, now
at startProcess: done updating battery stats
02-01 11:39:08.534 1317 1456 W ActivityManager: Slow operation: 172ms so far, now
at startProcess: building log message
02-01 11:39:08.535 1317 1456 I ActivityManager: Start proc
3059:com.android.keychain/1000 for service
{com.android.keychain/com.android.keychain.KeyChainService}
02-01 11:39:08.535 1317 1456 W ActivityManager: Slow operation: 173ms so far, now
at startProcess: starting to update pids map
02-01 11:39:08.535 1317 1456 W ActivityManager: Slow operation: 173ms so far, now
at startProcess: done updating pids map
02-01 11:39:08.537 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:39:08.538 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:08.540 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:network_recommendations_enabled value:1
pkg:android userId:0
02-01 11:39:08.557 1317 1434 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=8, state=1,
isLandTranslucentBackToLauncher=false
02-01 11:39:08.560 1317 1434 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:08.561 1317 1434 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=8, state=1,
isLandTranslucentBackToLauncher=false
02-01 11:39:08.577 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.592 1317 2184 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.launcher3 uid 10133, isRmsPreload = false, keepQuiet =false
02-01 11:39:08.605 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.606 1317 1637 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:08.612 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.614 1317 1941 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@68ea202
02-01 11:39:08.626 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.633 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:08.641 1317 1317 W Looper : Slow dispatch took 104ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@e73e775 m=0
02-01 11:39:08.642 1317 1317 V NotificationAssistants: disabling notification
assistant for user 0:
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
02-01 11:39:08.642 1317 1317 D NotificationListeners: Removing active service
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
02-01 11:39:08.644 1317 1431 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10000010
cmp=com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider (has
extras) } send by ApplicationInfo{e4b15f9 android} should with permissions for
security!!!
02-01 11:39:08.645 1317 1431 D _V_AppWidgetServiceImpl: sendUpdateIntentLocked,
provider = Provider{ProviderId{user:0, app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}, widget = [5]
02-01 11:39:08.651 1317 1522 I _V_BroadcastQueue: Broadcast intent Intent
{ act=com.android.internal.stk.session_end flg=0x2010
cmp=com.android.stk/.StkCmdReceiver (has extras) } on bgKeyApp queue
02-01 11:39:08.668 1317 1317 V NotificationAssistants: enabling notification
assistant for 0:
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
02-01 11:39:08.668 1317 1429 D VibratorManagerService: Canceling vibration
02-01 11:39:08.674 1317 1429 D _V_VibratorManagerService: mAudioVibrating = false
02-01 11:39:08.677 1317 1434 W Looper : Slow delivery took 209ms android.display
h=com.android.server.wm.TaskChangeNotificationController$MainHandler c=null m=1
02-01 11:39:08.678 1317 1429 D _V_RichTapVibratorService: richtap service stop!!
02-01 11:39:08.678 1317 1428 W ActivityManager: Receiver with filter
android.content.IntentFilter@f94a34f already registered for pid 2408, callerPackage
is com.android.launcher3
02-01 11:39:08.680 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 465
02-01 11:39:08.680 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.694 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.695 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.699 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.704 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.708 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.712 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.722 1317 1429 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
02-01 11:39:08.722 1317 1429 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@9ca2ba
02-01 11:39:08.723 1317 1429 E _V_RichTapVibratorService: getExtension == null
02-01 11:39:08.726 1317 1625 D _V_VivoConnectivityService:
read_private_dns_mode:null, change:3
02-01 11:39:08.726 1317 1625 D _V_VivoConnectivityService:
read_private_dns_default_mode:null
02-01 11:39:08.727 1317 1625 D _V_VivoConnectivityService:
read_private_dns_specifier:null
02-01 11:39:08.728 1317 1429 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
02-01 11:39:08.730 1317 1429 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
02-01 11:39:08.731 1317 1625 D _V_VivoConnectivityService: reportVcode:
[private_dns_default_mode:null] [private_dns_fallback:off] [from:boot]
[private_dns_specifier:null] [private_dns_mode:null]
02-01 11:39:08.733 1317 1317 V NotificationAssistants: binding: Intent
{ act=android.service.notification.NotificationAssistantService
cmp=com.google.android.ext.services/android.ext.services.notification.Assistant
(has extras) }
02-01 11:39:08.743 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 465; current
= 456; currentFloat = 0.20307614; target = 248; animate = 456; rate = 40; gap =
260; step = 9; scale = 1.0
02-01 11:39:08.744 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.20307614 pkg:android
userId:0
02-01 11:39:08.744 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:39:08.748 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.20307614
02-01 11:39:08.751 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.20307614, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:08.752 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.20307614
02-01 11:39:08.756 1317 1936 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@3b3f5b
02-01 11:39:08.758 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.20307614 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:08.759 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.11135531, brightness =
456, useSurfaceControl status false
02-01 11:39:08.760 1317 1936 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForFakeTarget
Window{f5e94ae u0 com.android.settings/com.android.settings.FallbackHome}
02-01 11:39:08.760 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=456
02-01 11:39:08.760 1317 1766 I _V_VivoLightsService: lcmFloat = 0.11135531;
setBrightness = 456
02-01 11:39:08.764 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:08.768 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 456
02-01 11:39:08.769 1317 1434 W Looper : Drained
02-01 11:39:08.769 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.20307614
02-01 11:39:08.772 1317 1936 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{com.android.systemui:45457c4 u0 NotificationShade}
02-01 11:39:08.774 1317 1936 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{com.android.systemui:45457c4 u0 NotificationShade}
02-01 11:39:08.778 1317 1936 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForFakeTarget
null
02-01 11:39:08.780 1317 1936 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:45457c4 u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
02-01 11:39:08.782 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.782 1317 1936 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
02-01 11:39:08.784 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10182; state: DISABLED
02-01 11:39:08.790 1317 1500 D _V_SystemConfig: CC:PH
02-01 11:39:08.800 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.805 1317 1317 V ConditionProviders: enabling condition provider
for 0:
ComponentInfo{com.google.android.gms/com.google.android.location.settings.DrivingCo
nditionProvider}
02-01 11:39:08.828 1317 1317 V ConditionProviders: binding: Intent
{ act=android.service.notification.ConditionProviderService
cmp=com.google.android.gms/com.google.android.location.settings.DrivingConditionPro
vider (has extras) }
02-01 11:39:08.850 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:08.870 1317 1317 V ConditionProviders: enabling condition provider
for 0:
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.a
zr.impl.AzrConditionProviderService}
02-01 11:39:08.870 1317 1317 V ConditionProviders: Not registering
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.a
zr.impl.AzrConditionProviderService} is already bound
02-01 11:39:08.870 1317 1317 V NotificationListeners: enabling notification
listener for 0:
ComponentInfo{com.android.launcher3/com.android.launcher3.notification.Notification
Listener}
02-01 11:39:08.870 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.870 1317 1317 V NotificationListeners: binding: Intent
{ act=android.service.notification.NotificationListenerService
cmp=com.android.launcher3/.notification.NotificationListener (has extras) }
02-01 11:39:08.880 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.launcher3 uid 10133, isRmsPreload = false, keepQuiet =false
02-01 11:39:08.888 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.892 1317 3009 I StorageUserConnection: Service:
[ComponentInfo{com.android.providers.media.module/com.android.providers.media.fuse.
ExternalStorageServiceImpl}] connected. User [0]
02-01 11:39:08.896 1317 1317 W NotificationListeners: Not binding notification
listener service
ComponentInfo{com.vivo.pushservice/com.vivo.push.util.NotificationMonitor}: service
not found
02-01 11:39:08.898 1317 1587 I _V_VivoLockSettingsServiceImpl: notifyLockValue:-
1, updateSilentValue: 0
02-01 11:39:08.898 1317 1317 W Looper : Slow dispatch took 257ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@2884321 m=0
02-01 11:39:08.902 1317 1317 E JobScheduler.Component: Job exists for non-
existent package: com.google.android.apps.nbu.files
02-01 11:39:08.922 1317 2666 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:45457c4 u0 NotificationShade} mDrawState=DRAW_PENDING
02-01 11:39:08.922 1317 2666 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@5a53559 mSyncState=0
02-01 11:39:08.930 1317 2181 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3096
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1179
02-01 11:39:08.935 1317 1431 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.937 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.941 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:08.942 1317 2181 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3100
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:08.945 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:08.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 15.2027025; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 456; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:08.955 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.959 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:08.959 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:08.960 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:08.960 1317 2181 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3107
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:08.961 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:08.962 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:08.963 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:08.966 1317 2181 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3111
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:08.966 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:08.967 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:08.972 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:08.973 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:08.974 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:08.978 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:08.978 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:08.978 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
excludes appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:08.979 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:08.979 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:08.980 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:08.982 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:08.995 1317 1686 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.launcher3 topWindowMode = 1 appType = 0 mAppScene = 3
02-01 11:39:09.008 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 456; current
= 447; currentFloat = 0.19876616; target = 248; animate = 447; rate = 40; gap = 80;
step = 9; scale = 1.0
02-01 11:39:09.009 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.19876616 pkg:android
userId:0
02-01 11:39:09.010 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.19876616
02-01 11:39:09.010 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.19876616
02-01 11:39:09.010 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.19876616, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:09.011 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:09.011 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.19876616 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:09.012 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.10915751, brightness =
447, useSurfaceControl status false
02-01 11:39:09.012 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=447
02-01 11:39:09.012 1317 1766 I _V_VivoLightsService: lcmFloat = 0.10915751;
setBrightness = 447
02-01 11:39:09.013 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:09.015 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 447
02-01 11:39:09.016 1317 1431 I AppWidgetServiceImpl: Processing of
handleUserUnlocked u0 took 761 ms
02-01 11:39:09.016 1317 1431 W Looper : Slow dispatch took 761ms android.fg
h=android.os.Handler c=com.android.server.am.UserController$Injector$
$ExternalSyntheticLambda0@b1b2663 m=0
02-01 11:39:09.017 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.19876616
02-01 11:39:09.029 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.034 1317 1431 W Looper : Slow delivery took 761ms android.fg
h=android.os.Handler c=com.android.server.am.UserController$
$ExternalSyntheticLambda11@b8fc5bf m=0
02-01 11:39:09.037 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:474 pkg:android userId:0
02-01 11:39:09.039 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:465 pkg:android userId:0
02-01 11:39:09.041 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:456 pkg:android userId:0
02-01 11:39:09.042 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:447 pkg:android userId:0
02-01 11:39:09.044 1317 1431 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:09.053 1317 1431 W Looper : Drained
02-01 11:39:09.055 1317 1431 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:09.075 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 73144566; UID 1000; state: ENABLED
02-01 11:39:09.082 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 73144566; UID 1000; state: DISABLED
02-01 11:39:09.095 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 447; current
= 439; currentFloat = 0.19504775; target = 248; animate = 439; rate = 40; gap =
174; step = 8; scale = 1.0
02-01 11:39:09.095 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.19504775 pkg:android
userId:0
02-01 11:39:09.096 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.19504775
02-01 11:39:09.100 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.19504775
02-01 11:39:09.102 1317 3087 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:39:09.105 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:39:09.106 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:39:09.110 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.19504775, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:09.111 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.19504775 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:09.112 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.10720391, brightness =
439, useSurfaceControl status false
02-01 11:39:09.112 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=439
02-01 11:39:09.112 1317 1766 I _V_VivoLightsService: lcmFloat = 0.10720391;
setBrightness = 439
02-01 11:39:09.114 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:439 pkg:android userId:0
02-01 11:39:09.115 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:09.117 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.19504775
02-01 11:39:09.117 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 439
02-01 11:39:09.125 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:09.132 1317 1456 I ActivityManager: Start proc
3113:com.google.process.gapps/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider}
02-01 11:39:09.150 1317 2135 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:39:09.152 1317 2135 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
02-01 11:39:09.161 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.164 1317 1522 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) }
from com.android.phone (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:09.187 1317 1456 I ActivityManager: Start proc
3114:com.google.android.gms/u0a154 for service
{com.google.android.gms/com.google.android.gms.chimera.GmsIntentOperationService}
02-01 11:39:09.240 1317 1691 I _V_Sensor_AutoAppManager: uidName =
android.uid.system:1000; topName = com.android.launcher3; foregroundActivities =
false; packageName = com.android.settings; processName = com.android.settings;
inFreeform = false
02-01 11:39:09.241 1317 1432 D _V_CapacityKeyService: foregroundActivities
detected uid=1000 appName=com.android.settings state=false
02-01 11:39:09.242 1317 1432 D _V_CapacityKeyService: background:
com.android.settings
02-01 11:39:09.242 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:09.250 1317 3087 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:09.251 1317 2687 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10121; state: DISABLED
02-01 11:39:09.253 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:09.261 1317 3087 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
02-01 11:39:09.262 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:09.262 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
10.0%(nit 53, control mode automatic, policy level 1, lux 2).
02-01 11:39:09.263 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 10.0%.
02-01 11:39:09.263 1317 1429 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
02-01 11:39:09.264 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.271 1317 1432 D DeviceIdleController: Adding AppId 10121 to temp
whitelist. New entry: true
02-01 11:39:09.271 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10121, delay=20000
02-01 11:39:09.271 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10121]
02-01 11:39:09.275 1317 2687 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:39:09.284 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 439; current
= 431; currentFloat = 0.19124483; target = 248; animate = 431; rate = 40; gap =
178; step = 8; scale = 1.0
02-01 11:39:09.286 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.19124483 pkg:android
userId:0
02-01 11:39:09.286 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10121]
02-01 11:39:09.287 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.19124483
02-01 11:39:09.290 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.19124483, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:09.290 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.19124483
02-01 11:39:09.290 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.19124483 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:09.291 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.10525031, brightness =
431, useSurfaceControl status false
02-01 11:39:09.291 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=431
02-01 11:39:09.291 1317 1766 I _V_VivoLightsService: lcmFloat = 0.10525031;
setBrightness = 431
02-01 11:39:09.292 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:09.293 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:431 pkg:android userId:0
02-01 11:39:09.294 1317 2135 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) } on
bgKeyApp queue
02-01 11:39:09.294 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:09.297 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:09.299 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.19124483
02-01 11:39:09.300 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 431
02-01 11:39:09.300 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:09.302 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:09.310 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.316 1317 2135 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) } on
bgKeyApp queue
02-01 11:39:09.319 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:09.324 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther2
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2051
02-01 11:39:09.325 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.342 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityTelcel2
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2051
02-01 11:39:09.347 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther2
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2051
02-01 11:39:09.349 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityTelcel2
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2051
02-01 11:39:09.417 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.432 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.439 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.470 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 431; current
= 423; currentFloat = 0.1874419; target = 248; animate = 423; rate = 40; gap = 185;
step = 8; scale = 1.0
02-01 11:39:09.472 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:09.473 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.1874419 pkg:android
userId:0
02-01 11:39:09.473 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1874419
02-01 11:39:09.478 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.1874419, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:09.479 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.1874419 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:09.479 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.103296705, brightness
= 423, useSurfaceControl status false
02-01 11:39:09.480 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=423
02-01 11:39:09.480 1317 1766 I _V_VivoLightsService: lcmFloat = 0.103296705;
setBrightness = 423
02-01 11:39:09.480 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:423 pkg:android userId:0
02-01 11:39:09.482 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1874419
02-01 11:39:09.482 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.483 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:09.483 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.484 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 423
02-01 11:39:09.484 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1874419
02-01 11:39:09.501 1317 1428 I AppWidgetServiceImpl: startListening() 0
callingPackage=com.android.launcher3 hostId=1024
02-01 11:39:09.501 1317 1428 D _V_AppWidgetServiceImpl: startListening
Succuessing callingPackage = com.android.launcher3 hostId = 1024
02-01 11:39:09.507 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:09.543 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:09.584 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.607 1317 1428 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:shutdown_after_optimization value:0
pkg:com.bbk.updater userId:0
02-01 11:39:09.642 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:09.658 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:09.669 1317 1429 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:volte_subscription0 value:0 pkg:com.mediatek.ims
userId:0
02-01 11:39:09.672 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 423; current
= 415; currentFloat = 0.18363898; target = 248; animate = 415; rate = 40; gap =
206; step = 8; scale = 1.0
02-01 11:39:09.673 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.18363898 pkg:android
userId:0
02-01 11:39:09.675 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.18363898
02-01 11:39:09.676 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.18363898, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:09.677 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.18363898 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:09.677 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.1013431, brightness =
415, useSurfaceControl status false
02-01 11:39:09.677 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=415
02-01 11:39:09.679 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.18363898
02-01 11:39:09.679 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:415 pkg:android userId:0
02-01 11:39:09.680 1317 1766 I _V_VivoLightsService: lcmFloat = 0.1013431;
setBrightness = 415
02-01 11:39:09.683 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:09.684 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.18363898
02-01 11:39:09.685 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 415
02-01 11:39:09.691 1317 2183 I _V_VivoCommonService: get info binder pid is :2596
02-01 11:39:09.694 1317 2183 I _V_VivoCommonService: get info binder pid is :2596
02-01 11:39:09.694 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:09.709 1317 1522 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:09.714 1317 3087 W StorageManagerService: Reporting emulated;0
unmounted due to system locked
02-01 11:39:09.724 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:09.733 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: true
02-01 11:39:09.733 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=20000
02-01 11:39:09.733 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10121]
02-01 11:39:09.741 1317 1686 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.launcher3 topWindowMode = 1 appType = 0 mAppScene = 3
02-01 11:39:09.747 1317 2666 I _V_VivoCommonService: get info binder pid is :2596
02-01 11:39:09.748 1317 2183 I _V_VivoCommonService: get info binder pid is :2596
02-01 11:39:09.749 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:39:09.750 1317 1936 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:09.751 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:09.757 1317 1429 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:09.768 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10121]
02-01 11:39:09.769 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:09.772 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:09.772 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.779 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:09.787 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:09.795 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.804 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:09.843 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:09.853 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 415; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:09.882 1317 2687 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:wifi_on value:1 pkg:android userId:0
02-01 11:39:09.882 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.894 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 415; current
= 407; currentFloat = 0.17983605; target = 248; animate = 407; rate = 40; gap = 80;
step = 8; scale = 1.0
02-01 11:39:09.896 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.17983605 pkg:android
userId:0
02-01 11:39:09.897 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.17983605
02-01 11:39:09.898 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.17983605, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:09.899 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.17983605 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:09.910 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.17983605
02-01 11:39:09.910 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.0993895, brightness =
407, useSurfaceControl status false
02-01 11:39:09.911 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=407
02-01 11:39:09.911 1317 1766 I _V_VivoLightsService: lcmFloat = 0.0993895;
setBrightness = 407
02-01 11:39:09.912 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:09.913 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:407 pkg:android userId:0
02-01 11:39:09.927 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 407
02-01 11:39:09.929 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:09.930 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.17983605
02-01 11:39:09.960 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:09.970 1317 2183 V _V_StorageManagerService: CancelNotification state
2
02-01 11:39:09.971 1317 1583 I StorageManagerService: Mounted volume
VolumeInfo{emulated;0}:
02-01 11:39:09.971 1317 1583 I StorageManagerService: type=EMULATED
diskId=null partGuid= mountFlags=PRIMARY|VISIBLE
02-01 11:39:09.971 1317 1583 I StorageManagerService: mountUserId=0
state=MOUNTED
02-01 11:39:09.971 1317 1583 I StorageManagerService: fsType=null fsUuid=null
fsLabel=null
02-01 11:39:09.971 1317 1583 I StorageManagerService: path=/storage/emulated
internalPath=/data/media
02-01 11:39:09.973 1317 1583 I StorageSessionController: Notifying volume state
changed for session with id: emulated;0
02-01 11:39:09.999 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 407; current
= 401; currentFloat = 0.17696273; target = 248; animate = 401; rate = 40; gap =
173; step = 6; scale = 1.0
02-01 11:39:10.000 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.17696273 pkg:android
userId:0
02-01 11:39:10.001 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.17696273
02-01 11:39:10.002 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.17696273
02-01 11:39:10.002 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.17696273, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:10.002 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.17696273 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:10.005 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.0979243, brightness =
401, useSurfaceControl status false
02-01 11:39:10.005 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=401
02-01 11:39:10.006 1317 1766 I _V_VivoLightsService: lcmFloat = 0.0979243;
setBrightness = 401
02-01 11:39:10.009 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:10.010 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:401 pkg:android userId:0
02-01 11:39:10.010 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.17696273
02-01 11:39:10.012 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 401
02-01 11:39:10.022 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:10.030 1317 3087 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:10.046 1317 1583 I StorageSessionController: Notifying volume state
changed for session with id: emulated;0
02-01 11:39:10.061 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:10.066 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:10.076 1317 3087 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.CARRIER_CONFIG_CHANGED flg=0x15002010 (has extras) }
on fgKeyApp queue
02-01 11:39:10.097 1317 3087 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:10.099 1317 1583 I StorageSessionController: Notifying volume state
changed for session with id: emulated;0
02-01 11:39:10.103 1317 3087 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:10.126 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.141 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:10.154 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:10.157 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.168 1317 3087 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.media.module uid 10000, isRmsPreload = false,
keepQuiet =false
02-01 11:39:10.182 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 401; current
= 395; currentFloat = 0.17417392; target = 248; animate = 395; rate = 40; gap =
174; step = 6; scale = 1.0
02-01 11:39:10.183 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.17417392 pkg:android
userId:0
02-01 11:39:10.184 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.17417392
02-01 11:39:10.189 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.17417392
02-01 11:39:10.204 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.17417392, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:10.207 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:10.209 1317 2189 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:39:10.209 1317 2189 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:39:10.210 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.17417392 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:10.211 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:10.215 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.0964591, brightness =
395, useSurfaceControl status false
02-01 11:39:10.221 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:395 pkg:android userId:0
02-01 11:39:10.230 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=395
02-01 11:39:10.230 1317 1766 I _V_VivoLightsService: lcmFloat = 0.0964591;
setBrightness = 395
02-01 11:39:10.238 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:10.239 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 395
02-01 11:39:10.245 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:10.246 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.17417392
02-01 11:39:10.251 1317 2189 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@b06587f
02-01 11:39:10.253 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.258 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:10.292 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.296 1317 1943 I _V_ANRManager: Create new log list for pid: 2408
02-01 11:39:10.297 1317 1943 I _V_ANRManager: Add log successfully, pid = 2408
02-01 11:39:10.299 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:10.319 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:10.320 1317 1583 D StorageManagerService: Volume emulated;0
broadcasting mounted to UserHandle{0}
02-01 11:39:10.335 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.360 1317 2181 W ActivityManager: Unable to start service Intent
{ act=com.vivo.hiboard.LauncherOverlayService pkg=com.vivo.hiboard } U=0: not found
02-01 11:39:10.365 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.370 1317 1752 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10119 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
2980com.android.server.inputmethod.InputMethodManagerService.getCurrentInputMethodS
ubtype(InputMethodManagerService.java:5404)
02-01 11:39:10.371 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 395; current
= 389; currentFloat = 0.1713006; target = 248; animate = 389; rate = 40; gap = 174;
step = 6; scale = 1.0
02-01 11:39:10.375 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.1713006 pkg:android
userId:0
02-01 11:39:10.393 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1713006
02-01 11:39:10.396 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.1713006, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:10.396 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.1713006 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:10.397 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1713006
02-01 11:39:10.406 1317 2189 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
02-01 11:39:10.407 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.0949939, brightness =
389, useSurfaceControl status false
02-01 11:39:10.408 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=389
02-01 11:39:10.408 1317 1766 I _V_VivoLightsService: lcmFloat = 0.0949939;
setBrightness = 389
02-01 11:39:10.412 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.412 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:10.414 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 389
02-01 11:39:10.416 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1713006
02-01 11:39:10.422 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:389 pkg:android userId:0
02-01 11:39:10.442 1317 2189 W ActivityManager: Unable to start service Intent
{ act=com.vivo.doubleinstance.WhitelistQureyService
cmp=com.vivo.doubleinstance/.WhitelistQureyService } U=0: not found
02-01 11:39:10.473 1317 2666 W ActivityManager: Unable to start service Intent
{ act=com.vivo.smartmultiwindow.util_recent pkg=com.vivo.smartmultiwindow } U=0:
not found
02-01 11:39:10.482 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.543 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.589 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 389; current
= 383; currentFloat = 0.16842727; target = 248; animate = 383; rate = 40; gap =
174; step = 6; scale = 1.0
02-01 11:39:10.590 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.16842727 pkg:android
userId:0
02-01 11:39:10.592 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.16842727
02-01 11:39:10.593 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.16842727
02-01 11:39:10.594 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.16842727, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:10.594 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.16842727 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:10.596 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.093528695, brightness
= 383, useSurfaceControl status false
02-01 11:39:10.597 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.603 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=383
02-01 11:39:10.603 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:383 pkg:android userId:0
02-01 11:39:10.604 1317 1766 I _V_VivoLightsService: lcmFloat = 0.093528695;
setBrightness = 383
02-01 11:39:10.606 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:10.607 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.16842727
02-01 11:39:10.608 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 383
02-01 11:39:10.615 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.647 1317 1943 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:2980 callingUid:10119
02-01 11:39:10.658 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:10.694 1317 2666 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:39:10.695 1317 2666 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:39:10.696 1317 2184 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
02-01 11:39:10.699 1317 2183 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@3346de9
02-01 11:39:10.709 1317 2188 I AppWidgetServiceImpl: startListening() 0
callingPackage=com.android.launcher3 hostId=1024
02-01 11:39:10.709 1317 2188 D _V_AppWidgetServiceImpl: startListening
Succuessing callingPackage = com.android.launcher3 hostId = 1024
02-01 11:39:10.725 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:10.730 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.750 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 383; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:10.768 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:10.769 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.771 1317 2188 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:10.775 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 383; current
= 377; currentFloat = 0.16563846; target = 248; animate = 377; rate = 40; gap =
174; step = 6; scale = 1.0
02-01 11:39:10.776 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.16563846 pkg:android
userId:0
02-01 11:39:10.776 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.16563846
02-01 11:39:10.778 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.16563846
02-01 11:39:10.778 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.16563846, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:10.778 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.16563846 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:10.779 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.092063494, brightness
= 377, useSurfaceControl status false
02-01 11:39:10.779 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=377
02-01 11:39:10.779 1317 1766 I _V_VivoLightsService: lcmFloat = 0.092063494;
setBrightness = 377
02-01 11:39:10.780 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:377 pkg:android userId:0
02-01 11:39:10.788 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:10.791 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.16563846
02-01 11:39:10.791 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 377
02-01 11:39:10.795 1317 2188 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4737
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
02-01 11:39:10.796 1317 2188 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{1f96491 u0
com.android.launcher3/com.android.launcher3.Launcher} task=null
02-01 11:39:10.802 1317 1435 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} }
02-01 11:39:10.805 1317 1435 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 1000; state: ENABLED
02-01 11:39:10.806 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:10.842 1317 2135 W ActivityManager: Unable to start service Intent
{ act=com.vivo.hiboard.LauncherOverlayService pkg=com.vivo.hiboard } U=0: not found
02-01 11:39:10.844 1317 2667 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.CARRIER_CONFIG_CHANGED flg=0x15002010 (has extras) }
on fgKeyApp queue
02-01 11:39:10.848 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:10.849 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.860 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:10.868 1317 2238 D CompatibilityChangeReporter: Compat change id
reported: 124107808; UID 1001; state: ENABLED
02-01 11:39:10.926 1317 1521 W ActivityManager: Unable to start service Intent
{ act=com.vivo.jovi.remoteservice.launcherclient.SearchOverlayService
pkg=com.vivo.globalsearch } U=0: not found
02-01 11:39:10.937 1317 2135 W ActivityManager: Unable to start service Intent
{ act=com.vivo.jovi.remoteservice.launcherclient.SearchOverlayService
pkg=com.vivo.globalsearch } U=0: not found
02-01 11:39:10.951 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:10.955 1317 2667 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:10.966 1317 2667 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4737
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
02-01 11:39:10.967 1317 2667 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{15f7011 u0
com.android.launcher3/com.android.launcher3.Launcher} task=null
02-01 11:39:10.972 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 377; current
= 371; currentFloat = 0.16276515; target = 248; animate = 371; rate = 40; gap =
174; step = 6; scale = 1.0
02-01 11:39:10.973 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168936375; UID 10154; state: ENABLED
02-01 11:39:10.973 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.16276515 pkg:android
userId:0
02-01 11:39:10.974 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.16276515
02-01 11:39:10.975 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.16276515, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:10.976 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.16276515 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:10.977 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.09059829, brightness =
371, useSurfaceControl status false
02-01 11:39:10.978 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.16276515
02-01 11:39:10.979 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=371
02-01 11:39:10.979 1317 1766 I _V_VivoLightsService: lcmFloat = 0.09059829;
setBrightness = 371
02-01 11:39:10.985 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:371 pkg:android userId:0
02-01 11:39:10.985 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 73144566; UID 10154; state: ENABLED
02-01 11:39:10.986 1317 1640 I _V_VivoLocationUtils: --handleMessage 1001
02-01 11:39:10.986 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:10.988 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.16276515
02-01 11:39:10.990 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 371
02-01 11:39:11.005 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:11.012 1317 2188 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0} currentState=0
startState=-1 activityState = RESUMED info = Quickstep
02-01 11:39:11.015 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:11.031 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:11.040 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:11.042 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:11.051 1317 1445 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.printspooler uid 10124, isRmsPreload = false, keepQuiet =false
02-01 11:39:11.052 1317 1445 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:39:11.055 1317 1445 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.printspooler
02-01 11:39:11.060 1317 1445 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10124; state: DISABLED
02-01 11:39:11.060 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10124; state: ENABLED
02-01 11:39:11.107 1317 1456 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: building log message
02-01 11:39:11.107 1317 1456 I ActivityManager: Start proc
3273:com.android.printspooler/u0a124 for service
{com.android.printspooler/com.android.printspooler.model.PrintSpoolerService}
02-01 11:39:11.107 1317 1456 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: starting to update pids map
02-01 11:39:11.112 1317 2188 I WindowManager: Relayout Window{1f96491 u0
com.android.launcher3/com.android.launcher3.Launcher}: oldVis=0, newVis=0,
requestedWidth=253, requestedHeight=52, attrs.width=-2, attrs.height=-2,
compatFrame = Rect(233, 764 - 486, 816), mAttrs.privateFlags = 42000000,
mInvGlobalScale = 1.0
02-01 11:39:11.114 1317 1456 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: done updating pids map
02-01 11:39:11.130 1317 1435 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 10133; state: ENABLED
02-01 11:39:11.135 1317 1941 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:11.178 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 371; current
= 365; currentFloat = 0.15989183; target = 248; animate = 365; rate = 40; gap =
174; step = 6; scale = 1.0
02-01 11:39:11.178 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:39:11.179 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.15989183 pkg:android
userId:0
02-01 11:39:11.179 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.15989183
02-01 11:39:11.182 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.15989183, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:11.182 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.15989183 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:11.183 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:11.183 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.08913309, brightness =
365, useSurfaceControl status false
02-01 11:39:11.183 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=365
02-01 11:39:11.183 1317 1766 I _V_VivoLightsService: lcmFloat = 0.08913309;
setBrightness = 365
02-01 11:39:11.184 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.15989183
02-01 11:39:11.197 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:365 pkg:android userId:0
02-01 11:39:11.198 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:11.206 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 365
02-01 11:39:11.210 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.15989183
02-01 11:39:11.212 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:11.234 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:11.235 1317 1752 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:11.236 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:11.240 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:11.255 1317 3043 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:39:11.257 1317 3043 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.localtransport
02-01 11:39:11.258 1317 3043 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:39:11.348 1317 2181 I _V_ANRManager: Add log successfully, pid = 2408
02-01 11:39:11.356 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10124; state: DISABLED
02-01 11:39:11.374 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 365; current
= 359; currentFloat = 0.15710302; target = 248; animate = 359; rate = 40; gap =
175; step = 6; scale = 1.0
02-01 11:39:11.382 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.15710302 pkg:android
userId:0
02-01 11:39:11.383 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.15710302
02-01 11:39:11.385 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.15710302, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:11.385 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.15710302 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:11.386 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.08766789, brightness =
359, useSurfaceControl status false
02-01 11:39:11.386 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=359
02-01 11:39:11.386 1317 1766 I _V_VivoLightsService: lcmFloat = 0.08766789;
setBrightness = 359
02-01 11:39:11.387 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:359 pkg:android userId:0
02-01 11:39:11.415 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:11.419 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:11.427 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.15710302
02-01 11:39:11.428 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:11.436 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.15710302
02-01 11:39:11.436 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 359
02-01 11:39:11.456 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:11.474 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:11.479 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:11.489 1317 1456 W ActivityManager: Slow operation: 233ms so far, now
at startProcess: done updating battery stats
02-01 11:39:11.490 1317 1456 W ActivityManager: Slow operation: 234ms so far, now
at startProcess: building log message
02-01 11:39:11.490 1317 1456 I ActivityManager: Start proc
3302:com.android.localtransport/1000 for service
{com.android.localtransport/com.android.localtransport.LocalTransportService}
02-01 11:39:11.491 1317 1456 W ActivityManager: Slow operation: 235ms so far, now
at startProcess: starting to update pids map
02-01 11:39:11.491 1317 1456 W ActivityManager: Slow operation: 235ms so far, now
at startProcess: done updating pids map
02-01 11:39:11.494 1317 2187 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:11.506 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:11.550 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:11.562 1317 2134 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:11.563 1317 2134 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:11.575 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 359; current
= 353; currentFloat = 0.1542297; target = 248; animate = 353; rate = 40; gap = 175;
step = 6; scale = 1.0
02-01 11:39:11.576 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.1542297 pkg:android
userId:0
02-01 11:39:11.577 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1542297
02-01 11:39:11.585 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.1542297, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:11.585 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.1542297 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:11.586 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.08620269, brightness =
353, useSurfaceControl status false
02-01 11:39:11.586 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=353
02-01 11:39:11.586 1317 1766 I _V_VivoLightsService: lcmFloat = 0.08620269;
setBrightness = 353
02-01 11:39:11.588 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:11.590 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 353
02-01 11:39:11.592 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:353 pkg:android userId:0
02-01 11:39:11.593 1317 3276 W ContentProviderHelper: Permission Denial: opening
provider com.vivo.settings.provider.SecretProvider from ProcessRecord{193d2a6
2408:com.android.launcher3/u0a133} (pid=2408, uid=10133) requires
com.vivo.settings.permission.SOFTWARE_LOCK_APP_LIST or
com.vivo.settings.permission.SOFTWARE_LOCK_APP_LIST
02-01 11:39:11.607 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1542297
02-01 11:39:11.609 1317 2134 W ActivityManager: Slow operation: 101ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:11.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 17.736486; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 353; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:11.653 1317 3276 W ContentProviderHelper: Permission Denial: opening
provider com.vivo.unifiedconfig.UnifiedConfigProvider from ProcessRecord{193d2a6
2408:com.android.launcher3/u0a133} (pid=2408, uid=10133) requires
com.vivo.abe.permission.unifiedconfig.provider or
com.vivo.abe.permission.unifiedconfig.provider
02-01 11:39:11.688 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:11.691 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:11.705 1317 2134 W ContentProviderHelper: Permission Denial: opening
provider com.vivo.settings.provider.SecretProvider from ProcessRecord{193d2a6
2408:com.android.launcher3/u0a133} (pid=2408, uid=10133) requires
com.vivo.settings.permission.SOFTWARE_LOCK_APP_LIST or
com.vivo.settings.permission.SOFTWARE_LOCK_APP_LIST
02-01 11:39:11.732 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:11.761 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:11.767 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:11.768 1317 2134 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} }
02-01 11:39:11.775 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 353; current
= 347; currentFloat = 0.15135637; target = 248; animate = 347; rate = 40; gap =
175; step = 6; scale = 1.0
02-01 11:39:11.776 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.15135637 pkg:android
userId:0
02-01 11:39:11.776 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.15135637
02-01 11:39:11.778 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.15135637, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:11.778 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.15135637 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:11.781 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.15135637
02-01 11:39:11.783 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.08473749, brightness =
347, useSurfaceControl status false
02-01 11:39:11.783 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=347
02-01 11:39:11.787 1317 2134 I WindowManager: Relayout Window{15f7011 u0
com.android.launcher3/com.android.launcher3.Launcher}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
02-01 11:39:11.787 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:347 pkg:android userId:0
02-01 11:39:11.787 1317 1766 I _V_VivoLightsService: lcmFloat = 0.08473749;
setBrightness = 347
02-01 11:39:11.793 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:11.796 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 347
02-01 11:39:11.797 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.15135637
02-01 11:39:11.817 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:11.853 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:11.877 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:11.878 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:11.893 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:11.907 1317 3277 D _V_WindowManager: finishDrawingWindow:
Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
mDrawState=DRAW_PENDING
02-01 11:39:11.907 1317 3277 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@64941eb mSyncState=0
02-01 11:39:11.908 1317 3277 D _V_WindowManager: finishDrawingWindow:
Window{1f96491 u0 com.android.launcher3/com.android.launcher3.Launcher}
mDrawState=DRAW_PENDING
02-01 11:39:11.908 1317 3277 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@608db48 mSyncState=0
02-01 11:39:11.921 1317 1435 D _V_BarAnimController: isBarAnimReady = true
02-01 11:39:11.921 1317 1435 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
02-01 11:39:11.935 1317 2134 W ActivityManager: Receiver with filter
android.content.IntentFilter@3878cea already registered for pid 2408, callerPackage
is com.android.launcher3
02-01 11:39:11.947 1317 1435 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
02-01 11:39:11.948 1317 1435 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
02-01 11:39:11.950 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=10133, requestPid=2408,
requestPkgName=com.android.launcher3, requestProcName=com.android.launcher3,
requestComponentName=com.android.launcher3.Launcher took 3589ms finished.
02-01 11:39:11.951 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:11.951 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:11.962 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 347; current
= 341; currentFloat = 0.14856757; target = 248; animate = 341; rate = 40; gap =
176; step = 6; scale = 1.0
02-01 11:39:11.963 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.14856757 pkg:android
userId:0
02-01 11:39:11.964 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14856757
02-01 11:39:11.967 1317 1435 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 1 mRemoteAnimState = 0 transit = 15
02-01 11:39:11.967 1317 1435 D _V_BarAnimController: notifyBarReparent
open=ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
close=ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0 f}}
02-01 11:39:11.968 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.14856757, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:11.968 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14856757
02-01 11:39:11.968 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.14856757 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:11.969 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:11.969 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.083272286, brightness
= 341, useSurfaceControl status false
02-01 11:39:11.969 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar: reparentTo
ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0 f}}
02-01 11:39:11.969 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=341
02-01 11:39:11.969 1317 1766 I _V_VivoLightsService: lcmFloat = 0.083272286;
setBrightness = 341
02-01 11:39:11.970 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar:
mWindowHandle = FakeStatusBar, frame=[0,0,0,0],
touchableRegion=SkRegion((0,0,720,60)), visible=true
02-01 11:39:11.970 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = false
02-01 11:39:11.970 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar: show
02-01 11:39:11.970 1317 1435 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentTo ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0 f}}
02-01 11:39:11.971 1317 1435 D _V_BarAnimController: notifyBarReparent fake bars
reparent to ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0 f}}
02-01 11:39:11.971 1317 1435 D _V_BarAnimController: notifyBarReparent topFullWin
Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
02-01 11:39:11.972 1317 1435 D _V_BarAnimController:
updateStatusFixedRotationTransform cancel
02-01 11:39:11.972 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:341 pkg:android userId:0
02-01 11:39:11.974 1317 1435 D _V_BarAnimController: notifyBarReparent status
reparent to ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:11.974 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
02-01 11:39:11.976 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:11.976 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14856757
02-01 11:39:11.977 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@3b3f5b
02-01 11:39:11.979 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForFakeTarget
Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
02-01 11:39:11.980 1317 1435 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:11.991 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:403d38c u0 StatusBar}, shouldSendRedrawForSync() =
false
02-01 11:39:11.997 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:12.002 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:12.002 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:12.008 1317 1473 D _V_DexoptOptimizer: notifyAppLaunch tempmap
={com.android.launcher3=LaunchInfo{com.android.launcher3, c=1, f=9, s=true}}
02-01 11:39:12.010 1317 1473 D _V_DexoptOptimizer: sVerifyPackageNamesPrimary =[]
02-01 11:39:12.013 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 341
02-01 11:39:12.026 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:12.055 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.076 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.090 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.109 1317 2134 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_data_call value:4
pkg:com.android.phone userId:0
02-01 11:39:12.142 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:12.148 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 341; current
= 335; currentFloat = 0.14569424; target = 248; animate = 335; rate = 40; gap =
176; step = 6; scale = 1.0
02-01 11:39:12.151 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.14569424 pkg:android
userId:0
02-01 11:39:12.151 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14569424
02-01 11:39:12.152 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.14569424, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:12.153 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.14569424 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:12.154 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.081807084, brightness
= 335, useSurfaceControl status false
02-01 11:39:12.154 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=335
02-01 11:39:12.154 1317 1766 I _V_VivoLightsService: lcmFloat = 0.081807084;
setBrightness = 335
02-01 11:39:12.155 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14569424
02-01 11:39:12.158 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:335 pkg:android userId:0
02-01 11:39:12.158 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:12.191 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14569424
02-01 11:39:12.199 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 335
02-01 11:39:12.200 1317 2134 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_voice_call value:4
pkg:com.android.phone userId:0
02-01 11:39:12.240 1317 3276 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_sim_sms value:4
pkg:com.android.phone userId:0
02-01 11:39:12.241 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:12.242 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.262 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=10133, requestPid=2408,
requestPkgName=com.android.launcher3, requestProcName=com.android.launcher3,
requestComponentName=com.android.launcher3.Launcher took -1ms finished.
02-01 11:39:12.265 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:12.274 1317 1435 D _V_BarAnimController: appTransitionFinished
02-01 11:39:12.324 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.335 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 335; current
= 329; currentFloat = 0.14282092; target = 248; animate = 329; rate = 40; gap =
177; step = 6; scale = 1.0
02-01 11:39:12.336 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.14282092 pkg:android
userId:0
02-01 11:39:12.337 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14282092
02-01 11:39:12.337 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.14282092, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:12.337 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.14282092 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:12.338 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.08034188, brightness =
329, useSurfaceControl status false
02-01 11:39:12.338 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=329
02-01 11:39:12.339 1317 1766 I _V_VivoLightsService: lcmFloat = 0.08034188;
setBrightness = 329
02-01 11:39:12.341 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.343 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.344 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:329 pkg:android userId:0
02-01 11:39:12.344 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.345 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14282092
02-01 11:39:12.345 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:12.346 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14282092
02-01 11:39:12.346 1317 2134 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4753
com.android.server.wm.ActivityRecord.removeChild:433
com.android.server.wm.WindowContainer.removeImmediately:702
com.android.server.wm.WindowState.removeImmediately:2832
com.android.server.wm.WindowState.removeIfPossible:3052
com.android.server.wm.WindowState.removeIfPossible:2907
02-01 11:39:12.372 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.382 1317 3277 D _V_BarAnimController: notifyAppRemoved
ActivityRecord{dd5e87c u0 com.android.settings/.FallbackHome t2 d0 f}}
02-01 11:39:12.382 1317 3277 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
02-01 11:39:12.383 1317 3277 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = false
02-01 11:39:12.383 1317 3277 D _V_FakeBarSurfaceControl-FakeStatusBar: hide
02-01 11:39:12.383 1317 3277 D _V_FakeBarSurfaceControl-FakeStatusBar:
reparentBack
02-01 11:39:12.383 1317 3277 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
02-01 11:39:12.383 1317 3277 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentBack
02-01 11:39:12.385 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 329
02-01 11:39:12.385 1317 3277 D _V_BarAnimController: onTaskRemoved Task{a88978b
#2 type=home A=1000:com.android.settings.FallbackHome U=0 displayId=0 visible=false
mode=fullscreen translucent=true sz=0}
02-01 11:39:12.386 1317 3277 D _V_BarAnimController: onTaskRemoved Task{a88978b
#2 type=home A=1000:com.android.settings.FallbackHome U=0 displayId=0 visible=false
mode=fullscreen translucent=true sz=0}
02-01 11:39:12.397 1317 3277 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:12.397 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.404 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.415 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.421 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.425 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.427 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.430 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.432 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.441 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.443 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.454 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.456 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.465 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.467 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.520 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:12.524 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 329; current
= 323; currentFloat = 0.14003211; target = 248; animate = 323; rate = 40; gap =
178; step = 6; scale = 1.0
02-01 11:39:12.525 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.14003211 pkg:android
userId:0
02-01 11:39:12.526 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14003211
02-01 11:39:12.528 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.14003211, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:12.529 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.14003211 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:12.530 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14003211
02-01 11:39:12.533 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.07887668, brightness =
323, useSurfaceControl status false
02-01 11:39:12.533 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=323
02-01 11:39:12.534 1317 1766 I _V_VivoLightsService: lcmFloat = 0.07887668;
setBrightness = 323
02-01 11:39:12.534 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:323 pkg:android userId:0
02-01 11:39:12.536 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:12.543 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.14003211
02-01 11:39:12.543 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 323
02-01 11:39:12.543 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 323; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:12.550 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.560 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.588 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:12.591 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.617 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.622 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.636 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.636 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:12.637 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:12.645 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.649 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.651 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.653 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.657 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.657 1317 3087 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) }
from com.android.phone (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:12.659 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.662 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.664 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.675 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.685 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1001; state: ENABLED
02-01 11:39:12.697 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.725 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 323; current
= 317; currentFloat = 0.1371588; target = 248; animate = 317; rate = 40; gap = 179;
step = 6; scale = 1.0
02-01 11:39:12.726 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.1371588 pkg:android
userId:0
02-01 11:39:12.727 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1371588
02-01 11:39:12.727 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.727 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.1371588, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:12.728 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.1371588 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:12.728 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1371588
02-01 11:39:12.728 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.07741148, brightness =
317, useSurfaceControl status false
02-01 11:39:12.729 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=317
02-01 11:39:12.729 1317 1766 I _V_VivoLightsService: lcmFloat = 0.07741148;
setBrightness = 317
02-01 11:39:12.729 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:317 pkg:android userId:0
02-01 11:39:12.730 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:12.732 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1371588
02-01 11:39:12.733 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 317
02-01 11:39:12.745 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:12.748 1317 2187 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:12.770 1317 3087 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:12.776 1317 1434 D _V_BarAnimController: reset
02-01 11:39:12.776 1317 1434 D _V_BarAnimController: resetRealBars
02-01 11:39:12.776 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
02-01 11:39:12.777 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
02-01 11:39:12.777 1317 1434 D _V_BarAnimController: updateGestureRotation cancel
02-01 11:39:12.777 1317 1434 D _V_BarAnimController: resetFakeBars
02-01 11:39:12.777 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
02-01 11:39:12.777 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
02-01 11:39:12.786 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{com.android.systemui:45457c4 u0 NotificationShade}
02-01 11:39:12.787 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.793 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{com.android.systemui:45457c4 u0 NotificationShade}
02-01 11:39:12.795 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForFakeTarget
null
02-01 11:39:12.800 1317 1435 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:45457c4 u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
02-01 11:39:12.809 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:12.814 1317 1936 W _V_ContentProviderHelper: Failed to find
provider:com.voconfig.bridge for user 0
02-01 11:39:12.816 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:783e20c u0 NavigationBar0}, shouldSendRedrawForSync() =
false
02-01 11:39:12.816 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.825 1317 1809 I SyncManager: Loaded persisted syncs: 1 periodic
syncs, 0 oneshot syncs, 23 total system server jobs, JobStats: FirstLoad: 27/5/1
LastSave: 27/5/1
02-01 11:39:12.843 1317 1936 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:startApp_from_keyguard value:0
pkg:com.android.systemui userId:0
02-01 11:39:12.845 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:12.854 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.862 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.866 1317 1936 D _V_VivoBackgroundActivityController: top
component:com.android.launcher3/com.android.launcher3.Launcher,
pkgName:com.android.systemui, unlock:true
02-01 11:39:12.867 1317 1936 D _V_VivoBackgroundActivityController: default
dialer com.android.dialer
02-01 11:39:12.877 1317 1936 D _V_VivoFirewall: shouldPreventStartActivity allow,
callingPackage:com.android.systemui, callingUid:10049, callingPid:1811,
realCallingUid:10049, lastReason:startActivityAsUser, isVivoWidget:false,
nullController:true, aInfo:ActivityInfo{9be4496
com.android.settings.Settings$WifiSettingsActivity}
02-01 11:39:12.882 1317 1936 I ActivityTaskManager: START u0
{act=android.settings.WIFI_SETTINGS flg=0x14000000
cmp=com.android.settings/.Settings$WifiSettingsActivity} from uid 10049 ,pid
1811,realCallingUid:10049,realCallingPid:1811
02-01 11:39:12.883 1317 1936 D _V_ThirdPartyIncoming: shouldStartIncoming,
sourceRecord : mIsGame =false
02-01 11:39:12.885 1317 1936 I _V_VivoActivityStarterImpl: The calling app:
ApplicationInfo{f921422 com.android.systemui} is system app, return false
02-01 11:39:12.900 1317 1936 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=1811 mRealCallUid=10049 mIsCaptureEnabled=false
02-01 11:39:12.901 1317 1936 I _V_ActivityTaskManager: cong: startActivityInner
name = com.android.settings/.Settings$WifiSettingsActivity
02-01 11:39:12.911 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 317; current
= 311; currentFloat = 0.13428548; target = 248; animate = 311; rate = 40; gap =
182; step = 6; scale = 1.0
02-01 11:39:12.912 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.13428548 pkg:android
userId:0
02-01 11:39:12.924 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 1000; state: DISABLED
02-01 11:39:12.928 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.13428548
02-01 11:39:12.940 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.13428548, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:12.941 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.13428548 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:12.942 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.07594628, brightness =
311, useSurfaceControl status false
02-01 11:39:12.942 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=311
02-01 11:39:12.942 1317 1766 I _V_VivoLightsService: lcmFloat = 0.07594628;
setBrightness = 311
02-01 11:39:12.943 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:311 pkg:android userId:0
02-01 11:39:12.944 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.13428548
02-01 11:39:12.945 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:12.946 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.13428548
02-01 11:39:12.947 1317 1936 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:7984
com.android.server.wm.ActivityStarter.startActivityInner:2569
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:39:12.948 1317 1936 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:12.949 1317 1936 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:12.949 1317 1936 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:12.950 1317 1936 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:12.950 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:12.956 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:39:12.957 1317 1936 D SplashScreenStartingData: createStartingSurface
setSplashOptPack empty
02-01 11:39:12.963 1317 1936 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:12.966 1317 1936 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0} ,caller by
com.android.server.wm.Task.startPausingLocked:6762
com.android.server.wm.TaskDisplayArea.lambda$pauseBackTasks$6$TaskDisplayArea:1759
com.android.server.wm.TaskDisplayArea$$ExternalSyntheticLambda6.accept:8
com.android.server.wm.Task.forAllLeafTasks:4615
com.android.server.wm.Task.forAllLeafTasks:4603
com.android.server.wm.WindowContainer.forAllLeafTasks:1841
com.android.server.wm.TaskDisplayArea.pauseBackTasks:1748
com.android.server.wm.Task.resumeTopActivityInnerLocked:7443
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2721
com.android.server.wm.ActivityStarter.startActivityInner:2608
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:39:12.967 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:12.973 1317 1936 D _V_ActivityTaskManager:
setWillCloseOrEnterPip:ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4
d0} lastFocusedRootTask:Task{3c65a65 #1 type=home ?? U=0 displayId=0 visible=true
mode=fullscreen translucent=false sz=1} this:Task{dd6057a #5 type=standard
A=1000:com.android.settings U=0 displayId=0 visible=true mode=fullscreen
translucent=true sz=1}
02-01 11:39:12.975 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:12.997 1317 1936 D _V_RMS-Preload: displayId=0, callingUid=10049,
callingPid=1811, requestUid=1000, requestPid=0,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$WifiSettingsActivity starter.
02-01 11:39:13.000 1317 1428 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:2804 callingUid:10149
02-01 11:39:13.007 1317 1936 I _V_VivoActivityStarterImpl: Start
ActivityRecord{be1506e u0 com.android.settings/.Settings$WifiSettingsActivity t5
d0} caller=com.android.systemui called=com.android.settings
calledClass=com.android.settings.Settings$WifiSettingsActivity
02-01 11:39:13.017 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:13.026 1317 1941 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
02-01 11:39:13.028 1317 1941 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@3b3f5b
02-01 11:39:13.030 1317 1941 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForFakeTarget
Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
02-01 11:39:13.032 1317 1941 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:13.039 1317 1941 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
02-01 11:39:13.040 1317 1434 W Looper : Slow dispatch took 127ms android.display
h=com.android.server.wm.TaskChangeNotificationController$MainHandler c=null m=8
02-01 11:39:13.065 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:13.088 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:13.101 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 311; current
= 305; currentFloat = 0.13149667; target = 248; animate = 305; rate = 40; gap =
187; step = 6; scale = 1.0
02-01 11:39:13.103 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.13149667 pkg:android
userId:0
02-01 11:39:13.107 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.13149667
02-01 11:39:13.117 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.13149667, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:13.118 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.13149667 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:13.118 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.13149667
02-01 11:39:13.129 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.07448108, brightness =
305, useSurfaceControl status false
02-01 11:39:13.129 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=305
02-01 11:39:13.129 1317 1766 I _V_VivoLightsService: lcmFloat = 0.07448108;
setBrightness = 305
02-01 11:39:13.143 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:13.143 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:13.149 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:305 pkg:android userId:0
02-01 11:39:13.150 1317 1522 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
02-01 11:39:13.151 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.13149667
02-01 11:39:13.152 1317 1522 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:13.157 1317 1522 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
02-01 11:39:13.159 1317 1522 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.Task.resumeTopActivityInnerLocked:7596
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2721
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2700
02-01 11:39:13.160 1317 1522 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:13.161 1317 1522 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:13.161 1317 1522 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:13.161 1317 1522 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:13.162 1317 1522 W ActivityTaskManager: Tried to set launchTime (0) <
mLastActivityLaunchTime (37954)
02-01 11:39:13.164 1317 1936 I _V_BroadcastQueue: Broadcast intent Intent
{ act=vivo.intent.action.cld.data flg=0x2010 pkg=com.vivo.networkimprove (has
extras) } on bgKeyApp queue
02-01 11:39:13.164 1317 1522 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{be1506e u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0} null
02-01 11:39:13.165 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:13.166 1317 1522 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{be1506e u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0} ActivityRecord{2e515cb
u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:13.178 1317 1522 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{be1506e u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0} ActivityRecord{2e515cb
u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:13.180 1317 1522 I _V_SDS :
onSetActivityResumed=com.android.settings
recordInfo=com.android.settings/.Settings$WifiSettingsActivity pid=2079
02-01 11:39:13.185 1317 1522 I HoverMode: ar is resume in second =
ActivityRecord{be1506e u0 com.android.settings/.Settings$WifiSettingsActivity t5
d0}
02-01 11:39:13.186 1317 1522 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{be1506e u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0} ActivityRecord{2e515cb
u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:13.190 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:13.200 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 1000; state: DISABLED
02-01 11:39:13.201 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 1000; state: DISABLED
02-01 11:39:13.203 1317 1522 D _V_ActivityTaskManager: updateCompatDisplayInsets
this=ActivityRecord{be1506e u0 com.android.settings/.Settings$WifiSettingsActivity
t5 d0} ,mCompatDisplayInsets:720 x 1600
callers=com.android.server.wm.ActivityRecord.ensureActivityConfiguration:10036
com.android.server.wm.EnsureActivitiesVisibleHelper.setActivityVisibilityState:226
com.android.server.wm.EnsureActivitiesVisibleHelper.lambda$process$0$EnsureActiviti
esVisibleHelper:143 com.android.server.wm.EnsureActivitiesVisibleHelper$
$ExternalSyntheticLambda0.accept:8
com.android.server.wm.ActivityRecord.forAllActivities:5115
02-01 11:39:13.207 1317 1522 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=8, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:13.211 1317 1522 D _V_BarAnimController: isFreeformPerform
isEnteringFreeform = false , isClosingFreeform = false
02-01 11:39:13.211 1317 1522 D _V_BarAnimController: isStateSuitable splitMode =
false, getStartingPairTask = false, hasPairRecentsAnimation = false,
isFreeformPerform = false
02-01 11:39:13.212 1317 1522 D _V_BarAnimController: STATE_TRANSITION_INITIAL
update topOpening = ActivityRecord{be1506e u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0} topClosing =
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:13.213 1317 1522 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:13.214 1317 1522 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
02-01 11:39:13.215 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:13.219 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:13.221 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:13.223 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:13.234 1317 1522 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} }
02-01 11:39:13.251 1317 1434 W Looper : Slow dispatch took 124ms android.display
h=com.android.server.wm.VivoWmsImpl$4 c=null m=204
02-01 11:39:13.257 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:13.273 1317 3087 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
02-01 11:39:13.277 1317 1943 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@fa1ad71 ,windowToken
=android.os.BinderProxy@e5f18aa ,isPassword=false ,mIsSecImms=false
02-01 11:39:13.278 1317 3087 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForFakeTarget
null
02-01 11:39:13.279 1317 1943 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@b933917 inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@1157756
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_PAN|IS_FORWARD_NAVIGATION windowFlags=#81910100
unverifiedTargetSdkVersion=31
02-01 11:39:13.290 1317 3087 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
02-01 11:39:13.293 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:13.301 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 305; current
= 299; currentFloat = 0.12862334; target = 248; animate = 299; rate = 40; gap =
202; step = 6; scale = 1.0
02-01 11:39:13.302 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.12862334 pkg:android
userId:0
02-01 11:39:13.303 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12862334
02-01 11:39:13.303 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12862334
02-01 11:39:13.303 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.12862334, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:13.304 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.12862334 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:13.310 1317 1428 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4737
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
02-01 11:39:13.311 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.073015876, brightness
= 299, useSurfaceControl status false
02-01 11:39:13.311 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=299
02-01 11:39:13.311 1317 1766 I _V_VivoLightsService: lcmFloat = 0.073015876;
setBrightness = 299
02-01 11:39:13.314 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:13.322 1317 1428 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.settings:3d2afad u0
Splash Screen com.android.settings} task=null
02-01 11:39:13.325 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:299 pkg:android userId:0
02-01 11:39:13.328 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12862334
02-01 11:39:13.347 1317 1943 W InputMethodManagerService: Focus gain on non-
focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@fc89892
(uid=10133 pid=2408)
02-01 11:39:13.351 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 311
02-01 11:39:13.353 1317 1434 W Looper : Slow delivery took 405ms android.display
h=com.android.server.display.DisplayManagerService$DisplayManagerHandler
c=com.android.server.display.VivoLocalDisplayAdapterImpl$1@53201bf m=0
02-01 11:39:13.366 1317 1432 D _V_CapacityKeyService: foregroundActivities
detected uid=1000 appName=com.android.settings state=true
02-01 11:39:13.366 1317 1432 D _V_CapacityKeyService: foreground:
com.android.settings
02-01 11:39:13.381 1317 1691 I _V_Sensor_AutoAppManager: uidName =
android.uid.system:1000; topName = com.android.settings; foregroundActivities =
true; packageName = com.android.settings; processName = com.android.settings;
inFreeform = false
02-01 11:39:13.381 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 5 value: [0]
02-01 11:39:13.385 1317 1691 D _V_Sensor_AppTypeManager: getAppNameFromUidPid pkg
= android.uid.system
02-01 11:39:13.387 1317 1691 D _V_Sensor_ConnectPemService: getSingleAppType ,uid
= 1000, result = 1000,type = 102,suptype = -1
02-01 11:39:13.389 1317 1691 D _V_Sensor_ConnectPemService: getSingleAppType uid
= 1000subtype[0] = 137
02-01 11:39:13.389 1317 1943 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
02-01 11:39:13.391 1317 1691 D _V_Sensor_AppTypeManager: arraySize = 3,isEmpty =
false
02-01 11:39:13.392 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:13.395 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:13.399 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 305
02-01 11:39:13.401 1317 1428 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:13.415 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}: nowVisible=true
animating=true finishing=false animatingContainer=ActivityRecord{2e515cb u0
com.android.launcher3/.Launcher t4 d0}
02-01 11:39:13.422 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 299
02-01 11:39:13.425 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:13.432 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:13.433 1317 1665 I _V_AppStartOpt: setAppStartInfo: packageName=null,
processName=null, uid=-1
02-01 11:39:13.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 299; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:13.468 1317 2666 I WindowManager: Relayout
Window{com.android.settings:3d2afad u0 Splash Screen com.android.settings}:
oldVis=0, newVis=0, requestedWidth=720, requestedHeight=1600, attrs.width=-1,
attrs.height=-1, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags =
32000010, mInvGlobalScale = 1.0
02-01 11:39:13.469 1317 1428 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{dd6057a #5
type=standard A=1000:com.android.settings U=0 displayId=0 visible=true
mode=fullscreen translucent=false sz=1}
02-01 11:39:13.474 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.deskclock
02-01 11:39:13.474 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10076; state: DISABLED
02-01 11:39:13.475 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10076; state: DISABLED
02-01 11:39:13.475 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10076; state: DISABLED
02-01 11:39:13.475 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10076; state: ENABLED
02-01 11:39:13.483 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10076; state: ENABLED
02-01 11:39:13.497 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:13.505 1317 2687 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
02-01 11:39:13.522 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 299; current
= 293; currentFloat = 0.12575002; target = 248; animate = 293; rate = 40; gap = 80;
step = 6; scale = 1.0
02-01 11:39:13.537 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.cellbroadcastreceiver
02-01 11:39:13.538 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10175; state: DISABLED
02-01 11:39:13.538 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10175; state: DISABLED
02-01 11:39:13.538 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10175; state: DISABLED
02-01 11:39:13.538 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10175; state: ENABLED
02-01 11:39:13.543 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.12575002 pkg:android
userId:0
02-01 11:39:13.543 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12575002
02-01 11:39:13.548 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12575002
02-01 11:39:13.548 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.12575002, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:13.548 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.12575002 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:13.549 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.071550675, brightness
= 293, useSurfaceControl status false
02-01 11:39:13.549 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=293
02-01 11:39:13.549 1317 1766 I _V_VivoLightsService: lcmFloat = 0.071550675;
setBrightness = 293
02-01 11:39:13.549 1317 3277 D _V_WindowManager: finishDrawingWindow:
Window{com.android.settings:3d2afad u0 Splash Screen com.android.settings}
mDrawState=DRAW_PENDING
02-01 11:39:13.550 1317 3277 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@c3d6a16 mSyncState=0
02-01 11:39:13.552 1317 1456 W ActivityManager: Slow operation: 80ms so far, now
at startProcess: done updating battery stats
02-01 11:39:13.553 1317 1456 W ActivityManager: Slow operation: 80ms so far, now
at startProcess: building log message
02-01 11:39:13.553 1317 1456 I ActivityManager: Start proc
3388:com.android.deskclock/u0a76 for broadcast
{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider}
02-01 11:39:13.553 1317 1456 W ActivityManager: Slow operation: 81ms so far, now
at startProcess: starting to update pids map
02-01 11:39:13.554 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:13.556 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12575002
02-01 11:39:13.565 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:293 pkg:android userId:0
02-01 11:39:13.571 1317 1435 D _V_BarAnimController: isBarAnimReady = true
02-01 11:39:13.571 1317 1435 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
02-01 11:39:13.602 1317 1435 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
02-01 11:39:13.607 1317 1435 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 1 mRemoteAnimState = 0 transit = 12
02-01 11:39:13.608 1317 1435 D _V_BarAnimController: notifyBarReparent
open=ActivityRecord{be1506e u0 com.android.settings/.Settings$WifiSettingsActivity
t5 d0} close=ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:13.609 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar: reparentTo
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:13.610 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar:
mWindowHandle = FakeStatusBar, frame=[0,0,0,0],
touchableRegion=SkRegion((0,0,720,60)), visible=false
02-01 11:39:13.610 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = true
02-01 11:39:13.611 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar: show
02-01 11:39:13.611 1317 1435 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentTo ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:13.611 1317 1435 D _V_BarAnimController: notifyBarReparent fake bars
reparent to ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:13.611 1317 1435 D _V_BarAnimController: notifyBarReparent topFullWin
null
02-01 11:39:13.612 1317 1435 D _V_BarAnimController:
updateStatusFixedRotationTransform cancel
02-01 11:39:13.614 1317 1435 D _V_BarAnimController: notifyBarReparent status
reparent to ActivityRecord{be1506e u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0}
02-01 11:39:13.619 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:13.630 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{com.android.settings:3d2afad u0 Splash Screen com.android.settings}
02-01 11:39:13.632 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{com.android.settings:3d2afad u0 Splash Screen com.android.settings}
02-01 11:39:13.637 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:403d38c u0 StatusBar}, shouldSendRedrawForSync() =
false
02-01 11:39:13.640 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 293; current
= 290; currentFloat = 0.12431336; target = 248; animate = 290; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:13.642 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.12431336 pkg:android
userId:0
02-01 11:39:13.643 1317 3276 D BluetoothManagerService:
enableBle(com.google.android.gms): mBluetooth =null mBinding = false mState = OFF
02-01 11:39:13.647 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12431336
02-01 11:39:13.650 1317 3276 D BluetoothManagerService: Registered for death of
com.google.android.gms
02-01 11:39:13.650 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:13.650 1317 3276 D BluetoothManagerService: 1 registered Ble Apps
02-01 11:39:13.652 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.12431336, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:13.653 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.12431336 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:13.653 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:13.654 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12431336
02-01 11:39:13.656 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:13.661 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.070818074, brightness
= 290, useSurfaceControl status false
02-01 11:39:13.661 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=290
02-01 11:39:13.661 1317 1766 I _V_VivoLightsService: lcmFloat = 0.070818074;
setBrightness = 290
02-01 11:39:13.662 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:290 pkg:android userId:0
02-01 11:39:13.668 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:13.669 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12431336
02-01 11:39:13.689 1317 2666 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
02-01 11:39:13.692 1317 1456 W ActivityManager: Slow operation: 220ms so far, now
at startProcess: done updating pids map
02-01 11:39:13.692 1317 1456 W ActivityManager: Slow operation: 183ms so far, now
at startProcess: asking zygote to start proc
02-01 11:39:13.696 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10175; state: ENABLED
02-01 11:39:13.726 1317 1433 D BluetoothManagerService: MESSAGE_ENABLE(0):
mBluetooth = null
02-01 11:39:13.726 1317 1433 D BluetoothManagerService: MESSAGE_ENABLE:
handleEnable
02-01 11:39:13.726 1317 1433 D BluetoothManagerService: binding Bluetooth service
02-01 11:39:13.726 1317 3087 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) } on
bgKeyApp queue
02-01 11:39:13.735 1317 1456 W ActivityManager: Slow operation: 226ms so far, now
at startProcess: returned from zygote!
02-01 11:39:13.738 1317 1433 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:39:13.741 1317 1433 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.bluetooth
02-01 11:39:13.742 1317 1433 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1002; state: DISABLED
02-01 11:39:13.746 1317 1433 D BluetoothManagerService: Binding BT service.
Current user: 0
02-01 11:39:13.762 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:13.824 1317 1428 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:45457c4 u0 NotificationShade} mDrawState=DRAW_PENDING
02-01 11:39:13.825 1317 1428 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@487669e mSyncState=0
02-01 11:39:13.827 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 290; current
= 287; currentFloat = 0.12296121; target = 248; animate = 287; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:13.830 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.12296121 pkg:android
userId:0
02-01 11:39:13.843 1317 2687 W ActivityManager: Slow operation: 77ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:39:13.844 1317 2687 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10076; state: DISABLED
02-01 11:39:13.845 1317 2687 W ActivityManager: Slow operation: 79ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:39:13.853 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:13.859 1317 2687 W ActivityManager: Slow operation: 93ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:13.860 1317 2687 W ActivityManager: Slow operation: 93ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:13.862 1317 2687 W ActivityManager: Slow operation: 96ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:13.869 1317 1686 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.settings topWindowMode = 1 appType = 0 mAppScene = 3
02-01 11:39:13.873 1317 2687 W ActivityManager: Slow operation: 106ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:39:13.875 1317 1428 D VibratorManagerService: Canceling vibration
02-01 11:39:13.877 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12296121
02-01 11:39:13.879 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.12296121, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:13.880 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.12296121 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:13.881 1317 2187 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@3b3f5b
02-01 11:39:13.882 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.07008547, brightness =
287, useSurfaceControl status false
02-01 11:39:13.883 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12296121
02-01 11:39:13.883 1317 1428 D _V_VibratorManagerService: mAudioVibrating = false
02-01 11:39:13.883 1317 1428 D _V_RichTapVibratorService: richtap service stop!!
02-01 11:39:13.883 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=287
02-01 11:39:13.884 1317 1766 I _V_VivoLightsService: lcmFloat = 0.07008547;
setBrightness = 287
02-01 11:39:13.884 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:287 pkg:android userId:0
02-01 11:39:13.884 1317 2187 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForFakeTarget
Window{com.android.settings:3d2afad u0 Splash Screen com.android.settings}
02-01 11:39:13.889 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:13.891 1317 1428 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
02-01 11:39:13.892 1317 1428 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@7799e38
02-01 11:39:13.892 1317 1428 E _V_RichTapVibratorService: getExtension == null
02-01 11:39:13.893 1317 2187 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=5
,topActivity=ComponentInfo{com.android.settings/com.android.settings.Settings$WifiS
ettingsActivity} ,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} }
02-01 11:39:13.893 1317 1428 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
02-01 11:39:13.894 1317 2187 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} }
02-01 11:39:13.900 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12296121
02-01 11:39:13.901 1317 2187 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{com.android.systemui:45457c4 u0 NotificationShade}
02-01 11:39:13.911 1317 2187 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{com.android.systemui:45457c4 u0 NotificationShade}
02-01 11:39:13.911 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:13.917 1317 2187 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForFakeTarget
null
02-01 11:39:13.918 1317 2187 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:45457c4 u0 NotificationShade} appearance=0x0
appearanceRegions.fullscreenAppearance=0 appearanceRegions.dockedAppearance=0
isFullscreen=false
02-01 11:39:13.920 1317 2187 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
02-01 11:39:13.945 1317 2187 D _V_VivoWmsImpl:
clearWallpaperClientForcedVisibility, reason:wallpaper going to invisible
02-01 11:39:13.946 1317 2187 V _V_VivoWmsImpl: updateWallpaperClientVisibility
mForceWpInVisibleTokens size = 0
02-01 11:39:13.946 1317 2187 V _V_VivoDisplayContentImpl:
updateWallpaperClientVisibility true lastForceVis = true
02-01 11:39:13.948 1317 2187 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:13.994 1317 1943 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:13.997 1317 1599 I NetworkPolicy: INTENT_VALUE_ICC_LOADED
02-01 11:39:14.000 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.011 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 287; current
= 284; currentFloat = 0.12152455; target = 248; animate = 284; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:14.025 1317 1943 D _V_BarAnimController: appTransitionFinished
02-01 11:39:14.027 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.12152455 pkg:android
userId:0
02-01 11:39:14.028 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12152455
02-01 11:39:14.034 1317 1434 W Looper : Slow dispatch took 481ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H c=<recycled
PooledLambda@6ad0568> m=0
02-01 11:39:14.036 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12152455
02-01 11:39:14.045 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.048 1317 1456 W ActivityManager: Slow operation: 539ms so far, now
at startProcess: done updating battery stats
02-01 11:39:14.048 1317 1456 W ActivityManager: Slow operation: 539ms so far, now
at startProcess: building log message
02-01 11:39:14.049 1317 1456 I ActivityManager: Start proc
3405:com.android.cellbroadcastreceiver/u0a175 for broadcast
{com.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastR
eceiver}
02-01 11:39:14.049 1317 1456 W ActivityManager: Slow operation: 540ms so far, now
at startProcess: starting to update pids map
02-01 11:39:14.057 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.061 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:14.062 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.12152455, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:14.062 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.12152455 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:14.063 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06935287, brightness =
284, useSurfaceControl status false
02-01 11:39:14.064 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=284
02-01 11:39:14.064 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06935287;
setBrightness = 284
02-01 11:39:14.064 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:284 pkg:android userId:0
02-01 11:39:14.070 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:14.072 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:14.075 1317 1943 I WindowManager: Relayout Window{1f96491 u0
com.android.launcher3/com.android.launcher3.Launcher}: oldVis=0, newVis=8,
requestedWidth=253, requestedHeight=52, attrs.width=null, attrs.height=null,
compatFrame = Rect(233, 764 - 486, 816), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
02-01 11:39:14.078 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:14.080 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12152455
02-01 11:39:14.085 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.113 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 293
02-01 11:39:14.113 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.115 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 290
02-01 11:39:14.116 1317 1456 W ActivityManager: Slow operation: 607ms so far, now
at startProcess: done updating pids map
02-01 11:39:14.116 1317 1456 W ActivityManager: Slow operation: 376ms so far, now
at startProcess: asking zygote to start proc
02-01 11:39:14.117 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 287
02-01 11:39:14.131 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.134 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 284
02-01 11:39:14.141 1317 1456 W ActivityManager: Slow operation: 401ms so far, now
at startProcess: returned from zygote!
02-01 11:39:14.142 1317 1456 W ActivityManager: Slow operation: 401ms so far, now
at startProcess: done updating battery stats
02-01 11:39:14.142 1317 1456 W ActivityManager: Slow operation: 402ms so far, now
at startProcess: building log message
02-01 11:39:14.142 1317 1456 I ActivityManager: Start proc
3421:com.android.bluetooth/1002 for service
{com.android.bluetooth/com.android.bluetooth.btservice.AdapterService}
02-01 11:39:14.142 1317 1456 W ActivityManager: Slow operation: 402ms so far, now
at startProcess: starting to update pids map
02-01 11:39:14.158 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.162 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.167 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.175 1317 1434 W Looper : Drained
02-01 11:39:14.180 1317 2134 I WindowManager: Relayout Window{15f7011 u0
com.android.launcher3/com.android.launcher3.Launcher}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
02-01 11:39:14.181 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.184 1317 1456 W ActivityManager: Slow operation: 444ms so far, now
at startProcess: done updating pids map
02-01 11:39:14.202 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 284; current
= 281; currentFloat = 0.12008789; target = 248; animate = 281; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:14.203 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.12008789 pkg:android
userId:0
02-01 11:39:14.207 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12008789
02-01 11:39:14.208 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.12008789, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:14.208 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.12008789 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:14.209 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06862027, brightness =
281, useSurfaceControl status false
02-01 11:39:14.209 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=281
02-01 11:39:14.209 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06862027;
setBrightness = 281
02-01 11:39:14.213 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12008789
02-01 11:39:14.213 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:14.214 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:281 pkg:android userId:0
02-01 11:39:14.214 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.12008789
02-01 11:39:14.215 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 281
02-01 11:39:14.230 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10175; state: DISABLED
02-01 11:39:14.231 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:14.244 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:14.246 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:14.289 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.296 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.311 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.316 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1002; state: DISABLED
02-01 11:39:14.355 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 281; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:14.357 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.368 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.373 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.379 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.382 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.393 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 281; current
= 278; currentFloat = 0.118651226; target = 248; animate = 278; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:14.395 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.118651226 pkg:android
userId:0
02-01 11:39:14.399 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.118651226
02-01 11:39:14.401 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.118651226
02-01 11:39:14.404 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.118651226, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:14.404 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.118651226 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:14.405 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06788767, brightness =
278, useSurfaceControl status false
02-01 11:39:14.405 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=278
02-01 11:39:14.405 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06788767;
setBrightness = 278
02-01 11:39:14.410 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:278 pkg:android userId:0
02-01 11:39:14.411 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.413 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:14.415 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 278
02-01 11:39:14.416 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.118651226
02-01 11:39:14.432 1317 1640 I _V_VivoLocationUtils: --handleMessage 1001
02-01 11:39:14.451 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:14.505 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.506 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.537 1317 1434 D _V_BarAnimController: reset
02-01 11:39:14.537 1317 1434 D _V_BarAnimController: resetRealBars
02-01 11:39:14.537 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
02-01 11:39:14.539 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
02-01 11:39:14.540 1317 1434 D _V_BarAnimController: updateGestureRotation cancel
02-01 11:39:14.541 1317 1434 D _V_BarAnimController: resetFakeBars
02-01 11:39:14.544 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
02-01 11:39:14.544 1317 1434 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = false
02-01 11:39:14.546 1317 1434 D _V_FakeBarSurfaceControl-FakeStatusBar: hide
02-01 11:39:14.547 1317 1434 D _V_FakeBarSurfaceControl-FakeStatusBar:
reparentBack
02-01 11:39:14.547 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
02-01 11:39:14.547 1317 1434 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentBack
02-01 11:39:14.553 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:783e20c u0 NavigationBar0}, shouldSendRedrawForSync() =
false
02-01 11:39:14.566 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:14.575 1317 2667 D _V_VivoFirewall: shouldPreventStartActivity allow,
callingPackage:com.android.settings, callingUid:1000, callingPid:2079,
realCallingUid:1000, lastReason:startActivityAsUser, isVivoWidget:false,
nullController:false, aInfo:ActivityInfo{dc9017e
com.android.settings.Settings$NetworkProviderSettingsActivity}
02-01 11:39:14.575 1317 1317 W Looper : Slow dispatch took 5670ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@27e36df m=0
02-01 11:39:14.576 1317 2667 I ActivityTaskManager: START u0
{act=android.settings.NETWORK_PROVIDER_SETTINGS flg=0x10008000
cmp=com.android.settings/.Settings$NetworkProviderSettingsActivity (has extras)}
from uid 1000 ,pid 2079,realCallingUid:1000,realCallingPid:2079
02-01 11:39:14.576 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 278; current
= 275; currentFloat = 0.11721457; target = 248; animate = 275; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:14.577 1317 2667 D _V_ThirdPartyIncoming: shouldStartIncoming,
sourceRecord : com.android.settings mIsGame =false
02-01 11:39:14.577 1317 2667 W _V_VivoActivityStarterImpl: The
caller:com.android.settings try to start itself, return
02-01 11:39:14.583 1317 2667 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=2079 mRealCallUid=1000 mIsCaptureEnabled=false
02-01 11:39:14.583 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.11721457 pkg:android
userId:0
02-01 11:39:14.583 1317 2667 I _V_ActivityTaskManager: cong: startActivityInner
name = com.android.settings/.Settings$NetworkProviderSettingsActivity
02-01 11:39:14.584 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.11721457
02-01 11:39:14.586 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.587 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.587 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.11721457, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:14.587 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.11721457 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:14.588 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.588 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.589 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.589 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.589 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 30, control mode automatic, policy level 1, lux 2).
02-01 11:39:14.589 1317 1663 D _V_VivoBrightnessPolicyService: Set target percent
to 0.0%.
02-01 11:39:14.589 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.590 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/brightness_for_pem
02-01 11:39:14.590 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.590 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06715507, brightness =
275, useSurfaceControl status false
02-01 11:39:14.590 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=275
02-01 11:39:14.591 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06715507;
setBrightness = 275
02-01 11:39:14.591 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.11721457
02-01 11:39:14.592 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.594 1317 1663 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:brightness_for_pem value:0 pkg:android userId:0
02-01 11:39:14.595 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:14.595 1317 2667 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.ActivityRecord.finishIfPossible:3881
com.android.server.wm.Task.lambda$performClearTask$6:2206
com.android.server.wm.Task$$ExternalSyntheticLambda27.accept:4
02-01 11:39:14.596 1317 1691 I _V_Sensor_PemBrightness: calcPemStepGap currentLcm
= 275; targetLcm = 248; totalTime = 10000; step = 1; gap = 370
02-01 11:39:14.596 1317 2667 D _V_BarAnimController: prepareAppTransition 2 0
02-01 11:39:14.596 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.11721457
02-01 11:39:14.596 1317 1691 I _V_Sensor_PemBrightness: pemBrightChange scale =
0; mPemScale = 1.0; apparentLcm = 248; mTargetLcm = 248; mApparentBrightness =
0.10462266
02-01 11:39:14.597 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 275
02-01 11:39:14.597 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.598 1317 2667 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:14.599 1317 2667 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:14.599 1317 2667 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:14.601 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.11721457
02-01 11:39:14.601 1317 2667 D _V_BarAnimController:
setActivityVisibilityBeforeCommit null ActivityRecord{be1506e u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0 f}}
02-01 11:39:14.602 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:275 pkg:android userId:0
02-01 11:39:14.602 1317 1766 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 275; targetLcm = 248; pemLcm = 274; step = 1; gap = 370
02-01 11:39:14.603 1317 1766 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.11721457; mInvisibleBright = 0.11721457; mActualLcm = 274; mTargetLcm = 248;
mPemScale = 1.0; mApparentBrightness = 0.10462266
02-01 11:39:14.603 1317 1766 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.11721457; finalBrightness =
0.11679202; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
02-01 11:39:14.606 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.607 1317 2667 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{be1506e u0 com.android.settings/.Settings$WifiSettingsActivity t5 d0
f}} ,caller by com.android.server.wm.ActivityRecord.finishIfPossible:3913
com.android.server.wm.Task.lambda$performClearTask$6:2206
com.android.server.wm.Task$$ExternalSyntheticLambda27.accept:4
com.android.server.wm.ActivityRecord.forAllActivities:5115
com.android.server.wm.WindowContainer.forAllActivities:1550
com.android.server.wm.WindowContainer.forAllActivities:1539
com.android.server.wm.Task.performClearTask:2203
com.android.server.wm.Task.performClearTaskLocked:2219
com.android.server.wm.ActivityStarter.complyActivityFlags:2998
com.android.server.wm.ActivityStarter.recycleTask:2892
com.android.server.wm.ActivityStarter.startActivityInner:2398
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:39:14.607 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.607 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.607 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.607 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.607 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.607 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.608 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.11679202, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:14.608 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.608 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:14.608 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.11679202 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:14.609 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.609 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.612 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06691087, brightness =
274, useSurfaceControl status false
02-01 11:39:14.614 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.614 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.614 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.614 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.614 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.614 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.614 1317 1317 V NotificationAssistants: 0 notification assistant
service connected:
ComponentInfo{com.google.android.ext.services/android.ext.services.notification.Ass
istant}
02-01 11:39:14.614 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.614 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.615 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:274 pkg:android userId:0
02-01 11:39:14.619 1317 2667 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_CLOSE],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:7984
com.android.server.wm.ActivityStarter.startActivityInner:2569
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:39:14.619 1317 2667 D _V_BarAnimController: prepareAppTransition 2 0
02-01 11:39:14.619 1317 2667 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:14.620 1317 2667 D _V_BarAnimController: transferStartingWindow
fromActivity = ActivityRecord{be1506e u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0 f}} toActivity =
ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
02-01 11:39:14.621 1317 2667 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4753
com.android.server.wm.ActivityRecord.removeChild:433
com.android.server.wm.WindowContainer.reparent:394
com.android.server.wm.ActivityRecord.transferStartingWindow:4859
com.android.server.wm.ActivityRecord.addStartingWindow:2590
com.android.server.wm.ActivityRecord.showStartingWindow:7893
02-01 11:39:14.621 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=274
02-01 11:39:14.626 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06691087;
setBrightness = 274
02-01 11:39:14.626 1317 2667 V _V_ActivityTaskManager: mAnimatingActivities do
not contains ActivityRecord{be1506e u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0 f}}, should not transfer
animation to ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
02-01 11:39:14.627 1317 2667 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:14.628 1317 2667 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:14.630 1317 2667 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:14.636 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:14.637 1317 2667 D _V_WindowManager: Resize reasons w=
Window{com.android.settings:3d2afad u0 Splash Screen com.android.settings},
shouldSendRedrawForSync() = false
02-01 11:39:14.638 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.11721457
02-01 11:39:14.644 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:14.646 1317 2667 D _V_RMS-Preload: displayId=0, callingUid=1000,
callingPid=2079, requestUid=1000, requestPid=0,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$NetworkProviderSettingsActivity
starter.
02-01 11:39:14.646 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.649 1317 1317 D _V_Sensor_PhoneState: add 4 to list
02-01 11:39:14.652 1317 1521 W ActivityTaskManager: Duplicate finish request for
r=ActivityRecord{be1506e u0 com.android.settings/.Settings$WifiSettingsActivity t5
d0 f}}
02-01 11:39:14.662 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.664 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.664 1317 2667 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{be1506e u0 com.android.settings/.Settings$WifiSettingsActivity t5
d0 f}} currentState=0 startState=-1 activityState = PAUSING info = Settings
02-01 11:39:14.665 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.665 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.665 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.665 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.665 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.665 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.666 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.666 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.666 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.667 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.669 1317 2188 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
02-01 11:39:14.671 1317 2188 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:14.673 1317 2188 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.resumeTopActivityInnerLocked:7568
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2721
02-01 11:39:14.675 1317 2188 D _V_BarAnimController: prepareAppTransition 2 0
02-01 11:39:14.675 1317 1317 D _V_Sensor_PhoneState: add 4 to list
02-01 11:39:14.676 1317 2188 D _V_BarAnimController: fillFakeBarsWithContent skip
capture as last capture time is in 100ms with animation has not been started
02-01 11:39:14.677 1317 2188 W ActivityTaskManager: Tried to set launchTime (0) <
mLastActivityLaunchTime (54200)
02-01 11:39:14.681 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.682 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.684 1317 2188 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
ActivityRecord{be1506e u0 com.android.settings/.Settings$WifiSettingsActivity t5 d0
f}}
02-01 11:39:14.686 1317 2188 I _V_SDS :
onSetActivityResumed=com.android.settings
recordInfo=com.android.settings/.Settings$NetworkProviderSettingsActivity pid=2079
02-01 11:39:14.690 1317 2188 I HoverMode: ar is resume in second =
ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
02-01 11:39:14.691 1317 2188 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
ActivityRecord{be1506e u0 com.android.settings/.Settings$WifiSettingsActivity t5 d0
f}}
02-01 11:39:14.693 1317 2188 D _V_ActivityTaskManager: updateCompatDisplayInsets
this=ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5
d0} ,mCompatDisplayInsets:720 x 1600
callers=com.android.server.wm.ActivityRecord.ensureActivityConfiguration:10036
com.android.server.wm.EnsureActivitiesVisibleHelper.setActivityVisibilityState:226
com.android.server.wm.EnsureActivitiesVisibleHelper.lambda$process$0$EnsureActiviti
esVisibleHelper:143 com.android.server.wm.EnsureActivitiesVisibleHelper$
$ExternalSyntheticLambda0.accept:8
com.android.server.wm.ActivityRecord.forAllActivities:5115
02-01 11:39:14.695 1317 2188 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=-1, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:14.696 1317 2188 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
02-01 11:39:14.699 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.699 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.699 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.699 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.699 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.699 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.700 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.700 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.701 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.701 1317 1317 V ConditionProviders: 0 condition provider service
connected:
ComponentInfo{com.google.android.gms/com.google.android.location.settings.DrivingCo
nditionProvider}
02-01 11:39:14.706 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.707 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.707 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.707 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.707 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.707 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.707 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.707 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.708 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:14.710 1317 2188 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=5
,topActivity=ComponentInfo{com.android.settings/com.android.settings.Settings$Netwo
rkProviderSettingsActivity} ,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} }
02-01 11:39:14.712 1317 2188 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
02-01 11:39:14.713 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.716 1317 1317 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has
extras) }
02-01 11:39:14.717 1317 2188 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 0 mRemoteAnimState = 0 transit = -1
02-01 11:39:14.718 1317 2188 D _V_BarAnimController: appTransitionFinished
02-01 11:39:14.719 1317 1317 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has
extras) }
02-01 11:39:14.721 1317 1521 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.mms
02-01 11:39:14.721 1317 1521 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10057; state: DISABLED
02-01 11:39:14.722 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10057; state: ENABLED
02-01 11:39:14.725 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.729 1317 1317 D _V_Sensor_PhoneState: add 4 to list
02-01 11:39:14.733 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.733 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.733 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.733 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.734 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.734 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.734 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.734 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.734 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.735 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/volte_subscription0
02-01 11:39:14.737 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.737 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.737 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.737 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.738 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.738 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.739 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.739 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.740 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.740 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 274
02-01 11:39:14.749 1317 2184 D ConditionProviders: Disabling component
com.google.android.gms/com.google.android.location.settings.DrivingConditionProvide
r
02-01 11:39:14.753 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.754 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:14.760 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.763 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 275; current
= 272; currentFloat = 0.11577791; target = 248; animate = 272; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:14.764 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.11577791 pkg:android
userId:0
02-01 11:39:14.765 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.11577791
02-01 11:39:14.766 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:14.767 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.11577791, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:14.767 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.11577791 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:14.768 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06642247, brightness =
272, useSurfaceControl status false
02-01 11:39:14.769 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.11577791
02-01 11:39:14.774 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=272
02-01 11:39:14.774 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:272 pkg:android userId:0
02-01 11:39:14.775 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/wifi_on
02-01 11:39:14.775 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06642247;
setBrightness = 272
02-01 11:39:14.776 1317 1456 W ActivityManager: Slow operation: 56ms so far, now
at startProcess: done updating battery stats
02-01 11:39:14.776 1317 1456 W ActivityManager: Slow operation: 56ms so far, now
at startProcess: building log message
02-01 11:39:14.776 1317 1456 I ActivityManager: Start proc
3452:com.android.mms:smartsms/u0a57 for broadcast
{com.android.mms/com.vivo.mms.soip.smart.push.receiver.SimStateChangeReceiver}
02-01 11:39:14.776 1317 1456 W ActivityManager: Slow operation: 56ms so far, now
at startProcess: starting to update pids map
02-01 11:39:14.777 1317 1456 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: done updating pids map
02-01 11:39:14.778 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:14.780 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.781 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.781 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.781 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.781 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.783 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.783 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.783 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 29, control mode automatic, policy level 1, lux 2).
02-01 11:39:14.784 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.784 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.11577791
02-01 11:39:14.785 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:14.785 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.790 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.795 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 272
02-01 11:39:14.818 1317 1434 D WifiDisplayController: Received
WIFI_P2P_STATE_CHANGED_ACTION: enabled=false
02-01 11:39:14.821 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.821 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.android.cellbroadcastreceiver
className:com.android.cellbroadcastreceiver.CellBroadcastListLauncherActivity
newState:2 userId:0 callingPackage:null callingUid:10175 callingPid:3405
02-01 11:39:14.822 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.824 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.824 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.826 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.827 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.827 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.834 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.838 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.856 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.856 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.856 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.856 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.857 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.857 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.857 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.857 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.857 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.859 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.860 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:14.860 1317 1317 I _V_UserManagerService: writeUserLP:0
02-01 11:39:14.862 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:14.864 1317 1521 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:14.867 1317 1317 I _V_UserManagerService: verify OK
02-01 11:39:14.882 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.888 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.889 1317 1317 I _V_UserManagerService: update backup
02-01 11:39:14.910 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.912 1317 1521 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10057; state: DISABLED
02-01 11:39:14.914 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.926 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.928 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.928 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.928 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.928 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.929 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.929 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.929 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.929 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.929 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.931 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.932 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.933 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.933 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.933 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.933 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.933 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.933 1317 2666 W _V_ContentProviderHelper: Failed to find
provider:com.voconfig.bridge for user 0
02-01 11:39:14.934 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.934 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.935 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.935 1317 2188 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.appfilter et al): null
02-01 11:39:14.936 1317 1317 D _V_InputMethodManagerService: onServiceConnected
name=ComponentInfo{com.google.android.inputmethod.latin/com.android.inputmethod.lat
in.LatinIME} ,service=android.os.BinderProxy@24563d9 ,mIsSecImms=false
02-01 11:39:14.936 1317 1317 V InputMethodManagerService: Initiating attach with
token: android.os.Binder@c7fdd54
02-01 11:39:14.936 1317 1317 V InputMethodManagerService: Sending attach of
token: android.os.Binder@c7fdd54 for display: 0
02-01 11:39:14.937 1317 1317 V InputMethodManagerService: Creating new session
for client ClientState{dbdc9d5 uid=1000 pid=2079 displayId=0}
02-01 11:39:14.942 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.943 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.943 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.944 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.945 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.945 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.945 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.949 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.951 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10154; state: ENABLED
02-01 11:39:14.952 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.953 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 272; current
= 269; currentFloat = 0.11434125; target = 248; animate = 269; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:14.957 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.957 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.958 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:14.959 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.11434125 pkg:android
userId:0
02-01 11:39:14.960 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.11434125
02-01 11:39:14.961 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.11434125, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:14.961 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.961 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.11434125
02-01 11:39:14.962 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.11434125 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:14.962 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.964 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06568987, brightness =
269, useSurfaceControl status false
02-01 11:39:14.964 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.965 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.965 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.965 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.965 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.965 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.965 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.966 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=269
02-01 11:39:14.966 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06568987;
setBrightness = 269
02-01 11:39:14.966 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.968 1317 1434 D WifiDisplayController: Received
WIFI_P2P_STATE_CHANGED_ACTION: enabled=true
02-01 11:39:14.969 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.969 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:14.971 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:269 pkg:android userId:0
02-01 11:39:14.971 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.972 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.972 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.972 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.972 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.11434125
02-01 11:39:14.973 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.974 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:14.974 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 269
02-01 11:39:14.975 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:14.977 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.977 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.977 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.977 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.977 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.977 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.978 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.980 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:14.981 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:14.982 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:14.982 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:14.982 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:14.983 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:14.983 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:14.994 1317 1317 I TransportClient: LocalTransportService#0:
Notifying [TransportManager.registerTransport()] transport = IBackupTransport
02-01 11:39:14.995 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:14.999 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.005 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.005 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.005 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.005 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.005 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.005 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.006 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.006 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.006 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.006 1317 1317 V NotificationListeners: 0 notification listener
service connected:
ComponentInfo{com.android.launcher3/com.android.launcher3.notification.Notification
Listener}
02-01 11:39:15.012 1317 2667 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:15.014 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.014 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.014 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.014 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.014 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.014 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.014 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.014 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.015 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.015 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10119; state: DISABLED
02-01 11:39:15.018 1317 2188 D NotificationListeners: Disabling component
com.android.launcher3/.notification.NotificationListener
02-01 11:39:15.023 1317 2667 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded,
win=Window{com.google.android.inputmethod.latin:8edc2b9 u0 InputMethod} task=null
02-01 11:39:15.025 1317 2667 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:8edc2b9 u0 InputMethod}
updateControlForTarget
com.android.server.wm.DisplayContent$RemoteInsetsControlTarget@66f050a
02-01 11:39:15.026 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.026 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.026 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.026 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.026 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.026 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.026 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.027 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.027 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.029 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.031 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:15.032 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.035 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.035 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.035 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.036 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.036 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.036 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.036 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.036 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.036 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.038 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.039 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.039 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.039 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.039 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.039 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.039 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.039 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.039 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.041 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.042 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.042 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.042 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.042 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.042 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.042 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.043 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.043 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.044 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.044 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.044 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.044 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.044 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.044 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.044 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.044 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.045 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.047 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.048 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.048 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.048 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.048 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.048 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.048 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.048 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.049 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.051 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.052 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.053 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.053 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.053 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.053 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.053 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.053 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.053 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.054 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.055 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.055 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.055 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.055 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.055 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.055 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.056 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.056 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.060 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.064 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.067 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.069 1317 2188 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.CARRIER_SIGNAL_RESET flg=0x10002010
cmp=com.android.carrierdefaultapp/.CarrierDefaultBroadcastReceiver (has extras) }
on fgKeyApp queue
02-01 11:39:15.071 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.080 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.carrierdefaultapp
02-01 11:39:15.081 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.081 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10069; state: DISABLED
02-01 11:39:15.081 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10069; state: DISABLED
02-01 11:39:15.081 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10069; state: DISABLED
02-01 11:39:15.082 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10069; state: ENABLED
02-01 11:39:15.083 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.083 1317 2187 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.CARRIER_SIGNAL_RESET flg=0x10002010
cmp=com.android.carrierdefaultapp/.CarrierDefaultBroadcastReceiver (has extras) }
on fgKeyApp queue
02-01 11:39:15.085 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10069; state: ENABLED
02-01 11:39:15.094 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10000; state: ENABLED
02-01 11:39:15.096 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10000; state: DISABLED
02-01 11:39:15.099 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 182734110; UID 10000; state: DISABLED
02-01 11:39:15.105 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.107 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.108 1317 1456 I ActivityManager: Start proc
3478:com.android.carrierdefaultapp/u0a69 for broadcast
{com.android.carrierdefaultapp/com.android.carrierdefaultapp.CarrierDefaultBroadcas
tReceiver}
02-01 11:39:15.109 1317 1429 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:15.110 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.110 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.110 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.110 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.110 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.110 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.111 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.111 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.116 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.117 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:15.131 1317 2187 D _V_InputMethodManagerService: onSessionCreated
method=com.android.internal.view.IInputMethod$Stub$Proxy@76f1199 ,session=com.andro
id.internal.view.IInputMethodSession$Stub$Proxy@6fd4c5e ,channel=ClientState{dbdc9d
5 uid=1000 pid=2079 displayId=0}
(server) ,mIsSecImms=false ,sessionState=SessionState{uid 1000 pid 2079 method
76f1199 session 6fd4c5e channel ClientState{dbdc9d5 uid=1000 pid=2079 displayId=0}
(server)} ,mCurClient=ClientState{dbdc9d5 uid=1000 pid=2079 displayId=0}
02-01 11:39:15.132 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 269; current
= 266; currentFloat = 0.1129891; target = 248; animate = 266; rate = 40; gap = 166;
step = 3; scale = 1.0
02-01 11:39:15.133 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.1129891 pkg:android
userId:0
02-01 11:39:15.134 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1129891
02-01 11:39:15.134 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1129891
02-01 11:39:15.134 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.1129891, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:15.134 1317 2187 V InputMethodManagerService: Enabling:
SessionState{uid 1000 pid 2079 method 76f1199 session 6fd4c5e channel
ClientState{dbdc9d5 uid=1000 pid=2079 displayId=0} (server)}
02-01 11:39:15.135 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.1129891 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:15.135 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06495727, brightness =
266, useSurfaceControl status false
02-01 11:39:15.136 1317 2188 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:15.137 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=266
02-01 11:39:15.137 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06495727;
setBrightness = 266
02-01 11:39:15.138 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:266 pkg:android userId:0
02-01 11:39:15.139 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:15.145 1317 2666 W ActivityManager: Unable to start service Intent
{ act=com.vivo.entitlement.o2.EntitlementService pkg=com.vivo.entitlement } U=0:
not found
02-01 11:39:15.155 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.158 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1129891
02-01 11:39:15.159 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 266
02-01 11:39:15.181 1317 1317 I _V_VivoPmsImpl: conditionalPkg onReceive
intent:Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has
extras) }
02-01 11:39:15.184 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.211 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.212 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.213 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.214 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.214 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.214 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.214 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.214 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.215 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.215 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.215 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.216 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.216 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.216 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.216 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.216 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.217 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.218 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.231 1317 3277 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:8edc2b9 u0 InputMethod}: oldVis=4,
newVis=4, requestedWidth=720, requestedHeight=79, attrs.width=-1, attrs.height=-2,
compatFrame = Rect(0, 1521 - 720, 1600), mAttrs.privateFlags = 12000000,
mInvGlobalScale = 1.0
02-01 11:39:15.233 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.233 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.233 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.233 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.233 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.235 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.235 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.235 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.237 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.7626976 pkg:android
userId:0
02-01 11:39:15.239 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.240 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.240 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.242 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/brightness_for_pem
02-01 11:39:15.245 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.245 1317 1691 I _V_Sensor_PemBrightness: calcPemStepGap currentLcm
= 266; targetLcm = 248; totalTime = 10000; step = 1; gap = 500
02-01 11:39:15.245 1317 1691 I _V_Sensor_PemBrightness: pemBrightChange scale =
0; mPemScale = 1.0; apparentLcm = 248; mTargetLcm = 248; mApparentBrightness =
0.10462266
02-01 11:39:15.246 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.247 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.248 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.250 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.251 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.253 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.256 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.256 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:15.256 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode_config_etag value:-2079455149
pkg:android userId:0
02-01 11:39:15.258 1317 1317 D _V_ZenModeHelper: reason =
zmc.onServiceAdded:ComponentInfo{com.google.android.gms/com.google.android.location
.settings.DrivingConditionProvider} zenModeEnabled = false mZenModeEnabled = false
02-01 11:39:15.259 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
02-01 11:39:15.269 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.282 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.282 1317 1766 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 266; targetLcm = 248; pemLcm = 265; step = 1; gap = 500
02-01 11:39:15.282 1317 1766 I _V_Sensor_PemBrightness: getPemBrightness originBr
= 0.1129891; mInvisibleBright = 0.1129891; mActualLcm = 265; mTargetLcm = 248;
mPemScale = 1.0; mApparentBrightness = 0.10462266
02-01 11:39:15.282 1317 1766 I _V_Sensor_MultiModeBrightness:
getBrightnessInvisible initial brightness = 0.1129891; finalBrightness =
0.11256655; cameraMode = false; powerSave = false; mOverrideBrightnessForPem = -1.0
02-01 11:39:15.282 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.11256655, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:15.283 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.11256655 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:15.283 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06471307, brightness =
265, useSurfaceControl status false
02-01 11:39:15.284 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=265
02-01 11:39:15.284 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06471307;
setBrightness = 265
02-01 11:39:15.286 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.286 1317 1434 D _V_BarAnimController: reset
02-01 11:39:15.286 1317 1434 D _V_BarAnimController: resetRealBars
02-01 11:39:15.286 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
02-01 11:39:15.287 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
02-01 11:39:15.287 1317 1434 D _V_BarAnimController: updateGestureRotation cancel
02-01 11:39:15.288 1317 1434 D _V_BarAnimController: resetFakeBars
02-01 11:39:15.288 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
02-01 11:39:15.288 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
02-01 11:39:15.290 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:265 pkg:android userId:0
02-01 11:39:15.293 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1129891
02-01 11:39:15.297 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.298 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.298 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.298 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.298 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.298 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 266; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:15.298 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.299 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.301 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:15.306 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:15.310 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.1129891
02-01 11:39:15.315 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:783e20c u0 NavigationBar0}, shouldSendRedrawForSync() =
false
02-01 11:39:15.316 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 265
02-01 11:39:15.329 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 266; current
= 263; currentFloat = 0.111636944; target = 248; animate = 263; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:15.330 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.111636944 pkg:android
userId:0
02-01 11:39:15.331 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.111636944
02-01 11:39:15.344 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.111636944, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:15.344 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.111636944 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:15.345 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06422467, brightness =
263, useSurfaceControl status false
02-01 11:39:15.345 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=263
02-01 11:39:15.345 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06422467;
setBrightness = 263
02-01 11:39:15.346 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.111636944
02-01 11:39:15.355 1317 1601 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:captive_portal_https_url value:
pkg:android userId:0
02-01 11:39:15.371 1317 1601 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:captive_portal_http_url value:
pkg:android userId:0
02-01 11:39:15.387 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.393 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.399 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:15.412 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:15.413 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 263
02-01 11:39:15.414 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.111636944
02-01 11:39:15.457 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 28, control mode automatic, policy level 1, lux 2).
02-01 11:39:15.457 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:15.481 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.481 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:15.489 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.494 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:15.506 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.506 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.506 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.507 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:15.510 1317 2667 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.providers.userdictionary
02-01 11:39:15.510 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10036; state: DISABLED
02-01 11:39:15.511 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.511 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10036; state: DISABLED
02-01 11:39:15.511 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10036; state: DISABLED
02-01 11:39:15.511 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10036; state: ENABLED
02-01 11:39:15.525 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10036; state: ENABLED
02-01 11:39:15.537 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.546 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.546 1317 2667 W ContentProviderHelper: Slow operation: 54ms so
far, now at getContentProviderImpl: after start process
02-01 11:39:15.546 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.546 1317 2667 W ContentProviderHelper: Slow operation: 55ms so
far, now at getContentProviderImpl: updating data structures
02-01 11:39:15.546 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.546 1317 2667 W ContentProviderHelper: Slow operation: 55ms so
far, now at getContentProviderImpl: done!
02-01 11:39:15.546 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.547 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.549 1317 1456 I ActivityManager: Start proc
3506:android.process.acore/u0a36 for content provider
{com.android.providers.userdictionary/com.android.providers.userdictionary.UserDict
ionaryProvider}
02-01 11:39:15.552 1317 1431 W Looper : Slow dispatch took 225ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:39:15.554 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:263 pkg:android userId:0
02-01 11:39:15.554 1317 1431 W Looper : Slow delivery took 207ms android.fg
h=android.os.Handler
c=com.android.server.display.color.dc.VivoLcmDcManager$4@3daeb0 m=0
02-01 11:39:15.555 1317 1432 W Looper : Slow dispatch took 156ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:39:15.556 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.556 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.556 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.556 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.556 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.557 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.557 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.562 1317 1431 W Looper : Drained
02-01 11:39:15.568 1317 3043 D BackupTransportManager: Transport
com.android.localtransport/.LocalTransportService registered
02-01 11:39:15.568 1317 3043 D BackupManagerService: [UserID:0] Transport
com.android.localtransport/.LocalTransport registered 7393ms after first request
(delay = 3000ms)
02-01 11:39:15.570 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 263; current
= 260; currentFloat = 0.110200286; target = 248; animate = 260; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:15.571 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.110200286 pkg:android
userId:0
02-01 11:39:15.572 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.110200286
02-01 11:39:15.573 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.110200286, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:15.574 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.110200286
02-01 11:39:15.574 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.110200286 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:15.574 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06349207, brightness =
260, useSurfaceControl status false
02-01 11:39:15.574 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=260
02-01 11:39:15.575 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06349207;
setBrightness = 260
02-01 11:39:15.576 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:260 pkg:android userId:0
02-01 11:39:15.606 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:15.635 1317 1432 D DeviceIdleController: Adding AppId 10076 to temp
whitelist. New entry: true
02-01 11:39:15.635 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10076, delay=20000
02-01 11:39:15.635 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10076, 10121]
02-01 11:39:15.639 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 260
02-01 11:39:15.640 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:30 pkg:android userId:0
02-01 11:39:15.645 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:15.651 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:15.653 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.655 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.656 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.658 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10069; state: DISABLED
02-01 11:39:15.660 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.110200286
02-01 11:39:15.661 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.685 1317 2188 W ActivityManager: Slow operation: 69ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:15.685 1317 2188 W ActivityManager: Slow operation: 69ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:15.687 1317 2188 W ActivityManager: Slow operation: 71ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:15.694 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:15.698 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.699 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:15.701 1317 2188 W ActivityManager: Slow operation: 85ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:39:15.702 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:15.704 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.704 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.704 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.704 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.705 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.705 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.710 1317 3329 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
02-01 11:39:15.738 1317 1500 D _V_SystemConfig: CC:PH
02-01 11:39:15.742 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.748 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.751 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.752 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.756 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.763 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 260; current
= 257; currentFloat = 0.10884814; target = 248; animate = 257; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:15.764 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.10884814 pkg:android
userId:0
02-01 11:39:15.764 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:15.765 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.10884814
02-01 11:39:15.765 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.10884814, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:15.766 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.10884814 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:15.766 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06275947, brightness =
257, useSurfaceControl status false
02-01 11:39:15.768 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.10884814
02-01 11:39:15.770 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:257 pkg:android userId:0
02-01 11:39:15.775 1317 3043 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:15.787 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=257
02-01 11:39:15.787 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06275947;
setBrightness = 257
02-01 11:39:15.790 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:15.792 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.10884814
02-01 11:39:15.792 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 257
02-01 11:39:15.797 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.798 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.808 1317 3276 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:15.809 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.853 1317 1317 W Looper : Slow dispatch took 194ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6
02-01 11:39:15.854 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.867 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.867 1317 2666 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10036; state: DISABLED
02-01 11:39:15.867 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.867 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.867 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.868 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.869 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.869 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.869 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.870 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 27, control mode automatic, policy level 1, lux 2).
02-01 11:39:15.870 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:15.871 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.872 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.872 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.872 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.872 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.873 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.873 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.873 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.874 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:15.875 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:15.877 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:15.878 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:15.879 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:15.881 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTING,
nai.isLingering():false
02-01 11:39:15.884 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10076, 10121]
02-01 11:39:15.885 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:15.885 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTING,
nai.isLingering():false
02-01 11:39:15.889 1317 1317 W Looper : Drained
02-01 11:39:15.890 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:15.890 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:15.890 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:15.890 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:15.890 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:15.891 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:15.892 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:15.896 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:15.897 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:15.898 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.7823037 pkg:android
userId:0
02-01 11:39:15.908 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:15.920 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.921 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.933 1317 1432 W Looper : Slow dispatch took 299ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:39:15.933 1317 1432 W Looper : Slow delivery took 350ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
02-01 11:39:15.934 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:15.936 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:15.938 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:15.948 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 257; current
= 254; currentFloat = 0.107411474; target = 248; animate = 254; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:15.949 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.107411474 pkg:android
userId:0
02-01 11:39:15.950 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.107411474
02-01 11:39:15.958 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.107411474
02-01 11:39:15.958 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.107411474, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:15.959 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.107411474 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:15.959 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.062026862, brightness
= 254, useSurfaceControl status false
02-01 11:39:15.959 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=254
02-01 11:39:15.960 1317 1766 I _V_VivoLightsService: lcmFloat = 0.062026862;
setBrightness = 254
02-01 11:39:15.960 1317 1432 W Looper : Drained
02-01 11:39:15.962 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:254 pkg:android userId:0
02-01 11:39:15.963 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:15.963 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.android.carrierdefaultapp
className:com.android.carrierdefaultapp.URLHandlerActivity newState:2 userId:0
callingPackage:null callingUid:10069 callingPid:3478
02-01 11:39:15.964 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.107411474
02-01 11:39:15.964 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 254
02-01 11:39:15.968 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.android.bluetooth
className:com.android.bluetooth.telephony.BluetoothInCallService newState:2
userId:0 callingPackage:null callingUid:1002 callingPid:3421
02-01 11:39:15.972 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:15.984 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:16.008 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:16.011 1317 1936 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.MEDIA_SCANNER_STARTED
dat=file:///storage/emulated/0 flg=0x10 } send by ApplicationInfo{ab8aea4
com.android.providers.media.module} should with permissions for security!!!
02-01 11:39:16.012 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:28 pkg:android userId:0
02-01 11:39:16.012 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:16.022 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTING,
nai.isLingering():false
02-01 11:39:16.031 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:16.044 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.044 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:16.045 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:16.045 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:16.045 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:16.045 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:16.045 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:16.045 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:16.046 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTING,
nai.isLingering():false
02-01 11:39:16.047 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:16.047 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:16.047 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:16.047 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:16.047 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:16.047 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:16.049 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:16.050 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:16.053 1317 1943 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:16.068 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:16.069 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:16.069 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:16.070 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:16.070 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:16.070 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:16.070 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:16.070 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:16.070 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:16.071 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:16.071 1317 1317 I TransportClient: D2dTransportService#1: Notifying
[TransportManager.registerTransport()] transport = IBackupTransport
02-01 11:39:16.092 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.106 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:16.117 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:16.120 1317 2134 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:16.124 1317 1317 D _V_Sensor_PhoneState: add 4 to list
02-01 11:39:16.125 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.android.carrierdefaultapp
className:com.android.carrierdefaultapp.URLHandlerActivity newState:2 userId:0
callingPackage:null callingUid:10069 callingPid:3478
02-01 11:39:16.129 1317 2134 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4737
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
02-01 11:39:16.130 1317 2134 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{a0f85cd u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
task=null
02-01 11:39:16.131 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.78517705 pkg:android
userId:0
02-01 11:39:16.136 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:16.138 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:16.144 1317 1486 I _V_Sensor_VRampAnimator: oldCurrent = 254; current
= 251; currentFloat = 0.10605933; target = 248; animate = 251; rate = 40; gap =
166; step = 3; scale = 1.0
02-01 11:39:16.146 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:16.152 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:16.154 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 254; mHBMState = false; mAnimatingStatus = 1; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:16.159 1317 1435 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=5
,topActivity=ComponentInfo{com.android.settings/com.android.settings.Settings$Netwo
rkProviderSettingsActivity} ,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} }
02-01 11:39:16.165 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.10605933 pkg:android
userId:0
02-01 11:39:16.166 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:16.173 1317 1936 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
currentState=0 startState=-1 activityState = RESUMED info = Settings
02-01 11:39:16.200 1317 3043 D BackupTransportManager: Transport
com.google.android.gms/.backup.component.D2dTransportService registered
02-01 11:39:16.201 1317 3043 D BackupManagerService: [UserID:0] Transport
com.google.android.gms/.backup.migrate.service.D2dTransport registered 8025ms after
first request (delay = 3000ms)
02-01 11:39:16.203 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.205 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.10605933
02-01 11:39:16.205 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:16.206 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:16.208 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.10605933, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:16.208 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.208 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:16.209 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.10605933 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:16.210 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:16.210 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:16.210 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:16.210 1317 2667 I WindowManager: Relayout Window{a0f85cd u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
: oldVis=4, newVis=0, requestedWidth=720, requestedHeight=1600, attrs.width=-1,
attrs.height=-1, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags =
12020040, mInvGlobalScale = 1.0
02-01 11:39:16.210 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:16.211 1317 1435 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 1000; state: ENABLED
02-01 11:39:16.212 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.7878814 pkg:android
userId:0
02-01 11:39:16.213 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:16.214 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:16.214 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:16.214 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:16.221 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06129426, brightness =
251, useSurfaceControl status false
02-01 11:39:16.221 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.10605933
02-01 11:39:16.221 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=251
02-01 11:39:16.221 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:16.222 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:16.222 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:16.222 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:16.222 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness value:27 pkg:android userId:0
02-01 11:39:16.222 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:16.227 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:int pkg:android
userId:0
02-01 11:39:16.227 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:16.227 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:16.229 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:16.230 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:251 pkg:android userId:0
02-01 11:39:16.244 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06129426;
setBrightness = 251
02-01 11:39:16.247 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:16.248 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.10605933
02-01 11:39:16.249 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 251
02-01 11:39:16.252 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:16.254 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.254 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:16.254 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:16.254 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:16.254 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:16.254 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:16.258 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
02-01 11:39:16.259 1317 3043 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:16.259 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:16.260 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:16.261 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:16.262 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:16.263 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:16.265 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:16.265 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:16.266 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:16.267 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:16.268 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:16.269 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:16.308 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10081, isRmsPreload = false, keepQuiet =false
02-01 11:39:16.309 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTING,
nai.isLingering():false
02-01 11:39:16.361 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_float value:0.10462266 pkg:android
userId:0
02-01 11:39:16.364 1317 1486 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_brightness_write_by value:float pkg:android
userId:0
02-01 11:39:16.365 1317 1486 I _V_Sensor_BrightnessInfo: setAnimateStatus status
= 0; target = 0.10462266; current = 0.10462266
02-01 11:39:16.365 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.10462266
02-01 11:39:16.366 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:16.366 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:16.366 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.10462266, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:39:16.366 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:16.366 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:16.366 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:16.366 1317 1766 D _V_shuangping0705: updateDisplayStateLocked :
displayId = 0 ; mGlobalDisplayState = 2 ; mGlobalDisplayBrightness = 0.10462266 ;
mOverrideState = 2 ; mOverrideBrighetness = -1
02-01 11:39:16.367 1317 1766 I _V_VivoLcmBrightnessManager: DisplayToken
android.os.BinderProxy@b1c606f, setLcmBacklight lcmFloat = 0.06056166, brightness =
248, useSurfaceControl status false
02-01 11:39:16.367 1317 1766 D _V_VivoLcmSre: onBrightnessChanged brightness=248
02-01 11:39:16.367 1317 1766 I _V_VivoLightsService: lcmFloat = 0.06056166;
setBrightness = 248
02-01 11:39:16.368 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:16.368 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:16.368 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.10462266
02-01 11:39:16.368 1317 3569 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:16.369 1317 1431 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_lcm_brightness value:248 pkg:android userId:0
02-01 11:39:16.370 1317 1766 D LocalDisplayAdapter: LCM set backlight status true
02-01 11:39:16.372 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_float
02-01 11:39:16.373 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.375 1317 1434 D _V_VivoLocalDisplayAdapter: display Info =
DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 720 x 1600, modeId 1,
defaultModeId 1, supportedModes [{id=1, width=720, height=1600, fps=60.0,
alternativeRefreshRates=[]}], colorMode 0, supportedColorModes [0], hdrCapabilities
HdrCapabilities{mSupportedHdrTypes=[], mMaxLuminance=500.0,
mMaxAverageLuminance=500.0, mMinLuminance=0.0}, allmSupported false,
gameContentTypeSupported false, density 300, 269.21 x 269.21 dpi, appVsyncOff
2400001, presDeadline 28600000, cutout DisplayCutout{insets=Rect(0, 44 - 0, 0)
waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0
- 0, 0), Rect(270, 0 - 450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, touch INTERNAL, rotation 0, type INTERNAL, address {port=0},
deviceProductInfo null, state ON, frameRateOverride , brightnessMinimum 0.0,
brightnessMaximum 1.0, brightnessDefault 0.4, roundedCorners
RoundedCorners{[RoundedCorner{position=TopLeft, radius=85, center=Point(85, 85)},
RoundedCorner{position=TopRight, radius=85, center=Point(635, 85)},
RoundedCorner{position=BottomRight, radius=85, center=Point(635, 1515)},
RoundedCorner{position=BottomLeft, radius=85, center=Point(85, 1515)}]},
FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE,
FLAG_SUPPORTS_PROTECTED_BUFFERS}, backlight = 248
02-01 11:39:16.377 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness_write_by
02-01 11:39:16.379 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 26, control mode automatic, policy level 1, lux 2).
02-01 11:39:16.379 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:16.381 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_lcm_brightness
02-01 11:39:16.382 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.10462266
02-01 11:39:16.383 1317 1317 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:screen_auto_brightness_adj value:-0.7907547 pkg:android
userId:0
02-01 11:39:16.387 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:16.390 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:16.390 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:16.390 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:16.390 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:16.390 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:16.394 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:OBTAINING_IPADDR,
nai.isLingering():false
02-01 11:39:16.417 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:16.432 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:16.432 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = true
02-01 11:39:16.432 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/screen_auto_brightness_adj
02-01 11:39:16.433 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.434 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.438 1317 1486 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.439 1317 1486 D _V_DisplayPowerController[0]: updatePowerState:
mProximity = Unknown; mScreenOffBecauseOfProximity = false; powerKeyWake = false;
mWaitingForNegativeProximity = false; state = 2; mPowerRequest: policy=BRIGHT,
useProximitySensor=false, screenBrightnessOverride=NaN, useAutoBrightness=true,
screenAutoBrightnessAdjustmentOverride=NaN, screenLowPowerBrightnessFactor=1.0,
blockScreenOn=false, lowPowerMode=false, boostScreenBrightness=false,
dozeScreenBrightness=NaN, dozeScreenState=UNKNOWN, lightUpNow=false
02-01 11:39:16.440 1317 1486 D _V_DisplayPowerControllerImpl: Reset Because Of
PowerKey
02-01 11:39:16.440 1317 1486 I _V_DisplayPowerController[0]:
setProximitySensorEnabled = false
02-01 11:39:16.440 1317 1486 D DisplayPowerController[0]:
animateScreenStateChange to target ON, displayId = 0
02-01 11:39:16.440 1317 1486 I _V_DisplayPowerController[0]:
animateScreenStateChange end
02-01 11:39:16.441 1317 1486 I _V_Sensor_AnimateBrightness: mAutoMode = 1;
mOpeningAutoMode = false; changeBy = android; autoEnable = true; waitFirstLux =
false; mOldPolicy = BRIGHT; mPowerRequest.policy = BRIGHT; mExitingWindow = false;
mJustScreenOn = false; mSwitchDefaultCurve = false
02-01 11:39:16.441 1317 1486 I _V_DisplayPowerControllerImpl:
animateScreenBrightnessImpl origin brightness = 0.10462266; animateBrightness =
0.10462266; rate = 40; state = 2; slowChange = false
02-01 11:39:16.444 1317 2184 I _V_BroadcastQueue: Broadcast intent Intent
{ act=android.telephony.action.CARRIER_CONFIG_CHANGED flg=0x15002010 (has extras) }
on fgKeyApp queue
02-01 11:39:16.457 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.512 1317 3277 D CountryDetector: The first listener is added
02-01 11:39:16.541 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.544 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:16.545 1317 1317 D BluetoothManagerService: Bluetooth Adapter name
changed to vivo Y02 by android
02-01 11:39:16.546 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:bluetooth_name value:vivo Y02 pkg:android
userId:0
02-01 11:39:16.560 1317 1522 I ActivityManager: com.android.vending is exempt
from freezer
02-01 11:39:16.560 1317 1522 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.vending
02-01 11:39:16.570 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:16.576 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10153; state: DISABLED
02-01 11:39:16.625 1317 1456 W ActivityManager: Slow operation: 66ms so far, now
at startProcess: asking zygote to start proc
02-01 11:39:16.625 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10153; state: ENABLED
02-01 11:39:16.638 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.android.cellbroadcastreceiver
className:com.android.cellbroadcastreceiver.CellBroadcastListLauncherActivity
newState:2 userId:0 callingPackage:null callingUid:10175 callingPid:3405
02-01 11:39:16.651 1317 1456 W ActivityManager: Slow operation: 92ms so far, now
at startProcess: returned from zygote!
02-01 11:39:16.656 1317 3587 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:16.669 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.681 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.698 1317 1428 D _V_WindowManager: finishDrawingWindow:
Window{a0f85cd u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
mDrawState=DRAW_PENDING
02-01 11:39:16.699 1317 1428 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@f012b14 mSyncState=0
02-01 11:39:16.709 1317 1456 W ActivityManager: Slow operation: 150ms so far, now
at startProcess: done updating battery stats
02-01 11:39:16.710 1317 1456 W ActivityManager: Slow operation: 150ms so far, now
at startProcess: building log message
02-01 11:39:16.710 1317 1456 I ActivityManager: Start proc
3588:com.android.vending/u0a153 for broadcast
{com.android.vending/com.google.android.finsky.simhandler.SimStateReceiver}
02-01 11:39:16.710 1317 1456 W ActivityManager: Slow operation: 151ms so far, now
at startProcess: starting to update pids map
02-01 11:39:16.732 1317 1433 E BluetoothManagerService: MESSAGE_TIMEOUT_BIND
02-01 11:39:16.732 1317 1433 D BluetoothManagerService: Current user: 0
02-01 11:39:16.732 1317 1433 E BluetoothManagerService: Trying to Bind again
02-01 11:39:16.732 1317 1433 D BluetoothManagerService: binding Bluetooth service
02-01 11:39:16.735 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:16.751 1317 1435 D _V_ActivityTaskManager:
removeStartingWindowAnimation isReplaceSplashType:false
02-01 11:39:16.790 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=1000,
callingPid=2079, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$NetworkProviderSettingsActivity
took 3925ms finished.
02-01 11:39:16.864 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:16.873 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.874 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.880 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:16.882 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:16.885 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:16.893 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:16.901 1317 1431 W Looper : Slow dispatch took 112ms android.fg
h=android.os.Handler c=com.android.server.wm.ActivityMetricsLogger$
$ExternalSyntheticLambda1@87bdd0a m=0
02-01 11:39:16.901 1317 1473 D _V_DexoptOptimizer: notifyAppLaunch launchInfo
=LaunchInfo{com.android.settings, c=1, f=9, s=true}
02-01 11:39:16.902 1317 1473 D _V_DexoptOptimizer: sVerifyPackageNamesPrimary =[]
02-01 11:39:16.949 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:16.991 1317 1434 W Looper : Slow dispatch took 255ms android.display
h=com.android.server.wm.WindowManagerService$H c=null m=32
02-01 11:39:16.991 1317 1434 W Looper : Slow delivery took 261ms android.display
h=com.android.server.wm.RootWindowContainer$MyHandler c=null m=1
02-01 11:39:17.004 1317 1456 W ActivityManager: Slow operation: 445ms so far, now
at startProcess: done updating pids map
02-01 11:39:17.010 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.032 1317 1434 W Looper : Drained
02-01 11:39:17.033 1317 1433 D BluetoothManagerService: Binding BT service.
Current user: 0
02-01 11:39:17.045 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.048 1317 1522 V ActivityTaskManager: Stopping
ActivityRecord{be1506e u0 com.android.settings/.Settings$WifiSettingsActivity t5 d0
f}}: nowVisible=false animating=false finishing=true
02-01 11:39:17.048 1317 1522 V ActivityTaskManager: Stopping
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}: nowVisible=false
animating=false finishing=false
02-01 11:39:17.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:17.054 1317 1522 D _V_RMS-Preload: displayId=0, callingUid=10049,
callingPid=1811, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$WifiSettingsActivity took -1ms
finished.
02-01 11:39:17.094 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.101 1317 1429 W ActivityManager: Slow operation: 62ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:39:17.106 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10153; state: DISABLED
02-01 11:39:17.107 1317 1429 W ActivityManager: Slow operation: 68ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:39:17.113 1317 1936 D AppWidgetServiceImpl: stopListening() 0
02-01 11:39:17.116 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.117 1317 2666 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:2980 callingUid:10119
02-01 11:39:17.122 1317 1429 W ActivityManager: Slow operation: 83ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:17.122 1317 1429 W ActivityManager: Slow operation: 83ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:17.124 1317 1429 W ActivityManager: Slow operation: 85ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:17.128 1317 1429 W ActivityManager: Slow operation: 88ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:39:17.154 1317 2667 I WindowManager: Relayout
Window{com.android.settings:3d2afad u0 Splash Screen com.android.settings EXITING:
animatingContainer=Window{com.android.settings:3d2afad u0 Splash Screen
com.android.settings}}: oldVis=0, newVis=8, requestedWidth=720,
requestedHeight=1600, attrs.width=null, attrs.height=null, compatFrame = Rect(0, 0
- 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale = 1.0
02-01 11:39:17.157 1317 1317 I TransportClient: BackupTransportService#2:
Notifying [TransportManager.registerTransport()] transport = IBackupTransport
02-01 11:39:17.160 1317 3276 D _V_RMS-Preload: displayId=0, callingUid=10049,
callingPid=1811, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$WifiSettingsActivity took -1ms
finished.
02-01 11:39:17.161 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:17.165 1317 3276 D _V_BarAnimController: notifyAppRemoved
ActivityRecord{be1506e u0 com.android.settings/.Settings$WifiSettingsActivity t5 d0
f}}
02-01 11:39:17.170 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.186 1317 3276 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:17.191 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.204 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.211 1317 1625 D _V_VivoConnectivityService: add dns provided for
using 8.8.8.8
02-01 11:39:17.221 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.227 1317 1429 D _V_RMS-Preload: displayId=0, callingUid=1000,
callingPid=2079, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$NetworkProviderSettingsActivity
took -1ms finished.
02-01 11:39:17.231 1317 1429 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:17.241 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.249 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.279 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:17.328 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.335 1317 1435 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4753
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:4116
com.android.server.wm.ActivityRecord.destroySurfaces:6280
02-01 11:39:17.335 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.337 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.352 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.364 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.369 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.374 1317 1433 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:39:17.375 1317 1435 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.systemui:45457c4 u0 NotificationShade} appearance=0x10
appearanceRegions.fullscreenAppearance=8 appearanceRegions.dockedAppearance=0
isFullscreen=false
02-01 11:39:17.378 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.380 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.381 1317 3624 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:17.396 1317 3625 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:17.446 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.474 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:17.478 1317 1317 W Looper : Slow dispatch took 211ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@dc3a5cc m=0
02-01 11:39:17.487 1317 1317 W Looper : Slow delivery took 229ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@defcf2a m=0
02-01 11:39:17.487 1317 3087 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:rtt_calling_mode value:0
pkg:com.android.phone userId:0
02-01 11:39:17.495 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.501 1317 3276 W ActivityManager: Unable to start service Intent
{ cmp=com.vivo.udfingerprint/.service.MessengerService (has extras) } U=0: not
found
02-01 11:39:17.509 1317 1317 W Looper : Drained
02-01 11:39:17.539 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.564 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.568 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.579 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.593 1317 3043 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService registered
02-01 11:39:17.593 1317 3043 D BackupManagerService: [UserID:0] Transport
com.google.android.gms/.backup.BackupTransportService registered 9418ms after first
request (delay = 3000ms)
02-01 11:39:17.602 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.604 1317 2666 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:startApp_from_keyguard value:0
pkg:com.android.systemui userId:0
02-01 11:39:17.609 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.616 1317 1943 D _V_VivoBackgroundActivityController: top
component:com.android.settings/com.android.settings.Settings$NetworkProviderSetting
sActivity, pkgName:com.android.systemui, unlock:true
02-01 11:39:17.617 1317 1943 D _V_VivoFirewall: shouldPreventStartActivity allow,
callingPackage:com.android.systemui, callingUid:10049, callingPid:1811,
realCallingUid:10049, lastReason:startActivityAsUser, isVivoWidget:false,
nullController:true, aInfo:ActivityInfo{c94bce
com.android.settings.Settings$WifiSettingsActivity}
02-01 11:39:17.617 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.619 1317 1943 I ActivityTaskManager: START u0
{act=android.settings.WIFI_SETTINGS flg=0x14000000
cmp=com.android.settings/.Settings$WifiSettingsActivity} from uid 10049 ,pid
1811,realCallingUid:10049,realCallingPid:1811
02-01 11:39:17.620 1317 1943 D _V_ThirdPartyIncoming: shouldStartIncoming,
sourceRecord : mIsGame =false
02-01 11:39:17.621 1317 1943 I _V_VivoActivityStarterImpl: The calling app:
ApplicationInfo{a223aef com.android.systemui} is system app, return false
02-01 11:39:17.627 1317 1943 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=1811 mRealCallUid=10049 mIsCaptureEnabled=false
02-01 11:39:17.627 1317 1943 I _V_ActivityTaskManager: cong: startActivityInner
name = com.android.settings/.Settings$WifiSettingsActivity
02-01 11:39:17.634 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.643 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.650 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.667 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.669 1317 1943 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:7984
com.android.server.wm.ActivityStarter.startActivityInner:2569
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:39:17.671 1317 1943 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:17.672 1317 1943 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:17.672 1317 1943 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:17.673 1317 1943 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:17.673 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:17.675 1317 1943 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:17.676 1317 1943 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:17.680 1317 1943 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0} ,caller by
com.android.server.wm.Task.startPausingLocked:6762
com.android.server.wm.Task.resumeTopActivityInnerLocked:7454
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2721
com.android.server.wm.ActivityStarter.startActivityInner:2608
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
com.android.server.wm.ActivityStarter.executeRequest:1679
com.android.server.wm.ActivityStarter.execute:873
com.android.server.wm.ActivityTaskManagerService.startActivityAsUser:1421
com.android.server.wm.ActivityTaskManagerService.startActivityAsUser:1376
android.app.IActivityTaskManager$Stub.onTransact:1359
com.android.server.wm.ActivityTaskManagerService.onTransact:5875
02-01 11:39:17.684 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.685 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.690 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.696 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.699 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:17.705 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.705 1317 1943 D _V_RMS-Preload: displayId=0, callingUid=10049,
callingPid=1811, requestUid=1000, requestPid=0,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$WifiSettingsActivity starter.
02-01 11:39:17.708 1317 1860 D IntervalStats: Unable to parse usage stats
packages: [241, 252, 292]
02-01 11:39:17.711 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.711 1317 1943 I _V_VivoActivityStarterImpl: Start
ActivityRecord{db4d9e8 u0 com.android.settings/.Settings$WifiSettingsActivity t5
d0} caller=com.android.systemui called=com.android.settings
calledClass=com.android.settings.Settings$WifiSettingsActivity
02-01 11:39:17.712 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.722 1317 1860 D IntervalStats: Unable to parse usage stats
packages: [241]
02-01 11:39:17.724 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:17.730 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.736 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.738 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.743 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.744 1317 1429 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{a0f85cd u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
02-01 11:39:17.744 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.746 1317 1429 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@3b3f5b
02-01 11:39:17.748 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.754 1317 1429 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForFakeTarget
Window{a0f85cd u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
02-01 11:39:17.756 1317 1429 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{a0f85cd u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
appearance=0x18 appearanceRegions.fullscreenAppearance=8
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:17.760 1317 3043 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #595} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (371
skipped)
02-01 11:39:17.776 1317 1429 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a800000,
mInvGlobalScale = 1.0
02-01 11:39:17.779 1317 1434 W Looper : Slow dispatch took 136ms android.display
h=com.android.server.wm.VivoWmsImpl$4 c=null m=204
02-01 11:39:17.780 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.795 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.808 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.818 1317 1860 D IntervalStats: Unable to parse usage stats
packages: [241, 252, 292]
02-01 11:39:17.834 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.844 1317 1317 D BluetoothManagerService:
BluetoothServiceConnection: com.android.bluetooth.btservice.AdapterService
02-01 11:39:17.845 1317 1433 D BluetoothManagerService:
MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 1
02-01 11:39:17.855 1317 1942 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.875 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.885 1317 1522 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
02-01 11:39:17.887 1317 1522 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:17.889 1317 1522 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
02-01 11:39:17.889 1317 1522 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.Task.resumeTopActivityInnerLocked:7596
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2721
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2700
02-01 11:39:17.891 1317 1522 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:17.891 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.892 1317 1522 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:17.892 1317 1522 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:17.892 1317 1522 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:17.894 1317 1522 W ActivityTaskManager: Tried to set launchTime (0) <
mLastActivityLaunchTime (55706)
02-01 11:39:17.897 1317 1522 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{db4d9e8 u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0} null
02-01 11:39:17.898 1317 1522 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{db4d9e8 u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0} ActivityRecord{6f6c62e
u0 com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
02-01 11:39:17.900 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:17.909 1317 1522 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{db4d9e8 u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0} ActivityRecord{6f6c62e
u0 com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
02-01 11:39:17.911 1317 1522 I _V_SDS :
onSetActivityResumed=com.android.settings
recordInfo=com.android.settings/.Settings$WifiSettingsActivity pid=2079
02-01 11:39:17.923 1317 1433 D BluetoothManagerService:
MESSAGE_INFORM_ADAPTER_SERVICE_UP
02-01 11:39:17.923 1317 1433 D BluetoothManagerService: Broadcasting
onBluetoothServiceUp() to 5 receivers.
02-01 11:39:17.932 1317 3043 I BackupManagerService: [UserID:0] Found 22 stale
backup journal(s), scheduling.
02-01 11:39:17.932 1317 1522 I HoverMode: ar is resume in second =
ActivityRecord{db4d9e8 u0 com.android.settings/.Settings$WifiSettingsActivity t5
d0}
02-01 11:39:17.933 1317 1522 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{db4d9e8 u0
com.android.settings/.Settings$WifiSettingsActivity t5 d0} ActivityRecord{6f6c62e
u0 com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
02-01 11:39:17.934 1317 1522 D _V_ActivityTaskManager: updateCompatDisplayInsets
this=ActivityRecord{db4d9e8 u0 com.android.settings/.Settings$WifiSettingsActivity
t5 d0} ,mCompatDisplayInsets:720 x 1600
callers=com.android.server.wm.ActivityRecord.ensureActivityConfiguration:10036
com.android.server.wm.EnsureActivitiesVisibleHelper.setActivityVisibilityState:226
com.android.server.wm.EnsureActivitiesVisibleHelper.lambda$process$0$EnsureActiviti
esVisibleHelper:143 com.android.server.wm.EnsureActivitiesVisibleHelper$
$ExternalSyntheticLambda0.accept:8
com.android.server.wm.ActivityRecord.forAllActivities:5115
02-01 11:39:17.936 1317 1522 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=6, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:17.938 1317 1522 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
02-01 11:39:17.953 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.953 1317 1626 D _V_VivoNpmsImpl: onCapabilitiesChanged
networkCapabilities [ Transports: WIFI Capabilities:
NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONG
ESTED&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: -61, Link speed: 72Mbps,
Tx Link speed: 65Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed: 1Mbps,
Max Supported Rx Link speed: 150Mbps, Frequency: 2467MHz, Net ID: -1, Metered hint:
false, score: 0, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -61 SSID: "PLDTHOMEFIBR3cshU"]
02-01 11:39:17.955 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:17.958 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:17.961 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.961 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:17.964 1317 1522 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=5
,topActivity=ComponentInfo{com.android.settings/com.android.settings.Settings$WifiS
ettingsActivity} ,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} }
02-01 11:39:17.972 1317 1434 W Looper : Slow dispatch took 179ms android.display
h=com.android.server.wm.VivoWmsImpl$4 c=null m=204
02-01 11:39:17.973 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.977 1317 1434 W Looper : Slow delivery took 307ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskManagerService$
$ExternalSyntheticLambda14@e16768e m=0
02-01 11:39:17.978 1317 1433 D BluetoothManagerService:
MESSAGE_BLUETOOTH_STATE_CHANGE: OFF > BLE_TURNING_ON
02-01 11:39:17.978 1317 1433 D BluetoothManagerService: Sending BLE State Change:
OFF > BLE_TURNING_ON
02-01 11:39:17.983 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:17.989 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:17.997 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}:
nowVisible=true animating=true finishing=false
animatingContainer=ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
02-01 11:39:17.999 1317 1317 D CompanionDeviceManagerService: Received BT state
transition broadcast: OFF -> BLE_TURNING_ON
02-01 11:39:18.020 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:18.020 1317 1432 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: true
02-01 11:39:18.020 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10154, delay=10000
02-01 11:39:18.020 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10076, 10121, 10154]
02-01 11:39:18.022 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10076, 10121, 10154]
02-01 11:39:18.045 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.049 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:18.053 1317 1625 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.sendStickyBroadcast:1578
com.android.server.ConnectivityService.sendStickyBroadcast:2948
com.android.server.ConnectivityService.sendGeneralBroadcast:2923
com.android.server.ConnectivityService.sendConnectedBroadcast:2896
com.android.server.ConnectivityService.sendLegacyNetworkBroadcast:9230
02-01 11:39:18.059 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.060 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:18.068 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:18.090 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.129 1317 1474 I _V_FrozenOfflineManager:
handleConnectivityChanged: info=[type: WIFI[], state: CONNECTED/CONNECTED, reason:
(unspecified), extra: , failover: false, available: true, roaming: false]
02-01 11:39:18.136 1317 3043 I BackupManagerService: [UserID:0] Stale backup
journals: Scheduled 27 package(s) total
02-01 11:39:18.139 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.148 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1002; state: DISABLED
02-01 11:39:18.159 1317 1941 D _V_VivoFirewall: shouldPreventStartActivity allow,
callingPackage:com.android.settings, callingUid:1000, callingPid:2079,
realCallingUid:1000, lastReason:startActivityAsUser, isVivoWidget:false,
nullController:false, aInfo:ActivityInfo{f0f709b
com.android.settings.Settings$NetworkProviderSettingsActivity}
02-01 11:39:18.162 1317 1941 I ActivityTaskManager: START u0
{act=android.settings.NETWORK_PROVIDER_SETTINGS flg=0x10008000
cmp=com.android.settings/.Settings$NetworkProviderSettingsActivity (has extras)}
from uid 1000 ,pid 2079,realCallingUid:1000,realCallingPid:2079
02-01 11:39:18.163 1317 1941 D _V_ThirdPartyIncoming: shouldStartIncoming,
sourceRecord : com.android.settings mIsGame =false
02-01 11:39:18.163 1317 1941 W _V_VivoActivityStarterImpl: The
caller:com.android.settings try to start itself, return
02-01 11:39:18.171 1317 1941 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=2079 mRealCallUid=1000 mIsCaptureEnabled=false
02-01 11:39:18.172 1317 1941 I _V_ActivityTaskManager: cong: startActivityInner
name = com.android.settings/.Settings$NetworkProviderSettingsActivity
02-01 11:39:18.184 1317 1941 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[TRANSIT_OPEN, TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.ActivityRecord.finishIfPossible:3881
com.android.server.wm.Task.lambda$performClearTask$6:2206
com.android.server.wm.Task$$ExternalSyntheticLambda27.accept:4
02-01 11:39:18.184 1317 1941 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:18.185 1317 1941 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:18.186 1317 1941 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:18.186 1317 1941 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:18.187 1317 1941 D _V_BarAnimController:
setActivityVisibilityBeforeCommit null ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
02-01 11:39:18.188 1317 1941 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{db4d9e8 u0 com.android.settings/.Settings$WifiSettingsActivity t5 d0
f}} ,caller by com.android.server.wm.ActivityRecord.finishIfPossible:3913
com.android.server.wm.Task.lambda$performClearTask$6:2206
com.android.server.wm.Task$$ExternalSyntheticLambda27.accept:4
com.android.server.wm.ActivityRecord.forAllActivities:5115
com.android.server.wm.WindowContainer.forAllActivities:1550
com.android.server.wm.WindowContainer.forAllActivities:1539
com.android.server.wm.Task.performClearTask:2203
com.android.server.wm.Task.performClearTaskLocked:2219
com.android.server.wm.ActivityStarter.complyActivityFlags:2998
com.android.server.wm.ActivityStarter.recycleTask:2892
com.android.server.wm.ActivityStarter.startActivityInner:2398
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:39:18.189 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:18.192 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.198 1317 2187 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:18.209 1317 1941 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{2e515cb u0
com.android.launcher3/.Launcher t4 d0} ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:18.237 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:18.243 1317 1941 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_OPEN, TRANSIT_OPEN,
TRANSIT_CLOSE], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:7984
com.android.server.wm.ActivityStarter.startActivityInner:2569
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:39:18.243 1317 1941 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:18.243 1317 1941 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:18.244 1317 1941 D SplashScreenStartingData: createStartingSurface
setSplashOptPack empty
02-01 11:39:18.248 1317 1941 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:18.252 1317 1941 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:18.258 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.269 1317 1442 D _V_VivoCbsService: startCotaServiceImpl
mStartCotaCount=1, mStartCotaPhoneId=0
02-01 11:39:18.273 1317 3663 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:18.280 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.286 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.289 1317 3666 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:18.290 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:18.292 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.294 1317 1941 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} }
02-01 11:39:18.295 1317 1941 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=5
,topActivity=ComponentInfo{com.android.settings/com.android.settings.Settings$Netwo
rkProviderSettingsActivity} ,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} }
02-01 11:39:18.296 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.297 1317 1941 D _V_RMS-Preload: displayId=0, callingUid=1000,
callingPid=2079, requestUid=1000, requestPid=0,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$NetworkProviderSettingsActivity
starter.
02-01 11:39:18.300 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.301 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:18.302 1317 1434 W Looper : Drained
02-01 11:39:18.302 1317 1434 W Looper : Slow dispatch took 115ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H c=<recycled
PooledLambda@bad566b> m=0
02-01 11:39:18.304 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.304 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.306 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.306 1317 1943 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{a0f85cd u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
02-01 11:39:18.312 1317 1943 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForFakeTarget
null
02-01 11:39:18.324 1317 1943 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
02-01 11:39:18.330 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.334 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.334 1317 1752 W ActivityTaskManager: Duplicate finish request for
r=ActivityRecord{db4d9e8 u0 com.android.settings/.Settings$WifiSettingsActivity t5
d0 f}}
02-01 11:39:18.353 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:18.355 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.356 1317 1442 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:39:18.359 1317 1442 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.cota
02-01 11:39:18.360 1317 1442 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10092; state: DISABLED
02-01 11:39:18.363 1317 1605 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.appstore.download for user 0
02-01 11:39:18.363 1317 1605 E ActivityThread: Failed to find provider info for
com.bbk.appstore.download
02-01 11:39:18.370 1317 1625 D _V_VivoConnectivityService: add dns provided for
using 8.8.8.8
02-01 11:39:18.373 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.374 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.379 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10092; state: ENABLED
02-01 11:39:18.383 1317 3276 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL
name:bluetooth_sanitized_exposure_notification_supported value:1
pkg:com.android.bluetooth userId:0
02-01 11:39:18.387 1317 1752 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{db4d9e8 u0 com.android.settings/.Settings$WifiSettingsActivity t5
d0 f}} currentState=0 startState=-1 activityState = PAUSING info = Settings
02-01 11:39:18.394 1317 1434 W ActivityTaskManager: Activity pause timeout for
ActivityRecord{db4d9e8 u0 com.android.settings/.Settings$WifiSettingsActivity t5 d0
f}}
02-01 11:39:18.403 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.406 1317 1434 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
02-01 11:39:18.407 1317 1434 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:18.411 1317 1456 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: returned from zygote!
02-01 11:39:18.417 1317 1434 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[TRANSIT_OPEN, TRANSIT_OPEN,
TRANSIT_CLOSE, TRANSIT_OPEN], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.resumeTopActivityInnerLocked:7568
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2721
02-01 11:39:18.418 1317 1456 W ActivityManager: Slow operation: 59ms so far, now
at startProcess: done updating battery stats
02-01 11:39:18.418 1317 1434 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:18.418 1317 1456 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: building log message
02-01 11:39:18.418 1317 1456 I ActivityManager: Start proc
3670:com.vivo.cota/u0a92 for service
{com.vivo.cota/com.vivo.cota.service.CotaService}
02-01 11:39:18.418 1317 1456 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: starting to update pids map
02-01 11:39:18.419 1317 1434 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:18.419 1317 1434 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:18.419 1317 1434 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:18.420 1317 1434 W ActivityTaskManager: Tried to set launchTime (0) <
mLastActivityLaunchTime (58931)
02-01 11:39:18.421 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:18.424 1317 1434 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:18.425 1317 1434 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:18.430 1317 1434 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:18.432 1317 1434 I _V_SDS :
onSetActivityResumed=com.android.settings
recordInfo=com.android.settings/.Settings$NetworkProviderSettingsActivity pid=2079
02-01 11:39:18.433 1317 1434 I HoverMode: ar is resume in second =
ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
02-01 11:39:18.434 1317 1434 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:18.436 1317 1434 D _V_ActivityTaskManager: updateCompatDisplayInsets
this=ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5
d0} ,mCompatDisplayInsets:720 x 1600
callers=com.android.server.wm.ActivityRecord.ensureActivityConfiguration:10036
com.android.server.wm.EnsureActivitiesVisibleHelper.setActivityVisibilityState:226
com.android.server.wm.EnsureActivitiesVisibleHelper.lambda$process$0$EnsureActiviti
esVisibleHelper:143 com.android.server.wm.EnsureActivitiesVisibleHelper$
$ExternalSyntheticLambda0.accept:8
com.android.server.wm.ActivityRecord.forAllActivities:5115
02-01 11:39:18.436 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.437 1317 1434 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=6, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:18.443 1317 1434 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
02-01 11:39:18.445 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.450 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.460 1317 1434 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=5
,topActivity=ComponentInfo{com.android.settings/com.android.settings.Settings$Netwo
rkProviderSettingsActivity} ,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} }
02-01 11:39:18.468 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.471 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:18.509 1317 1434 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} }
02-01 11:39:18.518 1317 1456 W ActivityManager: Slow operation: 160ms so far, now
at startProcess: done updating pids map
02-01 11:39:18.523 1317 1434 W Looper : Slow dispatch took 129ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityRecord$1@d853eca m=0
02-01 11:39:18.537 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.550 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:18.557 1317 1432 D _V_BBKTouchScreenServiceService: background:
com.android.launcher3foreground: com.android.settings
02-01 11:39:18.557 1317 1432 I _V_BBKTouchScreenServiceService: displayId = 2
type = 28 state = 0
02-01 11:39:18.558 1317 1432 I _V_BBKTouchScreenServiceService: displayId = 2
type = 29 state = 0
02-01 11:39:18.558 1317 1432 D _V_CapacityKeyService: foregroundActivities
detected uid=10133 appName=com.android.launcher3 state=false
02-01 11:39:18.558 1317 1432 D _V_CapacityKeyService: background:
com.android.launcher3
02-01 11:39:18.559 1317 1432 D _V_CapacityKeyService: not support presskey
02-01 11:39:18.568 1317 1691 I _V_Sensor_AutoAppManager: uidName =
com.android.launcher3; topName = com.android.settings; foregroundActivities =
false; packageName = com.android.launcher3; processName = com.android.launcher3;
inFreeform = false
02-01 11:39:18.575 1317 1434 W Looper : Slow delivery took 278ms android.display
h=com.android.server.wm.RootWindowContainer$MyHandler c=null m=1
02-01 11:39:18.576 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}: nowVisible=false
animating=false finishing=false
02-01 11:39:18.576 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{db4d9e8 u0 com.android.settings/.Settings$WifiSettingsActivity t5 d0
f}}: nowVisible=false animating=false finishing=true
02-01 11:39:18.576 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}:
nowVisible=true animating=true finishing=true
animatingContainer=ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:18.577 1317 1429 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
02-01 11:39:18.577 1317 1434 D _V_RMS-Preload: displayId=0, callingUid=10049,
callingPid=1811, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$WifiSettingsActivity took -1ms
finished.
02-01 11:39:18.588 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:18.593 1317 2676 W ActivityManager: Unable to start service Intent
{ act=vivo.intent.action.VTRUST_DAEMON_ONLINE
cmp=com.vivo.customtool/.service.DaemonCallService } U=0: not found
02-01 11:39:18.593 1317 1432 D _V_VivoBrightnessPolicyService: Switch to
com.android.settings, ignore
02-01 11:39:18.613 1317 1432 D _V_CapacityKeyService: foregroundActivities
detected uid=10133 appName=com.android.launcher3 state=true
02-01 11:39:18.613 1317 1432 D _V_CapacityKeyService: foreground:
com.android.launcher3
02-01 11:39:18.637 1317 1663 D _V_AppTypeManager: getAppNameFromUidPid pkg =
com.android.launcher3
02-01 11:39:18.637 1317 1663 D _V_VivoBrightnessPolicyService: App name info
[com.android.launcher3, 137, 105, -1](policy level 1, brightness 26 nit, current
target percent 0.0%).
02-01 11:39:18.645 1317 2188 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:pem_network_policy_start value:1
pkg:com.vivo.pem userId:0
02-01 11:39:18.649 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:18.650 1317 3292 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4737
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
02-01 11:39:18.652 1317 3292 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.android.settings:9c2c09c u0
Splash Screen com.android.settings} task=null
02-01 11:39:18.660 1317 1691 I _V_Sensor_AutoAppManager: uidName =
com.android.launcher3; topName = com.android.settings; foregroundActivities = true;
packageName = com.android.launcher3; processName = com.android.launcher3;
inFreeform = false
02-01 11:39:18.667 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:18.679 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:18.701 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:18.702 1317 2187 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
02-01 11:39:18.705 1317 1434 W Looper : Drained
02-01 11:39:18.707 1317 1943 I WindowManager: Relayout
Window{com.android.settings:9c2c09c u0 Splash Screen com.android.settings}:
oldVis=0, newVis=0, requestedWidth=720, requestedHeight=1600, attrs.width=-1,
attrs.height=-1, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags =
32000010, mInvGlobalScale = 1.0
02-01 11:39:18.710 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:18.723 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:18.741 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.786 1317 2187 E UserRestrictionsUtils: Unknown restriction queried
by uid 1000 (com.vivo.appfilter et al): null
02-01 11:39:18.813 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.815 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10092; state: DISABLED
02-01 11:39:18.817 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.842 1317 1752 D _V_WindowManager: finishDrawingWindow:
Window{com.android.settings:9c2c09c u0 Splash Screen com.android.settings}
mDrawState=DRAW_PENDING
02-01 11:39:18.842 1317 1752 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@6d47f01 mSyncState=0
02-01 11:39:18.855 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:18.857 1317 1435 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
02-01 11:39:18.880 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.908 1317 1435 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 0 mRemoteAnimState = 0 transit = 6
02-01 11:39:18.912 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{com.android.settings:9c2c09c u0 Splash Screen com.android.settings}
02-01 11:39:18.913 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.914 1317 2187 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.recon_timestamp value:1738381158901
pkg:com.vivo.pushservice userId:0
02-01 11:39:18.921 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{com.android.settings:9c2c09c u0 Splash Screen com.android.settings}
02-01 11:39:18.929 1317 1435 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{com.android.settings:9c2c09c u0 Splash Screen com.android.settings}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:18.945 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.945 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.976 1317 3292 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
02-01 11:39:18.980 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:18.983 1317 2188 W ActivityManager: Slow operation: 200ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:18.983 1317 2188 W ActivityManager: Slow operation: 200ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:18.983 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:18.989 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.recon_timestamp
02-01 11:39:19.004 1317 2188 W ActivityManager: Slow operation: 221ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:19.068 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.081 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:19.086 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.096 1317 1943 I _V_ANRManager: Add log successfully, pid = 2408
02-01 11:39:19.116 1317 1686 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.settings topWindowMode = 1 appType = 0 mAppScene = 3
02-01 11:39:19.125 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.155 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.162 1317 2676 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.MEDIA_SCANNER_FINISHED
dat=file:///storage/emulated/0 flg=0x10 } send by ApplicationInfo{ab8aea4
com.android.providers.media.module} should with permissions for security!!!
02-01 11:39:19.164 1317 2667 D JobServiceContext: doCallback of :
JobStatus{e3f18f9 #u0a0/-300
com.android.providers.media.module/com.android.providers.media.MediaService u=0
s=10000 TIME=none:-9s32ms READY} v:VERB_EXECUTING
02-01 11:39:19.165 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:19.166 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.171 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.188 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.197 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.208 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.208 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:19.218 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.222 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.229 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.234 1317 2667 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:19.256 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.258 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.272 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:19.283 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.290 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.292 1317 2134 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:39:19.315 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:19.317 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.326 1317 1435 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=5
,topActivity=ComponentInfo{com.android.settings/com.android.settings.Settings$Netwo
rkProviderSettingsActivity} ,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} }
02-01 11:39:19.328 1317 1435 D _V_BarAnimController: appTransitionFinished
02-01 11:39:19.330 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.332 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.334 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:19.334 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:19.335 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:19.336 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.340 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:19.344 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.344 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:19.366 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.369 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.371 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.373 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.384 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.403 1317 2676 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:19.407 1317 2676 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4737
com.android.server.wm.WindowManagerService.addWindow:2115
com.android.server.wm.Session.addToDisplayAsUser:242
android.view.IWindowSession$Stub.onTransact:691
com.android.server.wm.Session.onTransact:207
android.os.Binder.execTransactInternal:1184
02-01 11:39:19.407 1317 2676 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{2aa77aa u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
task=null
02-01 11:39:19.412 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.434 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.436 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.438 1317 1626 D _V_VivoNpmsImpl: onCapabilitiesChanged
networkCapabilities [ Transports: WIFI Capabilities:
NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONG
ESTED&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: -60, Link speed: 72Mbps,
Tx Link speed: 65Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed: 6Mbps,
Max Supported Rx Link speed: 150Mbps, Frequency: 2467MHz, Net ID: -1, Metered hint:
false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -60 SSID: "PLDTHOMEFIBR3cshU"]
02-01 11:39:19.457 1317 3087 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0}
currentState=0 startState=-1 activityState = RESUMED info = Settings
02-01 11:39:19.458 1317 3087 D _V_RMS-Preload: displayId=0, callingUid=10049,
callingPid=1811, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$WifiSettingsActivity took -1ms
finished.
02-01 11:39:19.460 1317 2134 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:19.460 1317 3087 D _V_BarAnimController: notifyAppRemoved
ActivityRecord{db4d9e8 u0 com.android.settings/.Settings$WifiSettingsActivity t5 d0
f}}
02-01 11:39:19.466 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.466 1317 3087 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:19.467 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.471 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.474 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.476 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.477 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.479 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.481 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.482 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.484 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.486 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.492 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.496 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.499 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.501 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.502 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.504 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.506 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.508 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.513 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.518 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.520 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.523 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.533 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.535 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.536 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.539 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.543 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.544 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.545 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.546 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.548 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.549 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.551 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.553 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.555 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.556 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.557 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.558 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.560 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.570 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.574 1317 2676 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3676, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents=[], enabledComponents=[], vHidden=1}
02-01 11:39:19.574 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.576 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.576 1317 2189 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3676, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents=[], enabledComponents=[], vHidden=1}
02-01 11:39:19.580 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.581 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:19.584 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.585 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.590 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.594 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.595 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending className:com.android.vending.AssetBrowserActivity
newState:1 userId:0 callingPackage:null callingUid:10153 callingPid:3588
02-01 11:39:19.601 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.603 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.606 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.607 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.609 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.611 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.611 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.613 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.614 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.615 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.617 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.619 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.622 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.624 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.625 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.626 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.630 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.634 1317 2667 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{2aa77aa u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
02-01 11:39:19.636 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.638 1317 2667 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{2aa77aa u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
02-01 11:39:19.638 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.641 1317 2667 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{2aa77aa u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
appearance=0x8 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:19.645 1317 2667 I WindowManager: Relayout Window{2aa77aa u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
: oldVis=4, newVis=0, requestedWidth=720, requestedHeight=1600, attrs.width=-1,
attrs.height=-1, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags =
12020040, mInvGlobalScale = 1.0
02-01 11:39:19.653 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:19.659 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.659 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.693 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.695 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.704 1317 1317 D BluetoothManagerService: Bluetooth Adapter address
changed to 3C:A2:C3:1E:82:6B
02-01 11:39:19.704 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:bluetooth_address value:3C:A2:C3:1E:82:6B
pkg:android userId:0
02-01 11:39:19.706 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:19.707 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:19.708 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.709 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.710 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.713 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.717 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTING,
nai.isLingering():false
02-01 11:39:19.717 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:19.722 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.746 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:19.747 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.749 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTING,
nai.isLingering():false
02-01 11:39:19.751 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:19.753 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:19.765 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:19.771 1317 1317 D BluetoothManagerService: Bluetooth Adapter name
changed to vivo Y02 by android
02-01 11:39:19.772 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:bluetooth_name value:vivo Y02 pkg:android
userId:0
02-01 11:39:19.772 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:19.773 1317 3292 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastDataConnectionStateChanged:3292
com.android.server.TelephonyRegistry.notifyDataConnectionForSubscriber:2259
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:544
02-01 11:39:19.775 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.782 1317 1522 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.tachyon
02-01 11:39:19.784 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.786 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10164; state: ENABLED
02-01 11:39:19.820 1317 1432 D DeviceIdleController: Adding AppId 10049 to temp
whitelist. New entry: true
02-01 11:39:19.820 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10049, delay=20000
02-01 11:39:19.820 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10049, 10076, 10121, 10154]
02-01 11:39:19.823 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:19.823 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:19.823 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:19.823 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:19.830 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.832 1317 1456 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: done updating battery stats
02-01 11:39:19.832 1317 1456 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: building log message
02-01 11:39:19.832 1317 1456 I ActivityManager: Start proc
3773:com.google.android.apps.tachyon/u0a164 for broadcast
{com.google.android.apps.tachyon/com.google.android.apps.tachyon.simdetection.SimSt
ateBroadcastReceiver}
02-01 11:39:19.832 1317 1456 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: starting to update pids map
02-01 11:39:19.833 1317 1456 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: done updating pids map
02-01 11:39:19.835 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.837 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.841 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.842 1317 1434 D _V_BarAnimController: reset
02-01 11:39:19.842 1317 1434 D _V_BarAnimController: resetRealBars
02-01 11:39:19.842 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
02-01 11:39:19.843 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
02-01 11:39:19.843 1317 1434 D _V_BarAnimController: updateGestureRotation cancel
02-01 11:39:19.843 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.844 1317 1434 D _V_BarAnimController: resetFakeBars
02-01 11:39:19.844 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
02-01 11:39:19.844 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
02-01 11:39:19.856 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.861 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.863 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.865 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:783e20c u0 NavigationBar0}, shouldSendRedrawForSync() =
false
02-01 11:39:19.870 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.874 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.883 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10049, 10076, 10121, 10154]
02-01 11:39:19.884 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:19.884 1317 1432 D DeviceIdleController: Adding AppId 10049 to temp
whitelist. New entry: false
02-01 11:39:19.885 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:19.927 1317 2134 I WindowManager: Relayout Window{a0f85cd u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
: oldVis=0, newVis=8, requestedWidth=720, requestedHeight=1600, attrs.width=null,
attrs.height=null, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
02-01 11:39:19.933 1317 1433 D BluetoothManagerService:
MESSAGE_BLUETOOTH_STATE_CHANGE: BLE_TURNING_ON > BLE_ON
02-01 11:39:19.933 1317 1433 D BluetoothManagerService:
bluetoothStateChangeHandler15 true
02-01 11:39:19.933 1317 1433 D BluetoothManagerService: Bluetooth is in LE only
mode
02-01 11:39:19.933 1317 1433 D BluetoothManagerService: Binding Bluetooth GATT
service
02-01 11:39:19.942 1317 1428 D _V_WindowManager: finishDrawingWindow:
Window{2aa77aa u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
mDrawState=DRAW_PENDING
02-01 11:39:19.942 1317 1428 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@49d0a21 mSyncState=0
02-01 11:39:19.944 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:19.951 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:19.958 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:19.958 1317 1435 D _V_ActivityTaskManager:
removeStartingWindowAnimation isReplaceSplashType:false
02-01 11:39:19.962 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=1000,
callingPid=2079, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$NetworkProviderSettingsActivity
took 2348ms finished.
02-01 11:39:19.971 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:19.979 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:19.980 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:19.987 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:19.996 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:19.999 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:20.001 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:20.007 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.029 1317 1433 D BluetoothManagerService: Sending BLE State Change:
BLE_TURNING_ON > BLE_ON
02-01 11:39:20.033 1317 2666 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@3ef8dc9 ,windowToken
=android.os.BinderProxy@b6bea95 ,isPassword=false ,mIsSecImms=false
02-01 11:39:20.033 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.034 1317 2666 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@170206f inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@ca8ccce
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE|IS_FORWARD_NAVIGATION windowFlags=#81810100
unverifiedTargetSdkVersion=31
02-01 11:39:20.034 1317 2666 V InputMethodManagerService: Unspecified window will
hide input
02-01 11:39:20.034 1317 2666 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{dbdc9d5 uid=1000 pid=2079 displayId=0}
02-01 11:39:20.034 1317 2666 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
02-01 11:39:20.045 1317 2188 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:8edc2b9 u0 InputMethod}
updateControlForTarget Window{2aa77aa u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
02-01 11:39:20.048 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:20.053 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:20.054 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:20.066 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.078 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.084 1317 1431 W Looper : Slow dispatch took 121ms android.fg
h=android.os.Handler c=com.android.server.wm.ActivityMetricsLogger$
$ExternalSyntheticLambda2@9062d01 m=0
02-01 11:39:20.084 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.086 1317 2184 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.ips_attempts value:1
pkg:com.vivo.pushservice userId:0
02-01 11:39:20.103 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.106 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.ips_attempts
02-01 11:39:20.107 1317 1625 D _V_VivoConnectivityService: isMobile true
02-01 11:39:20.115 1317 1625 D _V_VivoConnectivityService: isWifi false
02-01 11:39:20.115 1317 1625 D _V_VivoConnectivityService: isExtWifi false
02-01 11:39:20.116 1317 1943 I _V_ANRManager: Add log successfully, pid = 2408
02-01 11:39:20.117 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:20.117 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:20.128 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10164; state: DISABLED
02-01 11:39:20.128 1317 1428 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.attempts value:1 pkg:com.vivo.pushservice
userId:0
02-01 11:39:20.133 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.attempts
02-01 11:39:20.145 1317 2188 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.fixed_delay value:187000
pkg:com.vivo.pushservice userId:0
02-01 11:39:20.146 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.fixed_delay
02-01 11:39:20.147 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:20.151 1317 1317 D BluetoothManagerService:
BluetoothServiceConnection: com.android.bluetooth.gatt.GattService
02-01 11:39:20.151 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10081; state: ENABLED
02-01 11:39:20.153 1317 1433 D BluetoothManagerService:
MESSAGE_BLUETOOTH_SERVICE_CONNECTED: 2
02-01 11:39:20.154 1317 1433 D BluetoothManagerService: continueFromBleOnState()
02-01 11:39:20.166 1317 1433 D BluetoothManagerService: isBleAppPresent() count:
1
02-01 11:39:20.168 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:20.188 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.193 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.221 1317 2676 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10081, isRmsPreload = false, keepQuiet =false
02-01 11:39:20.235 1317 3810 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 1000 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
02-01 11:39:20.236 1317 3810 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
02-01 11:39:20.236 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:20.236 1317 1432 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:39:20.238 1317 1317 D CompanionDeviceManagerService: Received BT state
transition broadcast: BLE_TURNING_ON -> BLE_ON
02-01 11:39:20.252 1317 1317 I CompanionDeviceManagerService: startBleScan()
02-01 11:39:20.254 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.remotesetup.PlayRemoteSetupActivity newState:1
userId:0 callingPackage:null callingUid:10153 callingPid:3588
02-01 11:39:20.254 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.activities.DebugActivity newState:2 userId:0
callingPackage:null callingUid:10153 callingPid:3588
02-01 11:39:20.258 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.259 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.hibernation.impl.UnhibernateActivity newState:1
userId:0 callingPackage:null callingUid:10153 callingPid:3588
02-01 11:39:20.259 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.systemupdateactivity.SystemUpdateActivity
newState:2 userId:0 callingPackage:null callingUid:10153 callingPid:3588
02-01 11:39:20.268 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.systemcomponentupdateui.common.SystemComponentU
pdateActivity newState:0 userId:0 callingPackage:null callingUid:10153
callingPid:3588
02-01 11:39:20.271 1317 3292 I _V_BroadcastQueue: Broadcast intent Intent
{ act=com.vivo.networkstate.low_latency_change flg=0x2010 pkg=com.vivo.networkstate
(has extras) } on bgKeyApp queue
02-01 11:39:20.283 1317 2667 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=5
,topActivity=ComponentInfo{com.android.settings/com.android.settings.Settings$Netwo
rkProviderSettingsActivity} ,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} }
02-01 11:39:20.288 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.292 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.293 1317 2667 I WindowManager: Relayout
Window{com.android.settings:9c2c09c u0 Splash Screen com.android.settings EXITING:
animatingContainer=Window{com.android.settings:9c2c09c u0 Splash Screen
com.android.settings}}: oldVis=0, newVis=8, requestedWidth=720,
requestedHeight=1600, attrs.width=null, attrs.height=null, compatFrame = Rect(0, 0
- 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale = 1.0
02-01 11:39:20.298 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.300 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.303 1317 3278 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:20.306 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.310 1317 2184 D _V_RMS-Preload: displayId=0, callingUid=1000,
callingPid=2079, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$NetworkProviderSettingsActivity
took -1ms finished.
02-01 11:39:20.310 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.312 1317 2184 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:20.314 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.317 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.320 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.322 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.324 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.326 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.329 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.336 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.338 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.341 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.341 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}:
nowVisible=false animating=false finishing=true
02-01 11:39:20.345 1317 1434 D _V_RMS-Preload: displayId=0, callingUid=1000,
callingPid=2079, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$NetworkProviderSettingsActivity
took -1ms finished.
02-01 11:39:20.347 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.356 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:20.359 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.362 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.365 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.368 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.369 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.373 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.381 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.384 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.385 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.390 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.395 1317 1943 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:20.404 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.407 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.409 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.409 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.419 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.424 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.436 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.438 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.440 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.452 1317 1435 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4753
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:4116
com.android.server.wm.ActivityRecord.destroySurfaces:6280
02-01 11:39:20.468 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.471 1317 1435 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{2aa77aa u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
appearance=0x18 appearanceRegions.fullscreenAppearance=8
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:20.482 1317 3277 I _V_VivoCommonService: get info binder pid is :1964
02-01 11:39:20.485 1317 2184 I _V_VivoCommonService: get info binder pid is :1964
02-01 11:39:20.489 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.500 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:20.525 1317 3278 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10081, isRmsPreload = false, keepQuiet =false
02-01 11:39:20.545 1317 2187 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4753
com.android.server.wm.ActivityRecord.removeChild:433
com.android.server.wm.WindowContainer.removeImmediately:702
com.android.server.wm.WindowState.removeImmediately:2832
com.android.server.wm.WindowState.removeIfPossible:3052
com.android.server.wm.WindowState.removeIfPossible:2907
02-01 11:39:20.549 1317 2184 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:20.563 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.564 1317 3277 D _V_RMS-Preload: displayId=0, callingUid=1000,
callingPid=2079, requestUid=1000, requestPid=2079,
requestPkgName=com.android.settings, requestProcName=com.android.settings,
requestComponentName=com.android.settings.Settings$NetworkProviderSettingsActivity
took -1ms finished.
02-01 11:39:20.564 1317 3277 D _V_BarAnimController: notifyAppRemoved
ActivityRecord{6f6c62e u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:20.569 1317 3277 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:20.593 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.605 1317 2183 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:8edc2b9 u0 InputMethod}: oldVis=4,
newVis=8, requestedWidth=720, requestedHeight=79, attrs.width=null,
attrs.height=null, compatFrame = Rect(0, 1521 - 720, 1600), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
02-01 11:39:20.619 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.651 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:20.660 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.663 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.669 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10092; state: ENABLED
02-01 11:39:20.686 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.699 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.702 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.703 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.705 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.711 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.714 1317 2183 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.recon_timestamp value:1738381160700
pkg:com.vivo.pushservice userId:0
02-01 11:39:20.715 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.715 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.recon_timestamp
02-01 11:39:20.729 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.756 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.759 1317 3277 W _V_VivoAmsImpl: mCallingPidFilter=3588,
mCallingUidFilter=10153
02-01 11:39:20.760 1317 3277 I ActivityManager: com.android.vending is exempt
from freezer
02-01 11:39:20.761 1317 3277 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.vending
02-01 11:39:20.761 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10153; state: DISABLED
02-01 11:39:20.761 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10153; state: ENABLED
02-01 11:39:20.765 1317 2667 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:20.769 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.779 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.786 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.805 1317 1456 I ActivityManager: Start proc
3840:com.android.vending:background/u0a153 for service
{com.android.vending/com.google.frameworks.client.data.android.server.play.Backgrou
ndProcessEndpointService}
02-01 11:39:20.814 1317 1456 W ActivityManager: Slow operation: 54ms so far, now
at startProcess: done updating pids map
02-01 11:39:20.815 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.848 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.850 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.877 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:20.895 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:20.898 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:20.899 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:20.959 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.961 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.962 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.963 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:20.980 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.985 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:20.993 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:20.994 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.005 1317 2667 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:21.022 1317 3278 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.ips_attempts value:2
pkg:com.vivo.pushservice userId:0
02-01 11:39:21.025 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.ips_attempts
02-01 11:39:21.033 1317 3278 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.attempts value:2 pkg:com.vivo.pushservice
userId:0
02-01 11:39:21.034 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.attempts
02-01 11:39:21.038 1317 3278 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:21.059 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.076 1317 3278 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.fixed_delay value:278000
pkg:com.vivo.pushservice userId:0
02-01 11:39:21.078 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.fixed_delay
02-01 11:39:21.124 1317 3277 I _V_ANRManager: Add log successfully, pid = 2408
02-01 11:39:21.127 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.131 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.162 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.169 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.201 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.203 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.220 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.250 1317 1451 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:21.259 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.269 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.305 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.311 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.313 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.314 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.326 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.341 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.358 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.360 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.365 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.405 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.415 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.420 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.470 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.472 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.473 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.514 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.518 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.526 1317 1556 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.533 1317 3329 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.534 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.540 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.546 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.551 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:21.552 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.586 1317 2184 I NetworkWatchlistService: vivo_recovery, register
netId listener
02-01 11:39:21.602 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:21.603 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:21.609 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.613 1317 2184 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:21.614 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:21.615 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:21.615 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:21.616 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:21.616 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:21.616 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.616 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:21.617 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:21.617 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:21.621 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.653 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.654 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:21.662 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:21.671 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.705 1317 1936 D _V_AppWidgetServiceImpl: stopListening
host.callbacks = null
02-01 11:39:21.706 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:21.709 1317 1936 D AppWidgetServiceImpl: stopListening succeed,
callingPackage = com.android.launcher3, hostId = 1024
02-01 11:39:21.732 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.741 1317 2184 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
02-01 11:39:21.743 1317 2184 I AppWidgetServiceImpl: startListening() 0
callingPackage=com.android.launcher3 hostId=1024
02-01 11:39:21.744 1317 2184 D _V_AppWidgetServiceImpl: startListening
Succuessing callingPackage = com.android.launcher3 hostId = 1024
02-01 11:39:21.759 1317 2135 D AppWidgetServiceImpl: stopListening() 0
02-01 11:39:21.760 1317 2135 D _V_AppWidgetServiceImpl: stopListening
host.callbacks = null
02-01 11:39:21.760 1317 2135 D AppWidgetServiceImpl: stopListening succeed,
callingPackage = com.android.launcher3, hostId = 1024
02-01 11:39:21.777 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.780 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.791 1317 1936 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:21.809 1317 1432 D _V_CapacityKeyService: foregroundActivities
detected uid=10133 appName=com.android.launcher3 state=false
02-01 11:39:21.809 1317 1432 D _V_CapacityKeyService: background:
com.android.launcher3
02-01 11:39:21.810 1317 1432 D _V_VivoBrightnessPolicyService: Switch to
com.android.settings, ignore
02-01 11:39:21.814 1317 2184 I WindowManager: Relayout Window{1f96491 u0
com.android.launcher3/com.android.launcher3.Launcher}: oldVis=8, newVis=8,
requestedWidth=253, requestedHeight=52, attrs.width=null, attrs.height=null,
compatFrame = Rect(233, 764 - 486, 816), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
02-01 11:39:21.824 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:21.824 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:21.824 1317 1691 I _V_Sensor_AutoAppManager: uidName =
com.android.launcher3; topName = com.android.settings; foregroundActivities =
false; packageName = com.android.launcher3; processName = com.android.launcher3;
inFreeform = false
02-01 11:39:21.827 1317 2183 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
02-01 11:39:21.835 1317 2135 I WindowManager: Relayout Window{15f7011 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
02-01 11:39:21.844 1317 3277 I ActivityTaskManager: Activity reported stop, but
no longer stopping: ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4
d0} STOPPED
02-01 11:39:21.858 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.872 1317 2184 I WindowManager: Relayout Window{1f96491 u0
com.android.launcher3/com.android.launcher3.Launcher}: oldVis=8, newVis=8,
requestedWidth=253, requestedHeight=52, attrs.width=null, attrs.height=null,
compatFrame = Rect(233, 764 - 486, 816), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
02-01 11:39:21.875 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.886 1317 2135 I WindowManager: Relayout Window{15f7011 u0
com.android.launcher3/com.android.launcher3.Launcher}: oldVis=4, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
02-01 11:39:21.923 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:21.923 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:21.944 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:21.945 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:false, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:21.947 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:21.950 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:21.969 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.053 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.084 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.085 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.088 1317 2135 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:22.113 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.116 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.117 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.135 1317 2184 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:22.145 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:22.158 1317 1626 D _V_VivoNpmsImpl: onCapabilitiesChanged
networkCapabilities [ Transports: WIFI Capabilities:
NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONG
ESTED&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: -60, Link speed: 72Mbps,
Tx Link speed: 65Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed: 6Mbps,
Max Supported Rx Link speed: 150Mbps, Frequency: 2467MHz, Net ID: -1, Metered hint:
false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -60 SSID: "PLDTHOMEFIBR3cshU"]
02-01 11:39:22.177 1317 3278 I _V_BroadcastQueue: Broadcast intent Intent
{ act=com.vivo.networkstate.low_latency_change flg=0x2010 pkg=com.vivo.networkstate
(has extras) } on bgKeyApp queue
02-01 11:39:22.194 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.195 1317 1625 D _V_VivoConnectivityService: add dns provided for
using 8.8.8.8
02-01 11:39:22.197 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.203 1317 2181 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10076; state: ENABLED
02-01 11:39:22.203 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.208 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.220 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.223 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10076; state: DISABLED
02-01 11:39:22.243 1317 2184 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:22.246 1317 1625 D _V_VivoConnectivityService: add dns provided for
using 8.8.8.8
02-01 11:39:22.267 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.281 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.288 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.299 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.313 1317 1686 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.settings topWindowMode = 1 appType = 0 mAppScene = 3
02-01 11:39:22.319 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.353 1317 2135 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:22.354 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.357 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.383 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:22.386 1317 1625 D _V_VivoConnectivityService: isMobile false
02-01 11:39:22.386 1317 1625 D _V_VivoConnectivityService: isWifi true
02-01 11:39:22.390 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:22.390 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:22.393 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.410 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:22.419 1317 1626 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: -60, Link speed: 72Mbps,
Tx Link speed: 65Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed: 6Mbps,
Max Supported Rx Link speed: 150Mbps, Frequency: 2467MHz, Net ID: -1, Metered hint:
false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -60 SSID: "PLDTHOMEFIBR3cshU"]
02-01 11:39:22.421 1317 2184 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:22.429 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:22.438 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:39:22.439 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:39:22.441 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.445 1317 1317 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.appmanager
02-01 11:39:22.445 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10099; state: DISABLED
02-01 11:39:22.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:22.451 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10099; state: ENABLED
02-01 11:39:22.464 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.468 1317 1625 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.sendStickyBroadcast:1578
com.android.server.ConnectivityService.sendStickyBroadcast:2948
com.android.server.ConnectivityService.sendGeneralBroadcast:2923
com.android.server.ConnectivityService.sendInetConditionBroadcast:2900
com.android.server.ConnectivityService.updateInetCondition:8951
02-01 11:39:22.472 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.inputmethod.latin uid 10119, isRmsPreload = false,
keepQuiet =false
02-01 11:39:22.494 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.495 1317 1456 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: returned from zygote!
02-01 11:39:22.499 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.inputmethod.latin uid 10119, isRmsPreload = false,
keepQuiet =false
02-01 11:39:22.525 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.538 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.541 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:39:22.548 1317 2184 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:alert_time value:-1
pkg:com.android.deskclock userId:0
02-01 11:39:22.554 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.555 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.557 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.560 1317 3278 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4753
com.android.server.wm.ActivityRecord.removeChild:433
com.android.server.wm.WindowContainer.removeImmediately:702
com.android.server.wm.WindowState.removeImmediately:2832
com.android.server.wm.WindowState.removeIfPossible:3052
com.android.server.wm.WindowState.removeIfPossible:2907
02-01 11:39:22.569 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.584 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.587 1317 2188 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.android.deskclock.icon.status value:0
pkg:com.android.deskclock userId:0
02-01 11:39:22.605 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.608 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.610 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.613 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.615 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.618 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.622 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:22.626 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:22.627 1317 1860 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.629 1317 1317 W Looper : Slow dispatch took 204ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:39:22.629 1317 1317 W Looper : Slow delivery took 208ms main
h=com.android.server.job.controllers.ConnectivityController$CcHandler c=null m=0
02-01 11:39:22.630 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:22.635 1317 2687 W ActivityManager: Slow operation: 192ms so far, now
at startProcess: done updating battery stats
02-01 11:39:22.635 1317 2687 W ActivityManager: Slow operation: 192ms so far, now
at startProcess: building log message
02-01 11:39:22.635 1317 2687 I ActivityManager: Start proc
3965:com.facebook.appmanager/u0a99 for service
{com.facebook.appmanager/com.facebook.oxygen.appmanager.scheduler.schedulers.jobsch
eduler.JobSchedulerService}
02-01 11:39:22.635 1317 2687 W ActivityManager: Slow operation: 192ms so far, now
at startProcess: starting to update pids map
02-01 11:39:22.636 1317 2687 W ActivityManager: Slow operation: 193ms so far, now
at startProcess: done updating pids map
02-01 11:39:22.661 1317 2687 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10099; state: DISABLED
02-01 11:39:22.672 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.678 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.691 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.695 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.700 1317 2687 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.android.deskclock.ALARM_CHANGED flg=0x10
pkg=com.android.deskclock } send by ApplicationInfo{6cc0fe4 com.android.deskclock}
should with permissions for security!!!
02-01 11:39:22.702 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.703 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.707 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.708 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.711 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.713 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.717 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.718 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.724 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.739 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.743 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.746 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.760 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.765 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.768 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.771 1317 2676 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.ActivityRecord.finishIfPossible:3881
com.android.server.wm.ActivityClientController.finishActivity:569
android.app.IActivityClientController$Stub.onTransact:695
02-01 11:39:22.773 1317 2676 D _V_BarAnimController: prepareAppTransition 2 0
02-01 11:39:22.774 1317 2676 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:22.775 1317 2676 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:22.776 1317 2676 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:22.778 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: true
02-01 11:39:22.781 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:22.784 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=20000
02-01 11:39:22.784 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10076, 10121, 10154]
02-01 11:39:22.802 1317 2676 D _V_VivoWmsImpl: getVivoBarAppearance for
Task{dd6057a #5 type=standard A=1000:com.android.settings U=0 displayId=0
visible=false mode=fullscreen translucent=true sz=1} appearance=0x18
02-01 11:39:22.809 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.813 1317 2676 D _V_BarAnimController:
setActivityVisibilityBeforeCommit null ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:22.815 1317 2676 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}} ,caller by
com.android.server.wm.ActivityRecord.finishIfPossible:3913
com.android.server.wm.ActivityClientController.finishActivity:569
android.app.IActivityClientController$Stub.onTransact:695
com.android.server.wm.ActivityClientController.onTransact:158
android.os.Binder.execTransactInternal:1184 android.os.Binder.execTransact:1143
<bottom of call stack> <bottom of call stack> <bottom of call stack> <bottom of
call stack> <bottom of call stack> <bottom of call stack>
02-01 11:39:22.818 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.822 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:22.826 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.842 1317 1625 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.861 1317 2676 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=5 ,topActivity=null ,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} }
02-01 11:39:22.863 1317 1434 W Looper : Slow dispatch took 114ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.RootWindowContainer$RankTaskLayersRunnable@cd8ef81 m=0
02-01 11:39:22.893 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:22.893 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:22.912 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:22.915 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.docs uid 10188, isRmsPreload = false, keepQuiet
=false
02-01 11:39:22.915 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:39:22.915 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:22.915 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:22.927 1317 1317 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.docs
02-01 11:39:22.927 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10188; state: DISABLED
02-01 11:39:22.928 1317 1434 W ActivityTaskManager: Activity pause timeout for
ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:22.932 1317 1434 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
02-01 11:39:22.934 1317 1434 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:22.935 1317 1434 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:22.940 1317 2135 I _V_VivoAmsImpl: getProviderMimeTypeAsync
uri:content://com.android.calendar/time/1738381162735 name:com.android.calendar
callingUid:10076 callingPid:0
02-01 11:39:22.946 1317 1317 W Looper : Slow dispatch took 179ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:39:22.965 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:22.965 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:22.968 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10188; state: ENABLED
02-01 11:39:22.977 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.981 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:22.983 1317 2135 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.providers.calendar
02-01 11:39:22.984 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10035; state: DISABLED
02-01 11:39:22.985 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10035; state: DISABLED
02-01 11:39:22.985 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10035; state: DISABLED
02-01 11:39:22.985 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10035; state: ENABLED
02-01 11:39:22.991 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:22.998 1317 1456 W ActivityManager: Slow operation: 72ms so far, now
at startProcess: returned from zygote!
02-01 11:39:22.999 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.003 1317 1434 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[TRANSIT_CLOSE],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.resumeTopActivityInnerLocked:7568
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7254
02-01 11:39:23.005 1317 1434 D _V_BarAnimController: prepareAppTransition 2 0
02-01 11:39:23.006 1317 1434 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:23.006 1317 1434 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:23.006 1317 1434 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:23.014 1317 1809 W SyncManager: Clock is valid now.
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: Failed to write to
/sys/rsc/rsc_svp
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils:
java.io.FileNotFoundException: /sys/rsc/rsc_svp: open failed: ENOENT (No such file
or directory)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
java.io.FileWriter.<init>(FileWriter.java:63)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.threadBoostStatus(BoostThreadUtils.java:35)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.activityVisiableThreadBoost(BoostThreadUtils
.java:20)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.VivoTaskImpl.activityVisiableThreadBoost(VivoTaskImpl.java:27
68)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityInnerLocked(Task.java:7663)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7241)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7254)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2721)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2700)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.Task.completePauseLocked(Task.java:7023)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.activityPaused(ActivityRecord.java:6767)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord$1.run(ActivityRecord.java:997)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
android.os.Looper.loop(Looper.java:334)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
libcore.io.Linux.open(Native Method)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
02-01 11:39:23.016 1317 1434 W _V_BoostThreadUtils: ... 20 more
02-01 11:39:23.017 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.018 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:23.021 1317 1434 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{2e515cb u0
com.android.launcher3/.Launcher t4 d0} ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: Failed to write to
/sys/rsc/rsc_svp
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils:
java.io.FileNotFoundException: /sys/rsc/rsc_svp: open failed: ENOENT (No such file
or directory)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:575)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:236)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
java.io.FileOutputStream.<init>(FileOutputStream.java:125)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
java.io.FileWriter.<init>(FileWriter.java:63)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.threadBoostStatus(BoostThreadUtils.java:35)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.vivo.services.rms.BoostThreadUtils.activityVisiableThreadBoost(BoostThreadUtils
.java:20)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.VivoTaskImpl.activityVisiableThreadBoost(VivoTaskImpl.java:27
68)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityInnerLocked(Task.java:7665)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7241)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.Task.resumeTopActivityUncheckedLocked(Task.java:7254)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2721)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities(RootWindo
wContainer.java:2700)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.Task.completePauseLocked(Task.java:7023)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord.activityPaused(ActivityRecord.java:6767)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.android.server.wm.ActivityRecord$1.run(ActivityRecord.java:997)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
android.os.Looper.loop(Looper.java:334)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
libcore.io.Linux.open(Native Method)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: at
libcore.io.IoBridge.open(IoBridge.java:561)
02-01 11:39:23.022 1317 1434 W _V_BoostThreadUtils: ... 20 more
02-01 11:39:23.023 1317 1434 I _V_SDS :
onSetActivityResumed=com.android.launcher3
recordInfo=com.android.launcher3/.Launcher pid=2408
02-01 11:39:23.048 1317 1434 I HoverMode: ar is resume in second =
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:23.066 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.066 1317 1434 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:ActivityRecord{2e515cb u0
com.android.launcher3/.Launcher t4 d0},mainRootTask:Task{3c65a65 #1 type=home ??
U=0 displayId=0 visible=true mode=fullscreen translucent=false sz=1}
02-01 11:39:23.069 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:23.071 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10076, 10121, 10154]
02-01 11:39:23.080 1317 1434 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{2e515cb u0
com.android.launcher3/.Launcher t4 d0} ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:23.082 1317 1434 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=9, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:23.082 1317 2187 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.inputmethod.latin uid 10119, isRmsPreload = false,
keepQuiet =false
02-01 11:39:23.083 1317 1434 D _V_BarAnimController: isFreeformPerform
isEnteringFreeform = false , isClosingFreeform = false
02-01 11:39:23.083 1317 1434 D _V_BarAnimController: isStateSuitable splitMode =
false, getStartingPairTask = false, hasPairRecentsAnimation = false,
isFreeformPerform = false
02-01 11:39:23.084 1317 1434 D _V_BarAnimController: STATE_TRANSITION_INITIAL
update topOpening = ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4
d0} topClosing = ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:23.086 1317 1434 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
02-01 11:39:23.089 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.105 1317 1434 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} }
02-01 11:39:23.107 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.107 1317 1434 W Looper : Slow dispatch took 179ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityRecord$1@1dbd7f3 m=0
02-01 11:39:23.117 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.118 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.122 1317 3278 I WindowManager: Relayout Window{15f7011 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
02-01 11:39:23.127 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.142 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}:
nowVisible=true animating=true finishing=true
animatingContainer=ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:23.151 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.151 1317 1456 W ActivityManager: Slow operation: 225ms so far, now
at startProcess: done updating battery stats
02-01 11:39:23.152 1317 1456 W ActivityManager: Slow operation: 226ms so far, now
at startProcess: building log message
02-01 11:39:23.152 1317 1456 I ActivityManager: Start proc
3998:com.google.android.apps.docs/u0a188 for service
{com.google.android.apps.docs/com.google.android.libraries.notifications.entrypoint
s.scheduled.ScheduledTaskService}
02-01 11:39:23.152 1317 1456 W ActivityManager: Slow operation: 226ms so far, now
at startProcess: starting to update pids map
02-01 11:39:23.153 1317 1456 W ActivityManager: Slow operation: 226ms so far, now
at startProcess: done updating pids map
02-01 11:39:23.153 1317 1456 W ActivityManager: Slow operation: 171ms so far, now
at startProcess: asking zygote to start proc
02-01 11:39:23.153 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10035; state: ENABLED
02-01 11:39:23.156 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.175 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.176 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.177 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.187 1317 1456 W ActivityManager: Slow operation: 205ms so far, now
at startProcess: returned from zygote!
02-01 11:39:23.187 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.190 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.190 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.191 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:23.200 1317 2187 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
02-01 11:39:23.200 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:23.201 1317 1432 W Looper : Slow dispatch took 424ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:39:23.205 1317 2184 I AppWidgetServiceImpl: startListening() 0
callingPackage=com.android.launcher3 hostId=1024
02-01 11:39:23.206 1317 2184 D _V_AppWidgetServiceImpl: startListening
Succuessing callingPackage = com.android.launcher3 hostId = 1024
02-01 11:39:23.206 1317 1456 W ActivityManager: Slow operation: 224ms so far, now
at startProcess: done updating battery stats
02-01 11:39:23.206 1317 1456 W ActivityManager: Slow operation: 224ms so far, now
at startProcess: building log message
02-01 11:39:23.206 1317 1456 I ActivityManager: Start proc
4017:com.android.providers.calendar/u0a35 for content provider
{com.android.providers.calendar/com.android.providers.calendar.CalendarProvider2}
02-01 11:39:23.206 1317 1456 W ActivityManager: Slow operation: 224ms so far, now
at startProcess: starting to update pids map
02-01 11:39:23.206 1317 1456 W ActivityManager: Slow operation: 224ms so far, now
at startProcess: done updating pids map
02-01 11:39:23.215 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:23.216 1317 1432 D _V_CapacityKeyService: foregroundActivities
detected uid=10133 appName=com.android.launcher3 state=true
02-01 11:39:23.216 1317 1432 D _V_CapacityKeyService: foreground:
com.android.launcher3
02-01 11:39:23.217 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.217 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.219 1317 1432 W Looper : Slow delivery took 399ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
02-01 11:39:23.224 1317 1663 D _V_AppTypeManager: getAppNameFromUidPid pkg =
com.android.launcher3
02-01 11:39:23.224 1317 1663 D _V_VivoBrightnessPolicyService: App name info
[com.android.launcher3, 137, 105, -1](policy level 1, brightness 26 nit, current
target percent 0.0%).
02-01 11:39:23.233 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.241 1317 1691 I _V_Sensor_AutoAppManager: uidName =
com.android.launcher3; topName = com.android.launcher3; foregroundActivities =
true; packageName = com.android.launcher3; processName = com.android.launcher3;
inFreeform = false
02-01 11:39:23.241 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 5 value: [0]
02-01 11:39:23.241 1317 1691 D _V_Sensor_AppTypeManager: getAppNameFromUidPid pkg
= com.android.launcher3
02-01 11:39:23.263 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.263 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.265 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.269 1317 3810 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
02-01 11:39:23.269 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.269 1317 1432 W Looper : Drained
02-01 11:39:23.270 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.312 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:23.316 1317 1317 W Looper : Slow dispatch took 370ms main
h=android.app.job.JobServiceEngine$JobHandler c=null m=0
02-01 11:39:23.324 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.332 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.339 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.360 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.366 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:23.383 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.386 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10188; state: DISABLED
02-01 11:39:23.387 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:23.389 1317 2184 W ActivityManager: Slow operation: 67ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:39:23.392 1317 2184 W ActivityManager: Slow operation: 71ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:23.392 1317 2184 W ActivityManager: Slow operation: 71ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:23.398 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:23.400 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:23.403 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.407 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.414 1317 2184 W ActivityManager: Slow operation: 93ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:23.439 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.442 1317 1317 W Looper : Slow dispatch took 124ms main
h=android.app.job.JobServiceEngine$JobHandler c=null m=0
02-01 11:39:23.443 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.444 1317 1626 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: -52, Link speed: 72Mbps,
Tx Link speed: 78Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed: 78Mbps,
Max Supported Rx Link speed: 150Mbps, Frequency: 2467MHz, Net ID: -1, Metered hint:
false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -52 SSID: "PLDTHOMEFIBR3cshU"]
02-01 11:39:23.450 1317 1809 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:23.453 1317 1809 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:23.453 1317 1809 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:39:23.453 1317 1809 W _V_VivoAmsImpl: reason = Periodic
02-01 11:39:23.456 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.458 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.488 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.489 1317 1809 I _V_ActivityManager: isSystemApp: false,
packageName: com.starmakerinteractive.starmaker
02-01 11:39:23.489 1317 1809 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10216; state: DISABLED
02-01 11:39:23.490 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10216; state: ENABLED
02-01 11:39:23.499 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.508 1317 2676 W ActivityManager: Unable to start service Intent
{ act=com.vivo.hiboard.LauncherOverlayService pkg=com.vivo.hiboard } U=0: not found
02-01 11:39:23.521 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.555 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10035; state: DISABLED
02-01 11:39:23.570 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.576 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.589 1317 2187 W ActivityManager: Slow operation: 66ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:39:23.591 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.592 1317 2187 W ActivityManager: Slow operation: 69ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:23.593 1317 2187 W ActivityManager: Slow operation: 70ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:23.593 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.595 1317 2187 W ActivityManager: Slow operation: 71ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:23.596 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.599 1317 2187 W ActivityManager: Slow operation: 76ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:39:23.601 1317 1317 W Looper : Slow dispatch took 121ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:39:23.603 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.603 1317 1943 W ActivityManager: Unable to start service Intent
{ act=com.vivo.jovi.remoteservice.launcherclient.SearchOverlayService
pkg=com.vivo.globalsearch } U=0: not found
02-01 11:39:23.622 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.622 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:23.626 1317 3277 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0} currentState=0
startState=-1 activityState = RESUMED info = Quickstep
02-01 11:39:23.626 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.629 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.631 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.646 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:23.650 1317 2687 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
02-01 11:39:23.652 1317 2687 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
02-01 11:39:23.656 1317 2687 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
appearance=0x10 appearanceRegions.fullscreenAppearance=8
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:23.657 1317 2687 I WindowManager: Relayout Window{15f7011 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
02-01 11:39:23.689 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:23.726 1317 1686 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.launcher3 topWindowMode = 1 appType = 0 mAppScene = 3
02-01 11:39:23.726 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.740 1317 1317 W Looper : Slow dispatch took 119ms main
h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5
02-01 11:39:23.741 1317 1456 W ActivityManager: Slow operation: 257ms so far, now
at startProcess: done updating battery stats
02-01 11:39:23.753 1317 1456 W ActivityManager: Slow operation: 269ms so far, now
at startProcess: building log message
02-01 11:39:23.753 1317 1456 I ActivityManager: Start proc
4040:com.starmakerinteractive.starmaker:ashes/u0a216 for service
{com.starmakerinteractive.starmaker/com.ushowmedia.starmaker.ashes.account.AccountS
yncService}
02-01 11:39:23.753 1317 1456 W ActivityManager: Slow operation: 269ms so far, now
at startProcess: starting to update pids map
02-01 11:39:23.754 1317 1456 W ActivityManager: Slow operation: 270ms so far, now
at startProcess: done updating pids map
02-01 11:39:23.772 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:23.774 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:23.776 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.790 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.790 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.797 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.798 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:23.807 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10216; state: DISABLED
02-01 11:39:23.817 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.819 1317 1317 W Looper : Drained
02-01 11:39:23.824 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:23.848 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:23.895 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.BATTERY_CHANGED flg=0x60000010 (has extras) }
from null (pid=-1, uid=-1) requires
com.facebook.appmanager.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION due to registered
receiver BroadcastFilter{e42e92c 10099/u0 ReceiverList{1b508df 3965
com.facebook.appmanager/10099/u0 remote:32fdb7e}}
02-01 11:39:23.944 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.948 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:23.949 1317 2189 D _V_WindowManager: finishDrawingWindow:
Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
mDrawState=DRAW_PENDING
02-01 11:39:23.949 1317 2189 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@bd731c4 mSyncState=0
02-01 11:39:23.962 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.helium.trampoline.HeliumSandboxedService
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:23.976 1317 1435 D _V_BarAnimController: isBarAnimReady = true
02-01 11:39:23.976 1317 1435 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
02-01 11:39:24.016 1317 1435 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
02-01 11:39:24.018 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=10133, requestPid=2408,
requestPkgName=com.android.launcher3, requestProcName=com.android.launcher3,
requestComponentName=com.android.launcher3.Launcher took -1ms finished.
02-01 11:39:24.019 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:24.021 1317 1435 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 1 mRemoteAnimState = 0 transit = 13
02-01 11:39:24.022 1317 1435 D _V_BarAnimController: notifyBarReparent
open=ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
close=ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:24.026 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar: reparentTo
ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:24.027 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar:
mWindowHandle = FakeStatusBar, frame=[0,0,0,0],
touchableRegion=SkRegion((0,0,720,60)), visible=false
02-01 11:39:24.027 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = false
02-01 11:39:24.027 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar: show
02-01 11:39:24.028 1317 1435 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentTo ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:24.028 1317 1435 D _V_BarAnimController: notifyBarReparent fake bars
reparent to ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:24.028 1317 1435 D _V_BarAnimController: notifyBarReparent topFullWin
Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
02-01 11:39:24.029 1317 1435 D _V_BarAnimController:
updateStatusFixedRotationTransform cancel
02-01 11:39:24.030 1317 1435 D _V_BarAnimController: notifyBarReparent status
reparent to ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:24.032 1317 1435 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
appearance=0x10 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:24.042 1317 1435 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{15f7011 u0 com.android.launcher3/com.android.launcher3.Launcher}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:24.048 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:403d38c u0 StatusBar}, shouldSendRedrawForSync() =
false
02-01 11:39:24.059 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10164; state: DISABLED
02-01 11:39:24.069 1317 2181 I WindowManager: Relayout
Window{com.android.systemui:b70c143 u0 com.android.systemui.ImageWallpaper}:
oldVis=0, newVis=0, requestedWidth=736, requestedHeight=1308, attrs.width=900,
attrs.height=1600, compatFrame = Rect(0, 0 - 900, 1600), mAttrs.privateFlags =
2000004, mInvGlobalScale = 1.0
02-01 11:39:24.072 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:24.075 1317 1434 W Looper : Slow dispatch took 103ms android.display
h=com.android.server.wm.WindowManagerService$H c=null m=32
02-01 11:39:24.081 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:24.135 1317 2135 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.LOCKED_BOOT_COMPLETED flg=0x89000010 (has
extras) } to com.android.providers.blockednumber/.BlockedNumberInitReceiver
requires android.permission.RECEIVE_BOOT_COMPLETED due to sender null (uid 1000)
02-01 11:39:24.139 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:24.161 1317 1432 D DeviceIdleController: Adding AppId 10121 to temp
whitelist. New entry: false
02-01 11:39:24.174 1317 4106 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:24.205 1317 1936 I ActivityManager: Killing
2596:com.bbk.updater/u0a121 (adj 975): empty #9
02-01 11:39:24.206 1317 2189 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@db07f42 ,windowToken
=android.os.BinderProxy@e5f18aa ,isPassword=false ,mIsSecImms=false
02-01 11:39:24.207 1317 2189 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@b933917 inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@9f87b53
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_PAN windowFlags=#81910100 unverifiedTargetSdkVersion=31
02-01 11:39:24.208 1317 2189 V InputMethodManagerService: Unspecified window will
hide input
02-01 11:39:24.208 1317 2189 V InputMethodManagerService:
unbindCurrentInputLocked: client=android.os.BinderProxy@170206f
02-01 11:39:24.210 1317 2189 D _V_SecInputMethodManagerService:
setClientToNullLocked-- set mCurClient to null
02-01 11:39:24.210 1317 2189 V InputMethodMenuController: Hide switching menu
02-01 11:39:24.214 1317 2189 V InputMethodManagerService: switching to client:
client=android.os.BinderProxy@b933917 keyguard=false
02-01 11:39:24.215 1317 2189 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{991fc90 uid=10133 pid=2408 displayId=0}
02-01 11:39:24.215 1317 2189 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
02-01 11:39:24.215 1317 2189 V InputMethodManagerService: Creating new session
for client ClientState{991fc90 uid=10133 pid=2408 displayId=0}
02-01 11:39:24.226 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:24.229 1317 2188 V ActivityTaskManager: Stopping
ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}:
nowVisible=true animating=true finishing=true animatingContainer=Task{dd6057a #5
type=standard A=1000:com.android.settings U=0 displayId=0 visible=false
mode=fullscreen translucent=true sz=1}
02-01 11:39:24.232 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.ChitCha
tGatewayActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:3773
02-01 11:39:24.242 1317 2188 D _V_InputMethodManagerService: onSessionCreated
method=com.android.internal.view.IInputMethod$Stub$Proxy@76f1199 ,session=com.andro
id.internal.view.IInputMethodSession$Stub$Proxy@57c9989 ,channel=ClientState{991fc9
0 uid=10133 pid=2408 displayId=0}
(server) ,mIsSecImms=false ,sessionState=SessionState{uid 10133 pid 2408 method
76f1199 session 57c9989 channel ClientState{991fc90 uid=10133 pid=2408 displayId=0}
(server)} ,mCurClient=ClientState{991fc90 uid=10133 pid=2408 displayId=0}
02-01 11:39:24.249 1317 2188 V InputMethodManagerService: Disabling:
SessionState{uid 1000 pid 2079 method 76f1199 session 6fd4c5e channel
ClientState{dbdc9d5 uid=1000 pid=2079 displayId=0} (server)}
02-01 11:39:24.249 1317 2188 V InputMethodManagerService: Enabling:
SessionState{uid 10133 pid 2408 method 76f1199 session 57c9989 channel
ClientState{991fc90 uid=10133 pid=2408 displayId=0} (server)}
02-01 11:39:24.250 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:24.253 1317 3278 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:39:24.266 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=0,
callingPid=0, requestUid=10133, requestPid=2408,
requestPkgName=com.android.launcher3, requestProcName=com.android.launcher3,
requestComponentName=com.android.launcher3.Launcher took -1ms finished.
02-01 11:39:24.270 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:24.278 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.ChitCha
tGatewayActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:3773
02-01 11:39:24.282 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.Transfe
rCallHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:3773
02-01 11:39:24.285 1317 1317 W Looper : Slow dispatch took 143ms main
h=android.net.ConnectivityManager$CallbackHandler c=null m=11
02-01 11:39:24.286 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.Confere
nceGatewayActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:3773
02-01 11:39:24.286 1317 2181 I ActivityManager: Killing
2937:com.android.carrierconfig/1001 (adj 975): empty #9
02-01 11:39:24.288 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.Livestr
eamHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:3773
02-01 11:39:24.289 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 143231523; UID 10035; state: DISABLED
02-01 11:39:24.290 1317 1435 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} }
02-01 11:39:24.290 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.Confere
nceUrlHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:3773
02-01 11:39:24.291 1317 1435 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=5 ,topActivity=null ,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} }
02-01 11:39:24.295 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.Assista
ntNewUrlHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:3773
02-01 11:39:24.301 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}:
nowVisible=true animating=true finishing=true animatingContainer=Task{dd6057a #5
type=standard A=1000:com.android.settings U=0 displayId=0 visible=false
mode=fullscreen translucent=true sz=1}
02-01 11:39:24.306 1317 2687 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:8edc2b9 u0 InputMethod}
updateControlForTarget Window{15f7011 u0
com.android.launcher3/com.android.launcher3.Launcher}
02-01 11:39:24.310 1317 1432 D DeviceIdleController: Adding AppId 10149 to temp
whitelist. New entry: true
02-01 11:39:24.310 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10149, delay=20000
02-01 11:39:24.310 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10076, 10121, 10149, 10154]
02-01 11:39:24.324 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:24.325 1317 2181 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10149; state: DISABLED
02-01 11:39:24.328 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:24.341 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:24.341 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10076, 10121, 10149, 10154]
02-01 11:39:24.343 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}:
nowVisible=true animating=false finishing=true
02-01 11:39:24.345 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:24.347 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:24.349 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:24.354 1317 1435 D _V_BarAnimController: appTransitionFinished
02-01 11:39:24.376 1317 1936 I WindowManager: Relayout Window{2aa77aa u0
com.android.settings/com.android.settings.Settings$NetworkProviderSettingsActivity}
: oldVis=0, newVis=8, requestedWidth=720, requestedHeight=1600, attrs.width=null,
attrs.height=null, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
02-01 11:39:24.383 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:24.403 1317 1432 D _V_BBKTouchScreenServiceService: background:
com.android.settingsforeground: com.android.launcher3
02-01 11:39:24.403 1317 1432 I _V_BBKTouchScreenServiceService: displayId = 2
type = 28 state = 0
02-01 11:39:24.403 1317 1432 I _V_BBKTouchScreenServiceService: displayId = 2
type = 29 state = 0
02-01 11:39:24.404 1317 1432 D _V_CapacityKeyService: foregroundActivities
detected uid=1000 appName=com.android.settings state=false
02-01 11:39:24.405 1317 1432 D _V_CapacityKeyService: background:
com.android.settings
02-01 11:39:24.405 1317 1432 D _V_CapacityKeyService: not support presskey
02-01 11:39:24.407 1317 1691 I _V_Sensor_AutoAppManager: uidName =
android.uid.system:1000; topName = com.android.launcher3; foregroundActivities =
false; packageName = com.android.settings; processName = com.android.settings;
inFreeform = false
02-01 11:39:24.415 1317 1936 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
02-01 11:39:24.434 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:24.441 1317 2676 I ActivityManager: com.facebook.system is exempt
from freezer
02-01 11:39:24.441 1317 2676 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.system
02-01 11:39:24.442 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10034; state: DISABLED
02-01 11:39:24.442 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10034; state: DISABLED
02-01 11:39:24.442 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10034; state: DISABLED
02-01 11:39:24.442 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10034; state: ENABLED
02-01 11:39:24.444 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10034; state: ENABLED
02-01 11:39:24.466 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:24.478 1317 1456 I ActivityManager: Start proc
4125:com.facebook.system/u0a34 for content provider
{com.facebook.system/com.facebook.oxygen.installer.api.AppManagerApiProvider}
02-01 11:39:24.484 1317 1752 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4753
com.android.server.wm.ActivityRecord.removeChild:433
com.android.server.wm.WindowContainer.removeImmediately:702
com.android.server.wm.WindowState.removeImmediately:2832
com.android.server.wm.WindowState.removeIfPossible:3052
com.android.server.wm.WindowState.removeIfPossible:2907
02-01 11:39:24.509 1317 2187 I _V_VivoAmsImpl: getProviderMimeTypeAsync
uri:content://com.android.calendar/time/1738381164481 name:com.android.calendar
callingUid:10076 callingPid:0
02-01 11:39:24.510 1317 1456 W ActivityManager: Slow operation: 66ms so far, now
at startProcess: done updating pids map
02-01 11:39:24.513 1317 1936 I _V_TaskSnapshotCache: removeRunningEntry taskId5
callers=com.android.server.wm.TaskSnapshotCache.onAppRemoved:110
com.android.server.wm.TaskSnapshotController.onAppRemoved:716
com.android.server.wm.ActivityRecord.onRemovedFromDisplay:4557
com.android.server.wm.DisplayContent.removeAppToken:1444
com.android.server.wm.ActivityRecord.removeAppTokenFromDisplay:3100
com.android.server.wm.ActivityRecord.removeFromHistory:4287
com.android.server.wm.ActivityRecord.destroyed:4339
com.android.server.wm.ActivityClientController.activityDestroyed:310
android.app.IActivityClientController$Stub.onTransact:593
com.android.server.wm.ActivityClientController.onTransact:158
02-01 11:39:24.513 1317 1936 D _V_BarAnimController: notifyAppRemoved
ActivityRecord{a69b68b u0
com.android.settings/.Settings$NetworkProviderSettingsActivity t5 d0 f}}
02-01 11:39:24.513 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:24.513 1317 1936 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
02-01 11:39:24.514 1317 1936 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = false
02-01 11:39:24.514 1317 1936 D _V_FakeBarSurfaceControl-FakeStatusBar: hide
02-01 11:39:24.514 1317 1936 D _V_FakeBarSurfaceControl-FakeStatusBar:
reparentBack
02-01 11:39:24.514 1317 1936 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
02-01 11:39:24.515 1317 1936 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentBack
02-01 11:39:24.520 1317 1936 D _V_BarAnimController: onTaskRemoved Task{dd6057a
#5 type=standard A=1000:com.android.settings U=0 displayId=0 visible=false
mode=fullscreen translucent=true sz=0}
02-01 11:39:24.525 1317 2188 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)
02-01 11:39:24.525 1317 2188 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
02-01 11:39:24.528 1317 1936 D _V_BarAnimController: onTaskRemoved Task{dd6057a
#5 type=standard A=1000:com.android.settings U=0 displayId=0 visible=false
mode=fullscreen translucent=true sz=0}
02-01 11:39:24.533 1317 1936 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:24.545 1317 1556 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:24.576 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:24.581 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:24.584 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:24.599 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10034; state: DISABLED
02-01 11:39:24.599 1317 2181 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3773 callingUid:10164
02-01 11:39:24.614 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:24.615 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:24.617 1317 1433 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
02-01 11:39:24.627 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:24.683 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:24.689 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:24.735 1317 2667 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.deskclock uid 10076, isRmsPreload = false, keepQuiet =false
02-01 11:39:24.754 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:24.768 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.tachyon uid 10164, isRmsPreload = false, keepQuiet
=false
02-01 11:39:24.800 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:24.805 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:24.815 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:24.826 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:24.855 1317 1434 D _V_BarAnimController: reset
02-01 11:39:24.855 1317 1434 D _V_BarAnimController: resetRealBars
02-01 11:39:24.855 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
02-01 11:39:24.856 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
02-01 11:39:24.856 1317 1434 D _V_BarAnimController: updateGestureRotation cancel
02-01 11:39:24.857 1317 1434 D _V_BarAnimController: resetFakeBars
02-01 11:39:24.857 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
02-01 11:39:24.857 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
02-01 11:39:24.858 1317 2667 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:24.862 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:783e20c u0 NavigationBar0}, shouldSendRedrawForSync() =
false
02-01 11:39:24.880 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:24.906 1317 1686 I _V_Sensor_ProxStateController: handleAppChange
topName = com.android.launcher3 topWindowMode = 1 appType = 0 mAppScene = 3
02-01 11:39:24.958 1317 1943 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.tachyon uid 10164, isRmsPreload = false, keepQuiet
=false
02-01 11:39:24.968 1317 2187 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) }
from com.android.phone (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:24.985 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.nekodirect.NekoDirectProvider newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:24.998 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10057; state: DISABLED
02-01 11:39:25.003 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.010 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.facebook.appmanager.nekodirect for user 0
02-01 11:39:25.012 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.installapi.OxInstallApiProvider newState:1
userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.039 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.053 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.070 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.076 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldAcceptTos newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.080 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowTos newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.082 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowExplicitTos
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.090 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther2
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2051
02-01 11:39:25.094 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityTelcel2
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2051
02-01 11:39:25.096 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther2
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2051
02-01 11:39:25.097 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityTelcel2
newState:2 userId:0 callingPackage:null callingUid:1001 callingPid:2051
02-01 11:39:25.151 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:25.188 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:25.190 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.201 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.tachyon uid 10164, isRmsPreload = false, keepQuiet
=false
02-01 11:39:25.208 1317 2188 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
02-01 11:39:25.210 1317 2184 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:25.240 1317 1317 W Looper : Slow dispatch took 149ms main
h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5
02-01 11:39:25.242 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.244 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.245 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.249 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallDeepLinkActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.267 1317 2187 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:25.283 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.288 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.290 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.322 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.324 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.331 1317 1434 D ColorDisplayService: Setting saturation level: 100
02-01 11:39:25.343 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.345 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallActivity newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.347 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.352 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.392 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.435 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.448 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.454 1317 2184 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) }
from com.android.phone (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:25.471 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.476 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteActivity
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.487 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.networkimprove
02-01 11:39:25.489 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10103; state: DISABLED
02-01 11:39:25.507 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10103; state: ENABLED
02-01 11:39:25.525 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.535 1317 1456 I ActivityManager: Start proc
4212:com.vivo.networkimprove/u0a103 for broadcast
{com.vivo.networkimprove/com.vivo.networkimprove.StartupReceiver}
02-01 11:39:25.549 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.555 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4AActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.556 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.564 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.583 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:25.584 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:25.599 1317 2184 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:39:25.600 1317 2184 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
02-01 11:39:25.601 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:25.602 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramActiv
ity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.610 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.610 1317 1943 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:10188 callingPid:3998
02-01 11:39:25.611 1317 2184 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@c531cf4
02-01 11:39:25.642 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.659 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.674 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsActivit
y newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.677 1317 3810 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:25.691 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.693 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.696 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerActiv
ity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.701 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:25.704 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.708 1317 1943 I _V_ActivityManager: isSystemApp: false,
packageName: com.starmakerinteractive.starmaker
02-01 11:39:25.709 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10216; state: DISABLED
02-01 11:39:25.711 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10216; state: ENABLED
02-01 11:39:25.714 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:25.721 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.735 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:25.739 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.743 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:25.748 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.764 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:25.773 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteLoggedOu
tActivity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.784 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.797 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteLoggedOu
tActivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.801 1317 1456 W ActivityManager: Slow operation: 94ms so far, now
at startProcess: done updating battery stats
02-01 11:39:25.801 1317 1456 W ActivityManager: Slow operation: 94ms so far, now
at startProcess: building log message
02-01 11:39:25.801 1317 1456 I ActivityManager: Start proc
4243:com.starmakerinteractive.starmaker/u0a216 for content provider
{com.starmakerinteractive.starmaker/com.ushowmedia.starmaker.ashes.account.AccountP
rovider}
02-01 11:39:25.801 1317 1456 W ActivityManager: Slow operation: 94ms so far, now
at startProcess: starting to update pids map
02-01 11:39:25.801 1317 1456 W ActivityManager: Slow operation: 94ms so far, now
at startProcess: done updating pids map
02-01 11:39:25.813 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ALoggedOutA
ctivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.818 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10103; state: DISABLED
02-01 11:39:25.820 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.822 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:25.832 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:25.836 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:25.846 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.866 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramLogge
dOutActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:3965
02-01 11:39:25.877 1317 1433 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
02-01 11:39:25.883 1317 3810 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:25.889 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:25.900 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsLoggedO
utActivity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:25.909 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.915 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.933 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:25.935 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.939 1317 2667 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.tachyon uid 10164, isRmsPreload = false, keepQuiet
=false
02-01 11:39:25.943 1317 1317 W Looper : Slow dispatch took 129ms main
h=com.android.server.job.controllers.ConnectivityController$CcHandler c=null m=0
02-01 11:39:25.944 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.946 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:25.951 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:25.961 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.962 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.972 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:25.973 1317 1943 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.tachyon uid 10164, isRmsPreload = false, keepQuiet
=false
02-01 11:39:25.978 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:25.980 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.982 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:25.996 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerLogge
dOutActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:3965
02-01 11:39:25.997 1317 2676 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:26.005 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.029 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.033 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.036 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:26.039 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:26.042 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ARestricted
Activity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:26.050 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:3965
02-01 11:39:26.051 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:26.054 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.055 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsRestric
tedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:3965
02-01 11:39:26.060 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:3965
02-01 11:39:26.061 1317 1521 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:26.066 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.modules.api.ModulesApiProvider newState:1
userId:0 callingPackage:null callingUid:10099 callingPid:3965
02-01 11:39:26.069 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.winddown.ui.WindDownDarkThemeSettings
newState:2 userId:0 callingPackage:null callingUid:10149 callingPid:2804
02-01 11:39:26.085 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.095 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.109 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:26.114 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10149, isRmsPreload = false,
keepQuiet =false
02-01 11:39:26.120 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.138 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.145 1317 2667 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:26.148 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.149 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:39:26.155 1317 2667 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:26.163 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:26.176 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.178 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:26.233 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.268 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:26.271 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.283 1317 1434 D ColorDisplayService: Setting saturation level: 100
02-01 11:39:26.283 1317 1434 D _V_ColorDisplayService: applyTint level=150, from:
R=1.0 G=1.0 B=1.0
02-01 11:39:26.284 1317 1434 D _V_ColorDisplayService: applyTint level=150, to:
R=1.0 G=1.0 B=1.0
02-01 11:39:26.287 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.screen.ui.GrayscaleTileService
newState:2 userId:0 callingPackage:null callingUid:10149 callingPid:2804
02-01 11:39:26.290 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.322 1317 2676 D JobServiceContext: doCallback of :
JobStatus{bac371e #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-1s87ms READY} v:VERB_EXECUTING
02-01 11:39:26.323 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.329 1317 2676 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:39:26.332 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:26.333 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:26.344 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.362 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.400 1317 2667 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.awarecontext.awareeventprovider for user 0
02-01 11:39:26.410 1317 1432 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:39:26.422 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.android.stk className:com.android.stk.StkLauncherActivityOther1
newState:1 userId:0 callingPackage:null callingUid:1001 callingPid:2051
02-01 11:39:26.428 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.433 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:39:26.464 1317 2687 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10092; state: DISABLED
02-01 11:39:26.467 1317 1432 D DeviceIdleController: Adding AppId 10092 to temp
whitelist. New entry: true
02-01 11:39:26.467 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10092, delay=20000
02-01 11:39:26.467 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10076, 10092, 10121, 10149, 10154]
02-01 11:39:26.467 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10076, 10092, 10121, 10149, 10154]
02-01 11:39:26.467 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:26.490 1317 1521 I BroadcastQueue: Delay finish:
com.vivo.cota/.receiver.CotaReceiver
02-01 11:39:26.519 1317 3292 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3588 callingUid:10153
02-01 11:39:26.558 1317 2667 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:39:26.566 1317 4310 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:26.574 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.576 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.592 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.619 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.624 1317 3278 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x5002010 (has extras) }
from com.android.phone (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:26.639 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.640 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.networkstate
02-01 11:39:26.640 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:39:26.646 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:39:26.647 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:26.649 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.crontab
02-01 11:39:26.651 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.663 1317 1456 I ActivityManager: Start proc
4314:com.vivo.networkstate/1000 for broadcast
{com.vivo.networkstate/com.vivo.networkstate.StartupReceiver}
02-01 11:39:26.665 1317 4315 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:26.676 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.695 1317 1456 I ActivityManager: Start proc
4316:com.vivo.crontab/1000 for broadcast
{com.vivo.crontab/com.vivo.crontab.AlarmReceiver}
02-01 11:39:26.761 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:26.802 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.820 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.827 1317 2687 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:39:26.831 1317 4352 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:26.867 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:26.876 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.885 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:26.921 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.922 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:26.924 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.928 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.933 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.936 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:26.974 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:26.980 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:26.993 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:27.003 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.005 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.015 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.016 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.037 1317 2687 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10133 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
2408com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
02-01 11:39:27.037 1317 2687 V InputMethodManagerService: Client requesting input
be hidden
02-01 11:39:27.057 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.070 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:27.082 1317 3278 D _V_VivoFirewall: shouldPreventStartActivity allow,
callingPackage:com.android.launcher3, callingUid:10133, callingPid:2408,
realCallingUid:10133, lastReason:startActivityAsUser, isVivoWidget:false,
nullController:false, aInfo:ActivityInfo{f44779f
com.roblox.client.startup.ActivitySplash}
02-01 11:39:27.082 1317 3278 I ActivityTaskManager: START u0
{act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]
flg=0x10200000 cmp=com.roblox.client/.startup.ActivitySplash bnds=[291,867]
[429,1065]} from uid 10133 ,pid 2408,realCallingUid:10133,realCallingPid:2408
02-01 11:39:27.083 1317 3278 D _V_ThirdPartyIncoming: shouldStartIncoming,
sourceRecord : com.android.launcher3 mIsGame =false
02-01 11:39:27.084 1317 3278 I _V_VivoActivityStarterImpl: The calling app:
ApplicationInfo{784ccb5 com.android.launcher3} is system app, return false
02-01 11:39:27.088 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.090 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:27.113 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.122 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.149 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.158 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.171 1317 1606 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.bindService:1937
android.content.ContextWrapper.bindService:812
com.android.server.wifi.VivoWifiLocation.bind2Service:234
com.android.server.wifi.VivoWifiLocation.sendLocationRequest:221
com.android.server.wifi.VivoWifiLocation$LocationHandler.handleMessage:134
02-01 11:39:27.172 1317 1606 W ActivityManager: Unable to start service Intent
{ act=vivo.intent.action.AI_ENGINE_SCENE_SERVICE pkg=com.vivo.aiengine } U=0: not
found
02-01 11:39:27.173 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.174 1317 3278 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=2408 mRealCallUid=10133 mIsCaptureEnabled=false
02-01 11:39:27.174 1317 3278 I _V_ActivityTaskManager: cong: startActivityInner
name = com.roblox.client/.startup.ActivitySplash
02-01 11:39:27.190 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.195 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10241; state: DISABLED
02-01 11:39:27.197 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 184838306; UID 10241; state: DISABLED
02-01 11:39:27.198 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 185004937; UID 10241; state: DISABLED
02-01 11:39:27.198 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 10241; state: DISABLED
02-01 11:39:27.198 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 10241; state: DISABLED
02-01 11:39:27.206 1317 3278 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:7984
com.android.server.wm.ActivityStarter.startActivityInner:2569
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:39:27.207 1317 3278 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:27.208 1317 3278 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:27.208 1317 3278 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:27.208 1317 3278 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:27.208 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:27.212 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10241; state: DISABLED
02-01 11:39:27.212 1317 3278 D SplashScreenStartingData: createStartingSurface
setSplashOptPack empty
02-01 11:39:27.215 1317 3278 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:27.217 1317 3278 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0} ,caller by
com.android.server.wm.Task.startPausingLocked:6762
com.android.server.wm.TaskDisplayArea.lambda$pauseBackTasks$6$TaskDisplayArea:1759
com.android.server.wm.TaskDisplayArea$$ExternalSyntheticLambda6.accept:8
com.android.server.wm.Task.forAllLeafTasks:4615
com.android.server.wm.Task.forAllLeafTasks:4603
com.android.server.wm.WindowContainer.forAllLeafTasks:1841
com.android.server.wm.TaskDisplayArea.pauseBackTasks:1748
com.android.server.wm.Task.resumeTopActivityInnerLocked:7443
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2721
com.android.server.wm.ActivityStarter.startActivityInner:2608
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:39:27.218 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.219 1317 3278 D _V_ActivityTaskManager:
setWillCloseOrEnterPip:ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4
d0} lastFocusedRootTask:Task{3c65a65 #1 type=home ?? U=0 displayId=0 visible=true
mode=fullscreen translucent=false sz=1} this:Task{629e3b4 #6 type=standard
A=10241:com.roblox.client U=0 displayId=0 visible=true mode=fullscreen
translucent=true sz=1}
02-01 11:39:27.230 1317 1559 I _V_ActivityManager: isSystemApp: false,
packageName: com.roblox.client
02-01 11:39:27.231 1317 1559 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10241; state: DISABLED
02-01 11:39:27.232 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10241; state: ENABLED
02-01 11:39:27.236 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:27.236 1317 3278 D _V_RMS-Preload: displayId=0, callingUid=10133,
callingPid=2408, requestUid=10241, requestPid=0, requestPkgName=com.roblox.client,
requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.startup.ActivitySplash starter.
02-01 11:39:27.237 1317 3278 I _V_AppStartOpt: setAppStartInfo:
packageName=com.roblox.client, processName=com.roblox.client, uid=10241
02-01 11:39:27.237 1317 3278 I _V_VivoActivityStarterImpl: Start
ActivityRecord{72b60c6 u0 com.roblox.client/.startup.ActivitySplash t6 d0}
caller=com.android.launcher3 called=com.roblox.client
calledClass=com.roblox.client.startup.ActivitySplash
02-01 11:39:27.245 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.257 1317 2667 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
02-01 11:39:27.260 1317 2667 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:27.262 1317 2667 D _V_VivoActivityTaskManagerServiceImpl:
isMultiWindowEnterJustDefaultDisplay of false
02-01 11:39:27.271 1317 2667 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[TRANSIT_OPEN],
mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.Task.resumeTopActivityInnerLocked:7596
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2721
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2700
02-01 11:39:27.272 1317 2667 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:27.272 1317 2667 D _V_BarAnimController: fillFakeBarsWithContent skip
capture as last capture time is in 100ms with animation has not been started
02-01 11:39:27.273 1317 2667 W _V_ActivityTaskManager: app transition
startingDisplayed is false
02-01 11:39:27.273 1317 2667 D _V_RMS-Preload: setRmsPreload
pkgName:com.roblox.client uid 10241, isRmsPreload = false, keepQuiet =false
02-01 11:39:27.277 1317 2667 D _V_VivoActivityRecordImpl:
lastMergedOverrideConfig:{1.0 515mcc3mnc [en_US] 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.19 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1} newMergedOverrideConfig:{1.0 515mcc3mnc
[en_US] 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=standard mAlwaysOnTop=undefined
mRotation=ROTATION_0} s.1 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1} isExiting:false isexittofullscreeen:false isfromfreeform:false
fromfreeform:false this:ActivityRecord{72b60c6 u0
com.roblox.client/.startup.ActivitySplash t6 d0}
02-01 11:39:27.280 1317 1456 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: returned from zygote!
02-01 11:39:27.281 1317 2667 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{72b60c6 u0
com.roblox.client/.startup.ActivitySplash t6 d0} null
02-01 11:39:27.281 1317 1456 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: done updating battery stats
02-01 11:39:27.281 1317 2667 D _V_RMS-Preload: setRmsPreload
pkgName:com.roblox.client uid 10241, isRmsPreload = false, keepQuiet =false
02-01 11:39:27.281 1317 1456 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: building log message
02-01 11:39:27.281 1317 1456 I ActivityManager: Start proc
4393:com.roblox.client/u0a241 for pre-top-activity
{com.roblox.client/com.roblox.client.startup.ActivitySplash}
02-01 11:39:27.281 1317 1456 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: starting to update pids map
02-01 11:39:27.282 1317 2667 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{72b60c6 u0
com.roblox.client/.startup.ActivitySplash t6 d0} ActivityRecord{2e515cb u0
com.android.launcher3/.Launcher t4 d0}
02-01 11:39:27.289 1317 2667 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} }
02-01 11:39:27.296 1317 1456 W ActivityManager: Slow operation: 73ms so far, now
at startProcess: done updating pids map
02-01 11:39:27.298 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}: nowVisible=true
animating=true finishing=false animatingContainer=ActivityRecord{2e515cb u0
com.android.launcher3/.Launcher t4 d0}
02-01 11:39:27.300 1317 1431 D _V_VivoBrightnessPolicyService: add uid 10241,
name com.roblox.client to list
02-01 11:39:27.301 1317 1663 D _V_AppTypeManager: getAppNameFromUidPid pkg =
com.roblox.client
02-01 11:39:27.304 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.309 1317 1663 D _V_ConnectPemService: getSingleAppType ,uid =
10241, result = 10241,type = 116,suptype = 1000
02-01 11:39:27.318 1317 1752 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4737
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
02-01 11:39:27.319 1317 1752 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{com.roblox.client:6424205 u0 Splash
Screen com.roblox.client} task=null
02-01 11:39:27.321 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.324 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:27.325 1317 1663 E _V_ConnectPemService: getSingleAppType
java.lang.NullPointerException: Attempt to get length of null array
02-01 11:39:27.326 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:27.335 1317 1663 D _V_AppTypeManager: arraySize = 2,isEmpty = false
02-01 11:39:27.335 1317 1663 E _V_AppTypeManager: arraySize <= 3!
02-01 11:39:27.340 1317 1663 D _V_VivoBrightnessPolicyService: App name info
[com.roblox.client, -1, -1, -1](policy level 2, brightness 26 nit, current target
percent 0.0%).
02-01 11:39:27.342 1317 4397 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:27.349 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.351 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 26, control mode automatic, policy level 2, lux 2).
02-01 11:39:27.352 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:27.388 1317 1429 I WindowManager: Relayout
Window{com.roblox.client:6424205 u0 Splash Screen com.roblox.client}: oldVis=0,
newVis=0, requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-
1, compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 32000010,
mInvGlobalScale = 1.0
02-01 11:39:27.397 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.430 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:27.435 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:27.439 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.441 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:27.443 1317 1943 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:bootcompleted value:1 pkg:com.vivo.crontab userId:0
02-01 11:39:27.447 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:27.451 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.452 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/bootcompleted
02-01 11:39:27.465 1317 1429 D _V_WindowManager: finishDrawingWindow:
Window{com.roblox.client:6424205 u0 Splash Screen com.roblox.client}
mDrawState=DRAW_PENDING
02-01 11:39:27.465 1317 1429 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@504a129 mSyncState=0
02-01 11:39:27.470 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.474 1317 1435 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=8, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:27.483 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.487 1317 1435 D _V_BarAnimController: isFreeformPerform
isEnteringFreeform = false , isClosingFreeform = false
02-01 11:39:27.488 1317 1435 D _V_BarAnimController: isStateSuitable splitMode =
false, getStartingPairTask = false, hasPairRecentsAnimation = false,
isFreeformPerform = false
02-01 11:39:27.489 1317 1435 D _V_BarAnimController: STATE_TRANSITION_INITIAL
update topOpening = ActivityRecord{72b60c6 u0
com.roblox.client/.startup.ActivitySplash t6 d0} topClosing =
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:27.492 1317 1435 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=8, state=1,
isLandTranslucentBackToLauncher=false
02-01 11:39:27.495 1317 1435 D _V_BarAnimController: isBarAnimReady = true
02-01 11:39:27.496 1317 1435 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
02-01 11:39:27.512 1317 1435 D _V_VivoDockedStackDividerControllerImpl: delay
checkMinimize for drawing launcher and divider anim in Vos!
02-01 11:39:27.513 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.518 1317 1435 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 1 mRemoteAnimState = 0 transit = 12
02-01 11:39:27.519 1317 1435 D _V_BarAnimController: notifyBarReparent
open=ActivityRecord{72b60c6 u0 com.roblox.client/.startup.ActivitySplash t6 d0}
close=ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:27.519 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar: reparentTo
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:27.520 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar:
mWindowHandle = FakeStatusBar, frame=[0,0,0,0],
touchableRegion=SkRegion((0,0,720,60)), visible=false
02-01 11:39:27.520 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = true
02-01 11:39:27.522 1317 1435 D _V_FakeBarSurfaceControl-FakeStatusBar: show
02-01 11:39:27.522 1317 1435 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentTo ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:27.522 1317 1435 D _V_BarAnimController: notifyBarReparent fake bars
reparent to ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}
02-01 11:39:27.522 1317 1435 D _V_BarAnimController: notifyBarReparent topFullWin
null
02-01 11:39:27.523 1317 1435 D _V_BarAnimController:
updateStatusFixedRotationTransform cancel
02-01 11:39:27.524 1317 1435 D _V_BarAnimController: notifyBarReparent status
reparent to ActivityRecord{72b60c6 u0 com.roblox.client/.startup.ActivitySplash t6
d0}
02-01 11:39:27.529 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{com.roblox.client:6424205 u0 Splash Screen com.roblox.client}
02-01 11:39:27.530 1317 1435 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{com.roblox.client:6424205 u0 Splash Screen com.roblox.client}
02-01 11:39:27.534 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:403d38c u0 StatusBar}, shouldSendRedrawForSync() =
false
02-01 11:39:27.544 1317 1943 W ActivityManager: Slow operation: 91ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:39:27.561 1317 1943 W ActivityManager: Slow operation: 108ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:27.561 1317 1943 W ActivityManager: Slow operation: 108ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:27.577 1317 2187 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:poweron_time value:-1
pkg:com.vivo.crontab userId:0
02-01 11:39:27.587 1317 1943 I _V_SDS : onSetActivityResumed=com.roblox.client
recordInfo=com.roblox.client/.startup.ActivitySplash pid=4393
02-01 11:39:27.592 1317 1943 I HoverMode: ar is resume in second =
ActivityRecord{72b60c6 u0 com.roblox.client/.startup.ActivitySplash t6 d0}
02-01 11:39:27.594 1317 2187 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:poweroff_time value:-1
pkg:com.vivo.crontab userId:0
02-01 11:39:27.596 1317 1943 D _V_ActivityTaskManager: updateCompatDisplayInsets
this=ActivityRecord{72b60c6 u0 com.roblox.client/.startup.ActivitySplash t6
d0} ,mCompatDisplayInsets:720 x 1600
callers=com.android.server.wm.ActivityRecord.ensureActivityConfiguration:10036
com.android.server.wm.EnsureActivitiesVisibleHelper.setActivityVisibilityState:226
com.android.server.wm.EnsureActivitiesVisibleHelper.lambda$process$0$EnsureActiviti
esVisibleHelper:143 com.android.server.wm.EnsureActivitiesVisibleHelper$
$ExternalSyntheticLambda0.accept:8
com.android.server.wm.ActivityRecord.forAllActivities:5115
02-01 11:39:27.598 1317 1943 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
02-01 11:39:27.599 1317 1943 D _V_RMS-Preload: setRmsPreload
pkgName:com.roblox.client uid 10241, isRmsPreload = false, keepQuiet =false
02-01 11:39:27.599 1317 1943 W ActivityManager: Slow operation: 146ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:27.645 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.661 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.685 1317 3292 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:offline_time value:-1
pkg:com.vivo.crontab userId:0
02-01 11:39:27.691 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.709 1317 2187 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:27.711 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.715 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10216; state: DISABLED
02-01 11:39:27.719 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.748 1317 1434 W Looper : Slow dispatch took 133ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H c=<recycled
PooledLambda@ff07c7a> m=0
02-01 11:39:27.762 1317 1752 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #1003} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (575
skipped)
02-01 11:39:27.765 1317 1432 D _V_CapacityKeyService: foregroundActivities
detected uid=10241 appName=com.roblox.client state=true
02-01 11:39:27.767 1317 1432 D _V_CapacityKeyService: foreground:
com.roblox.client
02-01 11:39:27.771 1317 1691 I _V_Sensor_AutoAppManager: uidName =
com.roblox.client; topName = com.roblox.client; foregroundActivities = true;
packageName = com.roblox.client; processName = com.roblox.client; inFreeform =
false
02-01 11:39:27.774 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.clearcut.debug.ClearcutDebugDumpService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:39:27.777 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
3; pos = 5 value: [0]
02-01 11:39:27.780 1317 1691 D _V_Sensor_AppTypeManager: getAppNameFromUidPid pkg
= com.roblox.client
02-01 11:39:27.782 1317 2667 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
02-01 11:39:27.783 1317 1435 D _V_VivoWmsImpl:
clearWallpaperClientForcedVisibility, reason:wallpaper going to invisible
02-01 11:39:27.783 1317 1435 V _V_VivoWmsImpl: updateWallpaperClientVisibility
mForceWpInVisibleTokens size = 0
02-01 11:39:27.784 1317 1691 D _V_Sensor_ConnectPemService: getSingleAppType ,uid
= 10241, result = 10241,type = 116,suptype = 1000
02-01 11:39:27.784 1317 1435 V _V_VivoDisplayContentImpl:
updateWallpaperClientVisibility true lastForceVis = true
02-01 11:39:27.784 1317 1691 E _V_Sensor_ConnectPemService: getSingleAppType
java.lang.NullPointerException: Attempt to get length of null array
02-01 11:39:27.784 1317 1691 D _V_Sensor_AppTypeManager: arraySize = 2,isEmpty =
false
02-01 11:39:27.784 1317 1691 E _V_Sensor_AppTypeManager: arraySize <= 3!
02-01 11:39:27.785 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:27.804 1317 1435 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=6
,topActivity=ComponentInfo{com.roblox.client/com.roblox.client.startup.ActivitySpla
sh} ,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} }
02-01 11:39:27.805 1317 1435 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} }
02-01 11:39:27.805 1317 2187 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:crontab_time value:-1
pkg:com.vivo.crontab userId:0
02-01 11:39:27.806 1317 1435 D _V_BarAnimController: appTransitionFinished
02-01 11:39:27.829 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:27.851 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:27.856 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:27.869 1317 4442 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:27.876 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:27.883 1317 2187 I WindowManager: Relayout Window{15f7011 u0
com.android.launcher3/com.android.launcher3.Launcher}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
02-01 11:39:27.904 1317 1317 W Looper : Slow dispatch took 206ms main
h=android.app.job.JobServiceEngine$JobHandler c=null m=2
02-01 11:39:27.906 1317 2135 I _V_JobServiceContext: Delay executeRunnableJob:
JobStatus{33b88f7 #u0a164/897
com.google.android.apps.tachyon/androidx.work.impl.background.systemjob.SystemJobSe
rvice u=0 s=10164 READY} for app-start.
02-01 11:39:27.910 1317 2135 E JobScheduler.Concurrency: Error executing
JobStatus{33b88f7 #u0a164/897
com.google.android.apps.tachyon/androidx.work.impl.background.systemjob.SystemJobSe
rvice u=0 s=10164 READY}
02-01 11:39:27.963 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:27.972 1317 1434 W Looper : Slow dispatch took 221ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H c=<recycled
PooledLambda@e15bd93> m=0
02-01 11:39:27.972 1317 1434 W Looper : Slow delivery took 374ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H c=<recycled
PooledLambda@1b6b1d0> m=0
02-01 11:39:28.019 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:28.059 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:28.061 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:28.062 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10154, timeNow=69083
02-01 11:39:28.062 1317 1530 D DeviceIdleController: Time to remove uid 10154:
87431
02-01 11:39:28.062 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10154, delay=18348
02-01 11:39:28.064 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:28.088 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.gcm.nts.SchedulerService newState:1 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:39:28.094 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:28.098 1317 1521 I ActivityManager: Killing
3059:com.android.keychain/1000 (adj 965): empty #9
02-01 11:39:28.098 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:28.102 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:28.109 1317 1521 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:39:28.133 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:28.135 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:28.155 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:28.155 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:28.160 1317 1521 I ActivityManager: Killing
3302:com.android.localtransport/1000 (adj 955): empty #9
02-01 11:39:28.181 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:28.199 1317 1317 I _V_JobServiceContext: Delay executeRunnableJob:
JobStatus{33b88f7 #u0a164/897
com.google.android.apps.tachyon/androidx.work.impl.background.systemjob.SystemJobSe
rvice u=0 s=10164 READY} for app-start.
02-01 11:39:28.199 1317 1317 E JobScheduler.Concurrency: Error executing
JobStatus{33b88f7 #u0a164/897
com.google.android.apps.tachyon/androidx.work.impl.background.systemjob.SystemJobSe
rvice u=0 s=10164 READY}
02-01 11:39:28.220 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:28.247 1317 1521 I BroadcastQueue: Delay finish:
com.vivo.daemonService/.gamemode.GameCubeReceiver
02-01 11:39:28.265 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:28.269 1317 1686 I _V_Sensor_ProxStateController: handleAppChange
topName = com.roblox.client topWindowMode = 1 appType = 0 mAppScene = 3
02-01 11:39:28.294 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:28.297 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:28.308 1317 1434 D _V_BarAnimController: reset
02-01 11:39:28.309 1317 1434 D _V_BarAnimController: resetRealBars
02-01 11:39:28.309 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
02-01 11:39:28.309 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
02-01 11:39:28.310 1317 1434 D _V_BarAnimController: updateGestureRotation cancel
02-01 11:39:28.310 1317 1434 D _V_BarAnimController: resetFakeBars
02-01 11:39:28.312 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
02-01 11:39:28.313 1317 1434 D _V_FakeBarSurfaceControl-FakeStatusBar:
updateInputHandle visible = false
02-01 11:39:28.313 1317 1434 D _V_FakeBarSurfaceControl-FakeStatusBar: hide
02-01 11:39:28.317 1317 1434 D _V_FakeBarSurfaceControl-FakeStatusBar:
reparentBack
02-01 11:39:28.317 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
02-01 11:39:28.318 1317 1434 D _V_FakeBarSurfaceControl-FakeGestureBar:
reparentBack
02-01 11:39:28.324 1317 1752 W _V_VivoAmsImpl: mCallingPidFilter=3670,
mCallingUidFilter=10092
02-01 11:39:28.325 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:783e20c u0 NavigationBar0}, shouldSendRedrawForSync() =
false
02-01 11:39:28.326 1317 1434 W Looper : Drained
02-01 11:39:28.327 1317 1752 I ActivityManager: com.vivo.appstore is exempt from
freezer
02-01 11:39:28.335 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:28.347 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:28.349 1317 1752 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.appstore
02-01 11:39:28.349 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
02-01 11:39:28.350 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
02-01 11:39:28.367 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:28.372 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:28.372 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:28.374 1317 1456 I ActivityManager: Start proc
4485:com.vivo.appstore/u0a38 for service
{com.vivo.appstore/com.vivo.appstore.downloadinterface.DownloadRemoteService}
02-01 11:39:28.385 1317 1521 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:28.405 1317 2676 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:28.424 1317 2187 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:28.547 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:28.564 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:28.593 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:28.596 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:28.598 1317 2676 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:4243 callingUid:10216
02-01 11:39:28.599 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:28.625 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10038; state: DISABLED
02-01 11:39:28.628 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:28.722 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:28.749 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:28.750 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 10.97973; kalmanLux = 10.97973; speculatedLux = 10.97973;
finalLux = 10.97973
02-01 11:39:28.750 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 10.97973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:28.762 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:28.778 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:28.784 1317 2676 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:28.787 1317 2676 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:28.858 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:28.865 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:28.866 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:28.874 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:28.885 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:28.901 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:39:28.926 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:28.962 1317 3278 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:39:28.976 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10153; state: DISABLED
02-01 11:39:28.991 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:29.012 1317 1317 W Looper : Slow dispatch took 118ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:39:29.021 1317 1317 I _V_JobServiceContext: Delay executeRunnableJob:
JobStatus{33b88f7 #u0a164/897
com.google.android.apps.tachyon/androidx.work.impl.background.systemjob.SystemJobSe
rvice u=0 s=10164 READY} for app-start.
02-01 11:39:29.021 1317 1317 E JobScheduler.Concurrency: Error executing
JobStatus{33b88f7 #u0a164/897
com.google.android.apps.tachyon/androidx.work.impl.background.systemjob.SystemJobSe
rvice u=0 s=10164 READY}
02-01 11:39:29.024 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:29.027 1317 1317 I _V_JobServiceContext: Delay executeRunnableJob:
JobStatus{33b88f7 #u0a164/897
com.google.android.apps.tachyon/androidx.work.impl.background.systemjob.SystemJobSe
rvice u=0 s=10164 READY} for app-start.
02-01 11:39:29.027 1317 1317 E JobScheduler.Concurrency: Error executing
JobStatus{33b88f7 #u0a164/897
com.google.android.apps.tachyon/androidx.work.impl.background.systemjob.SystemJobSe
rvice u=0 s=10164 READY}
02-01 11:39:29.032 1317 3292 I ActivityManager: Killing
3478:com.android.carrierdefaultapp/u0a69 (adj 975): empty #9
02-01 11:39:29.049 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:29.050 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:39:29.067 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.167 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:29.169 1317 3810 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.recon_timestamp value:1738381169159
pkg:com.vivo.pushservice userId:0
02-01 11:39:29.172 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.172 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.recon_timestamp
02-01 11:39:29.177 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.181 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.187 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.196 1317 3810 W _V_AlarmManager_Log: Alarm{64d419c type 0 origWhen
1738988908129 flags 9 windowLength 0 whenElapsed 607809151 maxWhenElapsed 607809151
repeatInterval 0 com.vivo.cota} pendingIntentLeak.
02-01 11:39:29.219 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:39:29.219 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.225 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:29.255 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.274 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.285 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.290 1317 3292 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:29.291 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.299 1317 2667 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:volte_subscription0 value:1 pkg:com.mediatek.ims
userId:0
02-01 11:39:29.308 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:29.308 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10121, timeNow=70330
02-01 11:39:29.308 1317 1530 D DeviceIdleController: Time to remove uid 10121:
85183
02-01 11:39:29.308 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10121, delay=14853
02-01 11:39:29.311 1317 1317 W Looper : Slow dispatch took 128ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7
02-01 11:39:29.312 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/volte_subscription0
02-01 11:39:29.312 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.316 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.317 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.320 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.320 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.329 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.341 1317 2189 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.katana
02-01 11:39:29.342 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10205; state: DISABLED
02-01 11:39:29.343 1317 3292 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:29.344 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.344 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10205; state: ENABLED
02-01 11:39:29.356 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:39:29.359 1317 3292 I _V_JobServiceContext: Delay executeRunnableJob:
JobStatus{e77265d #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-2ms READY} for app-start.
02-01 11:39:29.359 1317 3292 E JobScheduler.Concurrency: Error executing
JobStatus{e77265d #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-2ms READY}
02-01 11:39:29.368 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.374 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.375 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.379 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.384 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:29.386 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.399 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.423 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:29.441 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.445 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.460 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:29.470 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:29.471 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.472 1317 1456 W ActivityManager: Slow operation: 132ms so far, now
at startProcess: returned from zygote!
02-01 11:39:29.485 1317 1456 W ActivityManager: Slow operation: 145ms so far, now
at startProcess: done updating battery stats
02-01 11:39:29.486 1317 1456 W ActivityManager: Slow operation: 145ms so far, now
at startProcess: building log message
02-01 11:39:29.486 1317 1456 I ActivityManager: Start proc
4620:com.facebook.katana/u0a205 for content provider
{com.facebook.katana/com.facebook.platform.common.provider.PlatformProviderBase}
02-01 11:39:29.486 1317 1456 W ActivityManager: Slow operation: 146ms so far, now
at startProcess: starting to update pids map
02-01 11:39:29.486 1317 1456 W ActivityManager: Slow operation: 146ms so far, now
at startProcess: done updating pids map
02-01 11:39:29.544 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:29.581 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.598 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.618 1317 1936 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.ips_attempts value:0
pkg:com.vivo.pushservice userId:0
02-01 11:39:29.618 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:29.619 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:29.619 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.620 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.ips_attempts
02-01 11:39:29.623 1317 2676 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.attempts value:0 pkg:com.vivo.pushservice
userId:0
02-01 11:39:29.624 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.attempts
02-01 11:39:29.629 1317 3810 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:29.641 1317 1752 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:com.vivo.push.fixed_delay value:1
pkg:com.vivo.pushservice userId:0
02-01 11:39:29.643 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/com.vivo.push.fixed_delay
02-01 11:39:29.646 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:29.651 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:29.668 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:29.683 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:29.684 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:29.686 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:29.705 1317 3810 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10205; state: DISABLED
02-01 11:39:29.713 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.726 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.727 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:29.732 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.735 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.740 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.742 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.743 1317 1433 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
02-01 11:39:29.745 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.748 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.752 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.752 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:29.756 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:29.757 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.760 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.762 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.764 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.765 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:29.767 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.769 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.770 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:29.771 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=70792
02-01 11:39:29.771 1317 1530 D DeviceIdleController: Time to remove uid 1000:
89116
02-01 11:39:29.771 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=18324
02-01 11:39:29.790 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.821 1317 1943 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.vivo.pushservice.account value:
pkg:com.vivo.pushservice userId:0
02-01 11:39:29.830 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:29.832 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.837 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:29.841 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:29.852 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:29.854 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.866 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:29.871 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.876 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.887 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.892 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.892 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:29.899 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.933 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.933 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:29.939 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:29.965 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:30.017 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:30.025 1317 2687 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3096
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1184
02-01 11:39:30.028 1317 2687 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3100
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:30.033 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:30.038 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:30.049 1317 2687 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3107
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:30.049 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.049 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.049 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:30.050 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.050 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.051 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.053 1317 2687 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3111
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:30.054 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:30.055 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:30.056 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.056 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:30.057 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:30.057 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:30.057 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.058 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.058 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
excludes appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.059 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.059 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.060 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.069 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.077 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:30.090 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.092 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.096 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.099 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 12.668919; kalmanLux = 12.668919; speculatedLux = 12.668919;
finalLux = 12.668919
02-01 11:39:30.101 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.103 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.106 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.107 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.111 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:30.114 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.117 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.122 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.132 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:30.148 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.161 1317 3292 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:30.168 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.179 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.183 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:30.183 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.185 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.190 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.202 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.217 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:30.234 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.239 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.241 1317 2532 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
02-01 11:39:30.241 1317 2532 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
02-01 11:39:30.249 1317 2532 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
02-01 11:39:30.250 1317 2532 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
02-01 11:39:30.250 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.253 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:30.256 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.281 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:30.281 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:30.291 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:30.306 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3096
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
android.os.Binder.execTransactInternal:1184
02-01 11:39:30.349 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.wearsupport.WearSupportService newState:2
userId:0 callingPackage:null callingUid:10153 callingPid:3588
02-01 11:39:30.351 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.wearsupport.WearChangeListenerService
newState:2 userId:0 callingPackage:null callingUid:10153 callingPid:3588
02-01 11:39:30.352 1317 3292 I ActivityManager: Killing
3273:com.android.printspooler/u0a124 (adj 975): empty #9
02-01 11:39:30.361 1317 1752 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.vivo.pushservice.sdk value:
pkg:com.vivo.pushservice userId:0
02-01 11:39:30.365 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3100
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:30.383 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:30.395 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3107
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:30.407 1317 2667 I ActivityManager: Killing
3405:com.android.cellbroadcastreceiver/u0a175 (adj 965): empty #9
02-01 11:39:30.421 1317 2676 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:30.429 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.429 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.429 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
requires android.permission.ACCESS_FINE_LOCATION due to sender android (uid 1001)
02-01 11:39:30.430 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.430 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.431 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.459 1317 1943 W ContextImpl: Calling a method in the system
process without a qualified user:
android.app.ContextImpl.sendBroadcastMultiplePermissions:1274
android.content.Context.sendBroadcastMultiplePermissions:2224
com.android.server.TelephonyRegistry.broadcastServiceStateChanged:3111
com.android.server.TelephonyRegistry.notifyServiceStateForPhoneId:1753
com.android.internal.telephony.ITelephonyRegistry$Stub.onTransact:455
02-01 11:39:30.461 1317 2687 D JobServiceContext: doCallback of :
JobStatus{8063db6 #u0a99/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10099 TIME=none:-6s327ms READY} v:VERB_EXECUTING
02-01 11:39:30.471 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.492 1317 1752 I ActivityManager: Killing
4212:com.vivo.networkimprove/u0a103 (adj 975): empty #9
02-01 11:39:30.500 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:30.500 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:30.505 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:30.506 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:fine_location due to sender android (uid 1001)
02-01 11:39:30.509 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:30.509 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:fine_location due to sender android (uid 1001)
02-01 11:39:30.539 1317 1433 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
02-01 11:39:30.551 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 10.135136; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:30.657 1317 2532 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:30.671 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.676 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.676 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.676 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{183609a 1317:system/1000} (pid=1317, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.677 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{b3b4e18 1811:com.android.systemui/u0a49} (pid=1811, uid=10049)
excludes appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.677 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{73324ab 2244:com.vivo.pem/1000} (pid=2244, uid=1000) excludes appop
android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.677 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.677 1317 1455 W BroadcastQueue: Appop Denial: receiving Intent
{ act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
ProcessRecord{6d770b7 2051:com.android.phone/1001} (pid=2051, uid=1001) excludes
appop android:read_phone_state due to sender android (uid 1001)
02-01 11:39:30.679 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.680 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.696 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:39:30.701 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.710 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.711 1317 1317 I _V_JobServiceContext: Delay executeRunnableJob:
JobStatus{e77265d #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-1s354ms READY} for app-start.
02-01 11:39:30.711 1317 1317 E JobScheduler.Concurrency: Error executing
JobStatus{e77265d #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-1s354ms READY}
02-01 11:39:30.712 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.715 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.722 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:30.728 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.731 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.739 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.741 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.780 1317 1431 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.786 1317 2532 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 1000; state: ENABLED
02-01 11:39:30.787 1317 2532 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 10036; state: ENABLED
02-01 11:39:30.787 1317 2532 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 10036; state: DISABLED
02-01 11:39:30.788 1317 2532 E AppOps : attributionTag not declared in manifest
of com.android.server.telecom
02-01 11:39:30.792 1317 1431 D time_detector: Not setting system clock. New time
and system clock are close enough. elapsedRealtimeMillis=71814
newTime=TimestampedValue{mReferenceTimeMillis=16186, mValue=1738381116000}
cause=Found good telephony suggestion.,
bestTelephonySuggestion=TelephonyTimeSuggestion{mSlotIndex='0',
mUtcTime=TimestampedValue{mReferenceTimeMillis=16186, mValue=1738381116000},
mDebugInfo=[Sending new time suggestion
nitzSignal=TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}},
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=16186,
mValue=NitzData{mOriginalString=25/02/01,03:38:36+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381116000, mEmulatorHostTimeZone=null}})]},
detectionReason=New telephony time suggested.
timeSuggestion=TelephonyTimeSuggestion{mSlotIndex='1',
mUtcTime=TimestampedValue{mReferenceTimeMillis=71269, mValue=1738381171000},
mDebugInfo=[Sending new time suggestion
nitzSignal=TimestampedValue{mReferenceTimeMillis=71269,
mValue=NitzData{mOriginalString=25/02/01,03:39:31+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381171000, mEmulatorHostTimeZone=null}},
reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=71269,
mValue=NitzData{mOriginalString=25/02/01,03:39:31+32,0, mZoneOffset=28800000,
mDstOffset=0, mCurrentTimeMillis=1738381171000, mEmulatorHostTimeZone=null}})]}
systemClockUpdateThreshold=2000 absTimeDifference=836
newSystemClockMillis=1738381171628
02-01 11:39:30.793 1317 1431 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.793 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.796 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.798 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:30.803 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.815 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.820 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.849 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:30.855 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.864 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.869 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.885 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.896 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:30.928 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.933 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.943 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.945 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.950 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:30.959 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:30.963 1317 2676 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:31.002 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:31.021 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:31.047 1317 3810 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:31.053 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:31.068 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:31.081 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:31.093 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:31.128 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:31.142 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:31.148 1317 1936 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:3773 callingUid:10164
02-01 11:39:31.153 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:31.166 1317 3810 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:31.169 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:31.172 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:31.177 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:31.186 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:31.496 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:31.497 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:31.500 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.97973; finalLux = 10.97973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:31.560 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:31.567 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:31.571 1317 4727 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:31.588 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:31.610 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:31.643 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:31.644 1317 1317 I _V_JobServiceContext: Delay executeRunnableJob:
JobStatus{e77265d #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-2s287ms READY} for app-start.
02-01 11:39:31.644 1317 1317 E JobScheduler.Concurrency: Error executing
JobStatus{e77265d #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-2s287ms READY}
02-01 11:39:31.664 1317 1941 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:31.688 1317 1432 D DeviceIdleController: Adding AppId 10216 to temp
whitelist. New entry: true
02-01 11:39:31.688 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10216, delay=20000
02-01 11:39:31.688 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10076, 10092, 10121, 10149, 10154, 10216]
02-01 11:39:31.696 1317 1428 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:31.751 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10076, 10092, 10121, 10149, 10154, 10216]
02-01 11:39:31.753 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:31.834 1317 1432 W Looper : Slow dispatch took 188ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:39:31.867 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:31.872 1317 4762 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:31.922 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:31.936 1317 1428 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:31.963 1317 1432 D DeviceIdleController: Adding AppId 10216 to temp
whitelist. New entry: false
02-01 11:39:31.975 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:31.987 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:32.019 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:32.065 1317 1941 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:32.099 1317 3278 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:32.105 1317 1432 D DeviceIdleController: Adding AppId 10216 to temp
whitelist. New entry: false
02-01 11:39:32.154 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:32.224 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:32.232 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:32.232 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:32.246 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:32.247 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:32.257 1317 1665 I _V_AppStartOpt: setAppStartInfo: packageName=null,
processName=null, uid=-1
02-01 11:39:32.278 1317 1665 I _V_AppStartOpt: rescheduleJobService.
02-01 11:39:32.281 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:39:32.298 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10099; state: DISABLED
02-01 11:39:32.306 1317 1432 D DeviceIdleController: Adding AppId 10216 to temp
whitelist. New entry: false
02-01 11:39:32.307 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:32.331 1317 1428 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:32.352 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.97973; finalLux = 10.97973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:32.383 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:32.456 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:32.464 1317 1432 D DeviceIdleController: Adding AppId 10183 to temp
whitelist. New entry: true
02-01 11:39:32.465 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10183, delay=20000
02-01 11:39:32.465 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10076, 10092, 10121, 10149, 10154, 10183,
10216]
02-01 11:39:32.473 1317 1941 I _V_ActivityManager: isSystemApp: false,
packageName: com.ss.android.ugc.trill
02-01 11:39:32.478 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10183; state: DISABLED
02-01 11:39:32.479 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10183; state: ENABLED
02-01 11:39:32.481 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:32.484 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10076, 10092, 10121, 10149, 10154, 10183, 10216]
02-01 11:39:32.487 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:32.487 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:32.489 1317 3278 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:32.503 1317 1456 I ActivityManager: Start proc
4824:com.ss.android.ugc.trill/u0a183 for broadcast
{com.ss.android.ugc.trill/com.google.firebase.iid.FirebaseInstanceIdReceiver}
02-01 11:39:32.525 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:32.599 1317 1941 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:4243 callingUid:10216
02-01 11:39:32.630 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:32.738 1317 1433 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
02-01 11:39:32.740 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:32.744 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:32.744 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:32.753 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:32.755 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:32.821 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10183; state: DISABLED
02-01 11:39:32.825 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:32.840 1317 1556 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=vivo.push.public_alarm flg=0x10 } send by
ApplicationInfo{43d44f7 com.vivo.pushservice} should with permissions for
security!!!
02-01 11:39:32.842 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:32.855 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:32.855 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:32.896 1317 4866 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:32.913 1317 3810 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:32.921 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:32.927 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:32.948 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 10.135136; kalmanLux = 10.135136; speculatedLux = 10.135136;
finalLux = 10.135136
02-01 11:39:32.965 1317 1943 W _V_VivoAmsImpl: mCallingPidFilter=3114,
mCallingUidFilter=10154
02-01 11:39:32.967 1317 1943 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
02-01 11:39:32.972 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:39:32.973 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:39:32.989 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:32.989 1317 1943 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:33.016 1317 1456 I ActivityManager: Start proc
4880:com.google.android.gms.unstable/u0a154 for service
{com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService}
02-01 11:39:33.017 1317 1456 W ActivityManager: Slow operation: 51ms so far, now
at startProcess: done updating pids map
02-01 11:39:33.020 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.031 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.040 1317 3277 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:33.044 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:33.044 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:33.051 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:33.052 1317 1943 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:33.108 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.112 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:33.134 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.151 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:33.156 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:33.162 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:33.168 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:33.236 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.249 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:33.257 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.97973; finalLux = 10.135136; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:33.309 1317 1943 W ActivityManager: Slow operation: 103ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:39:33.310 1317 1943 W ActivityManager: Slow operation: 104ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:39:33.312 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:33.322 1317 3329 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.324 1317 1943 W ActivityManager: Slow operation: 118ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:33.324 1317 1943 W ActivityManager: Slow operation: 118ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:33.330 1317 1943 W ActivityManager: Slow operation: 124ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:33.332 1317 1626 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:
ASSOCIATING, HE Eight Max VHT Spatial Streams Supported AP: false, Eight Max VHT
Spatial streams support: false, Wi-Fi standard: 4, RSSI: -46, Link speed: 72Mbps,
Tx Link speed: 78Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed: 86Mbps,
Max Supported Rx Link speed: 150Mbps, Frequency: 2467MHz, Net ID: -1, Metered hint:
false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -46 SSID: "PLDTHOMEFIBR3cshU"]
02-01 11:39:33.339 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.416 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:33.430 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.432 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:33.442 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.463 1317 1626 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:
ASSOCIATED, HE Eight Max VHT Spatial Streams Supported AP: false, Eight Max VHT
Spatial streams support: false, Wi-Fi standard: 4, RSSI: -46, Link speed: 72Mbps,
Tx Link speed: 78Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed: 86Mbps,
Max Supported Rx Link speed: 150Mbps, Frequency: 2467MHz, Net ID: -1, Metered hint:
false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -46 SSID: "PLDTHOMEFIBR3cshU"]
02-01 11:39:33.492 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.546 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.558 1317 1626 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:
FOUR_WAY_HANDSHAKE, HE Eight Max VHT Spatial Streams Supported AP: false, Eight Max
VHT Spatial streams support: false, Wi-Fi standard: 4, RSSI: -46, Link speed:
72Mbps, Tx Link speed: 78Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed:
86Mbps, Max Supported Rx Link speed: 150Mbps, Frequency: 2467MHz, Net ID: -1,
Metered hint: false, score: 60, CarrierMerged: false, SubscriptionId: -1,
IsPrimary: 1> SignalStrength: -46 SSID: "PLDTHOMEFIBR3cshU"]
02-01 11:39:33.611 1317 1626 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: -46, Link speed:
72Mbps, Tx Link speed: 78Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed:
86Mbps, Max Supported Rx Link speed: 150Mbps, Frequency: 2467MHz, Net ID: -1,
Metered hint: false, score: 60, CarrierMerged: false, SubscriptionId: -1,
IsPrimary: 1> SignalStrength: -46 SSID: "PLDTHOMEFIBR3cshU"]
02-01 11:39:33.616 1317 1428 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:33.653 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:33.669 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.webview uid 10165, isRmsPreload = false, keepQuiet
=false
02-01 11:39:33.673 1317 2687 W _V_VivoAmsImpl: mCallingPidFilter=4393,
mCallingUidFilter=10241
02-01 11:39:33.679 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:33.681 1317 2687 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
02-01 11:39:33.682 1317 2687 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10165; state: DISABLED
02-01 11:39:33.683 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
02-01 11:39:33.686 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.webview uid 10165, isRmsPreload = false, keepQuiet
=false
02-01 11:39:33.686 1317 2687 W _V_VivoAmsImpl: mCallingPidFilter=4393,
mCallingUidFilter=10241
02-01 11:39:33.699 1317 4935 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:33.716 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:33.716 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:33.723 1317 1456 I ActivityManager: Start proc
4937:com.google.android.webview:webview_service/u0a165 for service
{com.google.android.webview/org.chromium.android_webview.services.VariationsSeedSer
ver}
02-01 11:39:33.799 1317 1947 E _V_IFE : input exception report: exception
source:{com.roblox.client/com.roblox.client.startup.ActivitySplash} subtype:8
reason = UNKNOWN_CHECK_FROM_NO_FOCUS_TIME_OUT
02-01 11:39:33.986 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:33.995 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:34.002 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:34.004 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:34.016 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:34.017 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:34.034 1317 3810 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:34.046 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.084 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.086 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10165; state: DISABLED
02-01 11:39:34.092 1317 4964 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:34.125 1317 1936 W ActivityManager: Slow operation: 77ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:34.148 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.153 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:34.186 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:34.187 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.196 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:34.200 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:34.251 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.257 1317 2187 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:34.260 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:34.288 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:34.316 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:34.328 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:34.342 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.354 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.369 1317 1941 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:34.370 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:34.370 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:34.381 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:34.385 1317 1943 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:34.394 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:34.395 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:34.397 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:34.424 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 66537, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:39:34.447 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.457 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.460 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.500 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:34.504 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:34.592 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.596 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:34.604 1317 2187 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:34.609 1317 1432 I _V_WindowOrientationListenerImpl: Proposed
rotation changed! proposedRotation=0, oldProposedRotation=-1
02-01 11:39:34.621 1317 1317 W Looper : Slow dispatch took 179ms main
h=android.app.ActivityThread$H
c=android.app.LoadedApk$ServiceDispatcher$RunConnection@adda68b m=0
02-01 11:39:34.631 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.654 1317 1432 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=6
,topActivity=ComponentInfo{com.roblox.client/com.roblox.client.startup.ActivitySpla
sh} ,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} }
02-01 11:39:34.654 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.673 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.675 1317 2187 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:34.676 1317 2187 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:34.703 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:34.775 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.797 1317 2676 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:34.812 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:34.871 1317 2676 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4737
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
02-01 11:39:34.872 1317 2676 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{1f58b58 u0
com.roblox.client/com.roblox.client.startup.ActivitySplash} task=null
02-01 11:39:34.874 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:34.874 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:34.878 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:34.887 1317 1626 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: -46, Link speed: 72Mbps,
Tx Link speed: 78Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed: 86Mbps,
Max Supported Rx Link speed: 150Mbps, Frequency: 2467MHz, Net ID: -1, Metered hint:
false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1>
SignalStrength: -46 SSID: "PLDTHOMEFIBR3cshU"]
02-01 11:39:34.893 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:34.901 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:34.939 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:34.940 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:34.981 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.006 1317 1317 W Looper : Slow dispatch took 277ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=0
02-01 11:39:35.008 1317 1317 W Looper : Slow delivery took 335ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:39:35.025 1317 1429 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{72b60c6 u0 com.roblox.client/.startup.ActivitySplash t6 d0}
currentState=0 startState=-1 activityState = RESUMED info = Roblox
02-01 11:39:35.026 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.027 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:35.030 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:35.050 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:35.050 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:35.056 1317 5047 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:35.062 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.063 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.069 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:35.070 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:35.072 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:35.073 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:35.077 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.079 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.081 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.081 1317 1317 W Looper : Drained
02-01 11:39:35.084 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.093 1317 1626 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>=60000Kbps 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: -52, Link speed: 135Mbps,
Tx Link speed: 135Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed:
150Mbps, Max Supported Rx Link speed: 150Mbps, Frequency: 5620MHz, Net ID: -1,
Metered hint: false, score: 60, CarrierMerged: false, SubscriptionId: -1,
IsPrimary: 1> SignalStrength: -52 SSID: "PLDTHOMEFIBR3cshU"]
02-01 11:39:35.104 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:35.121 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:35.149 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:35.150 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:35.183 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.188 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.202 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.205 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:35.206 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:35.219 1317 2189 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
02-01 11:39:35.233 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.239 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:35.240 1317 3278 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:35.247 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.258 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.261 1317 3278 W _V_VivoAmsImpl: mCallingPidFilter=4485,
mCallingUidFilter=10038
02-01 11:39:35.270 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
02-01 11:39:35.271 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
02-01 11:39:35.277 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:35.282 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.291 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.302 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:35.302 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.323 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:35.336 1317 1456 W ActivityManager: Slow operation: 66ms so far, now
at startProcess: returned from zygote!
02-01 11:39:35.351 1317 1456 W ActivityManager: Slow operation: 81ms so far, now
at startProcess: done updating battery stats
02-01 11:39:35.351 1317 1456 W ActivityManager: Slow operation: 82ms so far, now
at startProcess: building log message
02-01 11:39:35.351 1317 1456 I ActivityManager: Start proc
5069:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbox
edProcessService0:0/u0ai9000 for
{com.vivo.appstore/org.chromium.content.app.SandboxedProcessService0:0}
02-01 11:39:35.351 1317 1456 W ActivityManager: Slow operation: 82ms so far, now
at startProcess: starting to update pids map
02-01 11:39:35.373 1317 1936 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{1f58b58 u0 com.roblox.client/com.roblox.client.startup.ActivitySplash}
02-01 11:39:35.376 1317 1936 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{1f58b58 u0 com.roblox.client/com.roblox.client.startup.ActivitySplash}
02-01 11:39:35.385 1317 1936 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{1f58b58 u0 com.roblox.client/com.roblox.client.startup.ActivitySplash}
appearance=0x8 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:35.389 1317 1936 I WindowManager: Relayout Window{1f58b58 u0
com.roblox.client/com.roblox.client.startup.ActivitySplash}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
02-01 11:39:35.409 1317 1435 D CompatibilityChangeReporter: Compat change id
reported: 158002302; UID 10241; state: ENABLED
02-01 11:39:35.414 1317 1456 W ActivityManager: Slow operation: 124ms so far, now
at startProcess: done updating pids map
02-01 11:39:35.421 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.567 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.668 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:35.668 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10076, timeNow=76690
02-01 11:39:35.669 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.701 1317 1936 W _V_VivoAmsImpl: mCallingPidFilter=3588,
mCallingUidFilter=10153
02-01 11:39:35.703 1317 1936 I ActivityManager: com.android.vending is exempt
from freezer
02-01 11:39:35.703 1317 1936 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.vending
02-01 11:39:35.704 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10153; state: DISABLED
02-01 11:39:35.707 1317 1530 D DeviceIdleController: Removing uid 10076 from temp
whitelist
02-01 11:39:35.707 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10092, 10121, 10149, 10154, 10183, 10216]
02-01 11:39:35.708 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10153; state: ENABLED
02-01 11:39:35.751 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10092, 10121, 10149, 10154, 10183, 10216]
02-01 11:39:35.756 1317 1456 W ActivityManager: Slow operation: 54ms so far, now
at startProcess: done updating battery stats
02-01 11:39:35.757 1317 1456 W ActivityManager: Slow operation: 55ms so far, now
at startProcess: building log message
02-01 11:39:35.757 1317 1456 I ActivityManager: Start proc
5098:com.android.vending:quick_launch/u0a153 for service
{com.android.vending/com.google.frameworks.client.data.android.server.play.QuickLau
nchProcessEndpointService}
02-01 11:39:35.757 1317 1456 W ActivityManager: Slow operation: 55ms so far, now
at startProcess: starting to update pids map
02-01 11:39:35.757 1317 1456 W ActivityManager: Slow operation: 55ms so far, now
at startProcess: done updating pids map
02-01 11:39:35.762 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:39:35.764 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:35.773 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.858 1317 3810 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:35.858 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.861 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:35.863 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:35.900 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.905 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.916 1317 3278 D _V_WindowManager: finishDrawingWindow:
Window{1f58b58 u0 com.roblox.client/com.roblox.client.startup.ActivitySplash}
mDrawState=DRAW_PENDING
02-01 11:39:35.919 1317 3278 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@664af23 mSyncState=0
02-01 11:39:35.934 1317 1435 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=6
,topActivity=ComponentInfo{com.roblox.client/com.roblox.client.startup.ActivitySpla
sh} ,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} }
02-01 11:39:35.948 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:35.948 1317 1435 D _V_ActivityTaskManager:
removeStartingWindowAnimation isReplaceSplashType:false
02-01 11:39:35.949 1317 3810 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:4393 callingUid:10241
02-01 11:39:35.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:35.971 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:35.977 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=10133,
callingPid=2408, requestUid=10241, requestPid=4393,
requestPkgName=com.roblox.client, requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.startup.ActivitySplash took 8873ms
finished.
02-01 11:39:35.979 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.067 1317 1936 W ActivityManager: Slow operation: 192ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:39:36.067 1317 1936 W ActivityManager: Slow operation: 192ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:39:36.091 1317 1434 W Looper : Slow dispatch took 155ms android.display
h=com.android.server.wm.WindowManagerService$H c=null m=32
02-01 11:39:36.102 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.112 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:36.151 1317 5136 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:36.173 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:36.176 1317 1431 W Looper : Slow dispatch took 200ms android.fg
h=android.os.Handler c=com.android.server.wm.ActivityMetricsLogger$
$ExternalSyntheticLambda1@6ac27aa m=0
02-01 11:39:36.184 1317 1473 D _V_DexoptOptimizer: notifyAppLaunch tempmap
={com.roblox.client=LaunchInfo{com.roblox.client, c=1, f=8, s=false}}
02-01 11:39:36.185 1317 1936 W ActivityManager: Slow operation: 310ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:36.193 1317 1473 D _V_DexoptOptimizer: sVerifyPackageNamesPrimary =[]
02-01 11:39:36.195 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.202 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.204 1317 1431 W Looper : Slow delivery took 200ms android.fg
h=android.os.Handler c=com.android.server.wm.ActivityMetricsLogger$
$ExternalSyntheticLambda2@de89f38 m=0
02-01 11:39:36.225 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:36.230 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:36.258 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.306 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.306 1317 3810 I WindowManager: Relayout
Window{com.roblox.client:6424205 u0 Splash Screen com.roblox.client EXITING:
animatingContainer=Window{com.roblox.client:6424205 u0 Splash Screen
com.roblox.client}}: oldVis=0, newVis=8, requestedWidth=720, requestedHeight=1600,
attrs.width=null, attrs.height=null, compatFrame = Rect(0, 0 - 720, 1600),
mAttrs.privateFlags = null, mInvGlobalScale = 1.0
02-01 11:39:36.308 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:39:36.318 1317 2134 D _V_RMS-Preload: displayId=0, callingUid=10133,
callingPid=2408, requestUid=10241, requestPid=4393,
requestPkgName=com.roblox.client, requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.startup.ActivitySplash took -1ms finished.
02-01 11:39:36.322 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:36.326 1317 2134 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:36.340 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{2e515cb u0 com.android.launcher3/.Launcher t4 d0}: nowVisible=false
animating=false finishing=false
02-01 11:39:36.380 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:36.394 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:36.409 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.426 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:36.426 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:36.442 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:36.453 1317 1431 W Looper : Drained
02-01 11:39:36.474 1317 1435 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4753
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:4116
com.android.server.wm.ActivityRecord.destroySurfaces:6280
02-01 11:39:36.487 1317 1435 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{1f58b58 u0 com.roblox.client/com.roblox.client.startup.ActivitySplash}
appearance=0x8 appearanceRegions.fullscreenAppearance=8
appearanceRegions.dockedAppearance=0 isFullscreen=false
02-01 11:39:36.502 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:36.512 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.583 1317 2189 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:4485 callingUid:10038
02-01 11:39:36.615 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.616 1317 1941 D AppWidgetServiceImpl: stopListening() 0
02-01 11:39:36.718 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:36.751 1317 1435 D CompatibilityChangeReporter: Compat change id
reported: 181136395; UID 10241; state: DISABLED
02-01 11:39:36.751 1317 3278 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent
{ act=com.facebook.oxygen.sdk.appupdate.appupdatecache.APP_UPDATE_AVAILABILITY_CHAN
GED flg=0x10 pkg=com.facebook.services (has extras) } send by
ApplicationInfo{f8854fe com.facebook.appmanager} should with permissions for
security!!!
02-01 11:39:36.751 1317 1941 D _V_AppWidgetServiceImpl: stopListening
host.callbacks = null
02-01 11:39:36.752 1317 1435 D CompatibilityChangeReporter: Compat change id
reported: 174042936; UID 10241; state: DISABLED
02-01 11:39:36.752 1317 1941 D AppWidgetServiceImpl: stopListening succeed,
callingPackage = com.android.launcher3, hostId = 1024
02-01 11:39:36.754 1317 1936 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent
{ act=com.facebook.oxygen.sdk.appupdate.appupdatecache.APP_UPDATE_AVAILABILITY_CHAN
GED flg=0x10 pkg=com.facebook.katana (has extras) } send by ApplicationInfo{f8854fe
com.facebook.appmanager} should with permissions for security!!!
02-01 11:39:36.760 1317 1941 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent
{ act=com.facebook.oxygen.sdk.appupdate.appupdatecache.APP_UPDATE_AVAILABILITY_CHAN
GED flg=0x10 pkg=com.facebook.lite (has extras) } send by ApplicationInfo{f8854fe
com.facebook.appmanager} should with permissions for security!!!
02-01 11:39:36.761 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:36.766 1317 1941 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent
{ act=com.facebook.oxygen.sdk.appupdate.appupdatecache.APP_UPDATE_AVAILABILITY_CHAN
GED flg=0x10 pkg=com.facebook.system (has extras) } send by ApplicationInfo{f8854fe
com.facebook.appmanager} should with permissions for security!!!
02-01 11:39:36.768 1317 1941 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent
{ act=com.facebook.oxygen.sdk.appupdate.appupdatecache.APP_UPDATE_AVAILABILITY_CHAN
GED flg=0x10 pkg=com.facebook.appmanager (has extras) } send by
ApplicationInfo{f8854fe com.facebook.appmanager} should with permissions for
security!!!
02-01 11:39:36.769 1317 1752 D _V_VivoFirewall: shouldPreventStartActivity allow,
callingPackage:com.roblox.client, callingUid:10241, callingPid:4393,
realCallingUid:10241, lastReason:startActivityAsUser, isVivoWidget:false,
nullController:false, aInfo:ActivityInfo{10005d6
com.roblox.client.ActivityNativeMain}
02-01 11:39:36.776 1317 1752 I ActivityTaskManager: START u0
{cmp=com.roblox.client/.ActivityNativeMain} from uid 10241 ,pid
4393,realCallingUid:10241,realCallingPid:4393
02-01 11:39:36.787 1317 1752 D _V_ThirdPartyIncoming: shouldStartIncoming,
sourceRecord : com.roblox.client mIsGame =false
02-01 11:39:36.789 1317 1752 W _V_VivoActivityStarterImpl: The
caller:com.roblox.client try to start itself, return
02-01 11:39:36.793 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:36.793 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:36.799 1317 1752 I ActivityTaskManager: ActivityRecord setRealCalling
mRealCallPid=4393 mRealCallUid=10241 mIsCaptureEnabled=false
02-01 11:39:36.799 1317 1752 I _V_ActivityTaskManager: cong: startActivityInner
name = com.roblox.client/.ActivityNativeMain
02-01 11:39:36.819 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10241; state: DISABLED
02-01 11:39:36.828 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 184838306; UID 10241; state: DISABLED
02-01 11:39:36.828 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 185004937; UID 10241; state: DISABLED
02-01 11:39:36.839 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.841 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:36.844 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:36.846 1317 1752 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_OPEN mNextAppTransitionRequests=[], mNextAppTransitionFlags=
Callers=com.android.server.wm.DisplayContent.prepareAppTransition:5756
com.android.server.wm.DisplayContent.prepareAppTransition:5751
com.android.server.wm.Task.startActivityLocked:7984
com.android.server.wm.ActivityStarter.startActivityInner:2569
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
02-01 11:39:36.846 1317 1752 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:36.847 1317 1752 D _V_FakeBarSurfaceControl-FakeStatusBar:
preCapture, w=720 h=60 posx=0 posy=0 bounds=Rect(0, 0 - 720, 60)
02-01 11:39:36.847 1317 1752 D _V_FakeBarSurfaceControl-FakeGestureBar:
preCapture, w=720 h=79 posx=0 posy=1521 bounds=Rect(0, 0 - 720, 79)
02-01 11:39:36.847 1317 1752 D _V_BarAnimController: fillFakeBarsWithContent
02-01 11:39:36.848 1317 1568 D _V_BarAnimController: mCaptureRunnable run
02-01 11:39:36.848 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10241; state: DISABLED
02-01 11:39:36.849 1317 1752 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:36.851 1317 1752 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:36.853 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:36.862 1317 1752 D _V_ActivityTaskManager: startPausingLocked r:
ActivityRecord{72b60c6 u0 com.roblox.client/.startup.ActivitySplash t6 d0} ,caller
by com.android.server.wm.Task.startPausingLocked:6762
com.android.server.wm.Task.resumeTopActivityInnerLocked:7454
com.android.server.wm.Task.resumeTopActivityUncheckedLocked:7241
com.android.server.wm.RootWindowContainer.resumeFocusedTasksTopActivities:2721
com.android.server.wm.ActivityStarter.startActivityInner:2608
com.android.server.wm.ActivityStarter.startActivityUnchecked:2171
com.android.server.wm.ActivityStarter.executeRequest:1679
com.android.server.wm.ActivityStarter.execute:873
com.android.server.wm.ActivityTaskManagerService.startActivityAsUser:1421
com.android.server.wm.ActivityTaskManagerService.startActivityAsUser:1376
com.android.server.wm.ActivityTaskManagerService.startActivity:1338
android.app.IActivityTaskManager$Stub.onTransact:1283
02-01 11:39:36.863 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.872 1317 1568 D _V_BarAnimController: mCaptureRunnable done
02-01 11:39:36.874 1317 1752 D _V_RMS-Preload: displayId=0, callingUid=10241,
callingPid=4393, requestUid=10241, requestPid=0, requestPkgName=com.roblox.client,
requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.ActivityNativeMain starter.
02-01 11:39:36.886 1317 1936 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:36.891 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:36.896 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10165; state: DISABLED
02-01 11:39:36.906 1317 3278 W ActivityTaskManager: Duplicate finish request for
r=ActivityRecord{72b60c6 u0 com.roblox.client/.startup.ActivitySplash t6 d0 f}}
02-01 11:39:36.933 1317 2134 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 1
02-01 11:39:36.937 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.android.stk userId=0
02-01 11:39:36.942 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:36.944 1317 2134 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:36.944 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.android.stk)
02-01 11:39:36.952 1317 2134 D _V_WindowManager: Prepare app transition:
transit=TRANSIT_CLOSE mNextAppTransitionRequests=[TRANSIT_OPEN],
mNextAppTransitionFlags=
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.RootWindowContainer.resumeFocusedTasksTopActivities:2721
02-01 11:39:36.953 1317 2134 D _V_BarAnimController: prepareAppTransition 1 0
02-01 11:39:36.953 1317 2134 D _V_BarAnimController: fillFakeBarsWithContent skip
capture as last capture time is in 100ms with animation has not been started
02-01 11:39:36.956 1317 2134 D _V_BarAnimController:
setActivityVisibilityBeforeCommit null ActivityRecord{72b60c6 u0
com.roblox.client/.startup.ActivitySplash t6 d0 f}}
02-01 11:39:36.957 1317 2134 D _V_RMS-Preload: setRmsPreload
pkgName:com.roblox.client uid 10241, isRmsPreload = false, keepQuiet =false
02-01 11:39:36.958 1317 2134 W ActivityTaskManager: Tried to set launchTime (0) <
mLastActivityLaunchTime (68603)
02-01 11:39:36.960 1317 2134 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{6f1f9ae u0
com.roblox.client/.ActivityNativeMain t6 d0} ActivityRecord{72b60c6 u0
com.roblox.client/.startup.ActivitySplash t6 d0 f}}
02-01 11:39:36.964 1317 2134 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{6f1f9ae u0
com.roblox.client/.ActivityNativeMain t6 d0} ActivityRecord{72b60c6 u0
com.roblox.client/.startup.ActivitySplash t6 d0 f}}
02-01 11:39:36.966 1317 2134 I _V_SDS : onSetActivityResumed=com.roblox.client
recordInfo=com.roblox.client/.ActivityNativeMain pid=4393
02-01 11:39:36.970 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 66537, arg2: 0, arg3: 1000, arg4: 0, name: android
02-01 11:39:36.976 1317 1936 I ActivityManager: Killing
2324:com.android.settings:SettingsExProvider/1000 (adj 995): empty #9
02-01 11:39:36.987 1317 2134 I HoverMode: ar is resume in second =
ActivityRecord{6f1f9ae u0 com.roblox.client/.ActivityNativeMain t6 d0}
02-01 11:39:36.988 1317 2134 D _V_BarAnimController:
setActivityVisibilityBeforeCommit ActivityRecord{6f1f9ae u0
com.roblox.client/.ActivityNativeMain t6 d0} ActivityRecord{72b60c6 u0
com.roblox.client/.startup.ActivitySplash t6 d0 f}}
02-01 11:39:36.990 1317 2134 D _V_ActivityTaskManager: updateCompatDisplayInsets
this=ActivityRecord{6f1f9ae u0 com.roblox.client/.ActivityNativeMain t6
d0} ,mCompatDisplayInsets:720 x 1600
callers=com.android.server.wm.ActivityRecord.ensureActivityConfiguration:10036
com.android.server.wm.EnsureActivitiesVisibleHelper.setActivityVisibilityState:226
com.android.server.wm.EnsureActivitiesVisibleHelper.lambda$process$0$EnsureActiviti
esVisibleHelper:143 com.android.server.wm.EnsureActivitiesVisibleHelper$
$ExternalSyntheticLambda0.accept:8
com.android.server.wm.ActivityRecord.forAllActivities:5115
02-01 11:39:36.997 1317 2134 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=6, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:36.997 1317 2676 I _V_ANRManager: Create new log list for pid: 4485
02-01 11:39:36.997 1317 1936 I ActivityManager: updateOomAdj start time is before
than pendingPid added, don't delete it
02-01 11:39:36.999 1317 1432 D _V_BBKTouchScreenServiceService: background:
com.android.launcher3foreground: com.roblox.client
02-01 11:39:37.001 1317 2134 I _V_VivoActivityTaskManagerServiceImpl: activity
state: 0
02-01 11:39:37.001 1317 1432 I _V_BBKTouchScreenServiceService: displayId = 2
type = 28 state = 0
02-01 11:39:37.002 1317 1432 I _V_BBKTouchScreenServiceService: displayId = 2
type = 29 state = 0
02-01 11:39:37.003 1317 1432 D _V_CapacityKeyService: foregroundActivities
detected uid=10133 appName=com.android.launcher3 state=false
02-01 11:39:37.003 1317 1432 D _V_CapacityKeyService: background:
com.android.launcher3
02-01 11:39:37.003 1317 1432 D _V_CapacityKeyService: not support presskey
02-01 11:39:37.008 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.013 1317 2134 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=6
,topActivity=ComponentInfo{com.roblox.client/com.roblox.client.ActivityNativeMain}
,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} }
02-01 11:39:37.013 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.015 1317 2676 I _V_ANRManager: Add log successfully, pid = 4485
02-01 11:39:37.030 1317 2134 W ActivityTaskManager: MANAGE_ACTIVITY_STACKS is
deprecated, please use alternative permission: MANAGE_ACTIVITY_TASKS
02-01 11:39:37.037 1317 1691 I _V_Sensor_AutoAppManager: uidName =
com.android.launcher3; topName = com.roblox.client; foregroundActivities = false;
packageName = com.android.launcher3; processName = com.android.launcher3;
inFreeform = false
02-01 11:39:37.038 1317 2189 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@52c1ed3 ,windowToken
=android.os.BinderProxy@bd9683b ,isPassword=false ,mIsSecImms=false
02-01 11:39:37.051 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:39:37.057 1317 2189 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@fe1aa50 inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@937661a
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_PAN|IS_FORWARD_NAVIGATION windowFlags=#81810100
unverifiedTargetSdkVersion=34
02-01 11:39:37.057 1317 2189 V InputMethodManagerService: Unspecified window will
hide input
02-01 11:39:37.062 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.067 1317 2189 V InputMethodManagerService:
unbindCurrentInputLocked: client=android.os.BinderProxy@b933917
02-01 11:39:37.079 1317 3810 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:39:37.080 1317 1432 W Looper : Slow dispatch took 170ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
02-01 11:39:37.080 1317 2189 D _V_SecInputMethodManagerService:
setClientToNullLocked-- set mCurClient to null
02-01 11:39:37.080 1317 2189 V InputMethodMenuController: Hide switching menu
02-01 11:39:37.081 1317 2189 V InputMethodManagerService: switching to client:
client=android.os.BinderProxy@fe1aa50 keyguard=false
02-01 11:39:37.081 1317 2189 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{90c41d4 uid=10241 pid=4393 displayId=0}
02-01 11:39:37.081 1317 2189 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
02-01 11:39:37.082 1317 2189 V InputMethodManagerService: Creating new session
for client ClientState{90c41d4 uid=10241 pid=4393 displayId=0}
02-01 11:39:37.119 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.147 1317 1317 W Looper : Slow delivery took 204ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:39:37.165 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.167 1317 1548 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:39:37.169 1317 1548 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:39:37.179 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:37.180 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:37.186 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:37.186 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:37.188 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:37.193 1317 2189 D _V_InputMethodManagerService: onSessionCreated
method=com.android.internal.view.IInputMethod$Stub$Proxy@76f1199 ,session=com.andro
id.internal.view.IInputMethodSession$Stub$Proxy@634139c ,channel=ClientState{90c41d
4 uid=10241 pid=4393 displayId=0}
(server) ,mIsSecImms=false ,sessionState=SessionState{uid 10241 pid 4393 method
76f1199 session 634139c channel ClientState{90c41d4 uid=10241 pid=4393 displayId=0}
(server)} ,mCurClient=ClientState{90c41d4 uid=10241 pid=4393 displayId=0}
02-01 11:39:37.199 1317 2189 V InputMethodManagerService: Disabling:
SessionState{uid 10133 pid 2408 method 76f1199 session 57c9989 channel
ClientState{991fc90 uid=10133 pid=2408 displayId=0} (server)}
02-01 11:39:37.199 1317 2189 V InputMethodManagerService: Enabling:
SessionState{uid 10241 pid 4393 method 76f1199 session 634139c channel
ClientState{90c41d4 uid=10241 pid=4393 displayId=0} (server)}
02-01 11:39:37.203 1317 1548 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.permissioncontroller
02-01 11:39:37.203 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10181; state: DISABLED
02-01 11:39:37.204 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10181; state: DISABLED
02-01 11:39:37.205 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10181; state: DISABLED
02-01 11:39:37.205 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10181; state: DISABLED
02-01 11:39:37.210 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.248 1317 1936 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:8edc2b9 u0 InputMethod}
updateControlForTarget Window{1f58b58 u0
com.roblox.client/com.roblox.client.startup.ActivitySplash}
02-01 11:39:37.253 1317 1431 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:39:37.253 1317 1431 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:39:37.255 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 66537, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:39:37.256 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.258 1317 1431 W Looper : Slow dispatch took 130ms android.fg
h=android.os.Handler c=com.android.internal.infra.ServiceConnector$Impl$
$ExternalSyntheticLambda2@2bc651e m=0
02-01 11:39:37.259 1317 2676 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.webview uid 10165, isRmsPreload = false, keepQuiet
=false
02-01 11:39:37.259 1317 2676 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:39:37.272 1317 1456 W ActivityManager: Slow operation: 71ms so far, now
at startProcess: asking zygote to start proc
02-01 11:39:37.274 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10181; state: DISABLED
02-01 11:39:37.275 1317 2676 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
02-01 11:39:37.277 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.279 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10165; state: DISABLED
02-01 11:39:37.284 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.298 1317 1317 W Looper : Slow dispatch took 151ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@e2491f7 m=0
02-01 11:39:37.302 1317 1456 W ActivityManager: Slow operation: 101ms so far, now
at startProcess: returned from zygote!
02-01 11:39:37.309 1317 1456 W ActivityManager: Slow operation: 108ms so far, now
at startProcess: done updating battery stats
02-01 11:39:37.312 1317 1456 W ActivityManager: Slow operation: 111ms so far, now
at startProcess: building log message
02-01 11:39:37.312 1317 1456 I ActivityManager: Start proc
5196:com.google.android.permissioncontroller/u0a181 for service
{com.google.android.permissioncontroller/com.android.permissioncontroller.role.serv
ice.RoleControllerServiceImpl}
02-01 11:39:37.312 1317 1456 W ActivityManager: Slow operation: 111ms so far, now
at startProcess: starting to update pids map
02-01 11:39:37.316 1317 1435 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=6
,topActivity=ComponentInfo{com.roblox.client/com.roblox.client.ActivityNativeMain}
,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} }
02-01 11:39:37.320 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.325 1317 1456 W ActivityManager: Slow operation: 124ms so far, now
at startProcess: done updating pids map
02-01 11:39:37.325 1317 1456 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: asking zygote to start proc
02-01 11:39:37.325 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
02-01 11:39:37.332 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.345 1317 1432 I _V_WindowOrientationListenerImpl: Proposed
rotation changed! proposedRotation=0, oldProposedRotation=-1
02-01 11:39:37.363 1317 1317 W Looper : Drained
02-01 11:39:37.377 1317 1456 W ActivityManager: Slow operation: 112ms so far, now
at startProcess: returned from zygote!
02-01 11:39:37.381 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.382 1317 1428 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:39:37.382 1317 1428 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.presencemanager.service.START
pkg=com.google.android.gms } U=0: not found
02-01 11:39:37.385 1317 1943 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@3d70d32
02-01 11:39:37.385 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.387 1317 1456 W ActivityManager: Slow operation: 122ms so far, now
at startProcess: done updating battery stats
02-01 11:39:37.388 1317 1456 W ActivityManager: Slow operation: 123ms so far, now
at startProcess: building log message
02-01 11:39:37.388 1317 1456 I ActivityManager: Start proc
5210:com.google.android.webview:webview_apk/u0a165 for service
{com.google.android.webview/org.chromium.android_webview.nonembedded.AwComponentUpd
ateService}
02-01 11:39:37.388 1317 1456 W ActivityManager: Slow operation: 123ms so far, now
at startProcess: starting to update pids map
02-01 11:39:37.388 1317 1456 W ActivityManager: Slow operation: 123ms so far, now
at startProcess: done updating pids map
02-01 11:39:37.422 1317 2187 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:39:37.425 1317 2187 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.presencemanager.service.INTERNAL_IDENTITY
pkg=com.google.android.gms } U=0: not found
02-01 11:39:37.426 1317 1941 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@610cbdf
02-01 11:39:37.432 1317 2687 D JobServiceContext: doCallback of :
JobStatus{4172736 #u0a99/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10099 TIME=none:-462ms READY} v:VERB_EXECUTING
02-01 11:39:37.451 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.474 1317 1431 W Looper : Slow dispatch took 156ms android.fg
h=android.os.Handler c=<recycled PooledLambda@be046fb> m=0
02-01 11:39:37.490 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.507 1317 1686 I _V_Sensor_ProxStateController: handleAppChange
topName = com.roblox.client topWindowMode = 1 appType = 0 mAppScene = 3
02-01 11:39:37.520 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.527 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.537 1317 1431 W Looper : Slow delivery took 201ms android.fg
h=android.os.Handler c=<recycled PooledLambda@bad566b> m=0
02-01 11:39:37.545 1317 1428 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:37.545 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.557 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:37.564 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:37.570 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:37.574 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:37.586 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:37.589 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.624 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10181; state: DISABLED
02-01 11:39:37.641 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 10241, arg4: 0, name: com.roblox.client
02-01 11:39:37.646 1317 2134 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.providers.downloads
02-01 11:39:37.647 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.647 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10048; state: DISABLED
02-01 11:39:37.647 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10048; state: DISABLED
02-01 11:39:37.648 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10048; state: DISABLED
02-01 11:39:37.648 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10048; state: ENABLED
02-01 11:39:37.650 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10048; state: ENABLED
02-01 11:39:37.655 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:37.657 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.686 1317 1456 I ActivityManager: Start proc
5243:android.process.media/u0a48 for content provider
{com.android.providers.downloads/com.android.providers.downloads.DownloadProvider}
02-01 11:39:37.701 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:37.703 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:37.705 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.722 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.733 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.741 1317 2687 I ActivityManager: Killing
3998:com.google.android.apps.docs/u0a188 (adj 935): empty #9
02-01 11:39:37.744 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.751 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.751 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:37.761 1317 1317 W Looper : Slow dispatch took 122ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=6
02-01 11:39:37.762 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.768 1317 2687 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #1336} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (501
skipped)
02-01 11:39:37.772 1317 1431 W Looper : Drained
02-01 11:39:37.803 1317 1434 W Looper : Slow dispatch took 848ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@dbe4e53
m=0
02-01 11:39:37.819 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:37.824 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:37.831 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:37.837 1317 1434 W Looper : Slow delivery took 877ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H c=<recycled
PooledLambda@8d57caf> m=0
02-01 11:39:37.854 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.882 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.885 1317 2134 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:37.910 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:37.912 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:37.919 1317 1434 W ActivityTaskManager: Launch timeout has expired,
giving up wake lock!
02-01 11:39:37.920 1317 1434 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:37.920 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:37.924 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:37.924 1317 1941 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:37.929 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.930 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:37.933 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:37.940 1317 1434 D _V_RMS-Preload: displayId=0, callingUid=10133,
callingPid=2408, requestUid=10241, requestPid=4393,
requestPkgName=com.roblox.client, requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.startup.ActivitySplash timeout took -1ms
finished.
02-01 11:39:37.941 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{72b60c6 u0 com.roblox.client/.startup.ActivitySplash t6 d0 f}}:
nowVisible=true animating=true finishing=true
animatingContainer=ActivityRecord{72b60c6 u0
com.roblox.client/.startup.ActivitySplash t6 d0 f}}
02-01 11:39:37.942 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:37.956 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:38.000 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10048; state: DISABLED
02-01 11:39:38.010 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:38.060 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:38.066 1317 1434 W Looper : Drained
02-01 11:39:38.066 1317 1434 W Looper : Slow dispatch took 122ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@432e6bb
m=0
02-01 11:39:38.066 1317 2187 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:38.082 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:38.092 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:38.102 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:38.122 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:38.122 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:38.163 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:38.166 1317 2187 D VibratorManagerService: Canceling vibration
02-01 11:39:38.191 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:38.265 1317 1941 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:38.266 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:38.302 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:38.339 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:38.347 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:38.352 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:38.404 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:38.419 1317 1941 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag
pkg=com.starmakerinteractive.starmaker
opPkg=com.starmakerinteractive.starmakertag=null
notification=Notification(channel=8 shortcut=null contentView=null vibrate=null
sound=null defaults=0x0 flags=0x18 color=0xffff4572 vis=PRIVATE internalType=0
internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
02-01 11:39:38.489 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:38.507 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:38.510 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:38.686 1317 2187 D _V_VibratorManagerService: mAudioVibrating = false
02-01 11:39:38.692 1317 2187 D _V_RichTapVibratorService: richtap service stop!!
02-01 11:39:39.020 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.024 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:39.025 1317 2181 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:39.027 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.028 1317 1317 W Looper : Slow delivery took 384ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:39:39.028 1317 1317 W Looper : Drained
02-01 11:39:39.036 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.037 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.039 1317 1941 D _V_ActivityManager: From push service :
overrideUid = -1
02-01 11:39:39.042 1317 1941 D _V_ActivityManager: From push service :
overrideUid = -1
02-01 11:39:39.050 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.055 1317 3810 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:39.062 1317 2187 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
02-01 11:39:39.062 1317 2187 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@7242aa
02-01 11:39:39.062 1317 2187 E _V_RichTapVibratorService: getExtension == null
02-01 11:39:39.124 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:39.127 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.163 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:39.170 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.permissioncontroller
className:com.android.permissioncontroller.role.ui.SpecialAppAccessListActivity
newState:2 userId:0 callingPackage:null callingUid:10181 callingPid:5196
02-01 11:39:39.210 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:39.225 1317 2189 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag
pkg=com.starmakerinteractive.starmaker
opPkg=com.starmakerinteractive.starmakertag=null
notification=Notification(channel=8 shortcut=null contentView=null vibrate=null
sound=null defaults=0x0 flags=0x18 color=0xffff4572 vis=PRIVATE internalType=0
internalPriority=0 internalGroupPriority=0 internalFlag=0) userId =0
02-01 11:39:39.228 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:39.229 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.231 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:39.256 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:39.266 1317 2189 D _V_ActivityManager: From push service :
overrideUid = -1
02-01 11:39:39.281 1317 2189 D _V_ActivityManager: From push service :
overrideUid = -1
02-01 11:39:39.312 1317 2134 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:39.328 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:39.445 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.506 1317 1941 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag
pkg=com.starmakerinteractive.starmaker
opPkg=com.starmakerinteractive.starmakertag=null
notification=Notification(channel=8 shortcut=null contentView=null vibrate=null
sound=null defaults=0x0 flags=0x18 color=0xffff4572 groupKey=fold_group_key_55050
vis=PRIVATE internalType=0 internalPriority=0 internalGroupPriority=0
internalFlag=0) userId =0
02-01 11:39:39.519 1317 2189 D IntervalStats: Unable to parse usage stats
packages: [241, 245, 248, 249, 250, 252, 260, 262, 263, 264, 265, 267, 268, 269,
270, 271, 273, 274, 275, 279, 292, 354, 355, 356, 357, 358, 359, 360, 361, 362,
363, 364]
02-01 11:39:39.534 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:39.536 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:39.555 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:39.657 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.736 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.772 1317 1429 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:39.778 1317 1317 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
02-01 11:39:39.830 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:39.832 1317 1317 W Looper : Slow dispatch took 530ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler
c=com.android.server.notification.NotificationManagerService$PostNotificationRunnab
le@a187f21 m=0
02-01 11:39:39.832 1317 1317 W Looper : Slow delivery took 480ms main
h=android.app.ActivityThread$H c=android.os.PowerManager$WakeLock$
$ExternalSyntheticLambda0@7b05f46 m=0
02-01 11:39:39.834 1317 1941 D _V_ActivityManager: From push service :
overrideUid = -1
02-01 11:39:39.840 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.849 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:39.858 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:39.858 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10049, timeNow=80880
02-01 11:39:39.858 1317 1530 D DeviceIdleController: Time to remove uid 10049:
80906
02-01 11:39:39.859 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10049, delay=26
02-01 11:39:39.920 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:39.920 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10049, timeNow=80942
02-01 11:39:39.920 1317 1530 D DeviceIdleController: Removing uid 10049 from temp
whitelist
02-01 11:39:39.920 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10092, 10121, 10149, 10154, 10183, 10216]
02-01 11:39:39.943 1317 2189 W ContentProviderHelper: Slow operation: 97ms so
far, now at getContentProviderImpl: after updateOomAdj
02-01 11:39:39.943 1317 2189 W ContentProviderHelper: Slow operation: 97ms so
far, now at getContentProviderImpl: done!
02-01 11:39:39.948 1317 1941 D _V_ActivityManager: From push service :
overrideUid = -1
02-01 11:39:39.951 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:39.959 1317 1317 E NotificationService: Muting recently noisy 0|
com.starmakerinteractive.starmaker|86688024|null|10216
02-01 11:39:39.965 1317 1317 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
02-01 11:39:39.989 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10092, 10121, 10149, 10154, 10183, 10216]
02-01 11:39:40.014 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:39:40.057 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:40.072 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:40.081 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:40.084 1317 1317 W Looper : Drained
02-01 11:39:40.120 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:40.175 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:40.199 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:40.215 1317 3810 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag
pkg=com.starmakerinteractive.starmaker
opPkg=com.starmakerinteractive.starmakertag=null
notification=Notification(channel=8 shortcut=null contentView=null vibrate=null
sound=null defaults=0x0 flags=0x18 color=0xffff4572 groupKey=fold_group_key_55050
vis=PRIVATE internalType=0 internalPriority=0 internalGroupPriority=0
internalFlag=0) userId =0
02-01 11:39:40.221 1317 3810 D _V_ActivityManager: From push service :
overrideUid = -1
02-01 11:39:40.221 1317 3810 D _V_ActivityManager: From push service :
overrideUid = -1
02-01 11:39:40.231 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:40.259 1317 1521 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:40.261 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:40.295 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:40.335 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:40.347 1317 2676 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:40.376 1317 1317 E NotificationService: Muting recently noisy 0|
com.starmakerinteractive.starmaker|239246638|null|10216
02-01 11:39:40.385 1317 1317 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
02-01 11:39:40.386 1317 1317 W Looper : Slow dispatch took 101ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler
c=com.android.server.notification.NotificationManagerService$PostNotificationRunnab
le@66a1673 m=0
02-01 11:39:40.395 1317 2181 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:40.441 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:40.479 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:40.480 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:40.480 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:40.481 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:40.488 1317 2187 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:40.505 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:40.507 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:40.511 1317 1317 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
02-01 11:39:40.631 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:40.650 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:40.696 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:40.715 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 183164979; UID 10205; state: ENABLED
02-01 11:39:40.794 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:40.816 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:40.847 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:40.865 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:40.897 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.000 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.025 1317 2134 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.settings
02-01 11:39:41.030 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:39:41.067 1317 1456 I ActivityManager: Start proc
5384:com.android.settings:SettingsExProvider/1000 for content provider
{com.android.settings/com.vivo.settings.provider.SecretProvider}
02-01 11:39:41.090 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:41.104 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.188 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:41.237 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.251 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.311 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.354 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:41.399 1317 2181 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:41.430 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.466 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.480 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.480 1317 1941 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:41.485 1317 1941 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:39:41.491 1317 3810 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:41.509 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.534 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.554 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:41.605 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10154; state: ENABLED
02-01 11:39:41.606 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10154; state: DISABLED
02-01 11:39:41.646 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.657 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:41.663 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:41.755 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:41.756 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.763 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10205; state: ENABLED
02-01 11:39:41.790 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.809 1317 1470 D _V_SceneFreezer: onStateChanged : pkgName
com.android.systemui uid:10049 model:request_audio_focus state:on
02-01 11:39:41.852 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.873 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.mqtt.service.MqttServiceV2
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:4620
02-01 11:39:41.899 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:41.928 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10205; state: DISABLED
02-01 11:39:41.955 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:41.983 1317 1434 D _V_BarAnimController:
appTransitionStateReadyOrTimeout transit=6, state=0,
isLandTranslucentBackToLauncher=false
02-01 11:39:42.029 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:42.031 1317 2134 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:42.042 1317 3810 I _V_ANRManager: Add log successfully, pid = 1811
02-01 11:39:42.101 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.127 1317 1434 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=6
,topActivity=ComponentInfo{com.roblox.client/com.roblox.client.ActivityNativeMain}
,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} }
02-01 11:39:42.127 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.activities.MarketDeepLinkHandlerActivity
newState:0 userId:0 callingPackage:null callingUid:10153 callingPid:3588
02-01 11:39:42.140 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.transparentmainactivity.TransparentMainActivity
newState:0 userId:0 callingPackage:null callingUid:10153 callingPid:3588
02-01 11:39:42.143 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.transparentmainactivity.TransparentMainActivity
Alias newState:0 userId:0 callingPackage:null callingUid:10153 callingPid:3588
02-01 11:39:42.144 1317 2187 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:42.146 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending
className:com.google.android.finsky.transparentmainactivity.HsdpAlias newState:0
userId:0 callingPackage:null callingUid:10153 callingPid:3588
02-01 11:39:42.151 1317 1434 I _V_WindowManager: handleAppTransitionReady
mPendingCaptureTokens.size=0
02-01 11:39:42.152 1317 1317 W Looper : Slow dispatch took 104ms main
h=com.android.server.media.AudioPlayerStateMonitor$MessageHandler c=null m=1
02-01 11:39:42.163 1317 2134 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:42.186 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:42.204 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.206 1317 1434 D _V_WindowManager: applyAnimation for freeform:
anim= null, transit = 6
02-01 11:39:42.209 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:42.219 1317 1522 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:42.230 1317 1434 D _V_WindowManager: loadAnimation for Split: a=
null, transit = 6, wc = ActivityRecord{6f1f9ae u0
com.roblox.client/.ActivityNativeMain t6 d0}
02-01 11:39:42.237 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:42.258 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:42.269 1317 1434 D _V_WindowManager: applyAnimation for freeform:
anim= null, transit = 6
02-01 11:39:42.270 1317 1434 D _V_WindowManager: loadAnimation for Split: a=
null, transit = 6, wc = ActivityRecord{72b60c6 u0
com.roblox.client/.startup.ActivitySplash t6 d0 f}}
02-01 11:39:42.316 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:42.320 1317 2187 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:42.359 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.378 1317 1434 D _V_BarAnimController: handleAppTransitionReady
mTransitionState = 0 mRemoteAnimState = 0 transit = 6
02-01 11:39:42.387 1317 1434 D _V_BarAnimController: appTransitionFinished
02-01 11:39:42.397 1317 1434 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:42.448 1317 1434 W Looper : Slow dispatch took 491ms android.display
h=android.os.Handler c=com.android.server.wm.AppTransition$
$ExternalSyntheticLambda0@e98e7c4 m=0
02-01 11:39:42.451 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:42.462 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.492 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:42.566 1317 1455 W BroadcastQueue: Timeout of broadcast
BroadcastRecord{dd0ce6c u0 com.google.android.c2dm.intent.RECEIVE} -
receiver=android.os.BinderProxy@67c9f4, started 10101ms ago
02-01 11:39:42.574 1317 1455 W BroadcastQueue: Receiver during timeout of
BroadcastRecord{dd0ce6c u0 com.google.android.c2dm.intent.RECEIVE} :
ResolveInfo{271851d
com.ss.android.ugc.trill/com.google.firebase.iid.FirebaseInstanceIdReceiver
m=0x108000}
02-01 11:39:42.608 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.646 1317 1432 D DeviceIdleController: Adding AppId 10216 to temp
whitelist. New entry: false
02-01 11:39:42.649 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:42.662 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.689 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:42.733 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.737 1317 2676 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:42.738 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.742 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:42.757 1317 1432 W Looper : Slow dispatch took 112ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:39:42.759 1317 1429 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:42.788 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:42.964 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.968 1317 1317 W Looper : Slow delivery took 209ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:39:42.969 1317 1317 W Looper : Drained
02-01 11:39:42.969 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:42.970 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=83991
02-01 11:39:42.970 1317 1530 D DeviceIdleController: Time to remove uid 1001:
87455
02-01 11:39:42.970 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=3464
02-01 11:39:42.972 1317 1434 D _V_BarAnimController: reset
02-01 11:39:42.973 1317 1434 D _V_BarAnimController: resetRealBars
02-01 11:39:42.973 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeStatusBar
02-01 11:39:42.975 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.976 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.978 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:42.979 1317 1434 D _V_BarAnimController: resetRealBarForType
FakeGestureBar
02-01 11:39:42.982 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:42.983 1317 1434 D _V_BarAnimController: updateGestureRotation cancel
02-01 11:39:42.994 1317 1434 D _V_BarAnimController: resetFakeBars
02-01 11:39:42.994 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeStatusBar
02-01 11:39:42.994 1317 1434 D _V_BarAnimController: resetFakeBarForType
FakeGestureBar
02-01 11:39:42.995 1317 1434 W Looper : Slow dispatch took 106ms android.display
h=com.android.server.wm.VivoWmsImpl$4 c=com.android.server.wm.BarAnimController$
$ExternalSyntheticLambda2@4c05e4a m=0
02-01 11:39:42.997 1317 1435 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:783e20c u0 NavigationBar0}, shouldSendRedrawForSync() =
false
02-01 11:39:43.046 1317 1521 W ContentProviderHelper: Slow operation: 258ms so
far, now at getContentProviderImpl: after updateOomAdj
02-01 11:39:43.046 1317 1521 W ContentProviderHelper: Slow operation: 258ms so
far, now at getContentProviderImpl: done!
02-01 11:39:43.096 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.163 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:43.179 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.242 1317 1942 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.255 1317 1431 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.258 1317 1431 D time_detector: Not setting system clock. New time
and system clock are close enough. elapsedRealtimeMillis=84280
newTime=TimestampedValue{mReferenceTimeMillis=63416, mValue=1738381163911}
cause=Found good network suggestion.,
networkSuggestion=NetworkTimeSuggestion{mUtcTime=TimestampedValue{mReferenceTimeMil
lis=63416, mValue=1738381163911}, mDebugInfo=[Origin: NetworkTimeUpdateService.
event=3]}, detectionReason=New network time suggested.
timeSuggestion=NetworkTimeSuggestion{mUtcTime=TimestampedValue{mReferenceTimeMillis
=63416, mValue=1738381163911}, mDebugInfo=[Origin: NetworkTimeUpdateService.
event=3]} systemClockUpdateThreshold=2000 absTimeDifference=1517
newSystemClockMillis=1738381184775
02-01 11:39:43.261 1317 1455 I ActivityManager: Waited long enough for:
ServiceRecord{d50311d u0 com.vivo.cota/.service.RecommendInstallService}
02-01 11:39:43.262 1317 1431 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.271 1317 1941 W _V_ContentProviderHelper: Failed to find
provider:androidx.car.app.connection for user 0
02-01 11:39:43.403 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.425 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.437 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.454 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.497 1317 4128 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10154; state: ENABLED
02-01 11:39:43.562 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.574 1317 5467 E MemoryPressure: Could not read
/proc/pressure/memory
02-01 11:39:43.574 1317 5467 E MemoryPressure: java.io.FileNotFoundException:
/sys/devices/system/cpu/cpu0/online: open failed: ENOENT (No such file or
directory)
02-01 11:39:43.574 1317 5467 E MemoryPressure: at
libcore.io.IoBridge.open(IoBridge.java:575)
02-01 11:39:43.574 1317 5467 E MemoryPressure: at
libcore.io.IoUtils$FileReader.<init>(IoUtils.java:388)
02-01 11:39:43.574 1317 5467 E MemoryPressure: at
libcore.io.IoUtils.readFileAsString(IoUtils.java:301)
02-01 11:39:43.574 1317 5467 E MemoryPressure: at
com.android.server.MemoryPressureUtil.currentPsiState(MemoryPressureUtil.java:62)
02-01 11:39:43.574 1317 5467 E MemoryPressure: at
com.android.server.am.ProcessErrorStateRecord.appNotResponding(ProcessErrorStateRec
ord.java:448)
02-01 11:39:43.574 1317 5467 E MemoryPressure: at
com.android.server.am.AnrHelper$AnrRecord.appNotResponding(AnrHelper.java:165)
02-01 11:39:43.574 1317 5467 E MemoryPressure: at
com.android.server.am.AnrHelper$AnrConsumerThread.run(AnrHelper.java:116)
02-01 11:39:43.574 1317 5467 E MemoryPressure: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-01 11:39:43.574 1317 5467 E MemoryPressure: at
libcore.io.Linux.open(Native Method)
02-01 11:39:43.574 1317 5467 E MemoryPressure: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
02-01 11:39:43.574 1317 5467 E MemoryPressure: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
02-01 11:39:43.574 1317 5467 E MemoryPressure: at
libcore.io.IoBridge.open(IoBridge.java:561)
02-01 11:39:43.574 1317 5467 E MemoryPressure: ... 6 more
02-01 11:39:43.575 1317 5467 I ActivityManager: dumpStackTraces pids=null
nativepids=null
02-01 11:39:43.617 1317 1947 W Looper : Slow dispatch took 598ms
system_auto_recover
h=com.vivo.services.autorecover.SystemAutoRecoverService$InvalidWindowWatcherHandle
r c=null m=4
02-01 11:39:43.618 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:39:43.634 1317 1432 D DeviceIdleController: Adding AppId 10096 to temp
whitelist. New entry: true
02-01 11:39:43.635 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10096, delay=20000
02-01 11:39:43.635 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10092, 10096, 10121, 10149, 10154, 10183, 10216]
02-01 11:39:43.661 1317 5467 I ActivityManager: Dumping to /data/anr/anr_2025-02-
01-11-39-43-580
02-01 11:39:43.661 1317 5467 I ActivityManager: Collecting stacks for pid 4824
02-01 11:39:43.666 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.667 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.notes
02-01 11:39:43.669 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10096; state: DISABLED
02-01 11:39:43.675 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10096; state: ENABLED
02-01 11:39:43.711 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:43.788 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10183; state: DISABLED
02-01 11:39:43.803 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10092, 10096, 10121, 10149, 10154, 10183, 10216]
02-01 11:39:43.804 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:43.814 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:43.816 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.830 1317 1456 W ActivityManager: Slow operation: 168ms so far, now
at startProcess: done updating battery stats
02-01 11:39:43.831 1317 1456 W ActivityManager: Slow operation: 169ms so far, now
at startProcess: building log message
02-01 11:39:43.831 1317 1456 I ActivityManager: Start proc
5495:com.vivo.notes/u0a96 for broadcast
{com.vivo.notes/com.vivo.notes.receiver.AlarmBroadcastReceiver}
02-01 11:39:43.831 1317 1456 W ActivityManager: Slow operation: 169ms so far, now
at startProcess: starting to update pids map
02-01 11:39:43.831 1317 1456 W ActivityManager: Slow operation: 169ms so far, now
at startProcess: done updating pids map
02-01 11:39:43.835 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:43.838 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.868 1317 1432 W Looper : Slow dispatch took 234ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:39:43.869 1317 1432 D DeviceIdleController: Adding AppId 10183 to temp
whitelist. New entry: false
02-01 11:39:43.925 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.952 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:43.985 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.010 1317 1941 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:44.058 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:44.087 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.147 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:44.168 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:44.170 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:44.198 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:44.199 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10121, timeNow=85220
02-01 11:39:44.199 1317 1530 D DeviceIdleController: Removing uid 10121 from temp
whitelist
02-01 11:39:44.199 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10092, 10096, 10149, 10154, 10183, 10216]
02-01 11:39:44.222 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.261 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10092, 10096, 10149, 10154, 10183, 10216]
02-01 11:39:44.281 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10096; state: DISABLED
02-01 11:39:44.285 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.295 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:44.305 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:44.306 1317 2667 D _V_RMS-Preload: setRmsPreload
pkgName:com.starmakerinteractive.starmaker uid 10216, isRmsPreload = false,
keepQuiet =false
02-01 11:39:44.320 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:39:44.321 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:44.321 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:44.321 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10149, timeNow=85343
02-01 11:39:44.321 1317 1530 D DeviceIdleController: Removing uid 10149 from temp
whitelist
02-01 11:39:44.321 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10092, 10096, 10154, 10183, 10216]
02-01 11:39:44.336 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.340 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10092, 10096, 10154, 10183, 10216]
02-01 11:39:44.355 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:44.362 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:44.362 1317 2181 D VibratorManagerService: Canceling vibration
02-01 11:39:44.369 1317 2181 D _V_VibratorManagerService: mAudioVibrating = false
02-01 11:39:44.369 1317 2181 D _V_RichTapVibratorService: richtap service stop!!
02-01 11:39:44.375 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.379 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:39:44.380 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:44.393 1317 2181 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
02-01 11:39:44.393 1317 2181 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@8bf5f02
02-01 11:39:44.393 1317 2181 E _V_RichTapVibratorService: getExtension == null
02-01 11:39:44.406 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.406 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.433 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:44.443 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:44.457 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.497 1317 4128 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:44.500 1317 1752 I ActivityManager: Killing
4316:com.vivo.crontab/1000 (adj 975): empty #9
02-01 11:39:44.508 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.629 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.647 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:44.661 1317 4262 I ActivityManager: Killing
3452:com.android.mms:smartsms/u0a57 (adj 995): empty #9
02-01 11:39:44.687 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.749 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.821 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:44.851 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:44.865 1317 3278 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=4, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
02-01 11:39:44.887 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.920 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:44.922 1317 1317 W Looper : Slow dispatch took 113ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:39:44.955 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:45.004 1317 3277 I WindowManager: Relayout
Window{com.android.systemui:403d38c u0 StatusBar}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=60,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13001000, mInvGlobalScale
= 1.0
02-01 11:39:45.019 1317 2667 D _V_VivoInputManager: isTrustedWindow result=
false
02-01 11:39:45.035 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:45.067 1317 5467 I ActivityManager: Done dumping
02-01 11:39:45.102 1317 2667 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.addWindow:4737
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
02-01 11:39:45.103 1317 2667 D _V_VivoFloatWindowManager:
bindWindowToActivityRecordIfNeeded, win=Window{a386d64 u0
com.roblox.client/com.roblox.client.ActivityNativeMain} task=null
02-01 11:39:45.138 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:45.190 1317 5467 E ActivityManager: ANR in com.ss.android.ugc.trill
02-01 11:39:45.190 1317 5467 E ActivityManager: PID: 4824
02-01 11:39:45.190 1317 5467 E ActivityManager: Reason: Broadcast of Intent
{ act=com.google.android.c2dm.intent.RECEIVE flg=0x11000010
pkg=com.ss.android.ugc.trill
cmp=com.ss.android.ugc.trill/com.google.firebase.iid.FirebaseInstanceIdReceiver
(has extras) }
02-01 11:39:45.190 1317 5467 E ActivityManager: Frozen: false
02-01 11:39:45.190 1317 5467 E ActivityManager: Load: 0.0 / 0.0 / 0.0
02-01 11:39:45.190 1317 5467 E ActivityManager: ----- Output from
/proc/pressure/memory -----
02-01 11:39:45.190 1317 5467 E ActivityManager: some avg10=41.38 avg60=13.17
avg300=3.12 total=9724840
02-01 11:39:45.190 1317 5467 E ActivityManager: full avg10=3.86 avg60=1.26
avg300=0.30 total=1095261
02-01 11:39:45.190 1317 5467 E ActivityManager: ----- End output from
/proc/pressure/memory -----
02-01 11:39:45.190 1317 5467 E ActivityManager:
02-01 11:39:45.190 1317 5467 E ActivityManager: ----- Output from cpu online
-----
02-01 11:39:45.190 1317 5467 E ActivityManager: CPU usage from 57033ms to 0ms ago
(2025-02-01 11:38:45.623 to 2025-02-01 11:39:42.656):
02-01 11:39:45.190 1317 5467 E ActivityManager: 163% 1317/system_server: 118%
user + 44% kernel / faults: 15242 minor 427 major
02-01 11:39:45.190 1317 5467 E ActivityManager: 22% 1327/HeapTaskDaemon: 20%
user + 1.9% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 15% 1317/system_server: 11%
user + 4.6% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 5.6% 1467/OomAdjuster: 2%
user + 3.6% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 5% 1533/NativeTombstone: 4.5%
user + 0.5% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 4.9% 1445/android.bg: 2.3%
user + 2.6% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 4% 1435/android.anim: 3.5%
user + 0.5% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 2.8% 1326/Jit thread pool:
2.1% user + 0.6% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 2.5% 1434/android.display:
1.6% user + 0.8% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 2.5% 1455/ActivityManager: 2%
user + 0.4% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 2.3% 1428/Binder:1317_1: 1.7%
user + 0.5% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 2.3% 1431/android.fg: 1.9%
user + 0.4% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 2.2% 1429/Binder:1317_2: 1.6%
user + 0.6% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 2.2% 1522/Binder:1317_4: 1.6%
user + 0.5% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 2.1% 1432/android.ui: 1.3%
user + 0.8% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 2.1% 1486/PowerManagerSer:
1.5% user + 0.5% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 1.7% 1530/jobscheduler.bg:
1.3% user + 0.3% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 1.3% 1475/batterystats-ha:
0.9% user + 0.3% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 1.2% 1324/Signal Catcher:
0.9% user + 0.2% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 1.1% 1496/PackageManagerB:
1.1% user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 1.1% 1521/Binder:1317_3: 0.7%
user + 0.4% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.8% 1466/rms: 0.6% user +
0.2% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.5% 1476/vivo_stats: 0.2%
user + 0.3% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.4% 1437/watchdog: 0.2% user
+ 0.1% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.3% 1451/o.unifiedconfig:
0.3% user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.3% 1436/android.anim.lf:
0.2% user + 0.1% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.3% 1456/ActivityManager:
0.2% user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.2% 1433/android.io: 0.2%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.2% 1528/SensorService: 0.1%
user + 0.1% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.2% 1329/FinalizerDaemon: 0%
user + 0.1% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.2% 1506/PackageManager:
0.1% user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.1% 1328/ReferenceQueueD:
0.1% user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.1% 1471/FreezeResourceM:
0.1% user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0.1% 1442/VivoCbsService: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1491/VivoDisplayStat: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1462/vivo_firewall_t: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1468/NativeOom: 0% user +
0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1447/FreezerManager_: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1478/batterystats-wo: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1457/ActivityManager: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1474/quick_frozen: 0% user
+ 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1438/VGC: 0% user + 0%
kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1439/Verification th: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1440/HwBinder:1317_1: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1448/FileObserver: 0% user
+ 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1458/ActivityManager: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1470/WorkingStateMan: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: 0% 1527/SensorEventAckR: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1538/SettingsProvide: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1548/oregroundThread: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1554/VCD: 0% user + 0%
kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1555/audioVibrateSyn: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1556/AlarmManager: 0% user
+ 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1558/vivo.switch: 0% user
+ 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1559/vivo.PerfThread: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1560/CameraService_p: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1561/CaptureHandler: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1562/SnapshotWindow: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1563/vivo.wmsconfig: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1564/launch: 0% user + 0%
kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1566/WindowOrietatio: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1567/BarAnimControll: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1568/troller.capture: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1569/VivoPivotImpl: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1570/sensor_native_h: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1572/VivoAIKeyHandle: 0%
user + 0% kernel
02-01 11:39:45.190 1317 5467 E ActivityManager: +0% 1574/vivo_wmp_hook: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1576/InputDispatcher: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1577/InputReader: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1580/NetworkWatchlis: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1581/AppIntegrityMan: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1582/AccessibilityTr: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1583/StorageManagerS: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1584/STORAGE_INFO_TA: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1585/FioService: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1587/sHandlerThread: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1588/LockSettingsSer: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1589/StrongAuthThrea: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1590/SpManager_Threa: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1593/HwBinder:1317_2: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1594/HwBinder:1317_3: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1595/hidl_ssvc_poll: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1596/NetworkStats: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1597/xSpaceThread: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1598/VivoNpmsImpl: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1599/NetworkPolicy: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1600/tworkPolicy.uid: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1601/WifiHandlerThre: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1602/WifiDiagnostics: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1603/WifiP2pService: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1604/PasspointProvis: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1605/VivoWifiFeature: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1606/VivoWifiFeature: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1607/VivoLocationDeb: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1608/VivoWifiGameSer: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1609/SlaStateMachine: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1610/SlaStateMachine: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1611/SlaNetLinkDispa: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1612/SlaScenesAnalys: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1613/SlaNotification: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1614/Wifi-DailyRouti: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1615/MobileNetworkQo: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1616/VivoWifiSelfRec: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1617/DualLinkTurboEn: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1618/DualLinkTurboNe: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1619/WifiVcdConnect: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1620/WifiVcdVideoStu: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1621/WifiVcdExtwifiC: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1622/WifiScanningSer: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1623/WifiManagerThre: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1624/pacproxyservice: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1625/ConnectivitySer: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1626/ConnectivityThr: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1627/VpnManagerServi: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1628/VcnManagementSe: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1629/NsdService: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1630/mDnsConnector: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1631/ranker: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1632/onProviders.ECP: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1633/notification_mo: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1634/notification_so: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1635/DeviceStorageMo: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1636/VivoLocationBig: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1637/VivoLocationMan: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1638/vivo_gnss_provi: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1639/VivoMockLocatio: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1640/VivoLocationUti: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1641/location_reques: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1642/VivoLocationNot: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1643/AS.SfxWorker: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1645/AudioService: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1646/AudioDeviceBrok: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1647/AudioPortEventH: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1650/MediaFocusContr: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1652/process reaper: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1654/Thread-9: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1655/UEventObserver: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1660/HwBinder:1317_4: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1663/VivoBrightnessP: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1664/VivoESDCheck: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1665/AppStartOpt: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1666/backup: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1667/app_widget_writ: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1668/ackgroundThread: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1669/VivoCommonServi: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1670/halCode: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1671/ThemeIconServic: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1672/BBKTouchScreenS: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1673/TouchCntlThread: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1674/DisplayMonitor : 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1675/dual prox handl: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1677/TS_Service: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1678/TSLcdState: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1679/fwFileObserver: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1680/DisplayMonitor : 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1681/SensitivityThre: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1682/VivoNightModeSe: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1683/SarControllerSe: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1685/time-zone-monit: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1686/SensorInfoManag: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1687/AntiMisoperatio: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1688/FactoryManager: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1689/NativeNotificat: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1690/BrightnessLux: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1691/BrightnessInfo: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1692/ProxCaliThread: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1693/VivoSensorTestT: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1694/DisplayHandlerT: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1695/SensorDump: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1696/SystemDefeceThr: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1697/VivoAudioPolicy: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1698/VivoMediaMetric: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1699/PhysicalFlingSe: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1700/VivoArtKeeperSe: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1701/VBEservice: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1702/BlobStore: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1703/GraphicsStats-d: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1705/SessionRecordTh: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1706/VivoMediaResour: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1707/VivoMonitorCloc: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1708/VivoBiometric: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1709/FaceService: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1710/SliceManagerSer: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1711/StatsCompanionS: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1715/SlaRttMonitorSt: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1716/ClipboardServic: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1717/VivoClipboardSe: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1718/Timer-0: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1720/PowerHalWifiMon: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1721/MCSS-Tethering: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1722/MtkTestSimInter: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1723/VivoAudioPlayba: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1724/VivoAudioRecord: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1725/VivoAudioBlueto: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1726/VivoAudioMicInf: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1727/VivoAudioSpeake: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1728/VivoAudioVoipPo: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1729/VivoAudioBTReco: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1730/VivoAudioAdapte: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1731/VivoAudioSpeake: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1732/VivoAudioKtvMod: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1733/VivoAudioVolume: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1734/VivoAudioCallMu: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1735/VivoVibratorThr: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1736/EthernetService: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1742/VivoWifiWatchdo: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1743/VivoAudioFocusP: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1744/VivoAudioPomMod: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1745/VivoRecordEvent: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1748/pool-15-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1752/Binder:1317_5: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1756/[MDC]MtkNetPack: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1757/[MDC]MtkNetPack: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1758/HealthServiceHw: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1759/[MDC]MtkNetPack: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1760/TaskSnapshotPer: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1761/VivoDisplayOver: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1762/facewake: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1763/notifierThread: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1764/WakelockControl: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1765/ivo.castservice: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1766/PhotonicModulat: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1767/DexoptOptimizer: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1768/AsyncQueryWorke: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1769/VivoBaseDisplay: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1770/VivoHandlerThre: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1774/GameManagerServ: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1775/GameMode: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1776/Timer-1: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1809/SyncManager: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1810/WallpaperMSThre: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1825/UsbService host: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1852/Thread-23: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1857/ANRManagerServi: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1860/AsyncTask #1: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1882/NetworkStatsObs: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1916/vivo_gnss_provi: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1917/nlp_data: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1918/VivoCoreLocatio: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1920/fused_location_: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1922/izatdc: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1924/IZatSensorInfo: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1925/gps_cn0_weak: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1930/Timer-2: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1931/Timer-3: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1934/EmergencyAfford: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1936/Binder:1317_6: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1941/Binder:1317_7: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1942/NetworkTimeUpda: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1943/Binder:1317_8: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1945/HangVivoDebug: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1947/system_auto_rec: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1950/check_watchdog: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1966/children-mode-l: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1968/motor-mode-load: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1993/CCodecWatchdog: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1994/NDK MediaCodec_: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 1995/NDK MediaCodec_: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2003/HwBinder:1317_5: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2073/appcrashRescueT: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2134/Binder:1317_9: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2135/Binder:1317_A: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2181/Binder:1317_B: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2183/Binder:1317_C: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2184/Binder:1317_D: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2187/Binder:1317_E: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2188/Binder:1317_F: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2189/Binder:1317_10: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2221/NetworkStackNot: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2238/droid.tethering: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2519/c: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2522/rver.telecom.ay: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2524/pool-16-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2527/al: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2528/ConnectionSvrFo: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2532/contact-init: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2533/mms-calllog-ini: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2534/pool-28-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2544/queued-work-loo: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2583/pool-15-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2666/Binder:1317_11: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2667/Binder:1317_12: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2676/Binder:1317_13: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2687/Binder:1317_14: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2798/pool-17-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2800/pool-26-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2802/RedirectListene: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2823/pool-28-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2838/OsuServerHandle: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2930/GPU completion: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2967/pool-15-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 2975/pool-18-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3009/StorageUserConn: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3043/backup-0: 0% user +
0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3047/pool-23-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3051/LazyTaskWriterT: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3052/pool-21-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3087/Binder:1317_15: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3276/Binder:1317_16: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3277/Binder:1317_17: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3278/Binder:1317_18: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3292/Binder:1317_19: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3329/IpClient.wlan0: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3482/NetworkMonitor/: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3524/pool-20-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3747/NetworkMonitor/: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3810/Binder:1317_1A: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3884/OkHttp Connecti: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3887/OkHttp Connecti: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3902/Okio Watchdog: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3995/RenderThread: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 3997/ged-swd: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 4128/Binder:1317_1B: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 4262/Binder:1317_1C: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 4424/GrallocUploadTh: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 4484/pool-13-thread-: 0%
user + 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 4942/IFE: 0% user + 0%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: +0% 5467/AnrConsumer: 0% user
+ 0% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 26% 253/exe_cq/0: 0% user + 26%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 24% 139/kswapd0: 0% user + 24%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 15% 587/surfaceflinger: 8.6%
user + 6.6% kernel / faults: 492 minor 31 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 14% 838/mobile_log_d: 4.2% user
+ 9.8% kernel / faults: 1284 minor 289 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 12% 403/logd: 3.8% user + 8.6%
kernel / faults: 119 minor 1 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 7.6%
542/[email protected]: 3.6% user + 3.9% kernel /
faults: 753 minor 15 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 4.2% 50/vivo_drop_cache: 0%
user + 4.2% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 4.3% 816/installd: 2.8% user +
1.5% kernel / faults: 23 minor
02-01 11:39:45.192 1317 5467 E ActivityManager: 3.8% 580/audioserver: 2.4% user
+ 1.4% kernel / faults: 279 minor 8 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 3.8% 1/init: 1.4% user + 2.4%
kernel / faults: 462 minor 11 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 2.5% 1176/mtkfusionrild: 1.3%
user + 1.2% kernel / faults: 297 minor 48 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 2.4% 405/servicemanager: 1.2%
user + 1.2% kernel / faults: 2305 minor 26 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 2.3%
123/kworker/u16:1+cmdq_auto_release_threa: 0% user + 2.3% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 2% 522/statsd: 1.2% user + 0.8%
kernel / faults: 26 minor
02-01 11:39:45.192 1317 5467 E ActivityManager: 2.1% 754/kworker/6:2H-kblockd:
0% user + 2.1% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 2% 346/kworker/u16:3-kverityd:
0% user + 2% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.8% 7/kworker/u16:0-kverityd:
0% user + 1.8% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.9% 240/kworker/u16:2-
kverityd: 0% user + 1.9% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.8% 323/vtsthread0: 0% user +
1.8% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.5% 524/zygote: 0% user + 1.5%
kernel / faults: 2929 minor 58 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.6% 349/kworker/u16:6-
ged_fence: 0% user + 1.6% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.6% 366/kworker/7:1H-kblockd:
0% user + 1.6% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.5%
467/[email protected]: 0.6% user + 0.8% kernel / faults: 30 minor
6 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.5%
900/[email protected]: 0.5% user + 0.9% kernel / faults: 47
minor
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.3% 523/netd: 0.4% user + 0.9%
kernel / faults: 538 minor 4 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.3% 903/media.swcodec: 0.7%
user + 0.6% kernel / faults: 871 minor 28 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.3% 511/kworker/5:2H-kblockd:
0% user + 1.3% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 1.1% 376/kworker/3:1H-kblockd:
0% user + 1.1% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 1% 350/kworker/u16:7-kverityd:
0% user + 1% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 1%
541/[email protected]: 0.1% user + 0.9%
kernel / faults: 2198 minor 73 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 1% 422/kworker/2:2H-kblockd: 0%
user + 1% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 1% 329/kworker/4:1H-kblockd: 0%
user + 1% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.9% 351/kworker/u16:8-
pvr_misr: 0% user + 0.9% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.9%
555/[email protected]: 0.3% user + 0.5% kernel /
faults: 106 minor 1 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.7% 344/kworker/5:1H-kblockd:
0% user + 0.7% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.7%
539/android.hardware.audio.service.mediatek: 0.6% user + 0.1% kernel / faults: 127
minor 10 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.7% 406/hwservicemanager: 0.5%
user + 0.2% kernel / faults: 1423 minor 183 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.6% 404/lmkd: 0.1% user + 0.5%
kernel / faults: 6 minor
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.7% 367/kworker/1:1H-kblockd:
0% user + 0.7% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.6%
545/[email protected]: 0.2% user + 0.3% kernel / faults: 505
minor 4 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.6% 1007/gsm0710muxd: 0.2%
user + 0.3% kernel / faults: 254 minor 14 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.6% 347/kworker/u16:4-
ged_fence: 0% user + 0.6% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.5% 830/mediaserver: 0.2% user
+ 0.3% kernel / faults: 172 minor 7 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.5% 777/vivo_daemon: 0% user +
0.4% kernel / faults: 938 minor 5 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.4% 249/tee_worker/2: 0% user
+ 0.4% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.4% 374/ueventd: 0.3% user +
0.1% kernel / faults: 1142 minor 509 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.5% 592/ccci_mdinit: 0.1% user
+ 0.3% kernel / faults: 873 minor 10 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.4% 827/media.metrics: 0.2%
user + 0.2% kernel / faults: 43 minor 6 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.4% 191/spi3: 0% user + 0.4%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.4% 195/pbm: 0% user + 0.4%
kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.4% 254/kworker/0:1H-kblockd:
0% user + 0.4% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.4% 694/kworker/4:2H: 0% user
+ 0.4% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.4% 5/kworker/0:0-lt_wq: 0%
user + 0.4% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.3% 24/kworker/2:0H-kblockd:
0% user + 0.3% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.3% 421/kworker/7:2H: 0% user
+ 0.3% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.3% 468/keystore2: 0.1% user +
0.2% kernel / faults: 97 minor 8 major
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.3% 335/kworker/5:1-events: 0%
user + 0.3% kernel
02-01 11:39:45.192 1317 5467 E ActivityManager: 0.2%
547/[email protected]: 0.1% user + 0.1% kernel
/ faults: 138 minor 13 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2%
579/[email protected]: 0% user + 0.2% kernel / faults: 87
minor 4 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 817/media.extractor: 0.2%
user + 0% kernel / faults: 134 minor 3 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 211/present_fence_w: 0%
user + 0.2% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 319/kworker/6:1-events: 0%
user + 0.2% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 116/kworker/3:1-events: 0%
user + 0.2% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 247/tee_worker/0: 0% user
+ 0.2% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 336/kworker/7:1-events: 0%
user + 0.2% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 551/merged_hal_service: 0%
user + 0.1% kernel / faults: 195 minor 8 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2%
561/[email protected]: 0.1% user + 0.1% kernel / faults:
822 minor 61 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 248/tee_worker/1: 0% user
+ 0.2% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 186/kworker/2:1-events: 0%
user + 0.2% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 9/ksoftirqd/0: 0.2% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 632/kworker/0:2H: 0% user
+ 0.2% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 835/media.vivocodec: 0.1%
user + 0% kernel / faults: 30 minor 3 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2% 10/rcu_preempt: 0.2% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.2%
1490/android.hardware.lights-service.mediatek: 0% user + 0.1% kernel / faults: 217
minor
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 60/kworker/1:1-
mm_percpu_wq: 0% user + 0.1% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 302/dlpt_notify_thr: 0%
user + 0.1% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 529/iptables-restore: 0%
user + 0.1% kernel / faults: 1316 minor 136 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 119/ion_mm_heap: 0% user +
0.1% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 416/vold: 0% user + 0.1%
kernel / faults: 54 minor 8 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 530/ip6tables-restore: 0%
user + 0.1% kernel / faults: 1333 minor 128 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 846/wificond: 0.1% user +
0% kernel / faults: 66 minor 6 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 17/ksoftirqd/1: 0.1% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 209/disp_delay_trig: 0%
user + 0.1% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 772/mnld: 0% user + 0%
kernel / faults: 127 minor
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 1098/kworker/3:2H: 0% user
+ 0.1% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 1100/volte_stack: 0% user
+ 0.1% kernel / faults: 90 minor 6 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 22/ksoftirqd/2: 0.1% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 27/ksoftirqd/3: 0.1% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 696/kworker/1:2H-kblockd:
0% user + 0.1% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 790/cameraserver: 0% user
+ 0.1% kernel / faults: 98 minor 2 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 855/media.codec: 0% user +
0% kernel / faults: 121 minor 3 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 1148/kworker/u17:2-
rx5_worker: 0% user + 0.1% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 372/init: 0% user + 0%
kernel / faults: 8 minor
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 1106/volte_imcb: 0% user +
0% kernel / faults: 115 minor 9 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 261/pvr_defer_free: 0% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0.1% 308/kworker/4:1-events: 0%
user + 0.1% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0%
469/[email protected]: 0% user + 0% kernel / faults:
325 minor 116 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 31/migration/4: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 32/ksoftirqd/4: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 37/ksoftirqd/5: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 204/disp_idlemgr: 0% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 208/display_check_a: 0% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 250/tee_worker/3: 0% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0%
544/[email protected]: 0% user + 0% kernel / faults: 322 minor
123 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0%
571/[email protected]: 0% user + 0% kernel / faults: 389
minor 121 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 742/kworker/u17:1-
rx5_worker: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0%
901/[email protected]: 0% user + 0% kernel / faults: 352
minor 1 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 1102/volte_ua: 0% user + 0%
kernel / faults: 90 minor 6 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 42/ksoftirqd/6: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 47/ksoftirqd/7: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 198/chre_kthread: 0% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 707/drmserver: 0% user + 0%
kernel / faults: 5 minor 2 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 840/storaged: 0% user + 0%
kernel / faults: 24 minor 1 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 36/migration/5: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 46/migration/7: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 53/kauditd: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 674/mtk_wmtd_worker: 0% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 41/migration/6: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 241/psl_thd: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 246/tee_irq_bh: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0%
538/[email protected]: 0% user + 0% kernel / faults: 1
minor
02-01 11:39:45.193 1317 5467 E ActivityManager: 0%
549/[email protected]: 0% user + 0% kernel / faults: 163
minor 1 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0%
554/[email protected]: 0% user + 0% kernel / faults: 10
minor 3 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0%
558/[email protected]: 0% user + 0% kernel / faults: 144 minor
100 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 601/mcDriverDaemon: 0% user
+ 0% kernel / faults: 32 minor 1 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 778/vdtf: 0% user + 0%
kernel / faults: 4 minor 2 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 899/mtk_agpsd: 0% user + 0%
kernel / faults: 25 minor 2 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 1076/volte_imsm_93: 0% user
+ 0% kernel / faults: 27 minor 2 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 13/migration/0: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 122/ion_history: 0% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 214/btif_rxd: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 245/tee_log: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 353/kworker/6:1H-kblockd: 0%
user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 408/psimon: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0%
417/[email protected]: 0% user + 0% kernel / faults: 11
minor
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 444/jbd2/mmcblk0p11: 0% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0%
567/[email protected]: 0% user + 0% kernel / faults: 7
minor
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 673/mtk_wmtd: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 721/traced: 0% user + 0%
kernel / faults: 1 minor
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 792/dr: 0% user + 0%
kernel / faults: 16 minor 40 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 804/vtservice: 0% user + 0%
kernel / faults: 30 minor 8 major
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 892/thermalloadalgod: 0%
user + 0% kernel / faults: 122 minor
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 1040/rpmb_gp_Dci: 0% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% 1075/bip: 0% user + 0%
kernel / faults: 7 minor 2 major
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
1550/android.hardware.vibrator-service.mediatek: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 1684/kworker/1:3-pm: 0% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 1712/kworker/7:2-events: 0%
user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
1741/[email protected]: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 1749/main_thread: 0% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 1750/hif_thread: 0% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 1751/rx_thread: 0% user + 0%
kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 1779/com.vivo.abe: 0% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 1811/com.android.systemui:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 1902/webview_zygote: 0% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 1964/com.vivo.pushservice:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 2019/com.vivo.daemonService:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 2035/com.vivo.faceui: 0%
user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 2051/com.android.phone: 0%
user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 2079/com.android.settings:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
2083/com.vivo.appfilter:service: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 2098/com.vivo.rms: 0% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
2153/com.google.android.ext.services: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 2244/com.vivo.pem: 0% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 2280/com.bbk.updater:remote:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 2408/com.android.launcher3:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 2665/com.vivo.upslide: 0%
user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
2774/com.google.android.gms.persistent: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
2804/com.google.android.apps.wellbeing: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 2834/atcid_vendor: 0% user +
0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
2980/com.google.android.inputmethod.latin: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
3008/com.google.process.gservices: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
3018/com.android.providers.media.module: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
3113/com.google.process.gapps: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 3114/com.google.android.gms:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 3201/wpa_supplicant: 0% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 3341/kworker/2:2-pm: 0% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 3388/com.android.deskclock:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 3421/com.android.bluetooth:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
3452/com.android.mms:smartsms: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 3506/android.process.acore:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 3588/com.android.vending: 0%
user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 3608/kworker/4:2-kdmflush:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 3670/com.vivo.cota: 0% user
+ 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
3705/[email protected]: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
3773/com.google.android.apps.tachyon: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
3840/com.android.vending:background: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
3965/com.facebook.appmanager: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
4017/com.android.providers.calendar: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
4040/com.starmakerinteractive.starmaker:ashes: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 4125/com.facebook.system: 0%
user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
4243/com.starmakerinteractive.starmaker: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 4314/com.vivo.networkstate:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 4316/com.vivo.crontab: 0%
user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 4393/com.roblox.client: 0%
user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 4485/com.vivo.appstore: 0%
user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 4620/com.facebook.katana: 0%
user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
4824/com.ss.android.ugc.trill: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
4880/com.google.android.gms.unstable: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
4937/com.google.android.webview:webview_service: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
5069/com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sand:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
5098/com.android.vending:quick_launch: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
5196/com.google.android.permissioncontroller: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
5210/com.google.android.webview:webview_apk: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0% 5243/android.process.media:
0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: +0%
5384/com.android.settings:SettingsExProvider: 0% user + 0% kernel
02-01 11:39:45.193 1317 5467 E ActivityManager: 84% TOTAL: 45% user + 37% kernel
+ 1.5% iowait + 0.1% softirq
02-01 11:39:45.193 1317 5467 E ActivityManager: CPU usage from 83678ms to 83678ms
ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake:
02-01 11:39:45.193 1317 5467 E ActivityManager: 0% TOTAL: 0% user + 0% kernel
02-01 11:39:45.218 1317 2188 I _V_VivoFoldRebootUtilImpl: activityResumedLocked
r:ActivityRecord{6f1f9ae u0 com.roblox.client/.ActivityNativeMain t6 d0}
currentState=0 startState=-1 activityState = RESUMED info = Roblox
02-01 11:39:45.218 1317 3277 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:45.227 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:45.234 1317 2667 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
02-01 11:39:45.248 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:45.269 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:45.295 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10096; state: ENABLED
02-01 11:39:45.303 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10096; state: DISABLED
02-01 11:39:45.351 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:45.471 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:45.494 1317 5467 I ActivityManager: Killing
4824:com.ss.android.ugc.trill/u0a183 (adj 915): bg anr
02-01 11:39:45.503 1317 5467 D ActivityManager: Completed ANR of
com.ss.android.ugc.trill in 2851ms, latency 57ms
02-01 11:39:45.517 1317 1431 W Looper : Slow dispatch took 128ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:39:45.559 1317 1752 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10241 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
02-01 11:39:45.559 1317 1752 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
02-01 11:39:45.573 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:45.615 1317 2667 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@3b3f5b
02-01 11:39:45.616 1317 4128 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:45.619 1317 2667 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateControlForTarget
Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
02-01 11:39:45.629 1317 2667 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForFakeTarget
Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
02-01 11:39:45.651 1317 2667 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
02-01 11:39:45.683 1317 1522 I _V_VivoWmsImpl: updateHasSurfaceView: attached =
true, Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
02-01 11:39:45.717 1317 3278 I _V_ANRManager: Add log successfully, pid = 1811
02-01 11:39:45.769 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:45.773 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:45.789 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:45.797 1317 3278 I WindowManager: Relayout Window{a386d64 u0
com.roblox.client/com.roblox.client.ActivityNativeMain}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 12020040,
mInvGlobalScale = 1.0
02-01 11:39:45.803 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:45.811 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:45.846 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:45.851 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:45.884 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:45.885 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:45.898 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:39:45.898 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:45.898 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:45.930 1317 1432 D DeviceIdleController: Adding AppId 10081 to temp
whitelist. New entry: true
02-01 11:39:45.930 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10081, delay=20000
02-01 11:39:45.930 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10081, 10092, 10096, 10154, 10183, 10216]
02-01 11:39:45.936 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:45.978 1317 2676 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:45457c4 u0 NotificationShade} mDrawState=DRAW_PENDING
02-01 11:39:45.979 1317 2676 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@d7805c6 mSyncState=0
02-01 11:39:45.979 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:45.986 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10081, 10092, 10096, 10154, 10183, 10216]
02-01 11:39:45.988 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:45.989 1317 1941 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
02-01 11:39:46.002 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.005 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.007 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.009 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.010 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
02-01 11:39:46.011 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.012 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.013 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.014 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.015 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.USER_PRESENT flg=0x4200010 } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:39:46.015 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.USER_PRESENT flg=0x4200010 } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:39:46.016 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
02-01 11:39:46.016 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.016 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.017 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.018 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.018 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
02-01 11:39:46.019 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.019 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.020 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.023 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:39:46.024 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:46.039 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.159 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.242 1317 1432 D DeviceIdleController: Adding AppId 10125 to temp
whitelist. New entry: true
02-01 11:39:46.242 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10125, delay=20000
02-01 11:39:46.242 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10081, 10092, 10096, 10125, 10154, 10183, 10216]
02-01 11:39:46.243 1317 1941 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.iqoo.logsystem
02-01 11:39:46.244 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10125; state: DISABLED
02-01 11:39:46.253 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10125; state: ENABLED
02-01 11:39:46.254 1317 3278 D _V_VivoCommonService: isFeatureSupport hasRTBlur
02-01 11:39:46.254 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:46.255 1317 3278 D _V_VivoCommonService: isFeatureSupport hasRTBlur
02-01 11:39:46.262 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.288 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10081, 10092, 10096, 10125, 10154, 10183, 10216]
02-01 11:39:46.289 1317 1456 I ActivityManager: Start proc
5567:com.bbk.iqoo.logsystem/u0a125 for broadcast
{com.bbk.iqoo.logsystem/com.bbk.iqoo.logsystem.app.receiver.BootReceiver}
02-01 11:39:46.290 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:46.297 1317 1522 W _V_VivoAmsImpl: mCallingPidFilter=2079,
mCallingUidFilter=1000
02-01 11:39:46.324 1317 1522 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.keychain
02-01 11:39:46.334 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:39:46.350 1317 1432 W Looper : Slow dispatch took 119ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:39:46.408 1317 1941 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:46.418 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.419 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.438 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.446 1317 1456 W ActivityManager: Slow operation: 123ms so far, now
at startProcess: returned from zygote!
02-01 11:39:46.446 1317 1456 W ActivityManager: Slow operation: 123ms so far, now
at startProcess: done updating battery stats
02-01 11:39:46.448 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:46.448 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10154, timeNow=87470
02-01 11:39:46.448 1317 1530 D DeviceIdleController: Removing uid 10154 from temp
whitelist
02-01 11:39:46.448 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10081, 10092, 10096, 10125, 10183, 10216]
02-01 11:39:46.453 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.458 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:46.464 1317 1456 W ActivityManager: Slow operation: 141ms so far, now
at startProcess: building log message
02-01 11:39:46.464 1317 1456 I ActivityManager: Start proc
5584:com.android.keychain/1000 for service
{com.android.keychain/com.android.keychain.KeyChainService}
02-01 11:39:46.471 1317 1456 W ActivityManager: Slow operation: 141ms so far, now
at startProcess: starting to update pids map
02-01 11:39:46.471 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:46.474 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:46.476 1317 1456 W ActivityManager: Slow operation: 153ms so far, now
at startProcess: done updating pids map
02-01 11:39:46.480 1317 4128 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.489 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:46.522 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.562 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10081, 10092, 10096, 10125, 10183, 10216]
02-01 11:39:46.609 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.624 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.649 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:47.057 1317 1455 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{7e05cc7 10205/u0 ReceiverList{af5ee06
4620 com.facebook.katana/10205/u0 remote:75410e1}}
02-01 11:39:47.067 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:47.070 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:47.089 1317 1434 V ActivityTaskManager: Stopping
ActivityRecord{72b60c6 u0 com.roblox.client/.startup.ActivitySplash t6 d0 f}}:
nowVisible=true animating=false finishing=true
02-01 11:39:47.096 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:46.668 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10125; state: DISABLED
02-01 11:39:46.669 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.690 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:46.690 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=87712
02-01 11:39:46.690 1317 1530 D DeviceIdleController: Removing uid 1001 from temp
whitelist
02-01 11:39:46.690 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10081, 10092, 10096, 10125, 10183, 10216]
02-01 11:39:46.709 1317 2666 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:46.720 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:46.727 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.728 1317 1317 W Looper : Slow dispatch took 138ms main
h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3
02-01 11:39:46.730 1317 2666 I _V_ANRManager: Add log successfully, pid = 1811
02-01 11:39:46.731 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10081, 10092, 10096, 10125, 10183, 10216]
02-01 11:39:46.739 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:46.739 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10092, timeNow=87761
02-01 11:39:46.739 1317 1530 D DeviceIdleController: Removing uid 10092 from temp
whitelist
02-01 11:39:46.739 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10081, 10096, 10125, 10183, 10216]
02-01 11:39:46.750 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:46.759 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ImplicitShareIntentHandlerDefaultAlias
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:4620
02-01 11:39:47.107 1317 3292 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:47.111 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:47.113 1317 1434 D _V_RMS-Preload: displayId=0, callingUid=10133,
callingPid=2408, requestUid=10241, requestPid=4393,
requestPkgName=com.roblox.client, requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.startup.ActivitySplash took -1ms finished.
02-01 11:39:47.136 1317 1434 W Looper : Slow dispatch took 146ms android.display
h=com.android.server.wm.ActivityTaskSupervisor$ActivityTaskSupervisorHandler c=null
m=200
02-01 11:39:47.165 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:46.775 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.AddToStoryAlias newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:4620
02-01 11:39:46.776 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:46.778 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsAlias newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:4620
02-01 11:39:46.781 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10081, 10096, 10125, 10183, 10216]
02-01 11:39:46.788 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsDisableSinglePhotoAlias
newState:2 userId:0 callingPackage:null callingUid:10205 callingPid:4620
02-01 11:39:46.804 1317 1941 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:46.834 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:46.836 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:39:46.837 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:46.839 1317 1317 W Looper : Slow dispatch took 105ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@61fa94 m=0
02-01 11:39:46.840 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.843 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:39:46.848 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:46.849 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.849 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:39:46.849 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:39:47.174 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:46.920 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:39:46.938 1317 2676 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:39:46.953 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:46.954 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:46.957 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:46.969 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:47.026 1317 1434 D _V_RMS-Preload: displayId=0, callingUid=10241,
callingPid=4393, requestUid=10241, requestPid=4393,
requestPkgName=com.roblox.client, requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.ActivityNativeMain timeout took -1ms
finished.
02-01 11:39:47.036 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:47.037 1317 3292 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:47.039 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:47.041 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:47.191 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:47.267 1317 2666 D BatteryStatsService: notePemString noteWhich:
49,arg1: 720, arg2: 1600, arg3: 4393, arg4: 58, name: com.roblox.client
02-01 11:39:47.294 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:47.397 1317 2676 I ActivityManager: Killing
4314:com.vivo.networkstate/1000 (adj 985): empty #9
02-01 11:39:47.397 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:47.432 1317 2183 D BatteryStatsService: notePemString noteWhich:
49,arg1: 720, arg2: 1600, arg3: 4393, arg4: 58, name: com.roblox.client
02-01 11:39:47.500 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:47.502 1317 2183 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=6
,topActivity=ComponentInfo{com.roblox.client/com.roblox.client.ActivityNativeMain}
,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} }
02-01 11:39:47.507 1317 2183 I WindowManager: Relayout Window{1f58b58 u0
com.roblox.client/com.roblox.client.startup.ActivitySplash}: oldVis=0, newVis=8,
requestedWidth=720, requestedHeight=1600, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
02-01 11:39:47.517 1317 2666 D _V_WindowManager: finishDrawingWindow:
Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
mDrawState=DRAW_PENDING
02-01 11:39:47.517 1317 2666 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@1f496b4 mSyncState=0
02-01 11:39:47.534 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:47.534 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:4620
02-01 11:39:47.536 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:47.536 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.ipc.FBPaymentServiceImpl newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:4620
02-01 11:39:47.538 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.views.PaymentActivity newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:4620
02-01 11:39:47.556 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=10241,
callingPid=4393, requestUid=10241, requestPid=4393,
requestPkgName=com.roblox.client, requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.ActivityNativeMain took 11042ms finished.
02-01 11:39:47.558 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=10241,
callingPid=4393, requestUid=10241, requestPid=4393,
requestPkgName=com.roblox.client, requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.ActivityNativeMain took -1ms finished.
02-01 11:39:47.572 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:39:47.575 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:39:47.596 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:47.620 1317 1521 W _V_ActivityTaskManager: checkKeyguardFlagsChanged
dismissKeyguard = false showWhenLocked = false lastDismissKeyguard = false
lastShowWhenLocked = false callers =
com.android.server.wm.ActivityRecord.removeChild:4753
com.android.server.wm.ActivityRecord.removeChild:433
com.android.server.wm.WindowContainer.removeImmediately:702
com.android.server.wm.WindowState.removeImmediately:2832
com.android.server.wm.WindowState.removeIfPossible:3052
com.android.server.wm.WindowState.removeIfPossible:2907
02-01 11:39:47.621 1317 1521 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:8edc2b9 u0 InputMethod}
updateControlForTarget
com.android.server.wm.DisplayContent$RemoteInsetsControlTarget@66f050a
02-01 11:39:47.653 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:47.656 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:39:47.680 1317 1521 D _V_RMS-Preload: displayId=0, callingUid=10133,
callingPid=2408, requestUid=10241, requestPid=4393,
requestPkgName=com.roblox.client, requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.startup.ActivitySplash took -1ms finished.
02-01 11:39:47.690 1317 1521 D _V_BarAnimController: notifyAppRemoved
ActivityRecord{72b60c6 u0 com.roblox.client/.startup.ActivitySplash t6 d0 f}}
02-01 11:39:47.695 1317 2135 D _V_InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked
client=com.android.internal.view.IInputMethodClient$Stub$Proxy@a190276 ,windowToken
=android.os.BinderProxy@6699af7 ,isPassword=false ,mIsSecImms=false
02-01 11:39:47.712 1317 2135 V InputMethodManagerService:
startInputOrWindowGainedFocusInternalLocked: reason=WINDOW_FOCUS_GAIN
client=android.os.BinderProxy@fe1aa50 inputContext=null missingMethods=
attribute=android.view.inputmethod.EditorInfo@d0ad002
startInputFlags=VIEW_HAS_FOCUS|INITIAL_CONNECTION softInputMode=STATE_UNSPECIFIED|
ADJUST_RESIZE|IS_FORWARD_NAVIGATION windowFlags=#81810100
unverifiedTargetSdkVersion=34
02-01 11:39:47.727 1317 1521 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:39:47.737 1317 1434 W Looper : Slow dispatch took 166ms android.display
h=com.android.server.wm.WindowManagerService$H c=<recycled PooledLambda@3b09b50>
m=0
02-01 11:39:47.769 1317 2135 V InputMethodManagerService: Unspecified window will
hide input
02-01 11:39:47.786 1317 2135 D _V_InputMethodManagerService: setCurClientLocked--
set mCurClient to ClientState{90c41d4 uid=10241 pid=4393 displayId=0}
02-01 11:39:47.786 1317 2135 E _V_InputMethodManagerService:
mCurId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
,mCurMethodId=com.google.android.inputmethod.latin/com.android.inputmethod.latin.La
tinIME
02-01 11:39:47.789 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:47.847 1317 2666 D _V_InsetsSourceProvider:
Window{com.google.android.inputmethod.latin:8edc2b9 u0 InputMethod}
updateControlForTarget Window{a386d64 u0
com.roblox.client/com.roblox.client.ActivityNativeMain}
02-01 11:39:47.857 1317 4262 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #1519} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (269
skipped)
02-01 11:39:47.866 1317 1432 W Looper : Slow dispatch took 210ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:39:47.889 1317 2666 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10241 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
0com.android.server.inputmethod.InputMethodManagerService.reportPerceptibleAsync(In
putMethodManagerService.java:3382)
02-01 11:39:47.889 1317 2666 D InputMethodManagerService: IME window vis: 0
active: 0 inv: 0 displayId: 0
02-01 11:39:47.894 1317 1522 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:47.918 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:48.007 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:48.018 1317 1434 W Looper : Slow dispatch took 123ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@cb45a5f
m=0
02-01 11:39:48.018 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:48.021 1317 1434 V InputMethodMenuController: Hide switching menu
02-01 11:39:48.045 1317 3292 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
02-01 11:39:48.052 1317 2666 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:48.081 1317 2676 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:48.105 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:48.114 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:48.136 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:48.136 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=89158
02-01 11:39:48.136 1317 1530 D DeviceIdleController: Time to remove uid 1000:
108678
02-01 11:39:48.136 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=19520
02-01 11:39:48.197 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:48.232 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:48.242 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:48.242 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:48.276 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:48.309 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:48.519 1317 2183 D _V_NotificationService:
DEBUG_OVERRIDE_NOTIFY:enqueueNotificationWithTag
pkg=com.starmakerinteractive.starmaker
opPkg=com.starmakerinteractive.starmakertag=null
notification=Notification(channel=8 shortcut=null contentView=null vibrate=null
sound=null defaults=0x0 flags=0x18 color=0xffff4572 groupKey=fold_group_key_55050
vis=PRIVATE internalType=0 internalPriority=0 internalGroupPriority=0
internalFlag=0) userId =0
02-01 11:39:48.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:48.573 1317 2183 D _V_ActivityManager: From push service :
overrideUid = -1
02-01 11:39:48.573 1317 2183 D _V_ActivityManager: From push service :
overrideUid = -1
02-01 11:39:48.584 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:48.591 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:48.606 1317 2666 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:48.662 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:48.665 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:48.696 1317 3292 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
02-01 11:39:48.705 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:48.708 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 26, control mode automatic, policy level 2, lux 2).
02-01 11:39:48.709 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:39:48.765 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:48.772 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:48.777 1317 2135 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:48.856 1317 2666 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:48.875 1317 1317 W NotificationHistory: Attempted to add notif for
locked/gone/disabled user 0
02-01 11:39:48.913 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:48.960 1317 3810 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:49.005 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.245 1317 1432 D DeviceIdleController: Adding AppId 10216 to temp
whitelist. New entry: false
02-01 11:39:49.281 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.282 1317 1317 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
02-01 11:39:49.284 1317 1317 W Looper : Slow dispatch took 175ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler
c=com.android.server.notification.NotificationManagerService$CancelNotificationRunn
able@f1edeef m=0
02-01 11:39:49.285 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 1000; state: ENABLED
02-01 11:39:49.286 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 1000; state: DISABLED
02-01 11:39:49.289 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 10081; state: ENABLED
02-01 11:39:49.291 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 10049; state: ENABLED
02-01 11:39:49.292 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 175319604; UID 10182; state: DISABLED
02-01 11:39:49.317 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:49.355 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:49.373 1317 1470 D _V_SceneFreezer: onStateChanged : pkgName
com.android.systemui uid:10049 model:request_audio_focus state:on
02-01 11:39:49.384 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.405 1317 1521 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:49.458 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.97973; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:49.492 1317 4262 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:49.499 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.514 1317 1521 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:49.548 1317 3810 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:49.562 1317 2666 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:49.633 1317 2676 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:49.673 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.675 1317 3292 W _V_ContentProviderHelper: Failed to find
provider:com.android.launcher3.cornermark.unreadbadge for user 0
02-01 11:39:49.676 1317 1432 D DeviceIdleController: Adding AppId 10216 to temp
whitelist. New entry: false
02-01 11:39:49.680 1317 1317 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
02-01 11:39:49.799 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.799 1317 1522 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:39:49.830 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.832 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.834 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.836 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.866 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.898 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.968 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:49.972 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:50.009 1317 5711 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.076 1317 5712 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.085 1317 5714 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.099 1317 3810 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:50.131 1317 5716 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.165 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:50.189 1317 5717 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.202 1317 1432 D DeviceIdleController: Adding AppId 10216 to temp
whitelist. New entry: false
02-01 11:39:50.211 1317 5718 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.213 1317 1317 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
02-01 11:39:50.222 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:50.298 1317 5721 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.301 1317 5722 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.314 1317 5723 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.336 1317 5724 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.344 1317 5536 I DropBoxManagerService: add tag=data_app_anr
isTagEnabled=true flags=0x6
02-01 11:39:50.352 1317 5725 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.354 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:50.366 1317 5726 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.371 1317 2181 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
02-01 11:39:50.379 1317 5727 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.393 1317 5728 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.405 1317 5729 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.426 1317 3278 I ActivityManager: Killing
3388:com.android.deskclock/u0a76 (adj 965): empty #9
02-01 11:39:50.429 1317 5730 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.431 1317 3278 I ActivityManager: Killing
3773:com.google.android.apps.tachyon/u0a164 (adj 955): empty #10
02-01 11:39:50.440 1317 5731 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.461 1317 2135 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
02-01 11:39:50.470 1317 5732 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.518 1317 5733 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.521 1317 3278 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
02-01 11:39:50.524 1317 3278 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForFakeTarget null
02-01 11:39:50.528 1317 5735 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.537 1317 3278 I WindowManager: Relayout
Window{com.android.systemui:403d38c u0 StatusBar}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=60,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13000000, mInvGlobalScale
= 1.0
02-01 11:39:50.616 1317 5739 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.618 1317 5743 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.631 1317 5734 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.636 1317 5737 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.652 1317 5744 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.659 1317 2687 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=4, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
02-01 11:39:50.660 1317 5745 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.666 1317 5747 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.688 1317 5748 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.693 1317 5749 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.700 1317 2687 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
com.android.server.wm.InsetsPolicy$1@3b3f5b
02-01 11:39:50.702 1317 2687 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForFakeTarget
Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
02-01 11:39:50.707 1317 2687 I WindowManager: Relayout
Window{com.android.systemui:403d38c u0 StatusBar}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=60,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13001000, mInvGlobalScale
= 1.0
02-01 11:39:50.786 1317 5750 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.793 1317 5753 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.840 1317 5758 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.858 1317 1429 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=4, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
02-01 11:39:50.875 1317 5755 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.906 1317 5756 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.906 1317 5751 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.909 1317 5754 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.910 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:50.910 1317 5752 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.910 1317 1431 W Looper : Slow dispatch took 215ms android.fg
h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null
m=1
02-01 11:39:50.950 1317 5762 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:50.960 1317 2687 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:45457c4 u0 NotificationShade} mDrawState=DRAW_PENDING
02-01 11:39:50.960 1317 2687 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@e21148f mSyncState=0
02-01 11:39:50.962 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:50.993 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:50.998 1317 1434 W Looper : Slow dispatch took 142ms android.display
h=com.android.server.wm.RootWindowContainer$MyHandler c=null m=1
02-01 11:39:51.028 1317 1317 W Looper : Slow dispatch took 173ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5
02-01 11:39:51.030 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:51.049 1317 1431 W Looper : Slow delivery took 224ms android.fg
h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null
m=3
02-01 11:39:51.050 1317 1431 W Looper : Slow dispatch took 138ms android.fg
h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null
m=3
02-01 11:39:51.056 1317 1431 W Looper : Drained
02-01 11:39:51.083 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:39:51.104 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:51.117 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:51.250 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:51.308 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:51.335 1317 5741 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:51.356 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:51.367 1317 1431 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:39:51.370 1317 1431 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10181; state: DISABLED
02-01 11:39:51.421 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:51.571 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:51.614 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:51.631 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:51.685 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:51.734 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:51.734 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10216, timeNow=92756
02-01 11:39:51.734 1317 1530 D DeviceIdleController: Time to remove uid 10216:
121221
02-01 11:39:51.734 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10216, delay=28465
02-01 11:39:51.933 1317 1752 I ActivityManager: Killing
4937:com.google.android.webview:webview_service/u0a165 (adj 975): empty #9
02-01 11:39:51.982 1317 2666 W ActivityManager: Scheduling restart of crashed
service
com.google.android.webview/org.chromium.android_webview.services.MetricsBridgeServi
ce in 1000ms for connection
02-01 11:39:52.003 1317 2666 I ActivityManager: Killing
4125:com.facebook.system/u0a34 (adj 985): empty #9
02-01 11:39:52.042 1317 1432 I _V_WindowOrientationListenerImpl: Proposed
rotation changed! proposedRotation=0, oldProposedRotation=-1
02-01 11:39:52.052 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:52.106 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:52.114 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:52.124 1317 5773 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:39:52.161 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 19.425676; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:52.169 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:52.269 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:52.271 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:39:52.295 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:52.300 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.stagingground.Fb4aProfilePictureShareActivityAlias
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:4620
02-01 11:39:52.301 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.stagingground.WorkProfilePictureShareActivityAlias
newState:2 userId:0 callingPackage:null callingUid:10205 callingPid:4620
02-01 11:39:52.366 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:52.498 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:39:52.498 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10183, timeNow=93520
02-01 11:39:52.498 1317 1530 D DeviceIdleController: Time to remove uid 10183:
104891
02-01 11:39:52.498 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10183, delay=11371
02-01 11:39:52.617 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:52.876 1317 2666 D JobServiceContext: doCallback of :
JobStatus{e77265d #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-23s518ms READY} v:VERB_EXECUTING
02-01 11:39:52.877 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:52.879 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:52.978 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:52.987 1317 1455 W _V_VivoAmsImpl: mCallingPidFilter=-1,
mCallingUidFilter=-1
02-01 11:39:52.990 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
02-01 11:39:52.994 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10165; state: DISABLED
02-01 11:39:52.995 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
02-01 11:39:53.017 1317 1456 I ActivityManager: Start proc
5796:com.google.android.webview:webview_service/u0a165 for service
{com.google.android.webview/org.chromium.android_webview.services.MetricsBridgeServ
ice}
02-01 11:39:53.051 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 16.891891; finalLux = 16.891891; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:53.081 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:53.094 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:53.096 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:53.099 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:39:53.112 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10165; state: DISABLED
02-01 11:39:53.173 1317 5741 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:53.181 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:39:53.200 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:53.202 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:53.206 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:53.218 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:53.232 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:53.232 1317 2667 I ActivityManager: Killing
5210:com.google.android.webview:webview_apk/u0a165 (adj 975): empty #9
02-01 11:39:53.250 1317 5741 I ActivityManager: Killing 5495:com.vivo.notes/u0a96
(adj 965): empty #9
02-01 11:39:53.345 1317 2667 I ActivityManager: Killing
4243:com.starmakerinteractive.starmaker/u0a216 (adj 985): empty #9
02-01 11:39:53.440 1317 2181 I ActivityManager: Killing
5584:com.android.keychain/1000 (adj 975): empty #9
02-01 11:39:53.474 1317 1432 D DeviceIdleController: Adding AppId 10216 to temp
whitelist. New entry: false
02-01 11:39:53.477 1317 1317 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
02-01 11:39:53.477 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:53.487 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:53.513 1317 4262 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1a000000,
mInvGlobalScale = 1.0
02-01 11:39:53.560 1317 2181 I WindowManager: Relayout
Window{com.android.systemui:45457c4 u0 NotificationShade}: oldVis=0, newVis=4,
requestedWidth=720, requestedHeight=1600, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(0, 0 - 720, 1600), mAttrs.privateFlags = 1b000000,
mInvGlobalScale = 1.0
02-01 11:39:53.582 1317 4262 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForTarget
Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
02-01 11:39:53.583 1317 4262 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateControlForFakeTarget null
02-01 11:39:53.589 1317 4262 I WindowManager: Relayout
Window{com.android.systemui:403d38c u0 StatusBar}: oldVis=0, newVis=0,
requestedWidth=720, requestedHeight=60, attrs.width=-1, attrs.height=60,
compatFrame = Rect(0, 0 - 720, 60), mAttrs.privateFlags = 13000000, mInvGlobalScale
= 1.0
02-01 11:39:53.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 15.2027025; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:54.715 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:54.726 1317 1432 I _V_WindowOrientationListenerImpl: Proposed
rotation changed! proposedRotation=1, oldProposedRotation=-1
02-01 11:39:54.796 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:54.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 23.64865; finalLux = 23.64865; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:54.901 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:54.979 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:55.125 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:55.154 1317 1930 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:55.156 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:55.204 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:55.239 1317 2189 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
02-01 11:39:55.270 1317 1451 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:55.330 1317 1451 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:55.334 1317 1451 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:55.335 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:55.340 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:55.368 1317 1451 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:55.372 1317 1451 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:55.374 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:55.375 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:39:55.567 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:55.580 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:55.584 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10048; state: DISABLED
02-01 11:39:55.598 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:55.605 1317 2189 I ActivityManager: Killing
3113:com.google.process.gapps/u0a154 (adj 975): empty #9
02-01 11:39:55.665 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:55.687 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:55.711 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:55.713 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:55.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 21.95946; finalLux = 22.804054; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:55.762 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:55.798 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:55.813 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:55.833 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:55.871 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:39:55.879 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10153; state: DISABLED
02-01 11:39:55.917 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:55.930 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:56.003 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:39:56.063 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:56.064 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:56.143 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:56.147 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:56.147 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:56.187 1317 1432 I _V_WindowOrientationListenerImpl: Proposed
rotation changed! proposedRotation=0, oldProposedRotation=1
02-01 11:39:56.202 1317 1752 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:56.215 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:56.223 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:56.239 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:56.272 1317 5900 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:39:56.323 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:56.335 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:56.387 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:56.387 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:39:56.643 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:56.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 16.891891; finalLux = 16.891891; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:56.682 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:56.686 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:56.698 1317 1752 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:56.709 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:56.720 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:56.739 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:56.741 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:56.772 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:56.789 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:57.093 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:57.216 1317 1521 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:57.225 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:57.226 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:57.241 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:57.261 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:57.264 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:57.267 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:57.276 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:57.280 1317 4262 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:57.302 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:57.411 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:57.467 1317 4262 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:57.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 16.891891; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:57.773 1317 4262 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:57.784 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:57.795 1317 4262 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:57.813 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:57.844 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:57.860 1317 4262 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:58.196 1317 4262 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:58.335 1317 1521 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:58.350 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:58.357 1317 1521 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #1704} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (211
skipped)
02-01 11:39:58.361 1317 1521 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:58.383 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:58.443 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:58.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:58.946 1317 2183 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:58.956 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:58.967 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:58.981 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:59.018 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:59.034 1317 2181 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:59.292 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:59.340 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:59.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:39:59.392 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:59.490 1317 2181 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:39:59.495 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:59.501 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:59.514 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:39:59.529 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:59.546 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:39:59.559 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:39:59.588 1317 1752 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:pem_htp_level value:1 pkg:com.vivo.pem userId:0
02-01 11:39:59.590 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/pem_htp_level
02-01 11:39:59.599 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:59.702 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:59.822 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:59.926 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:39:59.946 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:40:00.017 1317 2183 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:00.028 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:00.030 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:00.041 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:00.058 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:00.088 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:00.118 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:00.131 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:00.243 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:00.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:00.346 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:00.390 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:00.449 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:00.530 1317 1752 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:00.540 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:00.553 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:00.553 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:00.576 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:00.610 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:00.656 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:00.692 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:01.110 1317 1752 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:01.122 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.131 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:01.148 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:01.189 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:01.209 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:01.354 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.456 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.560 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.663 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.682 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.738 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.747 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.764 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:01.766 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.781 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.877 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.941 1317 2181 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:01.960 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:01.977 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:01.987 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:01.994 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:02.000 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:02.005 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:02.009 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:02.014 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.015 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.016 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.017 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.018 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.019 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.020 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 15.2027025; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:02.080 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:02.162 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:02.228 1317 2181 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:02.230 1317 2181 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:02.773 1317 2181 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:02.840 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.846 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:02.852 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.852 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.876 1317 1521 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:02.877 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.882 1317 1455 I ActivityManager: Waited long enough for:
ServiceRecord{24f526 u0
com.starmakerinteractive.starmaker/com.ushowmedia.starmaker.ashes.AshesService}
02-01 11:40:02.883 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:40:02.885 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:02.906 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:02.913 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.924 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:02.934 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:02.955 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:02.965 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:02.982 1317 1432 D DeviceIdleController: Adding AppId 10049 to temp
whitelist. New entry: true
02-01 11:40:02.983 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10049, delay=20000
02-01 11:40:02.983 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10049, 10081, 10096, 10125, 10183, 10216]
02-01 11:40:02.983 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10049, 10081, 10096, 10125, 10183, 10216]
02-01 11:40:02.984 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:03.048 1317 1752 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:03.092 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.103 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.downloads uid 10048, isRmsPreload = false, keepQuiet
=false
02-01 11:40:03.111 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.116 1317 2687 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:03.136 1317 1432 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:03.154 1317 2687 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:03.163 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.164 1317 1752 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:03.170 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:40:03.190 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.196 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.208 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.214 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:03.215 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.224 1317 1432 W Looper : Slow dispatch took 241ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:40:03.224 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:03.224 1317 1432 D DeviceIdleController: Adding AppId 10049 to temp
whitelist. New entry: false
02-01 11:40:03.247 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:03.249 1317 2183 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.smartshot
02-01 11:40:03.249 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:40:03.266 1317 1456 I ActivityManager: Start proc
6047:com.vivo.smartshot:screenshot/1000 for broadcast
{com.vivo.smartshot/com.vivo.smartshot.receiver.SysBootReceiver}
02-01 11:40:03.299 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:03.371 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:40:03.409 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:03.413 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:40:03.413 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:40:03.414 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.google.android.apps.docs mWorkingState
isCheckDownload false
02-01 11:40:03.419 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:03.460 1317 2687 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:03.473 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.513 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:03.536 1317 1752 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:03.551 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.624 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.649 1317 1521 W ActivityManager: Unable to start service Intent
{ act=com.vivo.virtualbutton.service.VirtualButtonManagerService
pkg=com.vivo.virtualbutton } U=0: not found
02-01 11:40:03.651 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:03.668 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:03.670 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10096, timeNow=104691
02-01 11:40:03.670 1317 1530 D DeviceIdleController: Removing uid 10096 from temp
whitelist
02-01 11:40:03.670 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10049, 10081, 10125, 10183, 10216]
02-01 11:40:03.677 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10049, 10081, 10125, 10183, 10216]
02-01 11:40:03.681 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:03.682 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:03.702 1317 2687 I ActivityManager: Process
com.vivo.smartshot:screenshot (pid 6047) has died: fg RCVR
02-01 11:40:03.726 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.759 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:40:03.759 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:03.817 1317 1317 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.updater
02-01 11:40:03.818 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10121; state: DISABLED
02-01 11:40:03.820 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10121; state: ENABLED
02-01 11:40:03.829 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.847 1317 1456 I ActivityManager: Start proc
6075:com.bbk.updater/u0a121 for broadcast
{com.bbk.updater/com.bbk.updater.receiver.BootCompleteReceiver}
02-01 11:40:03.847 1317 1432 D DeviceIdleController: Adding AppId 10121 to temp
whitelist. New entry: true
02-01 11:40:03.847 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10121, delay=20000
02-01 11:40:03.848 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10049, 10081, 10121, 10125, 10183, 10216]
02-01 11:40:03.856 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:03.859 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10049, 10081, 10121, 10125, 10183, 10216]
02-01 11:40:03.860 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:03.903 1317 6074 I DropBoxManagerService: add tag=SYSTEM_BOOT
isTagEnabled=true flags=0x2
02-01 11:40:03.909 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:03.909 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10183, timeNow=104931
02-01 11:40:03.909 1317 1530 D DeviceIdleController: Removing uid 10183 from temp
whitelist
02-01 11:40:03.909 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10049, 10081, 10121, 10125, 10216]
02-01 11:40:03.933 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:03.950 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10049, 10081, 10121, 10125, 10216]
02-01 11:40:03.959 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:03.960 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:03.977 1317 6074 I BootReceiver: Copying audit failures to DropBox
02-01 11:40:03.978 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:03.979 1317 6074 I BootReceiver: Checking for fsck errors
02-01 11:40:03.981 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:03.983 1317 6074 I BootReceiver: fs_stat, partition:cache stat:0xb
02-01 11:40:03.983 1317 6074 I BootReceiver: fs_stat, partition:logsys stat:0x3
02-01 11:40:03.983 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:03.984 1317 6074 I BootReceiver: fs_stat, partition:protect1 stat:0x3
02-01 11:40:03.987 1317 6074 I BootReceiver: fs_stat, partition:protect2 stat:0x3
02-01 11:40:03.987 1317 6074 I BootReceiver: fs_stat, partition:nvdata stat:0x3
02-01 11:40:03.987 1317 6074 I BootReceiver: fs_stat, partition:nvcfg stat:0xb
02-01 11:40:03.987 1317 6074 I BootReceiver: fs_stat, partition:persist stat:0x3
02-01 11:40:04.033 1317 6074 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:04.035 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:04.074 1317 1752 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.intent.action.DOWNLOAD_COMPLETE flg=0x10
pkg=com.facebook.appmanager (has extras) } send by ApplicationInfo{f5c1a9a
com.android.providers.downloads} should with permissions for security!!!
02-01 11:40:04.097 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:04.100 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:04.107 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:04.139 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:04.208 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:04.267 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:04.370 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:04.398 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:04.416 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:04.461 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:04.482 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:04.490 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:04.506 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:04.550 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:04.586 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:04.625 1317 2183 I _V_VivoCommonService: get info binder pid is :6075
02-01 11:40:04.685 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:04.719 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:04.719 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:04.731 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:04.751 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:04.796 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.800 1317 2183 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.801 1317 2183 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.804 1317 2183 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.818 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:40:04.825 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:40:04.868 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:04.870 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:04.870 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:04.889 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.906 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.909 1317 1317 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:04.917 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.921 1317 1317 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.startService:1840
android.content.ContextWrapper.startService:776
android.content.ContextWrapper.startService:776
com.mediatek.location.lppe.main.LPPeBootUpReceiver.onReceive:5
android.app.ActivityThread.handleReceiver:4670
02-01 11:40:04.931 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: true
02-01 11:40:04.931 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10205, delay=20000
02-01 11:40:04.931 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10049, 10081, 10121, 10125, 10205, 10216]
02-01 11:40:04.931 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10049, 10081, 10121, 10125, 10205, 10216]
02-01 11:40:04.932 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:04.935 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.940 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.942 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.945 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.948 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.955 1317 2183 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.960 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.962 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.968 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.972 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.975 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.981 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.991 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:04.999 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.004 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.007 1317 2183 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.013 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.016 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.026 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.032 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.044 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:05.048 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.061 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.064 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.067 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.080 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.083 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.102 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:05.106 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.107 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.112 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:05.112 1317 1521 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:40:05.120 1317 2687 I ConditionProviders: Allowing condition provider
com.vivo.pushservice/com.vivo.push.util.NotificationMonitor (userSet: true)
02-01 11:40:05.121 1317 1317 W Looper : Slow dispatch took 189ms main
h=android.app.ActivityThread$H c=null m=114
02-01 11:40:05.131 1317 2687 V ConditionProviders: enabling condition provider
for 0:
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.a
zr.impl.AzrConditionProviderService}
02-01 11:40:05.131 1317 2687 V ConditionProviders: Not registering
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.a
zr.impl.AzrConditionProviderService} is already bound
02-01 11:40:05.131 1317 2687 I NotificationListeners: Allowing notification
listener com.vivo.pushservice/com.vivo.push.util.NotificationMonitor (userSet:
true)
02-01 11:40:05.132 1317 2687 W NotificationListeners: Not binding notification
listener service
ComponentInfo{com.vivo.pushservice/com.vivo.push.util.NotificationMonitor}: service
not found
02-01 11:40:05.149 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: true
02-01 11:40:05.150 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=20000
02-01 11:40:05.150 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10081, 10121, 10125, 10205, 10216]
02-01 11:40:05.155 1317 2183 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.156 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10081, 10121, 10125, 10205, 10216]
02-01 11:40:05.158 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:05.164 1317 2183 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.166 1317 2183 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.170 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.upslide.speedup.provider for user 0
02-01 11:40:05.172 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.177 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.180 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.183 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.228 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:05.236 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.248 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.254 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.255 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:05.261 1317 2183 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.287 1317 1521 D JobServiceContext: doCallback of :
JobStatus{93e6ae5 #u0a205/-935512961
com.facebook.katana/com.facebook.push.mqtt.service.MqttPushHelperService u=0
s=10205 TIME=none:-184ms READY} v:VERB_EXECUTING
02-01 11:40:05.288 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:05.288 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:05.290 1317 1752 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.networkstate
02-01 11:40:05.291 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:40:05.308 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:05.332 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.334 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.341 1317 2181 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
02-01 11:40:05.342 1317 1456 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: done updating battery stats
02-01 11:40:05.342 1317 1456 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: building log message
02-01 11:40:05.342 1317 1456 I ActivityManager: Start proc
6206:com.vivo.networkstate/1000 for broadcast
{com.vivo.networkstate/com.vivo.networkstate.StartupReceiver}
02-01 11:40:05.342 1317 1456 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: starting to update pids map
02-01 11:40:05.343 1317 1456 W ActivityManager: Slow operation: 54ms so far, now
at startProcess: done updating pids map
02-01 11:40:05.343 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.360 1317 4262 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.409 1317 4262 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.412 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:05.432 1317 4262 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.434 1317 4262 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.439 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.451 1317 1433 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
02-01 11:40:05.465 1317 4262 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.489 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.493 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.495 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.505 1317 2181 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.583 1317 2181 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.609 1317 1752 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.imanager
02-01 11:40:05.610 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10073; state: DISABLED
02-01 11:40:05.614 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10073; state: ENABLED
02-01 11:40:05.616 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:05.637 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:05.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 15.2027025; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:05.685 1317 2181 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.698 1317 1456 W ActivityManager: Slow operation: 90ms so far, now
at startProcess: done updating battery stats
02-01 11:40:05.698 1317 1456 W ActivityManager: Slow operation: 90ms so far, now
at startProcess: building log message
02-01 11:40:05.698 1317 1456 I ActivityManager: Start proc
6243:com.vivo.imanager:remote/u0a73 for content provider
{com.vivo.imanager/com.iqoo.secure.provider.SecureProvider}
02-01 11:40:05.698 1317 1456 W ActivityManager: Slow operation: 90ms so far, now
at startProcess: starting to update pids map
02-01 11:40:05.703 1317 1456 W ActivityManager: Slow operation: 94ms so far, now
at startProcess: done updating pids map
02-01 11:40:05.712 1317 2181 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.718 1317 5741 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.725 1317 5741 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.737 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.743 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.745 1317 1941 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.750 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:05.751 1317 1941 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.752 1317 1521 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.762 1317 2181 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.768 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:05.770 1317 2181 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.771 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:05.773 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:05.786 1317 2181 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10073; state: DISABLED
02-01 11:40:05.791 1317 5741 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
02-01 11:40:05.801 1317 4262 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.804 1317 2666 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.814 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.824 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.828 1317 2676 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.838 1317 5741 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:05.841 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:05.844 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:05.846 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.849 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.854 1317 5741 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.855 1317 5741 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.861 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.863 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.866 1317 5741 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.869 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.880 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:40:05.880 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:40:05.880 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.starmakerinteractive.starmaker mWorkingState
isCheckDownload false
02-01 11:40:05.885 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:05.890 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.893 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.917 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.925 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:05.927 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:05.939 1317 5741 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.944 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.956 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.958 1317 5741 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.963 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.968 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:05.968 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10081, timeNow=106990
02-01 11:40:05.968 1317 1530 D DeviceIdleController: Removing uid 10081 from temp
whitelist
02-01 11:40:05.968 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10121, 10125, 10205, 10216]
02-01 11:40:05.980 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.980 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10121, 10125, 10205, 10216]
02-01 11:40:05.983 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:05.983 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:05.985 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.988 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.992 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:05.996 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.011 1317 5741 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10081, isRmsPreload = false, keepQuiet =false
02-01 11:40:06.055 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.056 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:06.068 1317 3276 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.081 1317 6279 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:06.087 1317 3276 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.094 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:06.107 1317 6285 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:06.107 1317 2676 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.bbklog
02-01 11:40:06.113 1317 6286 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:06.130 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:40:06.154 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.163 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.169 1317 1456 W ActivityManager: Slow operation: 73ms so far, now
at startProcess: returned from zygote!
02-01 11:40:06.169 1317 1456 W ActivityManager: Slow operation: 74ms so far, now
at startProcess: done updating battery stats
02-01 11:40:06.170 1317 1456 W ActivityManager: Slow operation: 75ms so far, now
at startProcess: building log message
02-01 11:40:06.170 1317 1456 I ActivityManager: Start proc
6292:com.android.bbklog/1000 for broadcast
{com.android.bbklog/com.android.bbklog.BbkLogReceiver}
02-01 11:40:06.170 1317 1456 W ActivityManager: Slow operation: 75ms so far, now
at startProcess: starting to update pids map
02-01 11:40:06.171 1317 1456 W ActivityManager: Slow operation: 76ms so far, now
at startProcess: done updating pids map
02-01 11:40:06.172 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.173 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:06.179 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.188 1317 3276 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.213 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.245 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.250 1317 2189 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.256 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.266 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.273 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.275 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.276 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.277 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:06.279 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:06.279 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10125, timeNow=107301
02-01 11:40:06.279 1317 1530 D DeviceIdleController: Removing uid 10125 from temp
whitelist
02-01 11:40:06.279 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10121, 10205, 10216]
02-01 11:40:06.280 1317 2676 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:06.296 1317 2676 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:06.334 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.335 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10121, 10205, 10216]
02-01 11:40:06.350 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:06.352 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:06.357 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.361 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.363 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.371 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:06.376 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:06.389 1317 5773 I _V_VivoActivityTaskManagerServiceImpl: register
activity observer
02-01 11:40:06.412 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:06.423 1317 2187 D IntervalStats: Unable to parse usage stats
packages: [241, 252, 292]
02-01 11:40:06.448 1317 6326 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:06.449 1317 2187 D IntervalStats: Unable to parse usage stats
packages: [241]
02-01 11:40:06.462 1317 6327 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:06.471 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:06.477 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:06.482 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:40:06.499 1317 2187 D IntervalStats: Unable to parse usage stats
packages: [241, 252, 292]
02-01 11:40:06.500 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10081, isRmsPreload = false, keepQuiet =false
02-01 11:40:06.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:06.581 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:06.588 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:06.600 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:06.684 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:06.746 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:06.783 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:06.787 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:06.859 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:06.890 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:06.993 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:07.013 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:07.061 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:40:07.062 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.062 1317 2676 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:07.071 1317 5773 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:07.082 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:07.096 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:07.124 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:07.200 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:07.230 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:07.357 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.370 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.387 1317 2187 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:07.397 1317 1941 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:07.401 1317 1941 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:07.438 1317 1941 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:07.440 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:07.528 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.559 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:07.602 1317 1605 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:07.603 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.617 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:07.622 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.624 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.632 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.661 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.674 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.687 1317 1605 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:07.695 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
02-01 11:40:07.695 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:07.695 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=108717
02-01 11:40:07.695 1317 1530 D DeviceIdleController: Time to remove uid 1000:
128696
02-01 11:40:07.695 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=19979
02-01 11:40:07.709 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:07.712 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:07.722 1317 1943 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:07.726 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.760 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.770 1317 1606 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.bindService:1937
android.content.ContextWrapper.bindService:812
com.android.server.wifi.VivoWifiLocation.bind2Service:234
com.android.server.wifi.VivoWifiLocation.access$400:36
com.android.server.wifi.VivoWifiLocation$LocationHandler.handleMessage:146
02-01 11:40:07.786 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.787 1317 1606 W ActivityManager: Unable to start service Intent
{ act=vivo.intent.action.AI_ENGINE_SCENE_SERVICE pkg=com.vivo.aiengine } U=0: not
found
02-01 11:40:07.797 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.819 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:07.832 1317 1614 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 1000; state: ENABLED
02-01 11:40:07.837 1317 1614 D CompatibilityChangeReporter: Compat change id
reported: 151105954; UID 1000; state: DISABLED
02-01 11:40:07.850 1317 1614 E AppOps : attributionTag
wifiservice_sunrise_sunset not declared in manifest of android
02-01 11:40:07.922 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:07.924 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:07.944 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:07.971 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.025 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:08.032 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.038 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.040 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.047 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.072 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.084 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.116 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.132 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:08.169 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.170 1317 2532 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
02-01 11:40:08.171 1317 2532 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
02-01 11:40:08.201 1317 1317 W Looper : Slow dispatch took 116ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@ca9ac14 m=0
02-01 11:40:08.210 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.210 1317 2532 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.contacts.sim for user 0
02-01 11:40:08.211 1317 2532 E ActivityThread: Failed to find provider info for
com.vivo.contacts.sim
02-01 11:40:08.227 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.242 1317 2532 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:08.282 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.313 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.313 1317 1317 W Looper : Slow dispatch took 111ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@c492c61 m=0
02-01 11:40:08.320 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.320 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.345 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:40:08.345 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.347 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.350 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 15.2027025; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:08.353 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.363 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:08.377 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.381 1317 1317 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #1911} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (271
skipped)
02-01 11:40:08.382 1317 1317 I _V_Sensor_FactoryManager: boot complete!
02-01 11:40:08.384 1317 1688 I _V_Sensor_FactoryManager: VivoSensorTest
type=0x210; cmd=129
02-01 11:40:08.394 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.398 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.399 1317 1317 I _V_Sensor_NativeNotification:
notifyDisplayColorMode = 0
02-01 11:40:08.399 1317 1317 I _V_Sensor_NativeNotification: notifyDcState = 0
02-01 11:40:08.399 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 9 value: [0]
02-01 11:40:08.399 1317 1317 I _V_Sensor_NativeNotification: notifyNightMode = 0
02-01 11:40:08.399 1317 1317 I _V_Sensor_NativeNotification:
notifyEyeProtectSwitch = 0
02-01 11:40:08.399 1317 1317 I _V_Sensor_NativeNotification: notifyDcState = 0
02-01 11:40:08.399 1317 1317 I _V_Sensor_NativeNotification: Initial color =
0;dcState = 0;nightMode = 0;eyeProtect = 0
02-01 11:40:08.400 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 11 value: [0]
02-01 11:40:08.400 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 12 value: [0]
02-01 11:40:08.400 1317 1317 I _V_Sensor_NativeNotification: sendDcState2Driver
cali_data: data[0]0 mDcstate 0
02-01 11:40:08.400 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 10 value: [0]
02-01 11:40:08.400 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 11 value: [0]
02-01 11:40:08.401 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
4; pos = 0 value: [0]
02-01 11:40:08.401 1317 1689 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:sdc_shutdown_time value:-1 pkg:android
userId:0
02-01 11:40:08.404 1317 1317 I _V_Sensor_AutoInfoManager: action =
android.intent.action.BOOT_COMPLETED
02-01 11:40:08.405 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.427 1317 1317 I _V_Sensor_LightCover: model matching, set
bounds:5.0,10.0,5.0,10.0
02-01 11:40:08.466 1317 1688 I _V_Sensor_FactoryManager: VivoSensorTest
type=0x222; cmd=0
02-01 11:40:08.469 1317 1317 I _V_Sensor_MultiModeBrightness: powerSaveChange
mode = 0; isPowerSave = false
02-01 11:40:08.469 1317 1766 I _V_Sensor_PemBrightness: getPemChangeThread
currentLcm = 248; targetLcm = 248; pemLcm = 248; step = 1; gap = 500
02-01 11:40:08.470 1317 1317 I _V_Sensor_MultiModeBrightness:
powerSaveScaleChange scale = 0.8
02-01 11:40:08.470 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:isecure_bright_allow value:1 pkg:android
userId:0
02-01 11:40:08.470 1317 1317 D _V_Sensor_AutoInfoManager: BootComplete!
02-01 11:40:08.473 1317 1317 I _V_Sensor_ProxInfoManager: action =
android.intent.action.BOOT_COMPLETED
02-01 11:40:08.474 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.476 1317 1766 D DisplayPowerState: Updating screen state: id=0,
state=ON, backlight=0.10462266, sdrBacklight=1.0, mInvisibleBrightChange = false,
mStateChangingOn = false
02-01 11:40:08.479 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.10462266
02-01 11:40:08.499 1317 1486 I _V_DisplayPowerState: colorfade judge brightness
brightness: 0.10462266
02-01 11:40:08.512 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.525 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.548 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:08.592 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.605 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.608 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 157233955; UID 1000; state: ENABLED
02-01 11:40:08.623 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.632 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.642 1317 1317 I _V_VivoPKMSUtils: Receive Intent
{ act=android.intent.action.BOOT_COMPLETED flg=0x89000010 (has extras) }
02-01 11:40:08.644 1317 1768 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:08.646 1317 1317 I _V_VivoPKMSUtils: SystemProperties.set
sys.vivo.bootcompleted 1
02-01 11:40:08.658 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.671 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.677 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.683 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.722 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.728 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.733 1317 1445 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:40:08.746 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.767 1317 1317 D _V_Sensor_PhoneState: onPreciseCallStateChanged
foregroundState: -1 ringingState: -1
02-01 11:40:08.769 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.811 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.835 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:08.856 1317 2676 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:bbk_crontab_used_poweron_firsttime value:1738381208845
pkg:com.vivo.daemonService userId:0
02-01 11:40:08.857 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/bbk_crontab_used_poweron_firsttime
02-01 11:40:08.863 1317 2676 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:bbk_crontab_used_poweron_count value:1
pkg:com.vivo.daemonService userId:0
02-01 11:40:08.880 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.895 1317 1451 D _V_ConfigurationManager:
/data/bbkcore/NotificationIntercept_notification_intercept_1.0.xml is null,just
return file content, no need decrypt file
02-01 11:40:08.896 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.901 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.918 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:08.929 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:08.936 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:08.953 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.974 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:08.983 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:08.996 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:09.000 1317 1943 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.awarecontext.awareeventprovider for user 0
02-01 11:40:09.012 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:09.028 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.040 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.047 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.048 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.076 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.096 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.105 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.111 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:09.127 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.127 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:09.141 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:09.180 1317 1768 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:09.196 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:09.207 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:09.250 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 15.2027025; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:09.267 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:sos_emergency_mode_on value:0
pkg:com.android.server.telecom userId:0
02-01 11:40:09.267 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:sys.sos_dial_running value:0
pkg:com.android.server.telecom userId:0
02-01 11:40:09.274 1317 6414 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:09.283 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:09.302 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:09.318 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.333 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.333 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:09.339 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.344 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:09.350 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.358 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:09.363 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.380 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:09.424 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.442 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.472 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.485 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:09.534 1317 1432 D DeviceIdleController: Adding AppId 10049 to temp
whitelist. New entry: false
02-01 11:40:09.536 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.564 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:09.583 1317 1428 W _V_PackageManager: ## return empyt for Intent
{ act=mediatek.intent.action.PHB_STATE_CHANGED flg=0x10
pkg=com.mediatek.simprocessor (has extras) } pkgName:com.mediatek.simprocessor
02-01 11:40:09.592 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:09.635 1317 1432 D DeviceIdleController: Adding AppId 10057 to temp
whitelist. New entry: true
02-01 11:40:09.636 1317 1428 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.mms
02-01 11:40:09.637 1317 1428 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10057; state: DISABLED
02-01 11:40:09.637 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10057; state: ENABLED
02-01 11:40:09.640 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.647 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10057, delay=20000
02-01 11:40:09.647 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10057, 10121, 10205, 10216]
02-01 11:40:09.647 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10057, 10121, 10205, 10216]
02-01 11:40:09.647 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:09.651 1317 1503 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:09.660 1317 1456 I ActivityManager: Start proc
6421:com.android.mms/u0a57 for broadcast
{com.android.mms/com.android.mms.smart.block.vivo.receiver.TransferPhoneOldBlockSms
Receiver}
02-01 11:40:09.661 1317 1503 D _V_VivoPKMSUtils: NO DATA in DB!
02-01 11:40:09.679 1317 1503 D _V_VivoPKMSUtils: read adbSilentInstallConfig
config from DB-END result:false delayTime 1000
02-01 11:40:09.679 1317 1503 D _V_VivoPKMSUtils: refreshThirdLauncherPkgNames
delay 1000
02-01 11:40:09.699 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.723 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:40:09.723 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:40:09.723 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.facebook.katana mWorkingState isCheckDownload false
02-01 11:40:09.760 1317 1503 D _V_VivoPKMSUtils: NO DATA in DB!
02-01 11:40:09.768 1317 1503 D _V_VivoPKMSUtils: read pkmsCommonConfig config
from DB-END result:false delayTime 1100
02-01 11:40:09.787 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.787 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.788 1317 1317 W Looper : Slow dispatch took 177ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@5ac9208 m=0
02-01 11:40:09.812 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:09.815 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.826 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:09.829 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:09.832 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:09.843 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.855 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.904 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.914 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.915 1317 1428 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:40:09.919 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.956 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:09.961 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:09.970 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:09.974 1317 1428 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:10.000 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:10.011 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.031 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.049 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.070 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.088 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.089 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:10.101 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.102 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.142 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.150 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:10.250 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.290 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.321 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.366 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.391 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:10.420 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.433 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:10.524 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.528 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.529 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.531 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.538 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.538 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.540 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:10.543 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:10.547 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.548 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:10.555 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.562 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.566 1317 2676 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.mms
02-01 11:40:10.567 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10057; state: DISABLED
02-01 11:40:10.568 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10057; state: ENABLED
02-01 11:40:10.588 1317 1456 I ActivityManager: Start proc
6469:com.android.mms:smartsms/u0a57 for content provider
{com.android.mms/com.vivo.mms.provider.MmsSmsProvider}
02-01 11:40:10.606 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:10.649 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.653 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.662 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.680 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:10.700 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.701 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.701 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:10.709 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.720 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.730 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.735 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.738 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.744 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.747 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.750 1317 1943 W _V_VivoAmsImpl: mCallingPidFilter=6421,
mCallingUidFilter=10057
02-01 11:40:10.755 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.772 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.783 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.796 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.799 1317 1943 W _V_VivoFirewall: Slow operation: 148ms so far, now
at null shouldPreventStartProcess
02-01 11:40:10.800 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.805 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.808 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.811 1317 1432 D DeviceIdleController: Adding AppId 10097 to temp
whitelist. New entry: true
02-01 11:40:10.811 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10097, delay=20000
02-01 11:40:10.811 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10057, 10097, 10121, 10205, 10216]
02-01 11:40:10.811 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.812 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.814 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.814 1317 1521 I _V_ActivityManager: isSystemApp: true,
packageName: com.debug.loggerui
02-01 11:40:10.815 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:10.815 1317 1521 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10097; state: DISABLED
02-01 11:40:10.815 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.815 1317 1521 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10097; state: DISABLED
02-01 11:40:10.815 1317 1521 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10097; state: DISABLED
02-01 11:40:10.815 1317 1521 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10097; state: ENABLED
02-01 11:40:10.816 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10097; state: ENABLED
02-01 11:40:10.816 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.817 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.819 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:10.825 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10057, 10097, 10121, 10205, 10216]
02-01 11:40:10.826 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:10.836 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:10.839 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:10.847 1317 1456 I ActivityManager: Start proc
6488:com.debug.loggerui/u0a97 for broadcast
{com.debug.loggerui/com.debug.loggerui.framework.LogReceiver}
02-01 11:40:10.849 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:10.916 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.960 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.963 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:10.965 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10057; state: ENABLED
02-01 11:40:10.966 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10057; state: DISABLED
02-01 11:40:10.969 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 182734110; UID 10057; state: ENABLED
02-01 11:40:10.976 1317 3087 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:10.980 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:10.982 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:10.996 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10097; state: DISABLED
02-01 11:40:11.038 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.052 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:11.056 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.107 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.159 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.160 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.189 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.194 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.197 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.199 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.203 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.210 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.215 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.218 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.238 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.251 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:11.257 1317 3276 I ActivityManager: Killing
4880:com.google.android.gms.unstable/u0a154 (adj 925): empty #9
02-01 11:40:11.277 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:11.280 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:11.294 1317 5773 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.camera
02-01 11:40:11.295 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10128; state: DISABLED
02-01 11:40:11.304 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10128; state: ENABLED
02-01 11:40:11.312 1317 2687 I ActivityManager: Killing
5567:com.bbk.iqoo.logsystem/u0a125 (adj 955): empty #9
02-01 11:40:11.320 1317 1432 D DeviceIdleController: Adding AppId 10128 to temp
whitelist. New entry: true
02-01 11:40:11.320 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10128, delay=20000
02-01 11:40:11.320 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10057, 10097, 10121, 10128, 10205, 10216]
02-01 11:40:11.320 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10057, 10097, 10121, 10128, 10205, 10216]
02-01 11:40:11.328 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:11.378 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:11.424 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.453 1317 1456 W ActivityManager: Slow operation: 160ms so far, now
at startProcess: returned from zygote!
02-01 11:40:11.493 1317 1752 I ActivityManager: Killing
3008:com.google.process.gservices/u0a154 (adj 985): empty #9
02-01 11:40:11.514 1317 1456 W ActivityManager: Slow operation: 221ms so far, now
at startProcess: done updating battery stats
02-01 11:40:11.515 1317 1456 W ActivityManager: Slow operation: 222ms so far, now
at startProcess: building log message
02-01 11:40:11.515 1317 1456 I ActivityManager: Start proc
6543:com.android.camera/u0a128 for broadcast
{com.android.camera/com.android.camera.PreloadCameraReceiver}
02-01 11:40:11.515 1317 1456 W ActivityManager: Slow operation: 222ms so far, now
at startProcess: starting to update pids map
02-01 11:40:11.558 1317 1432 W Looper : Slow dispatch took 107ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32
02-01 11:40:11.559 1317 6569 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:11.560 1317 1456 W ActivityManager: Slow operation: 266ms so far, now
at startProcess: done updating pids map
02-01 11:40:11.574 1317 6548 W ActivityManager: Receiver with filter
android.content.IntentFilter@6223094 already registered for pid 6421, callerPackage
is com.android.mms
02-01 11:40:11.581 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.582 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.596 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.612 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.635 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:11.641 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:11.645 1317 6573 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:11.646 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:11.646 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:11.663 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.700 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10128; state: DISABLED
02-01 11:40:11.713 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:11.716 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:11.758 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:11.759 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:11.760 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:11.805 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.811 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:11.812 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.813 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:11.838 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.869 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:11.873 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:11.885 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.907 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.927 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:11.963 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:11.980 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:12.010 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:12.014 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:12.039 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:12.077 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:12.081 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:12.082 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:12.096 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:12.239 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:12.258 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:12.262 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:12.273 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:12.330 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:12.376 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:12.377 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:12.379 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:12.415 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:12.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:12.972 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:40:12.972 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:40:12.972 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.ss.android.ugc.trill mWorkingState isCheckDownload
false
02-01 11:40:13.014 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:13.035 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:13.049 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:13.103 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:13.226 1317 1943 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:video_record_status value:2
pkg:com.android.camera userId:0
02-01 11:40:13.229 1317 1432 D DeviceIdleController: Adding AppId 10076 to temp
whitelist. New entry: true
02-01 11:40:13.229 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10076, delay=20000
02-01 11:40:13.229 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10057, 10076, 10097, 10121, 10128, 10205,
10216]
02-01 11:40:13.231 1317 1943 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.deskclock
02-01 11:40:13.232 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10076; state: DISABLED
02-01 11:40:13.232 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10076; state: DISABLED
02-01 11:40:13.232 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10076; state: DISABLED
02-01 11:40:13.232 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10076; state: ENABLED
02-01 11:40:13.233 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10076; state: ENABLED
02-01 11:40:13.237 1317 1943 I ActivityManager: Killing
5796:com.google.android.webview:webview_service/u0a165 (adj 975): empty #9
02-01 11:40:13.245 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10057, 10076, 10097, 10121, 10128, 10205, 10216]
02-01 11:40:13.246 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:13.262 1317 1456 I ActivityManager: Start proc
6610:com.android.deskclock/u0a76 for broadcast
{com.android.deskclock/com.android.deskclock.AlarmInitReceiver}
02-01 11:40:13.270 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:13.274 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:13.276 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:13.335 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:13.337 1317 1936 I ActivityManager: Process com.debug.loggerui (pid
6488) has died: cch+15 CEM
02-01 11:40:13.405 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:13.408 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:13.410 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:13.442 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:13.443 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:13.460 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:13.472 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:13.477 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:13.477 1317 1691 E AppOps : attributionTag sensor not declared in
manifest of android
02-01 11:40:13.512 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:13.545 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:13.625 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:13.672 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:13.722 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:13.727 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:13.751 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:13.815 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:13.870 1317 3276 I _V_ShortcutService: forceDeleteShortcutInner
Alarm_Create
02-01 11:40:13.870 1317 3276 I _V_ShortcutService: forceDeleteShortcutInner
Stopwatch
02-01 11:40:13.870 1317 3276 I _V_ShortcutService: forceDeleteShortcutInner
Timer_Create
02-01 11:40:13.871 1317 3276 I _V_ShortcutService: forceReplaceShortcutInner
Alarm_Create
02-01 11:40:13.877 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:13.887 1317 3276 I _V_ShortcutService: forceReplaceShortcutInner
Timer_Create
02-01 11:40:13.888 1317 3276 I _V_ShortcutService: forceReplaceShortcutInner
Stopwatch
02-01 11:40:13.923 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:13.964 1317 6548 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:alert_time value:-1
pkg:com.android.deskclock userId:0
02-01 11:40:13.975 1317 6548 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.android.deskclock.icon.status value:0
pkg:com.android.deskclock userId:0
02-01 11:40:13.983 1317 3276 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=com.android.deskclock.ALARM_CHANGED flg=0x10
pkg=com.android.deskclock } send by ApplicationInfo{2ef844d com.android.deskclock}
should with permissions for security!!!
02-01 11:40:13.986 1317 1451 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:13.990 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:13.994 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:13.997 1317 2183 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.dynsystem
02-01 11:40:13.997 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:40:14.025 1317 1456 I ActivityManager: Start proc
6638:com.android.dynsystem/1000 for broadcast
{com.android.dynsystem/com.android.dynsystem.BootCompletedReceiver}
02-01 11:40:14.149 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.193 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.196 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.220 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.230 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.240 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.255 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.262 1317 2183 W _V_VivoAmsImpl: mCallingPidFilter=6638,
mCallingUidFilter=1000
02-01 11:40:14.264 1317 2183 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.dynsystem
02-01 11:40:14.265 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:40:14.268 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.274 1317 3276 I BroadcastQueue: Delay finish:
com.android.dynsystem/.BootCompletedReceiver
02-01 11:40:14.276 1317 3276 I ActivityManager: Killing
5196:com.google.android.permissioncontroller/u0a181 (adj 965): empty #9
02-01 11:40:14.293 1317 1456 I ActivityManager: Start proc
6655:com.android.dynsystem:dynsystem/1000 for service
{com.android.dynsystem/com.android.dynsystem.DynamicSystemInstallationService}
02-01 11:40:14.314 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.387 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.455 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.457 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.482 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.516 1317 1943 I DynamicSystemService: isInstalled(): false
02-01 11:40:14.520 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:40:14.521 1317 1432 D DeviceIdleController: Adding AppId 10050 to temp
whitelist. New entry: true
02-01 11:40:14.521 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10050, delay=20000
02-01 11:40:14.521 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10049, 10050, 10057, 10076, 10097, 10121, 10128,
10205, 10216]
02-01 11:40:14.523 1317 1455 I ActivityManager: com.android.managedprovisioning
is exempt from freezer
02-01 11:40:14.523 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.managedprovisioning
02-01 11:40:14.524 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10050; state: DISABLED
02-01 11:40:14.525 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10050; state: DISABLED
02-01 11:40:14.525 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10050; state: DISABLED
02-01 11:40:14.525 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10050; state: ENABLED
02-01 11:40:14.527 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:14.527 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10049, 10050, 10057, 10076, 10097, 10121, 10128, 10205,
10216]
02-01 11:40:14.528 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:14.530 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10050; state: ENABLED
02-01 11:40:14.550 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.554 1317 1456 I ActivityManager: Start proc
6676:com.android.managedprovisioning/u0a50 for broadcast
{com.android.managedprovisioning/com.android.managedprovisioning.BootReminder}
02-01 11:40:14.563 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.629 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:14.650 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:14.657 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:14.659 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:14.659 1317 1503 D _V_VivoPKMSUtils: NO DATA in DB!
02-01 11:40:14.660 1317 1503 D _V_VivoPKMSUtils: read sys_base_apk_list config
from DB-END result:false delayTime 6000
02-01 11:40:14.661 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:14.686 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10050; state: DISABLED
02-01 11:40:14.701 1317 3276 I ActivityManager: Killing
3965:com.facebook.appmanager/u0a99 (adj 975): empty #9
02-01 11:40:14.731 1317 3276 W ActivityManager: Slow operation: 62ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:40:14.785 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.785 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.789 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.830 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.839 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.847 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.878 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.936 1317 1633 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:14.941 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:14.944 1317 1633 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:14.949 1317 1752 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:14.970 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:14.972 1317 1432 D DeviceIdleController: Adding AppId 10057 to temp
whitelist. New entry: false
02-01 11:40:15.006 1317 6548 I ActivityManager: Killing
6075:com.bbk.updater/u0a121 (adj 985): empty #9
02-01 11:40:15.018 1317 1432 D DeviceIdleController: Adding AppId 10048 to temp
whitelist. New entry: true
02-01 11:40:15.018 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10048, delay=20000
02-01 11:40:15.018 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10048, 10049, 10050, 10057, 10076, 10097, 10121,
10128, 10205, 10216]
02-01 11:40:15.018 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10048, 10049, 10050, 10057, 10076, 10097, 10121, 10128,
10205, 10216]
02-01 11:40:15.018 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:15.019 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.069 1317 1432 D DeviceIdleController: Adding AppId 10035 to temp
whitelist. New entry: true
02-01 11:40:15.069 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10035, delay=20000
02-01 11:40:15.069 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10035, 10048, 10049, 10050, 10057, 10076, 10097,
10121, 10128, 10205, 10216]
02-01 11:40:15.070 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10035; state: DISABLED
02-01 11:40:15.070 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10035, 10048, 10049, 10050, 10057, 10076, 10097, 10121,
10128, 10205, 10216]
02-01 11:40:15.070 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:15.074 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.096 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:15.097 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:15.101 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.131 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:15.146 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10035; state: ENABLED
02-01 11:40:15.150 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:15.155 1317 1432 D DeviceIdleController: Adding AppId 10048 to temp
whitelist. New entry: false
02-01 11:40:15.165 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.196 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:15.224 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.239 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.242 1317 6548 W MmsServiceBroker: MmsService not connected. Try
connecting...
02-01 11:40:15.243 1317 1317 I MmsServiceBroker: Connecting to MmsService
02-01 11:40:15.252 1317 1317 W ContextImpl: Calling a method in the system
process without a qualified user: android.app.ContextImpl.bindService:1937
com.android.server.MmsServiceBroker.tryConnecting:273
com.android.server.MmsServiceBroker.access$000:61
com.android.server.MmsServiceBroker$1.handleMessage:91
android.os.Handler.dispatchMessage:106
02-01 11:40:15.256 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.281 1317 1432 D DeviceIdleController: Adding AppId 10000 to temp
whitelist. New entry: true
02-01 11:40:15.281 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10000, delay=20000
02-01 11:40:15.282 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10000, 10035, 10048, 10049, 10050, 10057, 10076,
10097, 10121, 10128, 10205, 10216]
02-01 11:40:15.287 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.289 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10000; state: DISABLED
02-01 11:40:15.290 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10000, 10035, 10048, 10049, 10050, 10057, 10076, 10097,
10121, 10128, 10205, 10216]
02-01 11:40:15.291 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:15.324 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.325 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:40:15.328 1317 1432 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.357 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:15.361 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.419 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.460 1317 2134 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:15.468 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:15.513 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.545 1317 1317 I MmsServiceBroker: MmsService connected
02-01 11:40:15.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:15.557 1317 1752 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
02-01 11:40:15.573 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:15.595 1317 1432 D DeviceIdleController: Adding AppId 2000 to temp
whitelist. New entry: true
02-01 11:40:15.595 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=2000, delay=20000
02-01 11:40:15.595 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10048, 10049, 10050, 10057,
10076, 10097, 10121, 10128, 10205, 10216]
02-01 11:40:15.596 1317 2134 I ActivityManager: com.android.shell is exempt from
freezer
02-01 11:40:15.596 1317 2134 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.shell
02-01 11:40:15.597 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 2000; state: DISABLED
02-01 11:40:15.597 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 2000; state: DISABLED
02-01 11:40:15.597 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 2000; state: DISABLED
02-01 11:40:15.597 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 2000; state: ENABLED
02-01 11:40:15.609 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10048, 10049, 10050, 10057, 10076,
10097, 10121, 10128, 10205, 10216]
02-01 11:40:15.610 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:15.618 1317 1456 I ActivityManager: Start proc
6708:com.android.shell/2000 for broadcast
{com.android.shell/com.android.shell.HeapDumpReceiver}
02-01 11:40:15.628 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.675 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.715 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.731 1317 1943 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=launcher.action.CHANGE_APPLICATION_NOTIFICATION_NUM
flg=0x1000010 (has extras) } send by ApplicationInfo{a58f6d2 com.android.mms}
should with permissions for security!!!
02-01 11:40:15.734 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:15.735 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:15.738 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:15.740 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:15.788 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 2000; state: DISABLED
02-01 11:40:15.815 1317 2134 W ActivityManager: Slow operation: 52ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:40:15.816 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:15.860 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.865 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:15.869 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.873 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.905 1317 2134 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.daemonservice.unifiedconfigprovider for user 0
02-01 11:40:15.918 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.932 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:15.943 1317 1943 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=android.no.read.BBKLockScreen.MSG flg=0x1000010 (has extras)
} send by ApplicationInfo{a58f6d2 com.android.mms} should with permissions for
security!!!
02-01 11:40:15.947 1317 1943 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:com.android.mms.icon.status value:1
pkg:com.android.mms userId:0
02-01 11:40:15.958 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:15.959 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:15.961 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.011 1317 1432 D DeviceIdleController: Adding AppId 10041 to temp
whitelist. New entry: true
02-01 11:40:16.012 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10041, delay=20000
02-01 11:40:16.012 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10048, 10049, 10050,
10057, 10076, 10097, 10121, 10128, 10205, 10216]
02-01 11:40:16.014 1317 2134 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.statementservice
02-01 11:40:16.014 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10041; state: DISABLED
02-01 11:40:16.014 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10041; state: DISABLED
02-01 11:40:16.014 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10041; state: DISABLED
02-01 11:40:16.014 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10041; state: ENABLED
02-01 11:40:16.015 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10041; state: ENABLED
02-01 11:40:16.020 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10048, 10049, 10050, 10057,
10076, 10097, 10121, 10128, 10205, 10216]
02-01 11:40:16.023 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:16.041 1317 1456 I ActivityManager: Start proc
6726:com.android.statementservice/u0a41 for broadcast
{com.android.statementservice/com.android.statementservice.domain.BootCompletedRece
iver}
02-01 11:40:16.044 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.086 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.116 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.126 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:16.128 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:16.130 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:16.147 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.147 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10041; state: DISABLED
02-01 11:40:16.178 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.183 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.183 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.234 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.272 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.281 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.android.statementservice
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10041 callingPid:6726
02-01 11:40:16.293 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:16.301 1317 1432 D DeviceIdleController: Adding AppId 10041 to temp
whitelist. New entry: false
02-01 11:40:16.322 1317 6744 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:16.327 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10041; state: DISABLED
02-01 11:40:16.332 1317 6745 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:16.342 1317 6746 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:16.353 1317 6747 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:16.357 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:16.357 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:16.368 1317 2134 I ActivityManager: Killing
6206:com.vivo.networkstate/1000 (adj 975): empty #9
02-01 11:40:16.370 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.374 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:40:16.375 1317 6751 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:16.381 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.android.statementservice
className:androidx.work.impl.background.systemalarm.RescheduleReceiver newState:1
userId:0 callingPackage:null callingUid:10041 callingPid:6726
02-01 11:40:16.399 1317 2134 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.statementservice uid 10041, isRmsPreload = false, keepQuiet
=false
02-01 11:40:16.414 1317 1432 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: true
02-01 11:40:16.414 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10153, delay=20000
02-01 11:40:16.414 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10048, 10049, 10050,
10057, 10076, 10097, 10121, 10128, 10153, 10205, 10216]
02-01 11:40:16.418 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10048, 10049, 10050, 10057,
10076, 10097, 10121, 10128, 10153, 10205, 10216]
02-01 11:40:16.419 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:16.421 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:16.431 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:16.431 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:16.431 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.448 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 15.2027025; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:16.457 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.461 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:16.472 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.515 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.521 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:16.537 1317 1451 E _V_EmergencyBroadcastManager: start
readEmergencyBroadcastFromUnifiedConfig
02-01 11:40:16.538 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.538 1317 1451 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:16.542 1317 1451 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:16.544 1317 1943 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:16.564 1317 1451 E _V_EmergencyBroadcastManager: end
readEmergencyBroadcastFromUnifiedConfig
02-01 11:40:16.609 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.623 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:16.648 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.671 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.693 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.715 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.715 1317 1432 D DeviceIdleController: Adding AppId 10116 to temp
whitelist. New entry: true
02-01 11:40:16.716 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10116, delay=20000
02-01 11:40:16.716 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10048, 10049, 10050,
10057, 10076, 10097, 10116, 10121, 10128, 10153, 10205, 10216]
02-01 11:40:16.720 1317 2134 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.theme
02-01 11:40:16.721 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10116; state: DISABLED
02-01 11:40:16.721 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10116; state: ENABLED
02-01 11:40:16.725 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10048, 10049, 10050, 10057,
10076, 10097, 10116, 10121, 10128, 10153, 10205, 10216]
02-01 11:40:16.730 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:16.732 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:16.739 1317 1456 I ActivityManager: Start proc
6759:com.bbk.theme.useinstructions/u0a116 for broadcast
{com.bbk.theme/com.bbk.theme.tryuse.ResTryUseReceiver}
02-01 11:40:16.831 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.842 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:16.844 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:16.846 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:16.857 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10116; state: DISABLED
02-01 11:40:16.876 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.893 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.897 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.911 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.930 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:16.952 1317 6548 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:40:16.961 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:16.966 1317 6548 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:40:16.971 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:16.980 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.024 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.072 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.181 1317 1943 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:40:17.183 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:40:17.183 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:40:17.207 1317 1456 I ActivityManager: Start proc
6779:com.google.process.gapps/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider}
02-01 11:40:17.282 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:17.292 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:17.294 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:17.295 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:17.327 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:17.354 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.357 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.400 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.410 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.429 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.437 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.438 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.439 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:17.501 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:17.522 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.bbk.theme className:com.bbk.theme.Theme newState:1 userId:0
callingPackage:null callingUid:10116 callingPid:6759
02-01 11:40:17.523 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.bbk.theme className:com.bbk.theme.ThemeAlias newState:2 userId:0
callingPackage:null callingUid:10116 callingPid:6759
02-01 11:40:17.544 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.551 1317 6548 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:40:17.552 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:40:17.566 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:40:17.573 1317 1605 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:17.582 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.584 1317 1456 I ActivityManager: Start proc
6805:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:40:17.588 1317 1605 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:17.594 1317 1943 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:17.596 1317 1605 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:17.598 1317 1943 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:17.612 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.623 1317 1605 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:17.629 1317 6548 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:17.632 1317 1605 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:17.637 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.637 1317 6548 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:17.665 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.675 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:17.675 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.677 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:17.679 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:17.718 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.761 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.764 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.764 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.784 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.806 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.827 1317 2134 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.nightpearl.cp.sp for user 0
02-01 11:40:17.829 1317 2134 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.nightpearl.cp.sp for user 0
02-01 11:40:17.833 1317 1943 W _V_ContentProviderHelper: Failed to find
provider:com.vivo.nightpearl.cp.sp for user 0
02-01 11:40:17.856 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:17.871 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:17.880 1317 1943 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:40:17.880 1317 1943 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:40:17.881 1317 1943 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@f76e96b
02-01 11:40:17.919 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.031 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.075 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.086 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.098 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.133 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.232 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:18.250 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.264 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.304 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:18.324 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.336 1317 1943 I _V_VivoCommonService: get info binder pid is :2280
02-01 11:40:18.337 1317 1943 I _V_VivoCommonService: get info binder pid is :2280
02-01 11:40:18.368 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.410 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.452 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.477 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.528 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.545 1317 1943 I _V_VivoCommonService: get info binder pid is :2280
02-01 11:40:18.559 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.575 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:18.622 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.623 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:18.627 1317 2134 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #2107} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (203
skipped)
02-01 11:40:18.639 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.639 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:18.652 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.690 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.705 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.733 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.776 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.897 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:18.957 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.033 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.117 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.141 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:19.168 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.203 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.223 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.244 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.293 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.347 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.388 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.397 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.405 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.431 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.448 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.563 1317 1440 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 26, .batteryVoltage = 3769, .batteryTemperature =
336, .batteryCurrent = -468, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 21000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:40:19.633 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:40:19.633 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:40:19.634 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:40:19.635 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:40:19.660 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:40:19.745 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.833 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.897 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.931 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.942 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:19.989 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.034 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:20.065 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.154 1317 1556 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{bdf031b com.android.providers.calendar} should
with permissions for security!!!
02-01 11:40:20.172 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.238 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:20.240 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10216, timeNow=121261
02-01 11:40:20.240 1317 1530 D DeviceIdleController: Time to remove uid 10216:
124496
02-01 11:40:20.240 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10216, delay=3235
02-01 11:40:20.254 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:20.341 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.363 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:20.442 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.472 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.489 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.504 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.528 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.563 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.590 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.605 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.622 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.718 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.751 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.814 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.882 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:20.900 1317 1432 D DeviceIdleController: Adding AppId 10121 to temp
whitelist. New entry: false
02-01 11:40:20.903 1317 1752 I ActivityManager: Killing
6543:com.android.camera/u0a128 (adj 965): empty #9
02-01 11:40:20.914 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10121; state: DISABLED
02-01 11:40:20.921 1317 1432 D DeviceIdleController: Adding AppId 10099 to temp
whitelist. New entry: true
02-01 11:40:20.921 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10099, delay=20000
02-01 11:40:20.921 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10048, 10049, 10050,
10057, 10076, 10097, 10099, 10116, 10121, 10128, 10153, 10205, 10216]
02-01 11:40:20.923 1317 1752 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.appmanager
02-01 11:40:20.924 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10099; state: DISABLED
02-01 11:40:20.924 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10099; state: ENABLED
02-01 11:40:20.927 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10048, 10049, 10050, 10057,
10076, 10097, 10099, 10116, 10121, 10128, 10153, 10205, 10216]
02-01 11:40:20.928 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:20.951 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:20.952 1317 1456 I ActivityManager: Start proc
6842:com.facebook.appmanager/u0a99 for broadcast
{com.facebook.appmanager/com.facebook.oxygen.common.boot.OnBootCompleteReceiver}
02-01 11:40:20.955 1317 1943 I ActivityManager: Process
com.bbk.theme.useinstructions (pid 6759) has died: cch+5 CEM
02-01 11:40:21.007 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:21.029 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:21.031 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:21.033 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:21.075 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:21.077 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:21.118 1317 6548 I _V_VivoAmsUtils: AMS dump
callingPid=6859 ,callingUid=0 ,callerPkgName=null
02-01 11:40:21.168 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 1000; state: DISABLED
02-01 11:40:21.169 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10125; state: DISABLED
02-01 11:40:21.171 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10121; state: DISABLED
02-01 11:40:21.172 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10205; state: DISABLED
02-01 11:40:21.172 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 1001; state: DISABLED
02-01 11:40:21.174 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:21.174 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10057; state: DISABLED
02-01 11:40:21.175 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10097; state: DISABLED
02-01 11:40:21.175 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10128; state: DISABLED
02-01 11:40:21.175 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10076; state: DISABLED
02-01 11:40:21.175 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10050; state: DISABLED
02-01 11:40:21.176 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10048; state: DISABLED
02-01 11:40:21.176 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10035; state: DISABLED
02-01 11:40:21.176 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10000; state: DISABLED
02-01 11:40:21.177 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 2000; state: DISABLED
02-01 11:40:21.177 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10041; state: DISABLED
02-01 11:40:21.179 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10153; state: DISABLED
02-01 11:40:21.179 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10116; state: DISABLED
02-01 11:40:21.180 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10099; state: DISABLED
02-01 11:40:21.180 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10042; state: DISABLED
02-01 11:40:21.180 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10148; state: DISABLED
02-01 11:40:21.181 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10168; state: DISABLED
02-01 11:40:21.182 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10151; state: DISABLED
02-01 11:40:21.183 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10156; state: DISABLED
02-01 11:40:21.183 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10146; state: DISABLED
02-01 11:40:21.183 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10150; state: DISABLED
02-01 11:40:21.183 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10147; state: DISABLED
02-01 11:40:21.183 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10164; state: DISABLED
02-01 11:40:21.184 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10149; state: DISABLED
02-01 11:40:21.184 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10160; state: DISABLED
02-01 11:40:21.184 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:21.184 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10161; state: DISABLED
02-01 11:40:21.185 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10144; state: DISABLED
02-01 11:40:21.186 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10169; state: DISABLED
02-01 11:40:21.186 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10154; state: DISABLED
02-01 11:40:21.187 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10119; state: DISABLED
02-01 11:40:21.187 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10145; state: DISABLED
02-01 11:40:21.188 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10037; state: DISABLED
02-01 11:40:21.188 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10143; state: DISABLED
02-01 11:40:21.188 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10181; state: DISABLED
02-01 11:40:21.189 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10159; state: DISABLED
02-01 11:40:21.189 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10163; state: DISABLED
02-01 11:40:21.189 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10092; state: DISABLED
02-01 11:40:21.190 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10073; state: DISABLED
02-01 11:40:21.190 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10096; state: DISABLED
02-01 11:40:21.190 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10081; state: DISABLED
02-01 11:40:21.190 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10086; state: DISABLED
02-01 11:40:21.191 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10254; state: DISABLED
02-01 11:40:21.191 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10185; state: DISABLED
02-01 11:40:21.192 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10220; state: DISABLED
02-01 11:40:21.192 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10188; state: DISABLED
02-01 11:40:21.192 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10187; state: DISABLED
02-01 11:40:21.192 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10190; state: DISABLED
02-01 11:40:21.192 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10216; state: DISABLED
02-01 11:40:21.193 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10038; state: DISABLED
02-01 11:40:21.195 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10039; state: DISABLED
02-01 11:40:21.197 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10175; state: DISABLED
02-01 11:40:21.201 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10243; state: DISABLED
02-01 11:40:21.202 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10183; state: DISABLED
02-01 11:40:21.202 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10103; state: DISABLED
02-01 11:40:21.203 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 174042980; UID 10198; state: DISABLED
02-01 11:40:21.543 1317 6548 I _V_VivoAmsUtils: end ams dump.
02-01 11:40:21.584 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:21.704 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.helium.trampoline.HeliumSandboxedService
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:21.709 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:21.748 1317 6548 I ActivityManager: com.facebook.system is exempt
from freezer
02-01 11:40:21.749 1317 6548 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.system
02-01 11:40:21.750 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10034; state: DISABLED
02-01 11:40:21.750 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10034; state: DISABLED
02-01 11:40:21.751 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10034; state: DISABLED
02-01 11:40:21.751 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10034; state: ENABLED
02-01 11:40:21.753 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10034; state: ENABLED
02-01 11:40:21.771 1317 1456 I ActivityManager: Start proc
6890:com.facebook.system/u0a34 for content provider
{com.facebook.system/com.facebook.oxygen.installer.api.AppManagerApiProvider}
02-01 11:40:21.826 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:21.829 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:21.830 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:21.847 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10034; state: DISABLED
02-01 11:40:21.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:21.859 1317 1432 D DeviceIdleController: Adding AppId 10042 to temp
whitelist. New entry: true
02-01 11:40:21.859 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10042, delay=20000
02-01 11:40:21.859 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049,
10050, 10057, 10076, 10097, 10099, 10116, 10121, 10128, 10153, 10205, 10216]
02-01 11:40:21.861 1317 6548 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.services
02-01 11:40:21.862 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10042; state: DISABLED
02-01 11:40:21.863 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10042; state: ENABLED
02-01 11:40:21.870 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049, 10050,
10057, 10076, 10097, 10099, 10116, 10121, 10128, 10153, 10205, 10216]
02-01 11:40:21.876 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:21.882 1317 1456 I ActivityManager: Start proc
6913:com.facebook.services/u0a42 for broadcast
{com.facebook.services/com.facebook.oxygen.common.boot.OnBootCompleteReceiver}
02-01 11:40:21.886 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:21.889 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:21.938 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:21.945 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:21.948 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:21.950 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:21.975 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:21.985 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10042; state: DISABLED
02-01 11:40:22.016 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:22.019 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.nekodirect.NekoDirectProvider newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.020 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:22.020 1317 6548 W _V_ContentProviderHelper: Failed to find
provider:com.facebook.appmanager.nekodirect for user 0
02-01 11:40:22.023 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.installapi.OxInstallApiProvider newState:1
userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.035 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldAcceptTos newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.036 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowTos newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.037 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowExplicitTos
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.047 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallDeepLinkActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.049 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.049 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.050 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallActivity newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.057 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.069 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.077 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteActivity
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.084 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.087 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4AActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.098 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramActiv
ity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.107 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsActivit
y newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.120 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:22.126 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerActiv
ity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.139 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteLoggedOu
tActivity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.144 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteLoggedOu
tActivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.145 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ALoggedOutA
ctivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.149 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramLogge
dOutActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:6842
02-01 11:40:22.156 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsLoggedO
utActivity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.164 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerLogge
dOutActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:6842
02-01 11:40:22.179 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.181 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.183 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ARestricted
Activity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.185 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:6842
02-01 11:40:22.187 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsRestric
tedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:6842
02-01 11:40:22.190 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:6842
02-01 11:40:22.191 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.modules.api.ModulesApiProvider newState:1
userId:0 callingPackage:null callingUid:10099 callingPid:6842
02-01 11:40:22.273 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.services
className:com.facebook.oxygen.services.helium.trampoline.HeliumSandboxedService
newState:1 userId:0 callingPackage:null callingUid:10042 callingPid:6913
02-01 11:40:22.293 1317 1943 I _V_ActivityManager: dump meminfo from callingpid:
6986 callingUid:0
02-01 11:40:22.318 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.services uid 10042, isRmsPreload = false, keepQuiet =false
02-01 11:40:22.321 1317 2183 I ActivityManager: Killing
6610:com.android.deskclock/u0a76 (adj 965): empty #9
02-01 11:40:22.330 1317 1432 D DeviceIdleController: Adding AppId 10148 to temp
whitelist. New entry: true
02-01 11:40:22.330 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10148, delay=20000
02-01 11:40:22.330 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049,
10050, 10057, 10076, 10097, 10099, 10116, 10121, 10128, 10148, 10153, 10205, 10216]
02-01 11:40:22.331 1317 2183 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.assistant
02-01 11:40:22.332 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10148; state: DISABLED
02-01 11:40:22.332 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10148; state: ENABLED
02-01 11:40:22.333 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049, 10050,
10057, 10076, 10097, 10099, 10116, 10121, 10128, 10148, 10153, 10205, 10216]
02-01 11:40:22.333 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:22.351 1317 1456 I ActivityManager: Start proc
7001:com.google.android.apps.assistant/u0a148 for broadcast
{com.google.android.apps.assistant/androidx.work.impl.background.systemalarm.Resche
duleReceiver}
02-01 11:40:22.367 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.408 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:22.410 1317 1943 W ProcessCpuTracker: Failed to stat(/proc/6610):
android.system.ErrnoException: stat failed: ENOENT (No such file or directory)
02-01 11:40:22.410 1317 1943 W ProcessCpuTracker: Skipping unknown process pid
6610
02-01 11:40:22.410 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:22.412 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:22.424 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10148; state: DISABLED
02-01 11:40:22.456 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:22.456 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:22.457 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:40:22.459 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:22.527 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.561 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.services
className:com.facebook.oxygen.services.fbns.RegisteredMqttSystemBroadcastReceiver
newState:2 userId:0 callingPackage:null callingUid:10042 callingPid:6913
02-01 11:40:22.575 1317 1936 D JobServiceContext: doCallback of :
JobStatus{d6fe2d2 #u0a42/5100
com.facebook.services/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10042 TIME=none:-263ms READY} v:VERB_EXECUTING
02-01 11:40:22.576 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.579 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:22.581 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:22.581 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:40:22.621 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.623 1317 2134 I ActivityManager: Killing
6638:com.android.dynsystem/1000 (adj 975): empty #9
02-01 11:40:22.632 1317 2134 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:40:22.637 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10099; state: DISABLED
02-01 11:40:22.647 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.649 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.661 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.675 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:40:22.681 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.692 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:22.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:22.781 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.852 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:22.883 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.922 1317 1752 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7001 callingUid:10148
02-01 11:40:22.986 1317 1432 D DeviceIdleController: Adding AppId 10168 to temp
whitelist. New entry: true
02-01 11:40:22.986 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10168, delay=20000
02-01 11:40:22.986 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049,
10050, 10057, 10076, 10097, 10099, 10116, 10121, 10128, 10148, 10153, 10168, 10205,
10216]
02-01 11:40:22.986 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:22.992 1317 6548 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.maps
02-01 11:40:22.993 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10168; state: ENABLED
02-01 11:40:23.016 1317 1456 I ActivityManager: Start proc
7059:com.google.android.apps.maps/u0a168 for broadcast
{com.google.android.apps.maps/com.google.android.apps.gmm.geofence.RestartDetection
BroadcastReceiver}
02-01 11:40:23.016 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049, 10050,
10057, 10076, 10097, 10099, 10116, 10121, 10128, 10148, 10153, 10168, 10205, 10216]
02-01 11:40:23.018 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:23.018 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10049, timeNow=124040
02-01 11:40:23.019 1317 1530 D DeviceIdleController: Time to remove uid 10049:
130556
02-01 11:40:23.019 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10049, delay=6516
02-01 11:40:23.019 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:23.089 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:23.112 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:23.115 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:23.117 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:23.134 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10168; state: DISABLED
02-01 11:40:23.193 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:23.193 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:23.195 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:23.197 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:23.251 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:23.254 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:23.295 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:23.416 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:23.433 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:23.443 1317 2188 W _V_ContentProviderHelper: Failed to find
provider:com.facebook.system.restrictedmode.appmanager for user 0
02-01 11:40:23.509 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:23.509 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10216, timeNow=124531
02-01 11:40:23.509 1317 1530 D DeviceIdleController: Removing uid 10216 from temp
whitelist
02-01 11:40:23.509 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049,
10050, 10057, 10076, 10097, 10099, 10116, 10121, 10128, 10148, 10153, 10168, 10205]
02-01 11:40:23.520 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:23.523 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049, 10050,
10057, 10076, 10097, 10099, 10116, 10121, 10128, 10148, 10153, 10168, 10205]
02-01 11:40:23.525 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:23.526 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:23.536 1317 3278 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=scheduleNext flg=0x10
cmp=com.facebook.appmanager/com.facebook.oxygen.appmanager.scheduler.RescheduleServ
ice } send by ApplicationInfo{41a0bbd com.facebook.appmanager} should with
permissions for security!!!
02-01 11:40:23.540 1317 2188 D JobServiceContext: doCallback of :
JobStatus{5b56caa #u0a99/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10099 TIME=none:-1s820ms READY} v:VERB_EXECUTING
02-01 11:40:23.541 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:23.556 1317 1433 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
02-01 11:40:23.610 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:23.622 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:23.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:23.725 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:23.878 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:23.878 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10121, timeNow=124900
02-01 11:40:23.878 1317 1530 D DeviceIdleController: Time to remove uid 10121:
141922
02-01 11:40:23.878 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10121, delay=17022
02-01 11:40:24.240 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:24.272 1317 1515 I _V_PackageInstallerSession: extractNativeLibraries
packageDir:/data/app/vmdl635534153.tmp libDir:/data/app/vmdl635534153.tmp/lib
abiOverride:null
02-01 11:40:24.322 1317 1506 I PackageManager: startCopy UserHandle{0}:
InstallParams{527636b file=/data/app/vmdl635534153.tmp}
02-01 11:40:24.333 1317 1506 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: false
02-01 11:40:24.352 1317 1432 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: false
02-01 11:40:24.541 1317 1581 D _V_RuleIndexingController: Package name base size:
2 App Certificate base size: 2
02-01 11:40:24.574 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:24.598 1317 1506 I PackageManager: Integrity check passed for
file:///data/app/vmdl635534153.tmp
02-01 11:40:24.734 1317 1522 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:40:24.743 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:40:24.755 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:24.804 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:24.829 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:24.833 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:24.947 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:24.968 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:24.968 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10205, timeNow=125990
02-01 11:40:24.968 1317 1530 D DeviceIdleController: Removing uid 10205 from temp
whitelist
02-01 11:40:24.968 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049,
10050, 10057, 10076, 10097, 10099, 10116, 10121, 10128, 10148, 10153, 10168]
02-01 11:40:24.972 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049, 10050,
10057, 10076, 10097, 10099, 10116, 10121, 10128, 10148, 10153, 10168]
02-01 11:40:24.974 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:24.975 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:25.026 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:25.026 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:25.050 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:25.131 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:25.153 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:25.188 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:25.188 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=126210
02-01 11:40:25.188 1317 1530 D DeviceIdleController: Time to remove uid 1001:
137396
02-01 11:40:25.188 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=11186
02-01 11:40:25.353 1317 1522 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7059 callingUid:10168
02-01 11:40:25.412 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:25.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:25.572 1317 1522 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
02-01 11:40:25.600 1317 1522 W ActivityManager: Unable to start service Intent
{
cmp=com.google.android.projection.gearhead/com.google.android.apps.auto.carservice.
service.impl.GearheadCarStartupService } U=0: not found
02-01 11:40:25.601 1317 2687 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@eae3e5d
02-01 11:40:25.756 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.maps
className:com.google.android.apps.gmm.widget.SearchWidgetProvider newState:2
userId:0 callingPackage:null callingUid:10168 callingPid:7059
02-01 11:40:25.757 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.maps
className:com.google.android.apps.gmm.widget.traffic.TrafficWidgetProvider
newState:2 userId:0 callingPackage:null callingUid:10168 callingPid:7059
02-01 11:40:25.840 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:25.842 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:25.851 1317 3278 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:40:25.851 1317 3278 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:40:25.853 1317 3278 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@3bb2eb8
02-01 11:40:25.879 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:25.895 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:25.930 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:25.947 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:25.964 1317 3278 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:40:25.964 1317 3278 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:40:25.969 1317 2687 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@2078cd
02-01 11:40:25.980 1317 1432 D DeviceIdleController: Adding AppId 10168 to temp
whitelist. New entry: false
02-01 11:40:25.985 1317 2687 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:40:25.985 1317 2687 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:40:25.988 1317 3278 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@2c91cd0
02-01 11:40:26.005 1317 1432 D DeviceIdleController: Adding AppId 10168 to temp
whitelist. New entry: false
02-01 11:40:26.010 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:26.047 1317 1432 D DeviceIdleController: Adding AppId 10168 to temp
whitelist. New entry: false
02-01 11:40:26.065 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:26.179 1317 2188 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7059 callingUid:10168
02-01 11:40:26.330 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.maps uid 10168, isRmsPreload = false, keepQuiet
=false
02-01 11:40:26.361 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:26.364 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:26.457 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:26.457 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:26.493 1317 1432 D DeviceIdleController: Adding AppId 10168 to temp
whitelist. New entry: false
02-01 11:40:26.528 1317 1432 D DeviceIdleController: Adding AppId 10168 to temp
whitelist. New entry: false
02-01 11:40:26.624 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:26.664 1317 1432 D DeviceIdleController: Adding AppId 10168 to temp
whitelist. New entry: false
02-01 11:40:26.688 1317 1432 D DeviceIdleController: Adding AppId 10168 to temp
whitelist. New entry: false
02-01 11:40:26.691 1317 2687 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.maps
02-01 11:40:26.692 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10168; state: ENABLED
02-01 11:40:26.726 1317 1456 I ActivityManager: Start proc
7145:com.google.android.apps.maps:server_recovery_process/u0a168 for broadcast
{com.google.android.apps.maps/com.google.android.apps.gmm.plugins.serverrecovery.Ph
enotypeServerRecoveryHandlerImpl}
02-01 11:40:26.820 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:26.823 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:26.826 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:26.826 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:26.872 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:26.884 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:26.885 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:26.898 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:26.920 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:26.923 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:26.926 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:26.992 1317 4128 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:27.003 1317 4128 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:27.028 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:27.074 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:27.078 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:27.130 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:27.190 1317 1506 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.facebook.services
installerPackageName:com.facebook.system originatingUid:0 packageNameUid:10042
02-01 11:40:27.193 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:27.213 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:27.228 1317 1506 I _V_VivoPKMSUtils: -installStage -
checkDeviceInstallShouldBeSilent packageName:com.facebook.services
stagedDir:/data/app/vmdl635534153.tmp installerPackageName:com.facebook.system
originatingUid:0 installerUid:10034 fromVivo:false fromAdb:false isGMSApk:false
sessionParams.installFlags:4194322
02-01 11:40:27.246 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:27.249 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:27.250 1317 1506 I PackageManager: init_copy: InstallParams{66b803
file=/data/app/vmdl635534153.tmp}
02-01 11:40:27.250 1317 1506 I PackageManager: startCopy UserHandle{0}:
InstallParams{66b803 file=/data/app/vmdl635534153.tmp}
02-01 11:40:27.251 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:27.263 1317 1506 D PackageManager: /data/app/vmdl635534153.tmp
already staged; skipping copy
02-01 11:40:27.264 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:40:27.322 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:27.343 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:27.350 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:27.363 1317 1506 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
86 ms.
02-01 11:40:27.365 1317 1506 D PackageManager: installPackageLI:
path=/data/app/vmdl635534153.tmp
02-01 11:40:27.387 1317 1506 D PackageManager: Replace existing pacakge:
com.facebook.services
02-01 11:40:27.390 1317 1506 D PackageManager: Existing package:
PackageSetting{cb80af1 com.facebook.services/10042}
02-01 11:40:27.415 1317 1506 D PackageManager: Renaming
/data/app/vmdl635534153.tmp to
/data/app/~~JXjDBqPz-7md1qsNeQe0sQ==/com.facebook.services-WgypjoLH7MlbMUBqNzUQbQ==
02-01 11:40:27.443 1317 1506 D PackageManager: replacePackageLI:
new=Package{51846d6 com.facebook.services}, old=Package{6f8d57
com.facebook.services}
02-01 11:40:27.450 1317 1506 D PackageManager: replaceSystemPackageLI:
new=Package{51846d6 com.facebook.services}, old=Package{6f8d57
com.facebook.services}
02-01 11:40:27.450 1317 1455 I ActivityManager: Force stopping
com.facebook.services appid=10042 user=-1: installPackageLI
02-01 11:40:27.458 1317 1506 I PackageManager: Update system package
com.facebook.services code path from
/data/app/~~JsGM6f47tBBv2SyxJcUYDw==/com.facebook.services-lOvVBRuYrEvY8m77RmJjhg==
to /data/app/~~JXjDBqPz-7md1qsNeQe0sQ==/com.facebook.services-
WgypjoLH7MlbMUBqNzUQbQ==; Retain data and using new
02-01 11:40:27.460 1317 1506 D _V_VivoPKMSUtils: isSupportRomVersion configOsName
is null
02-01 11:40:27.465 1317 1506 I _V_PackageManager: cleanPackageDataStructuresLILPw
pkg:Package{6f8d57 com.facebook.services}
02-01 11:40:27.474 1317 1538 I _V_SettingsProvider: check fallback files
02-01 11:40:27.482 1317 1455 I ActivityManager: Killing
6913:com.facebook.services/u0a42 (adj 905): stop com.facebook.services due to
installPackageLI
02-01 11:40:27.514 1317 1506 D PackageManager: New package installed in
/data/app/~~JXjDBqPz-7md1qsNeQe0sQ==/com.facebook.services-WgypjoLH7MlbMUBqNzUQbQ==
02-01 11:40:27.519 1317 1506 D PackageManager: Implicitly enabling system package
on upgrade: com.facebook.services
02-01 11:40:27.519 1317 1506 D PackageManager: user 0 => true
02-01 11:40:27.529 1317 1506 I PackageManager: Permission ownership changed.
Updating all permissions.
02-01 11:40:27.552 1317 1455 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:40:27.559 1317 7172 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:27.569 1317 3276 V ActivityManager: Got obituary of
6913:com.facebook.services
02-01 11:40:27.692 1317 1506 W PackageManager: Preserving older settings backup
02-01 11:40:27.709 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:27.709 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=128731
02-01 11:40:27.709 1317 1530 D DeviceIdleController: Time to remove uid 1000:
136595
02-01 11:40:27.709 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=7864
02-01 11:40:27.907 1317 1317 W Looper : Slow dispatch took 423ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:40:27.908 1317 1317 W Looper : Slow delivery took 426ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7
02-01 11:40:27.910 1317 1431 W Looper : Slow dispatch took 375ms android.fg
h=android.os.Handler c=<recycled PooledLambda@62c6509> m=0
02-01 11:40:27.913 1317 1431 W Looper : Slow delivery took 377ms android.fg
h=android.os.Handler c=<recycled PooledLambda@5a5f30e> m=0
02-01 11:40:27.915 1317 1605 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:27.962 1317 1431 W Looper : Drained
02-01 11:40:27.971 1317 1432 D DeviceIdleController: Adding AppId 10168 to temp
whitelist. New entry: false
02-01 11:40:27.972 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10168; state: DISABLED
02-01 11:40:27.975 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:27.978 1317 1317 W Looper : Drained
02-01 11:40:27.986 1317 1432 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: true
02-01 11:40:27.986 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10151, delay=20000
02-01 11:40:27.986 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049,
10050, 10057, 10076, 10097, 10099, 10116, 10121, 10128, 10148, 10151, 10153, 10168]
02-01 11:40:27.995 1317 1522 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.nbu.files
02-01 11:40:27.999 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10151; state: ENABLED
02-01 11:40:28.004 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10049, 10050,
10057, 10076, 10097, 10099, 10116, 10121, 10128, 10148, 10151, 10153, 10168]
02-01 11:40:28.008 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:28.021 1317 1456 I ActivityManager: Start proc
7176:com.google.android.apps.nbu.files/u0a151 for broadcast
{com.google.android.apps.nbu.files/com.google.android.apps.nbu.files.gateway.pdf.En
ablePdfPreviewActivityReceiver_Receiver}
02-01 11:40:28.078 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:28.155 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:28.179 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:28.233 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:28.253 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:28.254 1317 1506 D PackageManager: profAbsPath=/data/misc/usable-
profiles/com.facebook.services.prof
02-01 11:40:28.256 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:28.256 1317 1506 D PackageManager: isInstallSilence = true,
replace=true, packageName com.facebook.services, value def userInstall false
isProfExist false
02-01 11:40:28.283 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:28.504 1317 1432 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:28.583 1317 1605 W ContentProviderHelper: Slow operation: 500ms so
far, now at getContentProviderImpl: after resolveContentProvider
02-01 11:40:28.583 1317 1605 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:28.583 1317 1431 W Looper : Slow dispatch took 530ms android.fg
h=android.os.Handler c=<recycled PooledLambda@14a27b1> m=0
02-01 11:40:28.600 1317 1506 D PackageManager: addIdleSpeedAppSet:
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite, com.facebook.services,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.google.android.apps.youtube.music,
com.google.android.inputmethod.latin}
02-01 11:40:28.629 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10151; state: DISABLED
02-01 11:40:28.637 1317 1752 W ActivityManager: Slow operation: 54ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:40:28.647 1317 1752 W ActivityManager: Slow operation: 64ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:40:28.647 1317 1752 W ActivityManager: Slow operation: 64ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:40:28.649 1317 1752 W ActivityManager: Slow operation: 66ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:40:28.653 1317 1752 W ActivityManager: Slow operation: 70ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:40:28.674 1317 3276 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:28.676 1317 1605 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:28.679 1317 1431 W Looper : Slow delivery took 669ms android.fg
h=android.os.Handler c=<recycled PooledLambda@1b6b1d0> m=0
02-01 11:40:28.684 1317 1522 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #2238} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (119
skipped)
02-01 11:40:28.690 1317 1432 W Looper : Slow dispatch took 704ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:40:28.707 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:28.718 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:28.721 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:40:28.731 1317 1506 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:28.749 1317 1432 W Looper : Slow delivery took 750ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
02-01 11:40:28.804 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:28.819 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:28.880 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.roblox.client uid 10241, isRmsPreload = false, keepQuiet =false
02-01 11:40:28.891 1317 1432 W Looper : Drained
02-01 11:40:28.902 1317 1317 W Looper : Slow dispatch took 143ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:40:28.908 1317 1317 D _V_VivoConnectivityService:
setupVivoBroadcastReceiver action:vivo_wifi_featureconfig_update
02-01 11:40:28.923 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:28.953 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:29.024 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:29.056 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:29.196 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:29.781 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:29.783 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:29.786 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:29.788 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:29.789 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:29.794 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:29.795 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10049, timeNow=130817
02-01 11:40:29.795 1317 1530 D DeviceIdleController: Removing uid 10049 from temp
whitelist
02-01 11:40:29.795 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050,
10057, 10076, 10097, 10099, 10116, 10121, 10128, 10148, 10151, 10153, 10168]
02-01 11:40:29.797 1317 1434 W Looper : Slow dispatch took 504ms android.display
h=com.android.server.wm.VivoWmsImpl$4 c=com.android.server.wm.VivoWmsImpl$8@92b5932
m=0
02-01 11:40:29.803 1317 1317 W Looper : Slow delivery took 506ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:40:29.803 1317 1317 W Looper : Drained
02-01 11:40:29.822 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:29.856 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:29.862 1317 1431 W Looper : Drained
02-01 11:40:29.890 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050, 10057,
10076, 10097, 10099, 10116, 10121, 10128, 10148, 10151, 10153, 10168]
02-01 11:40:29.908 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:29.908 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10057, timeNow=130930
02-01 11:40:29.908 1317 1530 D DeviceIdleController: Time to remove uid 10057:
135994
02-01 11:40:29.908 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10057, delay=5064
02-01 11:40:29.908 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:29.909 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:29.958 1317 2687 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7001 callingUid:10148
02-01 11:40:29.967 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:29.978 1317 6548 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:40:30.028 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:30.061 1317 2184 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:30.131 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:30.155 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:30.197 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:30.234 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:30.260 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.nbu.files
className:com.google.android.apps.nbu.files.gateway.pdf.PdfPreviewIntentGatewayHand
ler newState:2 userId:0 callingPackage:null callingUid:10151 callingPid:7176
02-01 11:40:30.264 1317 1432 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
02-01 11:40:30.271 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:30.273 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:30.286 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:30.293 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.nbu.files
className:com.google.android.apps.nbu.files.gateway.zip.ZipPreviewGatewayHandler
newState:1 userId:0 callingPackage:null callingUid:10151 callingPid:7176
02-01 11:40:30.296 1317 1432 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
02-01 11:40:30.337 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:30.426 1317 1432 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
02-01 11:40:30.440 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:30.441 1317 1432 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
02-01 11:40:30.461 1317 1522 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7176 callingUid:10151
02-01 11:40:30.499 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:30.499 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:30.543 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:30.619 1317 1432 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
02-01 11:40:30.647 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:30.669 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:30.848 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:30.848 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10097, timeNow=131870
02-01 11:40:30.848 1317 1530 D DeviceIdleController: Removing uid 10097 from temp
whitelist
02-01 11:40:30.848 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050,
10057, 10076, 10099, 10116, 10121, 10128, 10148, 10151, 10153, 10168]
02-01 11:40:30.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:30.855 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050, 10057,
10076, 10099, 10116, 10121, 10128, 10148, 10151, 10153, 10168]
02-01 11:40:30.857 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:30.865 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:30.980 1317 2184 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:40:30.990 1317 2184 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.nbu.files uid 10151, isRmsPreload = false,
keepQuiet =false
02-01 11:40:31.005 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:31.014 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:31.027 1317 1432 D DeviceIdleController: Adding AppId 10151 to temp
whitelist. New entry: false
02-01 11:40:31.033 1317 1432 D DeviceIdleController: Adding AppId 10156 to temp
whitelist. New entry: true
02-01 11:40:31.033 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10156, delay=20000
02-01 11:40:31.033 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050,
10057, 10076, 10099, 10116, 10121, 10128, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:31.037 1317 2184 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.photosgo
02-01 11:40:31.038 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10156; state: DISABLED
02-01 11:40:31.039 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10156; state: ENABLED
02-01 11:40:31.041 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050, 10057,
10076, 10099, 10116, 10121, 10128, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:31.042 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:31.061 1317 1456 I ActivityManager: Start proc
7262:com.google.android.apps.photosgo/u0a156 for broadcast
{com.google.android.apps.photosgo/androidx.work.impl.background.systemalarm.Resched
uleReceiver}
02-01 11:40:31.125 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:31.126 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:31.147 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:31.150 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:31.152 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:31.174 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10156; state: DISABLED
02-01 11:40:31.221 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:31.225 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:31.294 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:31.298 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:31.350 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:31.358 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:31.358 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10128, timeNow=132380
02-01 11:40:31.358 1317 1530 D DeviceIdleController: Removing uid 10128 from temp
whitelist
02-01 11:40:31.358 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050,
10057, 10076, 10099, 10116, 10121, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:31.362 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050, 10057,
10076, 10099, 10116, 10121, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:31.363 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:31.364 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:31.585 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:31.650 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:31.650 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:31.663 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:31.663 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:31.687 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:31.748 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:31.790 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:31.800 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:31.894 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:31.975 1317 2183 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7059 callingUid:10168
02-01 11:40:31.981 1317 2183 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:40:31.997 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:32.113 1317 2183 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7262 callingUid:10156
02-01 11:40:32.118 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:32.164 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:32.229 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:32.232 1317 1432 D DeviceIdleController: Adding AppId 10146 to temp
whitelist. New entry: true
02-01 11:40:32.232 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10146, delay=20000
02-01 11:40:32.232 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050,
10057, 10076, 10099, 10116, 10121, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:32.234 1317 2184 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.restore
02-01 11:40:32.235 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10146; state: DISABLED
02-01 11:40:32.236 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10146; state: DISABLED
02-01 11:40:32.236 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10146; state: DISABLED
02-01 11:40:32.236 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10146; state: ENABLED
02-01 11:40:32.238 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10146; state: ENABLED
02-01 11:40:32.247 1317 2184 I ActivityManager: Killing
6655:com.android.dynsystem:dynsystem/1000 (adj 975): empty #9
02-01 11:40:32.278 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050, 10057,
10076, 10099, 10116, 10121, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:32.278 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:32.280 1317 1456 I ActivityManager: Start proc
7312:com.google.android.apps.restore/u0a146 for broadcast
{com.google.android.apps.restore/androidx.work.impl.background.systemalarm.Reschedu
leReceiver}
02-01 11:40:32.332 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:32.361 1317 7320 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:32.389 1317 7328 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:32.404 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:32.407 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:32.410 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:32.435 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:32.538 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:32.614 1317 1506 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:32.631 1317 1506 I PackageManager: MSG_FLUSH_IDLE_DEXOPT_APP_TO_DISK
02-01 11:40:32.632 1317 1506 D PackageManager: getIdleDexoptAppSet:
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite, com.facebook.services,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.google.android.apps.youtube.music,
com.google.android.inputmethod.latin}
02-01 11:40:32.638 1317 1506 D _V_PackageManager: handlePackagePostInstall
com.facebook.system com.facebook.services isUpdate:true originating=null
02-01 11:40:32.640 1317 1506 D _V_PackageManager: pms-
pkgState:pkg=com.facebook.services,userId=0,installed=true,hidden=false,suspended=f
alse,enabled=0,lastDisableAppCaller=com.facebook.system,vHidden=1
02-01 11:40:32.642 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:32.652 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:32.658 1317 1506 V _V_VivoPmsImpl: refreshThirdLauncherPkgNames
mPms.mThirdLauncherNames:[]
02-01 11:40:32.665 1317 1506 D _V_VivoPmsImpl: --- install_resource:
com.facebook.system IsInstallSilence: true installResourceVersion: 115.0.13
02-01 11:40:32.666 1317 1506 I _V_VivoPKMSUtils: isOVsea true deviceBC true
install, check something...
02-01 11:40:32.690 1317 1503 I _V_PKMSCommonUtils: wifi is working.
02-01 11:40:32.697 1317 1506 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/app/~~JsGM6f47tBBv2SyxJcUYDw==/com.facebook.services-
lOvVBRuYrEvY8m77RmJjhg==
02-01 11:40:32.720 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10146; state: DISABLED
02-01 11:40:32.728 1317 5773 W ActivityManager: Slow operation: 314ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:40:32.737 1317 5773 W ActivityManager: Slow operation: 324ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:40:32.737 1317 5773 W ActivityManager: Slow operation: 324ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:40:32.745 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:32.748 1317 1503 I _V_VivoPKMSUtils: pkgInfoMap:
{versionName=116.0.16, versionCode=682584358}
02-01 11:40:32.748 1317 5773 W ActivityManager: Slow operation: 335ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:40:32.748 1317 1503 I _V_VivoPKMSUtils: pkgInfoMap:
{versionName=115.0.13, versionCode=674463269}
02-01 11:40:32.751 1317 1503 I _V_VivoPKMSUtils: com.facebook.system false false
02-01 11:40:32.752 1317 1503 I _V_VivoPKMSUtils: com.facebook.system install
com.facebook.services
02-01 11:40:32.768 1317 5773 W ActivityManager: Slow operation: 355ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:40:32.780 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:32.786 1317 1503 W _V_PackageManager: ## return empyt for Intent
{ act=vivo.intent.action.BEHAVIOR_APPSTORE_PACKAGE_INSTALLED flg=0x4000010
pkg=com.bbk.appstore (has extras) } pkgName:com.bbk.appstore
02-01 11:40:32.789 1317 1506 I ActivityManager: Force stopping
com.facebook.services appid=10042 user=0: pkg removed
02-01 11:40:32.800 1317 1506 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:40:32.848 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:32.853 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:32.861 1317 1506 I ActivityManager: Force stopping
com.facebook.services appid=10042 user=0: pkg removed
02-01 11:40:32.870 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:32.947 1317 1506 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:40:32.951 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:32.970 1317 1506 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10042; state: DISABLED
02-01 11:40:32.977 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.services size:0
02-01 11:40:33.022 1317 1317 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:40:33.054 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:33.055 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.services)
02-01 11:40:33.074 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.services userId=0
02-01 11:40:33.091 1317 1515 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=request_complete cat=[635534153] flg=0x10
pkg=com.facebook.system
cmp=com.facebook.system/com.facebook.oxygen.installer.core.InstallationManagerCallb
ackReceiver (has extras) } send by ApplicationInfo{eee0c0d com.facebook.system}
should with permissions for security!!!
02-01 11:40:33.123 1317 1561 D _V_SplashStoreUtils: receive PackageRemoved!
02-01 11:40:33.153 1317 1434 W Looper : Slow dispatch took 310ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@f8d9d3 m=0
02-01 11:40:33.153 1317 1596 D _V_NetworkStats: ACTION_PACKAGE_ADDED for
uid=10042
02-01 11:40:33.154 1317 1434 W Looper : Slow delivery took 205ms android.display
h=com.android.server.wm.ActivityTaskSupervisor$ActivityTaskSupervisorHandler c=null
m=201
02-01 11:40:33.159 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:33.161 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:33.172 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:33.230 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:33.231 1317 1503 W _V_PackageManager: ## return empyt for Intent
{ act=vivo.intent.action.PACKAGE_INSTALLED flg=0x4000010 pkg=com.vivo.assistant }
pkgName:com.vivo.assistant
02-01 11:40:33.242 1317 1561 I _V_SplashStoreUtils: deleteSplash success.
packageName:com.facebook.services
02-01 11:40:33.260 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:33.263 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.services userId=0
02-01 11:40:33.268 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:33.268 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10076, timeNow=134290
02-01 11:40:33.268 1317 1530 D DeviceIdleController: Removing uid 10076 from temp
whitelist
02-01 11:40:33.268 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050,
10057, 10099, 10116, 10121, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:33.268 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.services size:0
02-01 11:40:33.280 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:40:33.281 1317 1317 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.keychain
02-01 11:40:33.282 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:40:33.290 1317 1317 W Looper : Slow dispatch took 292ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@37bddc3 m=0
02-01 11:40:33.291 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:33.303 1317 1317 W Looper : Slow delivery took 319ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@1210640 m=0
02-01 11:40:33.323 1317 1317 D _V_VivoNpmsImpl: Receive the delete broadcast
02-01 11:40:33.351 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.services size:0
02-01 11:40:33.356 1317 1317 I _V_VivoNightModeService: remove installed pkg
com.facebook.services
02-01 11:40:33.360 1317 6548 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:40:33.362 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10050, 10057,
10099, 10116, 10121, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:33.363 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:33.453 1317 1456 W ActivityManager: Slow operation: 172ms so far, now
at startProcess: returned from zygote!
02-01 11:40:33.467 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:33.490 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:33.495 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:33.499 1317 1317 W Looper : Slow dispatch took 134ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@3cfc717 m=0
02-01 11:40:33.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:33.550 1317 1431 W Looper : Slow dispatch took 205ms android.fg
h=android.os.Handler c=<recycled PooledLambda@77fbdb3> m=0
02-01 11:40:33.555 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:33.570 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:33.677 1317 1317 W Looper : Slow dispatch took 168ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@adbca46 m=0
02-01 11:40:33.681 1317 1456 W ActivityManager: Slow operation: 400ms so far, now
at startProcess: done updating battery stats
02-01 11:40:33.682 1317 1456 W ActivityManager: Slow operation: 401ms so far, now
at startProcess: building log message
02-01 11:40:33.684 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:33.684 1317 1456 I ActivityManager: Start proc
7341:com.android.keychain/1000 for service
{com.android.keychain/com.android.keychain.KeyChainService}
02-01 11:40:33.684 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:33.699 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:33.700 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:33.730 1317 1431 W Looper : Slow delivery took 261ms android.fg
h=android.os.Handler c=<recycled PooledLambda@9cca4a0> m=0
02-01 11:40:33.730 1317 1431 W Looper : Slow dispatch took 180ms android.fg
h=android.os.Handler c=<recycled PooledLambda@9cca4a0> m=0
02-01 11:40:33.733 1317 1456 W ActivityManager: Slow operation: 451ms so far, now
at startProcess: starting to update pids map
02-01 11:40:33.733 1317 1456 W ActivityManager: Slow operation: 452ms so far, now
at startProcess: done updating pids map
02-01 11:40:33.832 1317 5741 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:33.840 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:33.845 1317 5741 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:33.951 1317 1317 I Telecom : eo: Package com.facebook.services is not
tracked.: SSH.oR@AAA
02-01 11:40:33.977 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:33.989 1317 1431 W Looper : Slow dispatch took 210ms android.fg
h=android.os.Handler c=<recycled PooledLambda@a011efc> m=0
02-01 11:40:34.099 1317 3277 W _V_VivoAmsImpl: mCallingPidFilter=6243,
mCallingUidFilter=10073
02-01 11:40:34.114 1317 1317 W Looper : Slow dispatch took 437ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@bf2ee8 m=0
02-01 11:40:34.183 1317 3277 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.imanager
02-01 11:40:34.183 1317 3277 W ActivityManager: Slow operation: 83ms so far, now
at startProcess: building args
02-01 11:40:34.200 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10073; state: DISABLED
02-01 11:40:34.207 1317 1456 W ActivityManager: Slow operation: 107ms so far, now
at startProcess: asking zygote to start proc
02-01 11:40:34.207 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10073; state: ENABLED
02-01 11:40:34.207 1317 3277 W ActivityManager: Slow operation: 108ms so far, now
at startProcess: done starting proc!
02-01 11:40:34.233 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:34.307 1317 1431 W Looper : Slow dispatch took 253ms android.fg
h=android.os.Handler c=<recycled PooledLambda@263a7c9> m=0
02-01 11:40:34.313 1317 1434 W Looper : Slow dispatch took 1148ms
android.display h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@70f5bd0
m=0
02-01 11:40:34.320 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:34.332 1317 2184 W ActivityManager: Slow operation: 120ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:40:34.339 1317 2184 W ActivityManager: Slow operation: 126ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:40:34.365 1317 2184 W ActivityManager: Slow operation: 153ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:40:34.365 1317 2184 W ActivityManager: Slow operation: 153ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:40:34.368 1317 2184 W ActivityManager: Slow operation: 156ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:40:34.397 1317 1456 W ActivityManager: Slow operation: 297ms so far, now
at startProcess: returned from zygote!
02-01 11:40:34.401 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10038; state: DISABLED
02-01 11:40:34.413 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:34.440 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:34.451 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:34.463 1317 1548 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:40:34.464 1317 1548 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:40:34.469 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:34.558 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:34.558 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10050, timeNow=135580
02-01 11:40:34.558 1317 1530 D DeviceIdleController: Removing uid 10050 from temp
whitelist
02-01 11:40:34.558 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10057,
10099, 10116, 10121, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:34.564 1317 1548 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.permissioncontroller
02-01 11:40:34.565 1317 1548 W ActivityManager: Slow operation: 100ms so far, now
at startProcess: building args
02-01 11:40:34.565 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:34.566 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10181; state: DISABLED
02-01 11:40:34.566 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10181; state: DISABLED
02-01 11:40:34.566 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10181; state: DISABLED
02-01 11:40:34.566 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10181; state: DISABLED
02-01 11:40:34.567 1317 1548 W ActivityManager: Slow operation: 103ms so far, now
at startProcess: done starting proc!
02-01 11:40:34.585 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:34.589 1317 1434 I ActivityManager: Killing
5384:com.android.settings:SettingsExProvider/1000 (adj 985): empty #9
02-01 11:40:34.613 1317 1434 W Looper : Slow dispatch took 281ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@90368d5
m=0
02-01 11:40:34.614 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:34.616 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:34.641 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:34.744 1317 1456 W ActivityManager: Slow operation: 644ms so far, now
at startProcess: done updating battery stats
02-01 11:40:34.744 1317 1456 W ActivityManager: Slow operation: 644ms so far, now
at startProcess: building log message
02-01 11:40:34.745 1317 1456 I ActivityManager: Start proc
7383:com.vivo.imanager:releasable/u0a73 for service
{com.vivo.imanager/com.iqoo.secure.service.ReleasableService}
02-01 11:40:34.745 1317 1456 W ActivityManager: Slow operation: 645ms so far, now
at startProcess: starting to update pids map
02-01 11:40:34.749 1317 1456 W ActivityManager: Slow operation: 649ms so far, now
at startProcess: done updating pids map
02-01 11:40:34.749 1317 1456 W ActivityManager: Slow operation: 284ms so far, now
at startProcess: asking zygote to start proc
02-01 11:40:34.749 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10181; state: DISABLED
02-01 11:40:34.800 1317 1317 W Looper : Slow dispatch took 624ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@a4fbdec m=0
02-01 11:40:34.810 1317 1456 W ActivityManager: Slow operation: 345ms so far, now
at startProcess: returned from zygote!
02-01 11:40:34.817 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10057, 10099,
10116, 10121, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:34.824 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:34.850 1317 7357 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:34.851 1317 1317 I _V_VivoNightModeService: add installed pkg
com.facebook.services
02-01 11:40:34.863 1317 1317 I _V_VivoPermManagerImpl: Receive Intent
{ act=android.intent.action.PACKAGE_ADDED dat=package:com.facebook.services
flg=0x4000010 (has extras) }
02-01 11:40:34.872 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:34.942 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10073; state: DISABLED
02-01 11:40:34.944 1317 2187 W ActivityManager: Slow operation: 51ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:40:34.951 1317 2187 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:40:34.951 1317 2187 W ActivityManager: Slow operation: 58ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:40:34.974 1317 1317 I _V_VivoPermManagerImpl: Receive Intent
{ act=android.intent.action.PACKAGE_REPLACED dat=package:com.facebook.services
flg=0x4000010 (has extras) }
02-01 11:40:34.974 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:34.975 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:34.978 1317 2187 W ActivityManager: Slow operation: 85ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:40:34.985 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:34.996 1317 1434 W Looper : Drained
02-01 11:40:34.997 1317 2667 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7312 callingUid:10146
02-01 11:40:35.010 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:35.021 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:35.025 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:35.032 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:35.042 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.053 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.064 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:35.068 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:35.079 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:35.084 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.099 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.129 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.135 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.142 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.160 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.167 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.173 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.176 1317 1456 W ActivityManager: Slow operation: 711ms so far, now
at startProcess: done updating battery stats
02-01 11:40:35.176 1317 1456 W ActivityManager: Slow operation: 711ms so far, now
at startProcess: building log message
02-01 11:40:35.176 1317 1456 I ActivityManager: Start proc
7411:com.google.android.permissioncontroller/u0a181 for service
{com.google.android.permissioncontroller/com.android.permissioncontroller.role.serv
ice.RoleControllerServiceImpl}
02-01 11:40:35.176 1317 1456 W ActivityManager: Slow operation: 711ms so far, now
at startProcess: starting to update pids map
02-01 11:40:35.178 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.226 1317 1456 W ActivityManager: Slow operation: 761ms so far, now
at startProcess: done updating pids map
02-01 11:40:35.247 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:35.260 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.281 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.296 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.338 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:35.350 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:35.367 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.368 1317 1317 W Looper : Slow dispatch took 380ms main
h=android.app.ActivityThread$H
c=android.app.LoadedApk$ServiceDispatcher$RunConnection@79f3f26 m=0
02-01 11:40:35.384 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.399 1317 3087 W ActivityManager: Slow operation: 51ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:40:35.401 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.425 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:35.442 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:35.458 1317 1431 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:40:35.459 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.461 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:35.476 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.483 1317 1431 W Looper : Slow dispatch took 608ms android.fg
h=android.os.Handler c=com.android.internal.infra.ServiceConnector$Impl$
$ExternalSyntheticLambda2@71de162 m=0
02-01 11:40:35.503 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:35.507 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:35.511 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.523 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:35.541 1317 1317 W Looper : Slow dispatch took 101ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7
02-01 11:40:35.544 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:35.544 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10057, timeNow=136566
02-01 11:40:35.544 1317 1530 D DeviceIdleController: Removing uid 10057 from temp
whitelist
02-01 11:40:35.544 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10099,
10116, 10121, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:35.546 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.560 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.591 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.600 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10048, 10099, 10116,
10121, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:35.600 1317 3810 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
02-01 11:40:35.603 1317 1431 W Looper : Drained
02-01 11:40:35.612 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.630 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.637 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.640 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:35.640 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10048, timeNow=136661
02-01 11:40:35.640 1317 1530 D DeviceIdleController: Removing uid 10048 from temp
whitelist
02-01 11:40:35.640 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10099, 10116,
10121, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:35.694 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.704 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10035, 10041, 10042, 10099, 10116, 10121,
10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:35.733 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:35.733 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10035, timeNow=136755
02-01 11:40:35.733 1317 1530 D DeviceIdleController: Removing uid 10035 from temp
whitelist
02-01 11:40:35.734 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10000, 10041, 10042, 10099, 10116, 10121,
10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:35.734 1317 1317 W Looper : Slow dispatch took 146ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@4b8d69d m=0
02-01 11:40:35.737 1317 1522 I ActivityManager: Killing
6676:com.android.managedprovisioning/u0a50 (adj 975): empty #9
02-01 11:40:35.797 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.805 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:35.830 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.837 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10000, 10041, 10042, 10099, 10116, 10121, 10146,
10148, 10151, 10153, 10156, 10168]
02-01 11:40:35.840 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:35.840 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10000, timeNow=136862
02-01 11:40:35.840 1317 1530 D DeviceIdleController: Removing uid 10000 from temp
whitelist
02-01 11:40:35.840 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 2000, 10041, 10042, 10099, 10116, 10121, 10146,
10148, 10151, 10153, 10156, 10168]
02-01 11:40:35.851 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 2000, 10041, 10042, 10099, 10116, 10121, 10146, 10148,
10151, 10153, 10156, 10168]
02-01 11:40:35.876 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:35.876 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=136898
02-01 11:40:35.876 1317 1530 D DeviceIdleController: Time to remove uid 1000:
164043
02-01 11:40:35.876 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=27145
02-01 11:40:35.876 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:35.876 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=2000, timeNow=136898
02-01 11:40:35.876 1317 1530 D DeviceIdleController: Removing uid 2000 from temp
whitelist
02-01 11:40:35.876 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10041, 10042, 10099, 10116, 10121, 10146, 10148,
10151, 10153, 10156, 10168]
02-01 11:40:35.895 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.897 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:35.920 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:35.936 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10041, 10042, 10099, 10116, 10121, 10146, 10148, 10151,
10153, 10156, 10168]
02-01 11:40:35.940 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:35.940 1317 1317 W Looper : Slow dispatch took 205ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@46d3c55 m=0
02-01 11:40:35.946 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:35.948 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:35.949 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:35.951 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:35.951 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:35.951 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:35.951 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:35.952 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:35.953 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:35.953 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:35.961 1317 1317 W Looper : Drained
02-01 11:40:35.992 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:36.016 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:36.043 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:36.049 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:36.049 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10041, timeNow=137071
02-01 11:40:36.049 1317 1530 D DeviceIdleController: Time to remove uid 10041:
137323
02-01 11:40:36.049 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10041, delay=252
02-01 11:40:36.051 1317 1522 I ActivityManager: Killing
6421:com.android.mms/u0a57 (adj 975): empty #9
02-01 11:40:36.072 1317 3087 I BroadcastQueue: Delay finish:
com.google.android.apps.restore/androidx.work.impl.background.systemalarm.Reschedul
eReceiver
02-01 11:40:36.080 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:36.082 1317 3087 I ActivityManager: Killing
6708:com.android.shell/2000 (adj 965): empty #9
02-01 11:40:36.114 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:36.134 1317 7357 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:36.158 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:36.475 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:36.475 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10041, timeNow=137497
02-01 11:40:36.475 1317 1530 D DeviceIdleController: Removing uid 10041 from temp
whitelist
02-01 11:40:36.475 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10042, 10099, 10116, 10121, 10146, 10148, 10151,
10153, 10156, 10168]
02-01 11:40:36.478 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:36.491 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:36.554 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:36.556 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10042, 10099, 10116, 10121, 10146, 10148, 10151, 10153,
10156, 10168]
02-01 11:40:36.596 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:36.596 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=137618
02-01 11:40:36.596 1317 1530 D DeviceIdleController: Removing uid 1001 from temp
whitelist
02-01 11:40:36.596 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10042, 10099, 10116, 10121, 10146, 10148, 10151, 10153,
10156, 10168]
02-01 11:40:36.627 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10042, 10099, 10116, 10121, 10146, 10148, 10151, 10153, 10156,
10168]
02-01 11:40:36.630 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:36.630 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10153, timeNow=137652
02-01 11:40:36.630 1317 1530 D DeviceIdleController: Time to remove uid 10153:
142373
02-01 11:40:36.630 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10153, delay=4721
02-01 11:40:36.630 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:36.630 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:36.657 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:36.657 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:36.659 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.permissioncontroller
className:com.android.permissioncontroller.role.ui.SpecialAppAccessListActivity
newState:2 userId:0 callingPackage:null callingUid:10181 callingPid:7411
02-01 11:40:36.662 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:36.672 1317 7357 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:36.708 1317 3810 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent
{ act=com.android.vending.INTENT_COMPLETE_UPDATE_FINISH_SPLASH_SCREEN flg=0x10
pkg=com.android.vending (has extras) } send by ApplicationInfo{ea75870
com.android.vending} should with permissions for security!!!
02-01 11:40:36.723 1317 3810 D JobServiceContext: doCallback of :
JobStatus{8d9e0e6 #u0a99/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10099 TIME=none:-3s465ms READY} v:VERB_EXECUTING
02-01 11:40:36.725 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:36.749 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:36.750 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10116, timeNow=137771
02-01 11:40:36.750 1317 1530 D DeviceIdleController: Removing uid 10116 from temp
whitelist
02-01 11:40:36.750 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10042, 10099, 10121, 10146, 10148, 10151, 10153, 10156,
10168]
02-01 11:40:36.805 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10042, 10099, 10121, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:36.867 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:36.970 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:36.992 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:37.021 1317 1530 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10116; state: ENABLED
02-01 11:40:37.056 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:37.065 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:37.097 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:37.151 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:37.165 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:37.232 1317 3810 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:37.248 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:37.301 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:37.466 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:37.481 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:37.514 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:37.547 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:37.562 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:37.585 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:37.642 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:37.879 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:37.990 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:38.010 1317 3276 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7176 callingUid:10151
02-01 11:40:38.051 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:38.153 1317 2676 I ProcessStatsService: Added stats: 2025-02-01-02-
21-41, over +8h4m23s865ms
02-01 11:40:38.189 1317 2676 I ProcessStatsService: Added stats: 2025-01-31-20-
12-28, over +6h9m12s802ms
02-01 11:40:38.211 1317 2676 I ProcessStatsService: Added stats: 2025-01-31-18-
07-09, over +45m6s114ms
02-01 11:40:38.228 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~JXjDBqPz-7md1qsNeQe0sQ==/com.facebook.services-
WgypjoLH7MlbMUBqNzUQbQ==/base.apk
02-01 11:40:38.245 1317 2676 I ProcessStatsService: Added stats: 2025-01-31-14-
59-30, over +3h7m39s607ms
02-01 11:40:38.278 1317 2676 I ProcessStatsService: Added stats: 2025-01-31-11-
57-05, over +3h2m25s21ms
02-01 11:40:38.299 1317 2676 I ProcessStatsService: Added stats: 2025-01-31-01-
22-39, over +8h8m12s968ms
02-01 11:40:38.419 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:38.523 1317 2676 I ProcessStatsService: Added stats: 2025-02-01-02-
21-41, over +8h4m23s865ms
02-01 11:40:38.539 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~JXjDBqPz-7md1qsNeQe0sQ==/com.facebook.services-
WgypjoLH7MlbMUBqNzUQbQ==/base.apk
02-01 11:40:38.629 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:38.712 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:38.942 1317 1941 D _V_DisplayManagerService: DMS.BinderService.dump:
callingPid= 7550, callingUid= 0
02-01 11:40:38.950 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:38.955 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:38.957 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:39.023 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:39.028 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:39.151 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:39.203 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:39.340 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:39.353 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:39.402 1317 2687 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #2394} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (169
skipped)
02-01 11:40:39.515 1317 2666 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7262 callingUid:10156
02-01 11:40:39.561 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:39.593 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:39.604 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:39.841 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:39.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:39.912 1317 1445 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:40:39.947 1317 1445 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:40:40.078 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:40.166 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:40.170 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:40.191 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:40.231 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:40.232 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:40.263 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:40.401 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:40.555 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:40.620 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:40.710 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:40.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:40.825 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:40.899 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:40.938 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:40.938 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10121, timeNow=141960
02-01 11:40:40.938 1317 1530 D DeviceIdleController: Removing uid 10121 from temp
whitelist
02-01 11:40:40.938 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10042, 10099, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:40.948 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10042, 10099, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:40.949 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:40.950 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10099, timeNow=141971
02-01 11:40:40.950 1317 1530 D DeviceIdleController: Removing uid 10099 from temp
whitelist
02-01 11:40:40.950 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10042, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:40.956 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10042, 10146, 10148, 10151, 10153, 10156, 10168]
02-01 11:40:40.957 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:40.957 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:40.958 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:40.958 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:40.991 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:41.094 1317 7603 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:41.094 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:41.108 1317 7604 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:41.124 1317 7605 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:41.137 1317 7606 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:41.155 1317 7607 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:41.167 1317 7608 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:41.388 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:41.388 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10153, timeNow=142410
02-01 11:40:41.388 1317 1530 D DeviceIdleController: Removing uid 10153 from temp
whitelist
02-01 11:40:41.388 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10042, 10146, 10148, 10151, 10156, 10168]
02-01 11:40:41.398 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10042, 10146, 10148, 10151, 10156, 10168]
02-01 11:40:41.403 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:41.404 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:41.589 1317 2687 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7312 callingUid:10146
02-01 11:40:41.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:41.898 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:41.899 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10042, timeNow=142921
02-01 11:40:41.899 1317 1530 D DeviceIdleController: Removing uid 10042 from temp
whitelist
02-01 11:40:41.899 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10146, 10148, 10151, 10156, 10168]
02-01 11:40:41.908 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10146, 10148, 10151, 10156, 10168]
02-01 11:40:41.909 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:41.910 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:42.368 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:42.369 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10148, timeNow=143391
02-01 11:40:42.369 1317 1530 D DeviceIdleController: Removing uid 10148 from temp
whitelist
02-01 11:40:42.369 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10146, 10151, 10156, 10168]
02-01 11:40:42.385 1317 1530 I ActivityManager: Killing
6726:com.android.statementservice/u0a41 (adj 985): empty #9
02-01 11:40:42.411 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10146, 10151, 10156, 10168]
02-01 11:40:42.422 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:42.440 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:42.528 1317 7614 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:42.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:43.018 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:43.018 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10168, timeNow=144040
02-01 11:40:43.018 1317 1530 D DeviceIdleController: Time to remove uid 10168:
148993
02-01 11:40:43.018 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10168, delay=4953
02-01 11:40:43.448 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:43.527 1317 7615 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:44.166 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:44.266 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:44.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:44.369 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:44.473 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:44.576 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:44.679 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:44.782 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:44.885 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:45.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:45.624 1317 2666 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
02-01 11:40:45.961 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:46.023 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:46.063 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:46.101 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:46.150 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:46.576 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:46.601 1317 1752 I ActivityManager: Killing
7001:com.google.android.apps.assistant/u0a148 (adj 945): empty #9
02-01 11:40:46.716 1317 1522 I ActivityManager: Killing
6779:com.google.process.gapps/u0a154 (adj 985): empty #9
02-01 11:40:46.726 1317 7621 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:46.736 1317 7622 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:47.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:47.401 1317 2666 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:40:47.440 1317 2666 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:40:47.948 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:48.010 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:48.010 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10168, timeNow=149032
02-01 11:40:48.010 1317 1530 D DeviceIdleController: Removing uid 10168 from temp
whitelist
02-01 11:40:48.010 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10146, 10151, 10156]
02-01 11:40:48.017 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10146, 10151, 10156]
02-01 11:40:48.022 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:48.022 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10151, timeNow=149044
02-01 11:40:48.022 1317 1530 D DeviceIdleController: Time to remove uid 10151:
152049
02-01 11:40:48.022 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10151, delay=3005
02-01 11:40:48.022 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:48.026 1317 1530 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10168; state: ENABLED
02-01 11:40:48.027 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:48.058 1317 7628 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:48.077 1317 7629 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:48.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 15.2027025; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:49.113 1317 1522 I ActivityManager: Killing
7145:com.google.android.apps.maps:server_recovery_process/u0a168 (adj 975): empty
#9
02-01 11:40:49.121 1317 1432 I _V_WindowOrientationListenerImpl: Proposed
rotation changed! proposedRotation=1, oldProposedRotation=-1
02-01 11:40:49.243 1317 1432 W Looper : Slow dispatch took 100ms android.ui
h=android.os.Handler
c=com.android.server.wm.DisplayRotation$OrientationListener$UpdateRunnable@71783c9
m=0
02-01 11:40:49.257 1317 1522 I ActivityManager: Killing
6890:com.facebook.system/u0a34 (adj 985): empty #9
02-01 11:40:49.260 1317 1455 I ActivityManager: Waited long enough for:
ServiceRecord{bb4b625 u0
com.vivo.imanager/com.iqoo.secure.service.ReleasableService}
02-01 11:40:49.262 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:40:49.282 1317 7632 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:49.289 1317 1432 D DeviceIdleController: Adding AppId 10150 to temp
whitelist. New entry: true
02-01 11:40:49.289 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10150, delay=20000
02-01 11:40:49.289 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10146, 10150, 10151, 10156]
02-01 11:40:49.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 13.513514; kalmanLux = 13.513514; speculatedLux = 13.513514;
finalLux = 13.513514
02-01 11:40:49.300 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.searchlite
02-01 11:40:49.302 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10150; state: DISABLED
02-01 11:40:49.303 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10146, 10150, 10151, 10156]
02-01 11:40:49.303 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10150; state: ENABLED
02-01 11:40:49.304 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:49.335 1317 1456 I ActivityManager: Start proc
7633:com.google.android.apps.searchlite/u0a150 for broadcast
{com.google.android.apps.searchlite/com.google.apps.tiktok.account.data.incognito.I
ncognitoStartupReceiver_Receiver}
02-01 11:40:49.506 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:49.606 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:49.738 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:49.741 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:49.742 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:49.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:49.774 1317 2666 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10150; state: DISABLED
02-01 11:40:49.801 1317 2666 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:40:49.802 1317 2666 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:40:49.855 1317 2666 W ActivityManager: Slow operation: 109ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:40:49.860 1317 2666 W ActivityManager: Slow operation: 113ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:40:49.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:40:49.992 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:49.997 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:50.319 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:50.328 1317 2666 D _V_InsetsSourceProvider:
Window{com.android.systemui:783e20c u0 NavigationBar0} updateVisibility false
02-01 11:40:50.329 1317 2666 D _V_InsetsSourceProvider:
Window{com.android.systemui:403d38c u0 StatusBar} updateVisibility false
02-01 11:40:50.330 1317 2666 D _V_InsetsStateController: onInsetsModified
newState = InsetsState: {mDisplayFrame=Rect(0, 0 - 720, 1600),
mDisplayCutout=DisplayCutout{insets=Rect(0, 44 - 0, 0) waterfall=Insets{left=0,
top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(270, 0 -
450, 44), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]}
cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=720 displayHeight=1600
density={1.875} cutoutSpec={M -90,0 L -30,44 L 30,44 L 90,0 Z} rotation={0}
scale={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft,
radius=85, center=Point(85, 85)}, RoundedCorner{position=TopRight, radius=85,
center=Point(635, 85)}, RoundedCorner{position=BottomRight, radius=85,
center=Point(635, 1515)}, RoundedCorner{position=BottomLeft, radius=85,
center=Point(85, 1515)}]}, mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static
bounds=Rect(539, 0 - 693, 60) rotation=0}, mSources= { InsetsSource:
{mType=ITYPE_STATUS_BAR, mFrame=[0,0][720,60], mVisible=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=false},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} } from Window{a386d64 u0
com.roblox.client/com.roblox.client.ActivityNativeMain}
02-01 11:40:50.340 1317 1432 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_SYSTEM name:vivo_fullscreen_flag value:1 pkg:android userId:0
02-01 11:40:50.354 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/system/vivo_fullscreen_flag
02-01 11:40:50.384 1317 2666 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
appearance=0x8 appearanceRegions.fullscreenAppearance=8
appearanceRegions.dockedAppearance=0 isFullscreen=true
02-01 11:40:50.484 1317 1434 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
appearance=0x8 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=true
02-01 11:40:50.486 1317 1434 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=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,1521][720,1600], mVisible=false},
InsetsSource: {mType=ITYPE_LEFT_GESTURES, mFrame=[0,0][0,1600], mVisible=true},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[720,0][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0]
[720,83], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_MANDATORY_GESTURES,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_LEFT_DISPLAY_CUTOUT, mFrame=[0,0][-2147483648,1600], mVisible=true},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][720,44],
mVisible=true}, InsetsSource: {mType=ITYPE_RIGHT_DISPLAY_CUTOUT,
mFrame=[2147483647,0][720,1600], mVisible=true}, InsetsSource:
{mType=ITYPE_BOTTOM_DISPLAY_CUTOUT, mFrame=[0,2147483647][720,1600],
mVisible=true}, InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0]
[720,60], mVisible=true}, InsetsSource: {mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT,
mFrame=[0,1521][720,1600], mVisible=true}, InsetsSource: {mType=ITYPE_IME,
mFrame=[0,0][0,0], mVisible=false} }
02-01 11:40:50.501 1317 2666 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #2463} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (67
skipped)
02-01 11:40:50.506 1317 1434 D _V_WindowManager: Resize reasons w= Window{a386d64
u0 com.roblox.client/com.roblox.client.ActivityNativeMain},
shouldSendRedrawForSync() = false
02-01 11:40:50.512 1317 1434 W Looper : Slow dispatch took 183ms android.display
h=com.android.server.wm.WindowManagerService$H c=null m=63
02-01 11:40:50.521 1317 1941 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=true
02-01 11:40:50.526 1317 1941 D _V_WindowManager: Resize reasons w= Window{a386d64
u0 com.roblox.client/com.roblox.client.ActivityNativeMain},
shouldSendRedrawForSync() = false
02-01 11:40:50.532 1317 1941 D _V_WindowManager: Acquiring screen wakelock due to
Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
02-01 11:40:50.533 1317 1941 D _V_VivoPowerManagerService:
acquireWakeLockInternal: lock=93267366, flags=0x2000000a, tag="WindowManager",
ws=WorkSource{10241}, uid=1000, pid=1317
02-01 11:40:50.537 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:50.557 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 157929241; UID 1000; state: LOGGED
02-01 11:40:50.568 1317 1762 W ActivityManager: Unable to start service Intent
{ cmp=com.bbk.facewake/.FaceWakeService } U=0: not found
02-01 11:40:50.576 1317 1941 I WindowManager: Relayout Window{a386d64 u0
com.roblox.client/com.roblox.client.ActivityNativeMain}: 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
02-01 11:40:50.596 1317 1431 W Looper : Slow dispatch took 156ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:40:50.614 1317 1434 W Looper : Slow delivery took 221ms android.display
h=com.android.server.wm.VivoWmsImpl$4 c=null m=204
02-01 11:40:50.616 1317 1434 W Looper : Drained
02-01 11:40:50.640 1317 1941 D _V_WindowManager: finishDrawingWindow:
Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
mDrawState=HAS_DRAWN
02-01 11:40:50.641 1317 1941 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@6edae3d mSyncState=0
02-01 11:40:50.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 18.581081; finalLux = 18.581081; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:50.680 1317 1941 I WindowManager: Relayout Window{a386d64 u0
com.roblox.client/com.roblox.client.ActivityNativeMain}: 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
02-01 11:40:50.956 1317 1432 D DeviceIdleController: Adding AppId 10150 to temp
whitelist. New entry: false
02-01 11:40:51.064 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:51.064 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10151, timeNow=152086
02-01 11:40:51.065 1317 1530 D DeviceIdleController: Removing uid 10151 from temp
whitelist
02-01 11:40:51.065 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10146, 10150, 10156]
02-01 11:40:51.073 1317 1530 I ActivityManager: Killing
7059:com.google.android.apps.maps/u0a168 (adj 985): empty #9
02-01 11:40:51.081 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10146, 10150, 10156]
02-01 11:40:51.082 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:51.082 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10156, timeNow=152104
02-01 11:40:51.082 1317 1530 D DeviceIdleController: Removing uid 10156 from temp
whitelist
02-01 11:40:51.082 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10146, 10150]
02-01 11:40:51.086 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10146, 10150]
02-01 11:40:51.087 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:51.096 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:51.096 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:51.098 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:51.103 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:51.183 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:40:51.209 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:51.212 1317 7668 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:51.212 1317 2666 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7633 callingUid:10150
02-01 11:40:51.243 1317 1432 D DeviceIdleController: Adding AppId 10147 to temp
whitelist. New entry: true
02-01 11:40:51.243 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10147, delay=20000
02-01 11:40:51.243 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10146, 10147, 10150]
02-01 11:40:51.245 1317 2666 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.setupwizard.searchselector
02-01 11:40:51.246 1317 2666 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10147; state: DISABLED
02-01 11:40:51.246 1317 2666 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10147; state: DISABLED
02-01 11:40:51.246 1317 2666 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10147; state: DISABLED
02-01 11:40:51.246 1317 2666 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10147; state: ENABLED
02-01 11:40:51.247 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10147; state: ENABLED
02-01 11:40:51.249 1317 2666 I ActivityManager: Killing
7262:com.google.android.apps.photosgo/u0a156 (adj 955): empty #9
02-01 11:40:51.256 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10146, 10147, 10150]
02-01 11:40:51.257 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:51.272 1317 1456 I ActivityManager: Start proc
7669:com.google.android.apps.setupwizard.searchselector/u0a147 for broadcast
{com.google.android.apps.setupwizard.searchselector/com.google.android.apps.setupwi
zard.searchselector.notification.NotificationShowUpReceiver}
02-01 11:40:51.347 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:51.350 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:51.352 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:51.365 1317 2666 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10147; state: DISABLED
02-01 11:40:51.393 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:51.396 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:51.468 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:51.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 16.891891; finalLux = 16.891891; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:51.582 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:51.652 1317 2181 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.tachyon
02-01 11:40:51.655 1317 1432 D DeviceIdleController: Adding AppId 10164 to temp
whitelist. New entry: true
02-01 11:40:51.655 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10164, delay=20000
02-01 11:40:51.655 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10146, 10147, 10150, 10164]
02-01 11:40:51.656 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10164; state: ENABLED
02-01 11:40:51.675 1317 2181 I ActivityManager: Killing
7312:com.google.android.apps.restore/u0a146 (adj 955): empty #9
02-01 11:40:51.704 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10146, 10147, 10150, 10164]
02-01 11:40:51.710 1317 1456 W ActivityManager: Slow operation: 59ms so far, now
at startProcess: done updating battery stats
02-01 11:40:51.710 1317 1456 W ActivityManager: Slow operation: 59ms so far, now
at startProcess: building log message
02-01 11:40:51.710 1317 1456 I ActivityManager: Start proc
7694:com.google.android.apps.tachyon/u0a164 for broadcast
{com.google.android.apps.tachyon/com.google.android.apps.tachyon.common.applifecycl
e.BootReceiver}
02-01 11:40:51.710 1317 1456 W ActivityManager: Slow operation: 59ms so far, now
at startProcess: starting to update pids map
02-01 11:40:51.711 1317 1456 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: done updating pids map
02-01 11:40:51.711 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:51.766 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:51.770 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:51.773 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:52.069 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:52.071 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:52.072 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:52.121 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:52.123 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:52.124 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:52.268 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:40:52.268 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10146, timeNow=153290
02-01 11:40:52.268 1317 1530 D DeviceIdleController: Removing uid 10146 from temp
whitelist
02-01 11:40:52.269 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10147, 10150, 10164]
02-01 11:40:52.272 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10147, 10150, 10164]
02-01 11:40:52.273 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:40:52.275 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:52.376 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:52.384 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:52.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:52.606 1317 1470 D _V_quickfrozen: onStateChanged 3: uid 10241
model:audio state:on count= 1 app:com.roblox.client
02-01 11:40:52.753 1317 2181 I ActivityManager: Killing
6805:com.google.process.gservices/u0a154 (adj 975): empty #9
02-01 11:40:52.762 1317 2667 D VibratorManagerService: Canceling vibration
02-01 11:40:52.769 1317 2667 D _V_VibratorManagerService: mAudioVibrating = false
02-01 11:40:52.769 1317 2667 D _V_RichTapVibratorService: richtap service stop!!
02-01 11:40:52.772 1317 2667 D _V_RichTapVibratorService:
vibratorDescriptor:android.hardware.vibrator.IVibrator/default
02-01 11:40:52.772 1317 2667 D _V_RichTapVibratorService:
vibratorHalService:vendor.vivo.hardware.vibrator.x.android.hardware.vibrator.IVibra
tor$Stub$Proxy@d362597
02-01 11:40:52.772 1317 2667 E _V_RichTapVibratorService: getExtension == null
02-01 11:40:52.888 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:40:53.079 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:53.125 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:53.130 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:53.335 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:53.339 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:53.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:53.702 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:53.825 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:53.825 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:53.841 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:53.841 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:54.038 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.ChitCha
tGatewayActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:7694
02-01 11:40:54.045 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.ChitCha
tGatewayActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:7694
02-01 11:40:54.046 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.Transfe
rCallHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:7694
02-01 11:40:54.047 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.Confere
nceGatewayActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:7694
02-01 11:40:54.047 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.Livestr
eamHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:7694
02-01 11:40:54.048 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.Confere
nceUrlHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:7694
02-01 11:40:54.049 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.tachyon
className:com.google.android.libraries.communications.conference.ui.intents.Assista
ntNewUrlHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10164
callingPid:7694
02-01 11:40:54.133 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:54.163 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:54.224 1317 1941 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7694 callingUid:10164
02-01 11:40:54.250 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.97973; finalLux = 10.97973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:54.290 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:54.303 1317 1941 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:40:54.304 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:40:54.305 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:40:54.336 1317 1456 I ActivityManager: Start proc
7781:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:40:54.339 1317 1433 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
02-01 11:40:54.413 1317 1941 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.tachyon uid 10164, isRmsPreload = false, keepQuiet
=false
02-01 11:40:54.430 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:54.484 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:54.488 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:54.491 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:54.544 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:54.545 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:54.560 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:54.561 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:54.565 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:54.633 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:54.696 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:54.712 1317 2181 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:40:54.712 1317 2181 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:40:54.714 1317 2181 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@4e8cf5e
02-01 11:40:54.785 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:55.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.97973; finalLux = 10.97973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:55.171 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:55.659 1317 2181 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
02-01 11:40:55.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 10.135136; kalmanLux = 10.135136; speculatedLux = 10.135136;
finalLux = 10.135136
02-01 11:40:55.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:40:56.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:56.066 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.113 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.171 1317 1432 D DeviceIdleController: Adding AppId 10164 to temp
whitelist. New entry: false
02-01 11:40:56.190 1317 7806 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:56.197 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.216 1317 1941 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.tachyon uid 10164, isRmsPreload = false, keepQuiet
=false
02-01 11:40:56.226 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.248 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.250 1317 1432 D DeviceIdleController: Adding AppId 10164 to temp
whitelist. New entry: false
02-01 11:40:56.259 1317 1432 D DeviceIdleController: Adding AppId 10149 to temp
whitelist. New entry: true
02-01 11:40:56.259 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10149, delay=20000
02-01 11:40:56.259 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10147, 10149, 10150, 10164]
02-01 11:40:56.263 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10147, 10149, 10150, 10164]
02-01 11:40:56.263 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:56.272 1317 7810 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:56.283 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.285 1317 7811 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:56.296 1317 7812 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:56.306 1317 2181 I ActivityManager: Killing
7176:com.google.android.apps.nbu.files/u0a151 (adj 965): empty #9
02-01 11:40:56.314 1317 2181 I ActivityManager: Killing
7341:com.android.keychain/1000 (adj 975): empty #10
02-01 11:40:56.318 1317 7813 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:56.328 1317 7814 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:40:56.429 1317 7357 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:40:56.521 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.623 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.693 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.716 1317 3276 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:2804 callingUid:10149
02-01 11:40:56.744 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.751 1317 1432 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:56.767 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:56.767 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:56.804 1317 3276 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10149, isRmsPreload = false,
keepQuiet =false
02-01 11:40:56.812 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.818 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.829 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.842 1317 1432 W Looper : Slow dispatch took 584ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:40:56.842 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.856 1317 1432 W Looper : Slow delivery took 597ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
02-01 11:40:56.883 1317 5773 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.youtube.music
02-01 11:40:56.888 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10160; state: ENABLED
02-01 11:40:56.905 1317 1432 D DeviceIdleController: Adding AppId 10149 to temp
whitelist. New entry: false
02-01 11:40:56.905 1317 1432 D DeviceIdleController: Adding AppId 10160 to temp
whitelist. New entry: true
02-01 11:40:56.905 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10160, delay=20000
02-01 11:40:56.905 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10147, 10149, 10150, 10160, 10164]
02-01 11:40:56.908 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10147, 10149, 10150, 10160, 10164]
02-01 11:40:56.910 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:56.927 1317 1456 W ActivityManager: Slow operation: 56ms so far, now
at startProcess: returned from zygote!
02-01 11:40:56.928 1317 1456 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: done updating battery stats
02-01 11:40:56.929 1317 1456 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: building log message
02-01 11:40:56.929 1317 1456 I ActivityManager: Start proc
7817:com.google.android.apps.youtube.music/u0a160 for broadcast
{com.google.android.apps.youtube.music/com.google.android.libraries.notifications.p
latform.entrypoints.restart.RestartReceiver}
02-01 11:40:56.929 1317 1432 W Looper : Drained
02-01 11:40:56.929 1317 1456 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: starting to update pids map
02-01 11:40:56.930 1317 1456 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: done updating pids map
02-01 11:40:56.932 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:56.962 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.135136; finalLux = 10.135136; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:56.998 1317 5773 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:40:57.008 1317 5773 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:40:57.067 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:57.072 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:57.075 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:57.091 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10160; state: DISABLED
02-01 11:40:57.105 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 10.135136; kalmanLux = 10.135136; speculatedLux = 10.135136;
finalLux = 10.135136
02-01 11:40:57.145 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:57.150 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:57.254 1317 1434 D ColorDisplayService: Setting saturation level: 100
02-01 11:40:57.254 1317 1434 D _V_ColorDisplayService: applyTint level=150, from:
R=1.0 G=1.0 B=1.0
02-01 11:40:57.255 1317 1434 D _V_ColorDisplayService: applyTint level=150, to:
R=1.0 G=1.0 B=1.0
02-01 11:40:57.390 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:57.414 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:57.436 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:57.472 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.winddown.ui.WindDownDarkThemeSettings
newState:2 userId:0 callingPackage:null callingUid:10149 callingPid:2804
02-01 11:40:57.484 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.quicksettings.FocusModeTileSe
rvice newState:1 userId:0 callingPackage:null callingUid:10149 callingPid:2804
02-01 11:40:57.490 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.ui.FocusModeSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10149 callingPid:2804
02-01 11:40:57.518 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:57.535 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.quicksettings.FocusModeTileSe
rvice newState:1 userId:0 callingPackage:null callingUid:10149 callingPid:2804
02-01 11:40:57.538 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.ui.FocusModeSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10149 callingPid:2804
02-01 11:40:57.543 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10149, isRmsPreload = false,
keepQuiet =false
02-01 11:40:57.553 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:57.555 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:57.595 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.wellbeing uid 10149, isRmsPreload = false,
keepQuiet =false
02-01 11:40:57.603 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:57.633 1317 1522 W PackageManager: Cannot suspend package
"com.android.vending": required for package verification
02-01 11:40:57.634 1317 1522 W PackageManager: Cannot suspend the platform
package: android
02-01 11:40:57.635 1317 1522 W PackageManager: Cannot suspend package
"com.android.launcher3": contains the active launcher
02-01 11:40:57.635 1317 1522 W PackageManager: Cannot suspend package
"com.google.android.permissioncontroller": required for permissions management
02-01 11:40:57.637 1317 1522 W PackageManager: Cannot suspend package
"com.android.dialer": is the default dialer
02-01 11:40:57.637 1317 1522 W PackageManager: Cannot suspend package
"com.google.android.packageinstaller": required for package installation
02-01 11:40:57.699 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:40:57.703 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:57.793 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:57.850 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:57.944 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:57.958 1317 1521 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7633 callingUid:10150
02-01 11:40:57.984 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:58.024 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:58.119 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:58.257 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:58.377 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:58.449 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:40:58.479 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:58.609 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:58.628 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:58.637 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:58.651 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:58.672 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:58.675 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.autodnd.ui.AutoDndGesturesSettingsActiv
ity newState:2 userId:0 callingPackage:null callingUid:10149 callingPid:2804
02-01 11:40:58.683 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:58.730 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:58.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:58.750 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:58.772 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:58.800 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
null (pid=-1, uid=-1) requires
com.google.android.apps.youtube.music.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION due
to registered receiver BroadcastFilter{ec0397 10160/u0 ReceiverList{affae16 7817
com.google.android.apps.youtube.music/10160/u0 remote:a0b8731}}
02-01 11:40:58.875 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:58.884 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:58.885 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:58.897 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:40:58.915 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:58.915 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:58.923 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:58.923 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:58.980 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.quicksettings.FocusModeTileSe
rvice newState:1 userId:0 callingPackage:null callingUid:10149 callingPid:2804
02-01 11:40:58.981 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.wellbeing
className:com.google.android.apps.wellbeing.focusmode.ui.FocusModeSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10149 callingPid:2804
02-01 11:40:58.995 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:59.022 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.046 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:59.057 1317 1432 D DeviceIdleController: Adding AppId 10160 to temp
whitelist. New entry: false
02-01 11:40:59.116 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:59.126 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.171 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.215 1317 1522 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7817 callingUid:10160
02-01 11:40:59.219 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:59.274 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:59.274 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:59.310 1317 1432 D DeviceIdleController: Adding AppId 10161 to temp
whitelist. New entry: true
02-01 11:40:59.310 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10161, delay=20000
02-01 11:40:59.310 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10147, 10149, 10150, 10160, 10161, 10164]
02-01 11:40:59.311 1317 2189 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.calendar
02-01 11:40:59.311 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10161; state: DISABLED
02-01 11:40:59.312 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10161; state: DISABLED
02-01 11:40:59.312 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10161; state: ENABLED
02-01 11:40:59.313 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10161; state: ENABLED
02-01 11:40:59.333 1317 2189 I ActivityManager: Killing
6469:com.android.mms:smartsms/u0a57 (adj 975): empty #9
02-01 11:40:59.348 1317 1456 I ActivityManager: Start proc
7903:com.google.android.calendar/u0a161 for broadcast
{com.google.android.calendar/com.google.android.apps.calendar.sync.SyncOnUnlockRece
iver}
02-01 11:40:59.350 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10147, 10149, 10150, 10160, 10161, 10164]
02-01 11:40:59.351 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:40:59.390 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:59.390 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:59.460 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:59.462 1317 7357 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:59.465 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:40:59.478 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.484 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10161; state: DISABLED
02-01 11:40:59.490 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.501 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:40:59.529 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.532 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.547 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.574 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.590 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.598 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:59.619 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.649 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.650 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:40:59.674 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.706 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.720 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:59.721 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:40:59.724 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.736 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.752 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:40:59.763 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~87NWSAeK4GVbvv-pMeYJ3Q==/com.google.android.apps.youtube.music-
GMKkfw9pcHEN-dAgrmZJRw==/base.apk
02-01 11:40:59.918 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.934 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:40:59.976 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:00.104 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:00.218 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:00.278 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:00.320 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:00.336 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:00.353 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:00.386 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:00.414 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:00.430 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:00.462 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:00.503 1317 1521 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #2566} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (109
skipped)
02-01 11:41:00.556 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 12.668919; finalLux = 12.668919; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:00.613 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:00.631 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:00.648 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.youtube.music
className:androidx.media.session.MediaButtonReceiver newState:1 userId:0
callingPackage:null callingUid:10160 callingPid:7817
02-01 11:41:00.648 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.youtube.music
className:com.google.android.apps.youtube.music.player.widget.gm3.NowPlayingWidgetP
rovider newState:1 userId:0 callingPackage:null callingUid:10160 callingPid:7817
02-01 11:41:00.944 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:00.948 1317 1317 W Looper : Slow dispatch took 216ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:41:00.949 1317 1434 W Looper : Slow dispatch took 152ms android.display
h=com.android.server.wm.VivoWmsImpl$4 c=com.android.server.wm.VivoWmsImpl$8@92b5932
m=0
02-01 11:41:00.949 1317 1432 W Looper : Slow dispatch took 239ms android.ui
h=android.view.GestureDetector$GestureHandler c=null m=1
02-01 11:41:00.951 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:01.000 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.040 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.053 1317 4262 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.youtube.music uid 10160, isRmsPreload = false,
keepQuiet =false
02-01 11:41:01.071 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.094 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:01.134 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.179 1317 3087 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:41:01.179 1317 3087 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:41:01.184 1317 3087 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@3e4600d
02-01 11:41:01.187 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.203 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:01.224 1317 4262 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:01.261 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.278 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:01.282 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.292 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:01.292 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:01.317 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:01.336 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.356 1317 4262 D CompatibilityChangeReporter: Compat change id
reported: 143231523; UID 10161; state: DISABLED
02-01 11:41:01.383 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.412 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.415 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:01.424 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:01.440 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.calendar
className:com.google.android.apps.calendar.appsearch.impl.metrics.RemoteMetricsBroa
dcastReceiver newState:1 userId:0 callingPackage:null callingUid:10161
callingPid:7903
02-01 11:41:01.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:01.454 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:01.510 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.calendar
className:com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAd
apterService newState:1 userId:0 callingPackage:null callingUid:10161
callingPid:7903
02-01 11:41:01.511 1317 4262 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:10161 callingPid:7903
02-01 11:41:01.531 1317 4262 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:41:01.532 1317 4262 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.inappreach.service.START pkg=com.google.android.gms }
U=0: not found
02-01 11:41:01.534 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.536 1317 2189 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@5981b04
02-01 11:41:01.554 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:01.574 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.594 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.618 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.642 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.668 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.685 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.713 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:01.722 1317 1432 D DeviceIdleController: Adding AppId 10161 to temp
whitelist. New entry: false
02-01 11:41:01.738 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.743 1317 1432 D DeviceIdleController: Adding AppId 10161 to temp
whitelist. New entry: false
02-01 11:41:01.798 1317 3087 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7903 callingUid:10161
02-01 11:41:01.815 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:01.851 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:01.895 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:01.938 1317 1432 D DeviceIdleController: Adding AppId 10161 to temp
whitelist. New entry: false
02-01 11:41:01.956 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:01.958 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:01.975 1317 3087 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.calendar uid 10161, isRmsPreload = false, keepQuiet
=false
02-01 11:41:01.987 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:01.996 1317 2181 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7694 callingUid:10164
02-01 11:41:02.010 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:02.012 1317 1432 D DeviceIdleController: Adding AppId 10161 to temp
whitelist. New entry: false
02-01 11:41:02.017 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: true
02-01 11:41:02.017 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10144, delay=20000
02-01 11:41:02.018 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10144, 10147, 10149, 10150, 10160, 10161, 10164]
02-01 11:41:02.027 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:02.035 1317 3087 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.configupdater
02-01 11:41:02.035 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10144; state: DISABLED
02-01 11:41:02.036 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10144; state: DISABLED
02-01 11:41:02.036 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10144; state: DISABLED
02-01 11:41:02.036 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10144; state: DISABLED
02-01 11:41:02.037 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10144; state: DISABLED
02-01 11:41:02.040 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10144, 10147, 10149, 10150, 10160, 10161, 10164]
02-01 11:41:02.046 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:02.057 1317 2181 I ActivityManager: Killing
3840:com.android.vending:background/u0a153 (adj 975): empty #9
02-01 11:41:02.069 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.075 1317 1456 I ActivityManager: Start proc
8052:com.google.android.configupdater/u0a144 for broadcast
{com.google.android.configupdater/com.google.android.configupdater.MainReceiver}
02-01 11:41:02.082 1317 1432 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.108 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.162 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:02.164 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:02.166 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:02.181 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10144; state: DISABLED
02-01 11:41:02.232 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.236 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.264 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.299 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:02.331 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:02.358 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.432 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.451 1317 3276 D _V_WindowManager: hovermode: ori is sensor land
02-01 11:41:02.459 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.472 1317 3276 D _V_AppShare-VivoAppShareManager:
updateAppSharedRequestedOrientation requested : true
02-01 11:41:02.477 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.479 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:02.556 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.655 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.754 1317 2184 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:02.878 1317 3276 I ActivityTaskManager: Config changes=20000480 {1.0
515mcc3mnc [en_US] ldltr sw384dp w787dp h352dp 300dpi nrml long land finger
-keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1600, 720) mAppBounds=Rect(44, 0 -
1521, 720) mMaxBounds=Rect(0, 0 - 1600, 720) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_90} s.39 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1}
02-01 11:41:02.907 1317 3276 I ActivityTaskManager: Sending to proc
com.android.systemui new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w787dp h352dp
300dpi nrml long land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1600,
720) mAppBounds=Rect(44, 0 - 1521, 720) mMaxBounds=Rect(0, 0 - 1600, 720)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_90} s.40 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:41:02.911 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.android.configupdater to save
02-01 11:41:02.912 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.android.calendar to save
02-01 11:41:02.913 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.android.apps.youtube.music to save
02-01 11:41:02.913 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.process.gservices to save
02-01 11:41:02.913 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.android.apps.tachyon to save
02-01 11:41:02.914 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.android.apps.setupwizard.searchselector to save
02-01 11:41:02.914 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.android.apps.searchlite to save
02-01 11:41:02.915 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.android.permissioncontroller to save
02-01 11:41:02.915 1317 3276 I _V_configchange: orientation change, process has
no ui: com.vivo.imanager:releasable to save
02-01 11:41:02.915 1317 3276 I _V_configchange: orientation change, process has
no ui: com.facebook.appmanager to save
02-01 11:41:02.916 1317 3276 I _V_configchange: orientation change, process has
no ui: com.android.bbklog to save
02-01 11:41:02.916 1317 3276 I _V_configchange: orientation change, process has
no ui: com.vivo.imanager:remote to save
02-01 11:41:02.916 1317 3276 I _V_configchange: orientation change, process has
no ui: android.process.media to save
02-01 11:41:02.917 1317 3276 I _V_configchange: orientation change, process has
no ui: com.android.vending:quick_launch to save
02-01 11:41:02.917 1317 3276 I _V_configchange: orientation change, process has
no ui:
com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedPro
cessService0:0 to save
02-01 11:41:02.917 1317 3276 I _V_configchange: orientation change, process has
no ui: com.facebook.katana to save
02-01 11:41:02.918 1317 3276 I _V_configchange: orientation change, process has
no ui: com.vivo.appstore to save
02-01 11:41:02.918 1317 3276 I _V_configchange: orientation change, process has
no ui: com.starmakerinteractive.starmaker:ashes to save
02-01 11:41:02.919 1317 3276 I _V_configchange: orientation change, process has
no ui: com.android.providers.calendar to save
02-01 11:41:02.919 1317 3276 I _V_configchange: orientation change, process has
no ui: com.vivo.cota to save
02-01 11:41:02.919 1317 3276 I _V_configchange: orientation change, process has
no ui: com.android.vending to save
02-01 11:41:02.920 1317 3276 I _V_configchange: orientation change, process has
no ui: android.process.acore to save
02-01 11:41:02.920 1317 3276 I _V_configchange: orientation change, process has
no ui: com.android.bluetooth to save
02-01 11:41:02.920 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.android.gms to save
02-01 11:41:02.921 1317 3276 I _V_configchange: orientation change, process has
no ui: com.android.providers.media.module to save
02-01 11:41:02.921 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.android.apps.wellbeing to save
02-01 11:41:02.921 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.android.gms.persistent to save
02-01 11:41:02.922 1317 3276 I _V_configchange: orientation change, process has
no ui: com.vivo.upslide to save
02-01 11:41:02.922 1317 3276 I ActivityTaskManager: Sending to proc
com.bbk.updater:remote new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w787dp
h352dp 300dpi nrml long land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0
- 1600, 720) mAppBounds=Rect(44, 0 - 1521, 720) mMaxBounds=Rect(0, 0 - 1600, 720)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_90} s.69 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:41:02.923 1317 3276 I _V_configchange: orientation change, process has
no ui: com.vivo.pem to save
02-01 11:41:02.924 1317 3276 I _V_configchange: orientation change, process has
no ui: com.google.android.ext.services to save
02-01 11:41:02.924 1317 3276 I _V_configchange: orientation change, process has
no ui: com.vivo.rms to save
02-01 11:41:02.924 1317 3276 I _V_configchange: orientation change, process has
no ui: com.vivo.appfilter:service to save
02-01 11:41:02.925 1317 3276 I ActivityTaskManager: Sending to proc
com.android.settings new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w787dp h352dp
300dpi nrml long land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1600,
720) mAppBounds=Rect(44, 0 - 1521, 720) mMaxBounds=Rect(0, 0 - 1600, 720)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_90} s.74 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:41:02.926 1317 3276 I _V_configchange: orientation change, process has
no ui: com.android.phone to save
02-01 11:41:02.926 1317 3276 I _V_configchange: orientation change, process has
no ui: com.vivo.faceui to save
02-01 11:41:02.927 1317 3276 I ActivityTaskManager: Sending to proc
com.vivo.daemonService new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w787dp
h352dp 300dpi nrml long land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0
- 1600, 720) mAppBounds=Rect(44, 0 - 1521, 720) mMaxBounds=Rect(0, 0 - 1600, 720)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_90} s.77 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:41:02.928 1317 3276 I _V_configchange: orientation change, process has
no ui: com.vivo.pushservice to save
02-01 11:41:02.928 1317 3276 I _V_configchange: orientation change, process has
no ui: com.vivo.abe to save
02-01 11:41:02.928 1317 3276 I _V_configchange: orientation change, process has
no ui: system to save
02-01 11:41:02.930 1317 3276 I WindowManager: Override config changes=20000480
{1.0 515mcc3mnc [en_US] ldltr sw384dp w787dp h352dp 300dpi nrml long land finger -
keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1600, 720) mAppBounds=Rect(44, 0 -
1521, 720) mMaxBounds=Rect(0, 0 - 1600, 720) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_90} s.39 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1} for displayId=0
02-01 11:41:02.957 1317 3276 D _V_BarAnimController: onRotationChanged
mRemoteAnimState = 0
02-01 11:41:02.962 1317 3276 I ActivityTaskManager: Sending to proc
com.google.android.inputmethod.latin new config {1.0 515mcc3mnc [en_US] ldltr
sw384dp w787dp h352dp 300dpi nrml long land finger -keyb/v/h -nav/h
winConfig={ mBounds=Rect(0, 0 - 1600, 720) mAppBounds=Rect(44, 0 - 1521, 720)
mMaxBounds=Rect(0, 0 - 1600, 720) mWindowingMode=fullscreen
mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_90} s.81 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1}
02-01 11:41:02.979 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.988 1317 3276 I ActivityTaskManager: Sending to proc
com.roblox.client new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w787dp h352dp
300dpi nrml long land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1600,
720) mAppBounds=Rect(44, 0 - 1521, 720) mMaxBounds=Rect(0, 0 - 1600, 720)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_90} s.82 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:41:02.988 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:02.998 1317 3276 I _V_VivoFoldRebootUtilImpl: onConfigurationChanged
r:ActivityRecord{6f1f9ae u0 com.roblox.client/.ActivityNativeMain t6 d0}
currentState=0 startState=-1 activityState = RESUMED info = Roblox
02-01 11:41:03.000 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:03.005 1317 3276 I ActivityTaskManager: Sending to proc
com.android.launcher3 new config {1.0 515mcc3mnc [en_US] ldltr sw384dp w787dp
h352dp 300dpi nrml long land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0
- 1600, 720) mAppBounds=Rect(44, 0 - 1521, 720) mMaxBounds=Rect(0, 0 - 1600, 720)
mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined
mAlwaysOnTop=undefined mRotation=ROTATION_90} s.83 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1}
02-01 11:41:03.026 1317 3276 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:ActivityRecord{6f1f9ae u0
com.roblox.client/.ActivityNativeMain t6 d0},mainRootTask:Task{629e3b4 #6
type=standard A=10241:com.roblox.client U=0 displayId=0 visible=true
mode=fullscreen translucent=false sz=1}
02-01 11:41:03.037 1317 3276 D _V_VivoActivityRecordImpl:
lastMergedOverrideConfig:{1.0 515mcc3mnc [en_US] 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=standard
mAlwaysOnTop=undefined mRotation=ROTATION_0} s.1 fontWeightAdjustment=0 themeId=2
themeParameter=0 nightModeLevel = -1} newMergedOverrideConfig:{1.0 515mcc3mnc
[en_US] ldltr sw384dp w787dp h352dp 300dpi nrml long land finger -keyb/v/h -nav/h
winConfig={ 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} s.2 fontWeightAdjustment=0 themeId=2 themeParameter=0
nightModeLevel = -1} isExiting:false isexittofullscreeen:false isfromfreeform:false
fromfreeform:false this:ActivityRecord{6f1f9ae u0
com.roblox.client/.ActivityNativeMain t6 d0}
02-01 11:41:03.042 1317 3276 D _V_VivoActivityRecordImpl: global theme : name =
ComponentInfo{com.roblox.client/com.roblox.client.ActivityNativeMain}, noRelaunch =
true, actRelaunch = true, actRelaunchRemove = false, forceRelaunch = false,
actRelStateThemePara = -1, actRelaunchAssets = -1, final change = 6000db3
02-01 11:41:03.058 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:03.058 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=164080
02-01 11:41:03.070 1317 1530 D DeviceIdleController: Removing uid 1000 from temp
whitelist
02-01 11:41:03.070 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10144, 10147, 10149, 10150, 10160, 10161, 10164]
02-01 11:41:03.097 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:03.111 1317 3276 D _V_WindowManager: updateSystemUiVisibilityLw
win=Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
appearance=0x0 appearanceRegions.fullscreenAppearance=0
appearanceRegions.dockedAppearance=0 isFullscreen=true
02-01 11:41:03.128 1317 3276 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=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[1521,0][1600,720], mVisible=false},
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} }
02-01 11:41:03.141 1317 3276 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:67f7162 u0 ScreenDecorOverlayBottom},
shouldSendRedrawForSync() = true
02-01 11:41:03.144 1317 3276 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:281fee4 u0 ScreenDecorOverlay},
shouldSendRedrawForSync() = true
02-01 11:41:03.144 1317 3276 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:783e20c u0 NavigationBar0}, shouldSendRedrawForSync() =
false
02-01 11:41:03.144 1317 3276 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:403d38c u0 StatusBar}, shouldSendRedrawForSync() =
false
02-01 11:41:03.144 1317 3276 D _V_BarAnimController: shouldChangeDrawState,
return false for Window{com.android.systemui:403d38c u0 StatusBar}
02-01 11:41:03.146 1317 3276 D _V_WindowManager: Resize reasons w= Window{a386d64
u0 com.roblox.client/com.roblox.client.ActivityNativeMain},
shouldSendRedrawForSync() = false
02-01 11:41:03.194 1317 3276 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=6
,topActivity=ComponentInfo{com.roblox.client/com.roblox.client.ActivityNativeMain}
,resizeMode=0 ,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} }
02-01 11:41:03.202 1317 3276 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} }
02-01 11:41:03.203 1317 3276 I _V_TaskOrganizerController: onTaskInfoChanged
{ taskId=3 ,topActivity=null ,resizeMode=2 ,topActivityType=0 ,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=undefined mAlwaysOnTop=undefined
mRotation=ROTATION_90} }
02-01 11:41:03.207 1317 1434 W Looper : Slow dispatch took 763ms android.display
h=com.android.server.wm.TaskChangeNotificationController$MainHandler c=null m=25
02-01 11:41:03.229 1317 1680 D _V_CapacityKeyService: mDisplayId =0 rotation = 1
mBrightness =1
02-01 11:41:03.230 1317 1680 D _V_CapacityKeyService: not support presskey
02-01 11:41:03.238 1317 1674 I _V_BBKTouchScreenServiceService: displayId = 0
type = 3 state = 0
02-01 11:41:03.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:03.251 1317 1429 D _V_WindowManager: Releasing screen wakelock,
obscured by null
02-01 11:41:03.251 1317 1429 D _V_VivoPowerManagerService:
releaseWakeLockInternal: lock=93267366 [WindowManager], flags=0x0
02-01 11:41:03.257 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:03.259 1317 1429 I WindowManager: Relayout
Window{com.vivo.upslide:33a046d u0 SideSlideGestureBar-Left}: oldVis=8, newVis=8,
requestedWidth=30, requestedHeight=627, attrs.width=30, attrs.height=627,
compatFrame = Rect(0, 687 - 0, 687), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
02-01 11:41:03.267 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:03.286 1317 1434 W Looper : Slow delivery took 702ms android.display
h=com.android.server.wm.TaskChangeNotificationController$MainHandler c=null m=21
02-01 11:41:03.324 1317 3292 I WindowManager: Relayout
Window{com.vivo.upslide:68c5425 u0 SideSlideGestureBar-Right}: oldVis=8, newVis=8,
requestedWidth=30, requestedHeight=627, attrs.width=30, attrs.height=627,
compatFrame = Rect(1600, 687 - 1600, 687), mAttrs.privateFlags = 12000040,
mInvGlobalScale = 1.0
02-01 11:41:03.346 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:03.349 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10144, 10147, 10149, 10150, 10160, 10161, 10164]
02-01 11:41:03.355 1317 3292 I WindowManager: Relayout
Window{com.vivo.upslide:48b1e52 u0 SideSlideGestureBar-Bottom}: oldVis=8, newVis=8,
requestedWidth=33, requestedHeight=0, attrs.width=33, attrs.height=-1, compatFrame
= Rect(1600, 0 - 1600, 720), mAttrs.privateFlags = 12000040, mInvGlobalScale = 1.0
02-01 11:41:03.372 1317 3292 I WindowManager: Relayout
Window{com.vivo.upslide:33a046d u0 SideSlideGestureBar-Left}: oldVis=8, newVis=8,
requestedWidth=30, requestedHeight=627, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 687 - 0, 687), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
02-01 11:41:03.390 1317 3292 I WindowManager: Relayout
Window{com.vivo.upslide:68c5425 u0 SideSlideGestureBar-Right}: oldVis=8, newVis=8,
requestedWidth=30, requestedHeight=627, attrs.width=null, attrs.height=null,
compatFrame = Rect(1600, 687 - 1600, 687), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
02-01 11:41:03.392 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.395 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:03.398 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:03.400 1317 3292 I WindowManager: Relayout
Window{com.vivo.upslide:48b1e52 u0 SideSlideGestureBar-Bottom}: oldVis=8, newVis=8,
requestedWidth=33, requestedHeight=720, attrs.width=null, attrs.height=null,
compatFrame = Rect(1600, 0 - 1600, 720), mAttrs.privateFlags = null,
mInvGlobalScale = 1.0
02-01 11:41:03.409 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:03.423 1317 1432 W Looper : Slow dispatch took 208ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:41:03.449 1317 1432 W Looper : Slow delivery took 215ms android.ui
h=android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate c=null m=2
02-01 11:41:03.450 1317 2676 I WindowManager: Relayout
Window{com.android.systemui:281fee4 u0 ScreenDecorOverlay}: oldVis=0, newVis=0,
requestedWidth=1476, requestedHeight=60, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 1600, 60), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
02-01 11:41:03.460 1317 1317 I _V_Sensor_NativeNotification: notifyOrientation =
0
02-01 11:41:03.465 1317 1689 I _V_Sensor_NativeNotification: handleMessage type =
2; pos = 13 value: [0]
02-01 11:41:03.476 1317 1429 D InputMethodManagerService: ---
calledFromForegroundUserOrSystemProcess ? calling uid = 10241 system uid = 1000
calling userId = 0, foreground user id = 0, calling pid =
4393com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMet
hodManagerService.java:3478)
02-01 11:41:03.476 1317 1429 V InputMethodManagerService: Client requesting input
be hidden
02-01 11:41:03.492 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.530 1317 1936 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:67f7162 u0 ScreenDecorOverlayBottom},
shouldSendRedrawForSync() = false
02-01 11:41:03.536 1317 1936 I WindowManager: Relayout
Window{com.android.systemui:67f7162 u0 ScreenDecorOverlayBottom}: oldVis=0,
newVis=0, requestedWidth=38, requestedHeight=660, attrs.width=-2, attrs.height=-1,
compatFrame = Rect(1562, 0 - 1600, 720), mAttrs.privateFlags = 13100050,
mInvGlobalScale = 1.0
02-01 11:41:03.561 1317 1434 I _V_ActivityTaskManager:
ensureConfigAndVisibilityAfterUpdate starting:null,mainRootTask:Task{629e3b4 #6
type=standard A=10241:com.roblox.client U=0 displayId=0 visible=true
mode=fullscreen translucent=false sz=1}
02-01 11:41:03.566 1317 1434 D _V_WindowOrganizerController: Apply window
transaction, syncId=-1 t=WindowContainerTransaction { changes = {} hops = []
splitScreenSyncId = 0 } transition=null
02-01 11:41:03.568 1317 1434 D _V_VivoSplitScreenManager:
isSkipSplitScreenTransactionApply splitscreenSyncId=0, currentId=1
02-01 11:41:03.595 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.600 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:03.618 1317 1432 W Looper : Drained
02-01 11:41:03.634 1317 2676 D _V_WindowManager: Resize reasons w=
Window{com.android.systemui:281fee4 u0 ScreenDecorOverlay},
shouldSendRedrawForSync() = false
02-01 11:41:03.641 1317 2676 I WindowManager: Relayout
Window{com.android.systemui:281fee4 u0 ScreenDecorOverlay}: oldVis=0, newVis=0,
requestedWidth=38, requestedHeight=660, attrs.width=-2, attrs.height=-1,
compatFrame = Rect(0, 0 - 38, 720), mAttrs.privateFlags = 13100050, mInvGlobalScale
= 1.0
02-01 11:41:03.641 1317 3292 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:67f7162 u0 ScreenDecorOverlayBottom}
mDrawState=DRAW_PENDING
02-01 11:41:03.642 1317 3292 I WindowManager: finishDrawing of orientation
change: Window{com.android.systemui:67f7162 u0 ScreenDecorOverlayBottom} 436ms
02-01 11:41:03.642 1317 3292 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@aa967b6 mSyncState=0
02-01 11:41:03.649 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.673 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:03.681 1317 1434 W Looper : Drained
02-01 11:41:03.691 1317 3292 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:281fee4 u0 ScreenDecorOverlay} mDrawState=DRAW_PENDING
02-01 11:41:03.691 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.691 1317 3292 I WindowManager: finishDrawing of orientation
change: Window{com.android.systemui:281fee4 u0 ScreenDecorOverlay} 486ms
02-01 11:41:03.691 1317 3292 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@58bd690 mSyncState=0
02-01 11:41:03.712 1317 2676 I WindowManager: Relayout
Window{com.android.systemui:67f7162 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
02-01 11:41:03.723 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.733 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.744 1317 4262 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:67f7162 u0 ScreenDecorOverlayBottom}
mDrawState=HAS_DRAWN
02-01 11:41:03.744 1317 4262 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@b4a6b89 mSyncState=0
02-01 11:41:03.770 1317 2189 I WindowManager: Relayout
Window{com.android.systemui:281fee4 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
02-01 11:41:03.782 1317 2676 I WindowManager: Relayout Window{a386d64 u0
com.roblox.client/com.roblox.client.ActivityNativeMain}: oldVis=0, newVis=0,
requestedWidth=1600, requestedHeight=720, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 1600, 720), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
02-01 11:41:03.795 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.832 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.851 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.864 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.881 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.881 1317 4262 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:03.881 1317 4262 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:03.881 1317 1752 D BatteryStatsService: notePemString noteWhich:
49,arg1: 1600, arg2: 720, arg3: 4393, arg4: 58, name: com.roblox.client
02-01 11:41:03.896 1317 1432 D DeviceIdleController: Adding AppId 10144 to temp
whitelist. New entry: false
02-01 11:41:03.939 1317 1432 D DeviceIdleController: Adding AppId 10169 to temp
whitelist. New entry: true
02-01 11:41:03.941 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10169, delay=20000
02-01 11:41:03.941 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10144, 10147, 10149, 10150, 10160, 10161, 10164, 10169]
02-01 11:41:03.943 1317 8124 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:03.951 1317 3292 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gm
02-01 11:41:03.952 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10169; state: ENABLED
02-01 11:41:03.959 1317 4262 D BatteryStatsService: notePemString noteWhich:
49,arg1: 1600, arg2: 720, arg3: 4393, arg4: 58, name: com.roblox.client
02-01 11:41:03.959 1317 3292 I ActivityManager: Killing
5098:com.android.vending:quick_launch/u0a153 (adj 955): empty #9
02-01 11:41:03.965 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10144, 10147, 10149, 10150, 10160, 10161, 10164, 10169]
02-01 11:41:03.967 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:03.991 1317 1752 D _V_WindowManager: finishDrawingWindow:
Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
mDrawState=DRAW_PENDING
02-01 11:41:03.992 1317 1752 I WindowManager: finishDrawing of orientation
change: Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
786ms
02-01 11:41:04.003 1317 1752 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@9ca03c0 mSyncState=0
02-01 11:41:04.008 1317 1456 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: returned from zygote!
02-01 11:41:04.009 1317 1456 W ActivityManager: Slow operation: 61ms so far, now
at startProcess: done updating battery stats
02-01 11:41:04.010 1317 1456 W ActivityManager: Slow operation: 62ms so far, now
at startProcess: building log message
02-01 11:41:04.010 1317 1456 I ActivityManager: Start proc
8125:com.google.android.gm/u0a169 for broadcast
{com.google.android.gm/com.google.android.gm.GoogleMailDeviceStartupReceiver}
02-01 11:41:04.010 1317 1456 W ActivityManager: Slow operation: 62ms so far, now
at startProcess: starting to update pids map
02-01 11:41:04.022 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:04.031 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:41:04.032 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=10241,
callingPid=4393, requestUid=10241, requestPid=4393,
requestPkgName=com.roblox.client, requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.ActivityNativeMain took -1ms finished.
02-01 11:41:04.038 1317 1435 D _V_RMS-Preload: displayId=0, callingUid=10241,
callingPid=4393, requestUid=10241, requestPid=4393,
requestPkgName=com.roblox.client, requestProcName=com.roblox.client,
requestComponentName=com.roblox.client.ActivityNativeMain took -1ms finished.
02-01 11:41:04.043 1317 1435 D _V_WindowManager: Acquiring screen wakelock due to
Window{a386d64 u0 com.roblox.client/com.roblox.client.ActivityNativeMain}
02-01 11:41:04.044 1317 1435 D _V_VivoPowerManagerService:
acquireWakeLockInternal: lock=93267366, flags=0x2000000a, tag="WindowManager",
ws=WorkSource{10241}, uid=1000, pid=1317
02-01 11:41:04.046 1317 1435 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:04.055 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:04.074 1317 4262 I WindowManager: Relayout
Window{com.android.systemui:281fee4 u0 ScreenDecorOverlay}: oldVis=0, newVis=0,
requestedWidth=38, requestedHeight=660, attrs.width=-2, attrs.height=-1,
compatFrame = Rect(0, 0 - 38, 720), mAttrs.privateFlags = 13100050, mInvGlobalScale
= 1.0
02-01 11:41:04.093 1317 1435 I _V_ActivityTaskManager:
removeStartingWindowInternal hasExcludedSnapWin?=false
02-01 11:41:04.100 1317 1435 V _V_WindowManager: computeImeTarget when a better
ime target finish drawing
02-01 11:41:04.105 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:04.109 1317 1435 D _V_AppShare-VivoAppShareManager:
updateAppSharedRotateFreeze freeze : false
02-01 11:41:04.110 1317 1435 D _V_AppShare-VivoAppShareManager:
updateAppSharedRequestedOrientation requested : false
02-01 11:41:04.112 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:04.113 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:04.114 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:04.141 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:04.158 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:04.159 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:04.176 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:04.178 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:04.191 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:04.193 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:04.200 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:04.204 1317 3276 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:04.221 1317 1435 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:04.239 1317 1456 W ActivityManager: Slow operation: 291ms so far, now
at startProcess: done updating pids map
02-01 11:41:04.251 1317 1762 W ActivityManager: Unable to start service Intent
{ cmp=com.bbk.facewake/.FaceWakeService } U=0: not found
02-01 11:41:04.256 1317 4262 I WindowManager: Relayout
Window{com.android.systemui:67f7162 u0 ScreenDecorOverlayBottom}: oldVis=0,
newVis=0, requestedWidth=38, requestedHeight=660, attrs.width=-2, attrs.height=-1,
compatFrame = Rect(1562, 0 - 1600, 720), mAttrs.privateFlags = 13100050,
mInvGlobalScale = 1.0
02-01 11:41:04.304 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:04.332 1317 2189 W ActivityManager: Slow operation: 71ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:41:04.334 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10169; state: DISABLED
02-01 11:41:04.335 1317 2189 W ActivityManager: Slow operation: 74ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:41:04.352 1317 2189 W ActivityManager: Slow operation: 90ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:41:04.352 1317 2189 W ActivityManager: Slow operation: 91ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:41:04.354 1317 2189 W ActivityManager: Slow operation: 93ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:41:04.359 1317 2189 W ActivityManager: Slow operation: 97ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:41:04.500 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:04.501 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:04.503 1317 4262 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:04.506 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:04.515 1317 1936 I WindowManager: Relayout
Window{com.android.systemui:783e20c u0 NavigationBar0}: oldVis=0, newVis=0,
requestedWidth=79, requestedHeight=720, attrs.width=-1, attrs.height=-1,
compatFrame = Rect(1521, 0 - 1600, 720), mAttrs.privateFlags = 33000000,
mInvGlobalScale = 1.0
02-01 11:41:04.549 1317 1435 D _V_WindowManager: hovermode: ori is sensor land
02-01 11:41:04.918 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:05.023 1317 4262 I _V_ANRManager: Add log successfully, pid = 1811
02-01 11:41:05.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:05.081 1317 5741 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:8edc2b9 u0 InputMethod}: oldVis=8,
newVis=8, requestedWidth=1600, requestedHeight=79, attrs.width=null,
attrs.height=null, compatFrame = Rect(0, 1521 - 720, 1600), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
02-01 11:41:05.125 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:05.144 1317 2183 I WindowManager: Relayout
Window{com.google.android.inputmethod.latin:8edc2b9 u0 InputMethod}: oldVis=8,
newVis=8, requestedWidth=1600, requestedHeight=0, attrs.width=null,
attrs.height=null, compatFrame = Rect(0, 1521 - 720, 1600), mAttrs.privateFlags =
null, mInvGlobalScale = 1.0
02-01 11:41:05.254 1317 5741 I WindowManager: Relayout
Window{com.android.systemui:403d38c u0 StatusBar}: oldVis=0, newVis=0,
requestedWidth=1600, requestedHeight=60, attrs.width=null, attrs.height=null,
compatFrame = Rect(0, 0 - 1600, 60), mAttrs.privateFlags = null, mInvGlobalScale =
1.0
02-01 11:41:05.358 1317 5741 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:403d38c u0 StatusBar} mDrawState=HAS_DRAWN
02-01 11:41:05.358 1317 5741 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@124c4e3 mSyncState=0
02-01 11:41:05.360 1317 5741 D _V_WindowManager: finishDrawingWindow:
Window{com.android.systemui:783e20c u0 NavigationBar0} mDrawState=DRAW_PENDING
02-01 11:41:05.360 1317 5741 I WindowManager: finishDrawing of orientation
change: Window{com.android.systemui:783e20c u0 NavigationBar0} 2155ms
02-01 11:41:05.360 1317 5741 D _V_WindowManager:
finishDrawing:postDrawTransaction, mSyncGroup=null currentSyncId=-1
postDrawTransaction=android.view.SurfaceControl$Transaction@b372ee0 mSyncState=0
02-01 11:41:05.567 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:05.681 1317 5741 W ActivityManager: Unable to start service Intent
{ act=com.vivo.config.ConfigService pkg=com.volte.config (has extras) } U=0: not
found
02-01 11:41:05.891 1317 5741 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.892 1317 5741 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.892 1317 5741 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.893 1317 5741 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.893 1317 5741 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.894 1317 5741 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.894 1317 5741 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.900 1317 5741 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.901 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.901 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.901 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.903 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.910 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.912 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.912 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:05.953 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:06.092 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:06.238 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:06.308 1317 2189 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7817 callingUid:10160
02-01 11:41:06.431 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:06.677 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
02-01 11:41:06.727 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:06.745 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:41:06.752 1317 1317 D _V_VivoLcmEsd: proximity positive is :true
02-01 11:41:06.755 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
02-01 11:41:06.769 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
02-01 11:41:06.773 1317 1317 D _V_VivoLcmEsd: proximity positive is :false
02-01 11:41:06.823 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:06.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:07.038 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:07.116 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:07.193 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:07.543 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:07.622 1317 1538 I _V_SettingsProvider: emergency file exists!
/data/system/users/0/settings_global.xml.emergency
02-01 11:41:07.649 1317 1538 I _V_SettingsProvider: emergency file exists!
/data/system/users/0/settings_system.xml.emergency
02-01 11:41:07.676 1317 1538 I _V_SettingsProvider: emergency file exists!
/data/system/users/0/settings_secure.xml.emergency
02-01 11:41:07.679 1317 1538 I _V_SettingsProvider: emergency file exists!
/data/system/users/0/settings_ssaid.xml.emergency
02-01 11:41:07.694 1317 1538 I _V_SettingsProvider: emergency file exists!
/data/system/users/0/settings_config.xml.emergency
02-01 11:41:07.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 16.047297; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:07.876 1317 1434 W Looper : Slow dispatch took 1655ms
android.display h=com.android.server.wm.WindowManagerService$H c=null m=15
02-01 11:41:07.900 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:07.901 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:07.910 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:08.015 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:08.027 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:08.092 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.ChitCha
tGatewayActivity newState:1 userId:0 callingPackage:null callingUid:10169
callingPid:8125
02-01 11:41:08.123 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:08.188 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:08.191 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10169, isRmsPreload = false, keepQuiet =false
02-01 11:41:08.221 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:08.232 1317 1432 D DeviceIdleController: Adding AppId 10169 to temp
whitelist. New entry: false
02-01 11:41:08.278 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:08.294 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:08.319 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:08.323 1317 5741 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:08.334 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:08.336 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:08.340 1317 5741 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:08.349 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.gm.widget.GoogleMailWidgetProvider newState:2 userId:0
callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.351 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.gm.widget.GmailWidgetProvider newState:1 userId:0
callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.353 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.gm.CreateShortcutActivityGoogleMail newState:2
userId:0 callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.356 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.gm.CreateShortcutActivityGmail newState:1 userId:0
callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.358 1317 1936 D JobServiceContext: doCallback of :
JobStatus{6e3ed1b #u0a169/2000018
com.google.android.gm/.job.GoogleMailWidgetAndShortcutSwitchJob$GoogleMailWidgetAnd
ShortcutSwitchJobService u=0 s=10169 TIME=none:+4s821ms READY} v:VERB_EXECUTING
02-01 11:41:08.359 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:08.364 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:08.396 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:08.530 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.features.hub.navigation.PeopleActivity
newState:2 userId:0 callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.533 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.features.hub.navigation.RoomsActivity
newState:2 userId:0 callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.534 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.services.notification.NotificationServic
e newState:2 userId:0 callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.536 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.apps.dynamite.DynamiteDeepLinkMultiple newState:2
userId:0 callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.537 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.callui.SingleCa
llActivity newState:1 userId:0 callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.538 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.callui.chat.Cha
tActivity newState:1 userId:0 callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.540 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.ChitCha
tGatewayActivity newState:1 userId:0 callingPackage:null callingUid:10169
callingPid:8125
02-01 11:41:08.541 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.greenroom.Green
roomActivity newState:1 userId:0 callingPackage:null callingUid:10169
callingPid:8125
02-01 11:41:08.542 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.largescreen.Hom
eActivity newState:1 userId:0 callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.543 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Livestr
eamHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10169
callingPid:8125
02-01 11:41:08.544 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Confere
nceUrlHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10169
callingPid:8125
02-01 11:41:08.546 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Transfe
rCallHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10169
callingPid:8125
02-01 11:41:08.547 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Confere
nceGatewayActivity newState:1 userId:0 callingPackage:null callingUid:10169
callingPid:8125
02-01 11:41:08.548 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.intents.Assista
ntNewUrlHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10169
callingPid:8125
02-01 11:41:08.549 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.libraries.communications.conference.ui.settings.Settin
gsActivity newState:1 userId:0 callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.563 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:08.565 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:08.619 1317 5741 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:08.645 1317 5741 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8125 callingUid:10169
02-01 11:41:08.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 16.047297; finalLux = 16.047297; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:08.697 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:08.741 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:08.758 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.android.email.service.AttachmentService newState:2 userId:0
callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.762 1317 1432 D DeviceIdleController: Adding AppId 10169 to temp
whitelist. New entry: false
02-01 11:41:08.765 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10169, isRmsPreload = false, keepQuiet =false
02-01 11:41:08.816 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:08.834 1317 1432 D DeviceIdleController: Adding AppId 10169 to temp
whitelist. New entry: false
02-01 11:41:08.836 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:08.841 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:41:08.898 1317 1432 D DeviceIdleController: Adding AppId 10169 to temp
whitelist. New entry: false
02-01 11:41:08.908 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.android.email.service.EasAuthenticatorService newState:1 userId:0
callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:08.914 1317 5741 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10169, isRmsPreload = false, keepQuiet =false
02-01 11:41:08.925 1317 1432 D DeviceIdleController: Adding AppId 10169 to temp
whitelist. New entry: false
02-01 11:41:08.927 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:08.939 1317 1432 D DeviceIdleController: Adding AppId 10169 to temp
whitelist. New entry: false
02-01 11:41:08.972 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.android.email.service.EasAuthenticatorService newState:1 userId:0
callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:09.216 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:09.226 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:09.257 1317 5741 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10169, isRmsPreload = false, keepQuiet =false
02-01 11:41:09.262 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:09.276 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gm uid 10169, isRmsPreload = false, keepQuiet =false
02-01 11:41:09.283 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:09.284 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:09.343 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:09.343 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10150, timeNow=170365
02-01 11:41:09.343 1317 1530 D DeviceIdleController: Time to remove uid 10150:
171978
02-01 11:41:09.343 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10150, delay=1613
02-01 11:41:09.500 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:09.514 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:09.545 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:09.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:09.550 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:09.579 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:09.591 1317 5741 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:09.601 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:09.651 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:09.672 1317 1432 D DeviceIdleController: Adding AppId 10169 to temp
whitelist. New entry: false
02-01 11:41:09.695 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:09.721 1317 1432 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: true
02-01 11:41:09.727 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10154, delay=20000
02-01 11:41:09.727 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10144, 10147, 10149, 10150, 10154, 10160, 10161, 10164, 10169]
02-01 11:41:09.727 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10144, 10147, 10149, 10150, 10154, 10160, 10161, 10164, 10169]
02-01 11:41:09.729 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:09.770 1317 8298 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:09.797 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:09.841 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:09.850 1317 3292 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:7903 callingUid:10161
02-01 11:41:09.865 1317 5741 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:09.866 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:09.894 1317 8300 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:09.922 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:09.931 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:09.937 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:09.948 1317 1432 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:41:10.036 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:10.079 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:10.162 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gm
className:com.google.android.gm.ComposeActivityGmail newState:1 userId:0
callingPackage:null callingUid:10169 callingPid:8125
02-01 11:41:10.225 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:10.236 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:10.260 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:10.306 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:10.368 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:10.427 1317 1433 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
02-01 11:41:10.451 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 16.891891; finalLux = 16.047297; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:10.457 1317 1941 I ActivityManager: Killing
7633:com.google.android.apps.searchlite/u0a150 (adj 965): empty #9
02-01 11:41:10.509 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.common.appdoctor.AppDoctorProvider newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:10.533 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:10.588 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:10.630 1317 2676 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:10154
callingPid:2774
02-01 11:41:10.670 1317 1429 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #2743} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (203
skipped)
02-01 11:41:10.710 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.phenotype.service.FlagOverrideReceiver newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:10.797 1317 2676 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:10154 callingPid:2774
02-01 11:41:10.814 1317 1432 W Looper : Slow dispatch took 179ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32
02-01 11:41:10.820 1317 1432 D DeviceIdleController: Adding AppId 10119 to temp
whitelist. New entry: true
02-01 11:41:10.820 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10119, delay=20000
02-01 11:41:10.820 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10119, 10144, 10147, 10149, 10150, 10154, 10160, 10161, 10164,
10169]
02-01 11:41:10.820 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10119, 10144, 10147, 10149, 10150, 10154, 10160, 10161, 10164, 10169]
02-01 11:41:10.822 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:10.875 1317 3276 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.onetimeinitializer
02-01 11:41:10.883 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10145; state: DISABLED
02-01 11:41:10.884 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10145; state: DISABLED
02-01 11:41:10.887 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10145; state: DISABLED
02-01 11:41:10.888 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10145; state: ENABLED
02-01 11:41:10.890 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10145; state: ENABLED
02-01 11:41:10.902 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:10.930 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:10.937 1317 1456 W ActivityManager: Slow operation: 63ms so far, now
at startProcess: returned from zygote!
02-01 11:41:10.939 1317 1456 W ActivityManager: Slow operation: 65ms so far, now
at startProcess: done updating battery stats
02-01 11:41:10.946 1317 1456 W ActivityManager: Slow operation: 72ms so far, now
at startProcess: building log message
02-01 11:41:10.946 1317 1456 I ActivityManager: Start proc
8318:com.google.android.onetimeinitializer/u0a145 for broadcast
{com.google.android.onetimeinitializer/com.google.android.onetimeinitializer.OneTim
eInitializerReceiver}
02-01 11:41:10.946 1317 1456 W ActivityManager: Slow operation: 72ms so far, now
at startProcess: starting to update pids map
02-01 11:41:10.948 1317 1456 W ActivityManager: Slow operation: 74ms so far, now
at startProcess: done updating pids map
02-01 11:41:10.965 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:10.981 1317 1600 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10150; state: ENABLED
02-01 11:41:10.988 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:10.988 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10150, timeNow=172010
02-01 11:41:10.988 1317 1530 D DeviceIdleController: Removing uid 10150 from temp
whitelist
02-01 11:41:10.988 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10119, 10144, 10147, 10149, 10154, 10160, 10161, 10164, 10169]
02-01 11:41:10.998 1317 4262 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.imanager uid 10073, isRmsPreload = false, keepQuiet =false
02-01 11:41:11.016 1317 4262 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10073; state: DISABLED
02-01 11:41:11.036 1317 1432 W Looper : Slow dispatch took 217ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:41:11.038 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:11.045 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10119, 10144, 10147, 10149, 10154, 10160, 10161, 10164, 10169]
02-01 11:41:11.060 1317 1432 D DeviceIdleController: Adding AppId 10145 to temp
whitelist. New entry: true
02-01 11:41:11.060 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10145, delay=20000
02-01 11:41:11.060 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10119, 10144, 10145, 10147, 10149, 10154, 10160, 10161, 10164,
10169]
02-01 11:41:11.062 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10119, 10144, 10145, 10147, 10149, 10154, 10160, 10161, 10164, 10169]
02-01 11:41:11.068 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:11.086 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:11.087 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:11.091 1317 1941 D JobServiceContext: doCallback of :
JobStatus{9101274 #u0a73/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10073
TIME=none:-128ms READY} v:VERB_EXECUTING
02-01 11:41:11.092 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:11.153 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.195 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.215 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.235 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.275 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:11.278 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:11.278 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10147, timeNow=172300
02-01 11:41:11.278 1317 1530 D DeviceIdleController: Removing uid 10147 from temp
whitelist
02-01 11:41:11.278 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10119, 10144, 10145, 10149, 10154, 10160, 10161, 10164, 10169]
02-01 11:41:11.279 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:11.283 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:11.320 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10119, 10144, 10145, 10149, 10154, 10160, 10161, 10164, 10169]
02-01 11:41:11.325 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10145; state: DISABLED
02-01 11:41:11.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 15.2027025; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:11.382 1317 1429 W ActivityManager: Slow operation: 73ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:41:11.382 1317 1429 W ActivityManager: Slow operation: 73ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:41:11.394 1317 1429 W ActivityManager: Slow operation: 84ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:41:11.398 1317 1429 W ActivityManager: Slow operation: 89ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:41:11.413 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:11.426 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:11.464 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.536 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.551 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.608 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.623 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.653 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.673 1317 1432 D DeviceIdleController: Adding AppId 10037 to temp
whitelist. New entry: true
02-01 11:41:11.673 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10037, delay=20000
02-01 11:41:11.673 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10144, 10145, 10149, 10154, 10160, 10161, 10164,
10169]
02-01 11:41:11.675 1317 2676 I ActivityManager:
com.google.android.packageinstaller is exempt from freezer
02-01 11:41:11.675 1317 2676 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.packageinstaller
02-01 11:41:11.676 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10037; state: DISABLED
02-01 11:41:11.676 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10037; state: DISABLED
02-01 11:41:11.676 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10037; state: DISABLED
02-01 11:41:11.677 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10037; state: ENABLED
02-01 11:41:11.677 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10037; state: ENABLED
02-01 11:41:11.678 1317 2676 I ActivityManager: Killing
7669:com.google.android.apps.setupwizard.searchselector/u0a147 (adj 975): empty #9
02-01 11:41:11.691 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10144, 10145, 10149, 10154, 10160, 10161, 10164, 10169]
02-01 11:41:11.716 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:11.716 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10164, timeNow=172738
02-01 11:41:11.735 1317 1456 W ActivityManager: Slow operation: 61ms so far, now
at startProcess: done updating battery stats
02-01 11:41:11.735 1317 1456 W ActivityManager: Slow operation: 61ms so far, now
at startProcess: building log message
02-01 11:41:11.736 1317 1456 I ActivityManager: Start proc
8340:com.google.android.packageinstaller/u0a37 for broadcast
{com.google.android.packageinstaller/com.android.packageinstaller.TemporaryFileMana
ger}
02-01 11:41:11.736 1317 1456 W ActivityManager: Slow operation: 62ms so far, now
at startProcess: starting to update pids map
02-01 11:41:11.738 1317 1456 W ActivityManager: Slow operation: 64ms so far, now
at startProcess: done updating pids map
02-01 11:41:11.745 1317 1530 D DeviceIdleController: Time to remove uid 10164:
177272
02-01 11:41:11.746 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10164, delay=4534
02-01 11:41:11.746 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:11.761 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.804 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:11.807 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:11.810 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:11.822 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.823 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10037; state: DISABLED
02-01 11:41:11.870 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.875 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.938 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:11.958 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.016 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.019 1317 1432 D DeviceIdleController: Adding AppId 10143 to temp
whitelist. New entry: true
02-01 11:41:12.019 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10143, delay=20000
02-01 11:41:12.019 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10143, 10144, 10145, 10149, 10154, 10160, 10161,
10164, 10169]
02-01 11:41:12.021 1317 2676 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.partnersetup
02-01 11:41:12.021 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10143; state: DISABLED
02-01 11:41:12.021 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10143; state: DISABLED
02-01 11:41:12.021 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10143; state: DISABLED
02-01 11:41:12.022 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10143; state: ENABLED
02-01 11:41:12.024 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10143; state: ENABLED
02-01 11:41:12.034 1317 2676 I ActivityManager: Killing
7411:com.google.android.permissioncontroller/u0a181 (adj 975): empty #9
02-01 11:41:12.056 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10143, 10144, 10145, 10149, 10154, 10160, 10161, 10164,
10169]
02-01 11:41:12.064 1317 1456 I ActivityManager: Start proc
8358:com.google.android.partnersetup/u0a143 for broadcast
{com.google.android.partnersetup/com.google.android.partnersetup.BootReceiver}
02-01 11:41:12.066 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:12.119 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.142 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.158 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:12.163 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:12.166 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:12.187 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10143; state: DISABLED
02-01 11:41:12.243 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.246 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 15.2027025; finalLux = 15.2027025; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:12.263 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.367 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.369 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.496 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.530 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:12.848 1317 1941 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:12.854 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:12.861 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.876 1317 2676 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:41:12.879 1317 2676 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:41:12.880 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:12.914 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.partnersetup uid 10143, isRmsPreload = false, keepQuiet
=false
02-01 11:41:12.930 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.partnersetup uid 10143, isRmsPreload = false, keepQuiet
=false
02-01 11:41:12.943 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.partnersetup uid 10143, isRmsPreload = false, keepQuiet
=false
02-01 11:41:12.945 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:12.948 1317 2676 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@1fd151
02-01 11:41:12.959 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:12.964 1317 1432 D DeviceIdleController: Adding AppId 10143 to temp
whitelist. New entry: false
02-01 11:41:12.978 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:12.979 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:12.999 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:13.091 1317 1432 D DeviceIdleController: Adding AppId 10181 to temp
whitelist. New entry: true
02-01 11:41:13.091 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10181, delay=20000
02-01 11:41:13.091 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10143, 10144, 10145, 10149, 10154, 10160, 10161,
10164, 10169, 10181]
02-01 11:41:13.096 1317 2184 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.permissioncontroller
02-01 11:41:13.097 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10181; state: DISABLED
02-01 11:41:13.097 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10181; state: DISABLED
02-01 11:41:13.100 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10181; state: DISABLED
02-01 11:41:13.101 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10181; state: DISABLED
02-01 11:41:13.103 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10181; state: DISABLED
02-01 11:41:13.128 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10143, 10144, 10145, 10149, 10154, 10160, 10161, 10164,
10169, 10181]
02-01 11:41:13.129 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:13.130 1317 1456 I ActivityManager: Start proc
8393:com.google.android.permissioncontroller/u0a181 for broadcast
{com.google.android.permissioncontroller/com.android.permissioncontroller.permissio
n.service.LocationAccessCheck$SetupPeriodicBackgroundLocationAccessCheck}
02-01 11:41:13.150 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:13.189 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:13.217 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.android.vending className:null newState:1 userId:0
callingPackage:com.google.android.partnersetup callingUid:10143 callingPid:8358
02-01 11:41:13.219 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.magazines className:null newState:1 userId:0
callingPackage:com.google.android.partnersetup callingUid:10143 callingPid:8358
02-01 11:41:13.220 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.maps className:null newState:1 userId:0
callingPackage:com.google.android.partnersetup callingUid:10143 callingPid:8358
02-01 11:41:13.222 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.videos className:null newState:1 userId:0
callingPackage:com.google.android.partnersetup callingUid:10143 callingPid:8358
02-01 11:41:13.227 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.youtube className:null newState:1 userId:0
callingPackage:com.google.android.partnersetup callingUid:10143 callingPid:8358
02-01 11:41:13.229 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.250 1317 5773 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:41:13.251 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:41:13.254 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:41:13.260 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:13.264 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:13.266 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:13.302 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10181; state: DISABLED
02-01 11:41:13.323 1317 2134 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:41:13.324 1317 1456 W ActivityManager: Slow operation: 76ms so far, now
at startProcess: done updating battery stats
02-01 11:41:13.331 1317 1456 W ActivityManager: Slow operation: 83ms so far, now
at startProcess: building log message
02-01 11:41:13.333 1317 1456 I ActivityManager: Start proc
8407:com.google.process.gapps/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider}
02-01 11:41:13.333 1317 1456 W ActivityManager: Slow operation: 85ms so far, now
at startProcess: starting to update pids map
02-01 11:41:13.340 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:13.362 1317 1456 W ActivityManager: Slow operation: 95ms so far, now
at startProcess: done updating pids map
02-01 11:41:13.362 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.404 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:13.444 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.453 1317 1428 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:13.460 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:13.461 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:13.464 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:13.464 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:13.468 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.499 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:13.499 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.566 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:41:13.593 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.partnersetup uid 10143, isRmsPreload = false, keepQuiet
=false
02-01 11:41:13.595 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:13.603 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.620 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.627 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:13.631 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:13.642 1317 2134 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:13.659 1317 2184 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:13.664 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:13.677 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:13.682 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:13.683 1317 2135 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:13.688 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.702 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.723 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:13.737 1317 2184 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.imanager uid 10073, isRmsPreload = false, keepQuiet =false
02-01 11:41:13.754 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:13.757 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.776 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.784 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.partnersetup uid 10143, isRmsPreload = false, keepQuiet
=false
02-01 11:41:13.797 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.799 1317 1752 D JobServiceContext: doCallback of :
JobStatus{24d344 #u0a73/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10073
TIME=none:-65ms READY} v:VERB_EXECUTING
02-01 11:41:13.803 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:13.820 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.adid.service.AdIdProviderService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:13.840 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.permissioncontroller
className:com.android.permissioncontroller.role.ui.SpecialAppAccessListActivity
newState:2 userId:0 callingPackage:null callingUid:10181 callingPid:8393
02-01 11:41:13.863 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.adsidentity.service.AdServicesExtDataStorageServic
e newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:13.866 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.adsidentity.settings.AdsIdentityIaSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:13.870 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.analytics.AnalyticsTaskService newState:1 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:13.872 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:13.873 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.analytics.service.AnalyticsService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:13.883 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:13.908 1317 1432 D DeviceIdleController: Adding AppId 10181 to temp
whitelist. New entry: false
02-01 11:41:13.916 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:13.961 1317 1432 D DeviceIdleController: Adding AppId 10159 to temp
whitelist. New entry: true
02-01 11:41:13.961 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10159, delay=20000
02-01 11:41:13.961 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10143, 10144, 10145, 10149, 10154, 10159, 10160,
10161, 10164, 10169, 10181]
02-01 11:41:13.963 1317 5773 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.tts
02-01 11:41:13.963 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10159; state: DISABLED
02-01 11:41:13.968 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10159; state: ENABLED
02-01 11:41:13.969 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.appset.service.AppSetIdProviderService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:13.973 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10143, 10144, 10145, 10149, 10154, 10159, 10160, 10161,
10164, 10169, 10181]
02-01 11:41:13.974 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:13.974 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:13.997 1317 1456 I ActivityManager: Start proc
8460:com.google.android.tts/u0a159 for broadcast
{com.google.android.tts/androidx.work.impl.background.systemalarm.RescheduleReceive
r}
02-01 11:41:14.014 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.audiomodem.service.AudioModemService newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:14.016 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.audit.upload.AuditGcmTaskService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:14.023 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:14.052 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 16.047297; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:14.068 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:14.083 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:14.108 1317 2184 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:14.116 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:14.119 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:14.121 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:14.200 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10159; state: DISABLED
02-01 11:41:14.225 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:14.251 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:14.255 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:14.269 1317 5773 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:41:14.269 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:14.279 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:14.314 1317 2134 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:41:14.314 1317 2134 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:41:14.315 1317 2666 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@85b35f6
02-01 11:41:14.331 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:14.430 1317 2134 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:14.501 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.ui.SetupWorkProfileActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:14.532 1317 1428 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:10154 callingPid:3114
02-01 11:41:14.536 1317 1428 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:10154 callingPid:3114
02-01 11:41:14.553 1317 4262 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:41:14.553 1317 4262 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:41:14.556 1317 1428 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@c8a8c8a
02-01 11:41:14.609 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:14.713 1317 4262 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:10154 callingPid:3114
02-01 11:41:14.718 1317 1752 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:10154 callingPid:3114
02-01 11:41:14.722 1317 1752 W _V_PackageManager: ## return empyt for Intent
{ act=com.google.android.partnersetup.action.CONFIGURATION_UPDATE flg=0x1000000
pkg=com.chrome.canary (has extras) } pkgName:com.chrome.canary
02-01 11:41:14.728 1317 1752 W _V_PackageManager: ## return empyt for Intent
{ act=com.google.android.partnersetup.action.CONFIGURATION_UPDATE flg=0x1000000
pkg=com.chrome.dev (has extras) } pkgName:com.chrome.dev
02-01 11:41:14.729 1317 2666 W _V_PackageManager: ## return empyt for Intent
{ act=com.google.android.partnersetup.action.CONFIGURATION_UPDATE flg=0x1000000
pkg=com.chrome.beta (has extras) } pkgName:com.chrome.beta
02-01 11:41:14.752 1317 1428 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:10154 callingPid:3114
02-01 11:41:14.757 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:14.762 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.auth.managed.ui.SetupWorkProfileActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:14.764 1317 5773 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:10154 callingPid:3114
02-01 11:41:14.766 1317 1428 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:10154 callingPid:3114
02-01 11:41:14.769 1317 1752 W _V_PackageManager: ## return empyt for Intent
{ act=com.google.android.partnersetup.action.CONFIGURATION_UPDATE flg=0x1000000
pkg=com.chrome.canary (has extras) } pkgName:com.chrome.canary
02-01 11:41:14.776 1317 2666 W _V_PackageManager: ## return empyt for Intent
{ act=com.google.android.partnersetup.action.CONFIGURATION_UPDATE flg=0x1000000
pkg=com.chrome.dev (has extras) } pkgName:com.chrome.dev
02-01 11:41:14.778 1317 1752 W _V_PackageManager: ## return empyt for Intent
{ act=com.google.android.partnersetup.action.CONFIGURATION_UPDATE flg=0x1000000
pkg=com.chrome.beta (has extras) } pkgName:com.chrome.beta
02-01 11:41:14.800 1317 4262 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:14.894 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:14.930 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.service.AutofillService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:14.932 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillActivity newState:1 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:14.933 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillDialogActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:14.934 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:14.935 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillManagePasswordsActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:14.941 1317 4262 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:10154 callingPid:3114
02-01 11:41:14.943 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:14.948 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillTransparentActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:14.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.97973; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:14.949 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.autofill.ui.AutofillSettingsPrivacyHubActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:14.992 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:15.019 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:15.065 1317 1429 I ActivityManager: Killing
7817:com.google.android.apps.youtube.music/u0a160 (adj 945): empty #9
02-01 11:41:15.092 1317 2134 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8125 callingUid:10169
02-01 11:41:15.097 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:15.098 1317 1429 I ActivityManager: Killing
7694:com.google.android.apps.tachyon/u0a164 (adj 955): empty #10
02-01 11:41:15.152 1317 1433 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
02-01 11:41:15.215 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:15.225 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:15.498 1317 2184 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8460 callingUid:10159
02-01 11:41:15.584 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:15.585 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:15.641 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:15.673 1317 1432 D DeviceIdleController: Adding AppId 10163 to temp
whitelist. New entry: true
02-01 11:41:15.674 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10163, delay=20000
02-01 11:41:15.674 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10143, 10144, 10145, 10149, 10154, 10159, 10160,
10161, 10163, 10164, 10169, 10181]
02-01 11:41:15.679 1317 1752 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.youtube
02-01 11:41:15.680 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10163; state: DISABLED
02-01 11:41:15.681 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10163; state: ENABLED
02-01 11:41:15.684 1317 1752 I ActivityManager: Killing
7903:com.google.android.calendar/u0a161 (adj 945): empty #9
02-01 11:41:15.696 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10143, 10144, 10145, 10149, 10154, 10159, 10160, 10161,
10163, 10164, 10169, 10181]
02-01 11:41:15.701 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:15.778 1317 1456 W ActivityManager: Slow operation: 96ms so far, now
at startProcess: done updating battery stats
02-01 11:41:15.779 1317 1456 W ActivityManager: Slow operation: 102ms so far, now
at startProcess: building log message
02-01 11:41:15.779 1317 1456 I ActivityManager: Start proc
8514:com.google.android.youtube/u0a163 for broadcast
{com.google.android.youtube/com.google.android.libraries.notifications.platform.ent
rypoints.restart.RestartReceiver}
02-01 11:41:15.779 1317 1456 W ActivityManager: Slow operation: 102ms so far, now
at startProcess: starting to update pids map
02-01 11:41:15.789 1317 1456 W ActivityManager: Slow operation: 112ms so far, now
at startProcess: done updating pids map
02-01 11:41:15.864 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 16.047297; finalLux = 15.2027025; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:15.903 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:15.910 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:15.912 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:15.921 1317 2184 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:15.927 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:15.931 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10163; state: DISABLED
02-01 11:41:15.935 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:15.992 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:15.995 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:16.003 1317 3810 D BackupTransportManager: Transport
com.google.android.gms/.backup.BackupTransportService updated its attributes
02-01 11:41:16.020 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.D2dMigrateHelperService
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.044 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.D2dMigrateHelperService
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.073 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.RestoreSessionV0Service
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.073 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:16.077 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:16.112 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.CloudRestoreFlowActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.131 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.backup.component.D2dMigrateFlowActivity newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.138 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:16.173 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:16.184 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:16.187 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:16.187 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:16.329 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.clearcut.debug.ClearcutDebugDumpService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.336 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:16.356 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:16.356 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10149, timeNow=177378
02-01 11:41:16.366 1317 1530 D DeviceIdleController: Time to remove uid 10149:
177927
02-01 11:41:16.366 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10149, delay=549
02-01 11:41:16.366 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:16.366 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10164, timeNow=177388
02-01 11:41:16.366 1317 1530 D DeviceIdleController: Removing uid 10164 from temp
whitelist
02-01 11:41:16.366 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10143, 10144, 10145, 10149, 10154, 10159, 10160,
10161, 10163, 10169, 10181]
02-01 11:41:16.370 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10143, 10144, 10145, 10149, 10154, 10159, 10160, 10161,
10163, 10169, 10181]
02-01 11:41:16.374 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:16.384 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:16.461 1317 1752 W _V_VivoAmsImpl: mCallingPidFilter=3114,
mCallingUidFilter=10154
02-01 11:41:16.463 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:16.467 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gsf
className:com.google.android.gsf.settings.common.AutomotiveWebViewActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.474 1317 1752 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gms
02-01 11:41:16.474 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:41:16.475 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:41:16.489 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.common.stats.net.contentprovider.NetworkUsageConte
ntProvider newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.512 1317 1456 I ActivityManager: Start proc
8553:com.google.android.gms.unstable/u0a154 for service
{com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService}
02-01 11:41:16.571 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:16.604 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:16.606 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:16.610 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:16.673 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:16.686 1317 3810 W ActivityManager: Slow operation: 71ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:41:16.691 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:16.694 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:16.698 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.checker.RefreshGcmTaskService
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.700 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.704 1317 1429 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:10154
callingPid:3114
02-01 11:41:16.706 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationWebSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.708 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ConstellationDebugActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.709 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.GcmBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.711 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.ApiConsentActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.713 1317 3810 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:10154 callingPid:3114
02-01 11:41:16.715 1317 3810 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:10154 callingPid:3114
02-01 11:41:16.716 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.constellation.ui.deeplink.DeepLinkEntryPointActivi
ty newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.719 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:16.722 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:16.730 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.findmydevice.spot.wearables.WearableCompanionListe
nerService newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:16.743 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:16.744 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:16.758 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:16.765 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:16.787 1317 3810 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:16.837 1317 1600 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10161; state: ENABLED
02-01 11:41:16.841 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:16.875 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:16.879 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:16.929 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:16.945 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:16.945 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10160, timeNow=177967
02-01 11:41:16.945 1317 1530 D DeviceIdleController: Time to remove uid 10160:
180078
02-01 11:41:16.945 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10160, delay=2111
02-01 11:41:16.945 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:16.945 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10149, timeNow=177967
02-01 11:41:16.945 1317 1530 D DeviceIdleController: Removing uid 10149 from temp
whitelist
02-01 11:41:16.945 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10143, 10144, 10145, 10154, 10159, 10160, 10161,
10163, 10169, 10181]
02-01 11:41:16.966 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10143, 10144, 10145, 10154, 10159, 10160, 10161, 10163,
10169, 10181]
02-01 11:41:16.968 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:16.981 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:17.006 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:17.007 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:17.018 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:17.025 1317 8591 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:17.044 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:17.078 1317 1752 D BiometricService: canAuthenticate: User=0,
Caller=0, Authenticators=255
02-01 11:41:17.085 1317 1752 D BiometricService/PreAuthInfo: Package:
com.google.android.gms Sensor ID: 1 Modality: 8 Status: 4
02-01 11:41:17.085 1317 1752 D BiometricService/PreAuthInfo:
getCanAuthenticateInternal Modality: 8 AuthenticatorStatus: 4
02-01 11:41:17.086 1317 1752 D AuthService: canAuthenticate, userId: 0,
callingUserId: 0, authenticators: 255, result: 12
02-01 11:41:17.090 1317 3276 D BiometricService: canAuthenticate: User=0,
Caller=0, Authenticators=32768
02-01 11:41:17.090 1317 3276 D BiometricService/PreAuthInfo:
getCanAuthenticateInternal Modality: 1 AuthenticatorStatus: 9
02-01 11:41:17.090 1317 3276 D AuthService: canAuthenticate, userId: 0,
callingUserId: 0, authenticators: 32768, result: 11
02-01 11:41:17.122 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:17.128 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.gass.GassService newState:1 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:17.139 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.google.android.gms userId=0
02-01 11:41:17.152 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.google.android.gms)
02-01 11:41:17.172 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:17.236 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:41:17.334 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:17.358 1317 1317 W Looper : Slow delivery took 218ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@d272549 m=0
02-01 11:41:17.359 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:17.395 1317 1431 W Looper : Slow dispatch took 103ms android.fg
h=android.os.Handler c=<recycled PooledLambda@b70fff3> m=0
02-01 11:41:17.408 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:17.427 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:17.468 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:17.488 1317 2181 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10154; state: ENABLED
02-01 11:41:17.499 1317 1317 V ConditionProviders: enabling condition provider
for 0:
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.a
zr.impl.AzrConditionProviderService}
02-01 11:41:17.500 1317 1317 V ConditionProviders: Not registering
ComponentInfo{com.google.android.apps.wellbeing/com.google.android.apps.wellbeing.a
zr.impl.AzrConditionProviderService} is already bound
02-01 11:41:17.504 1317 1317 W Looper : Slow dispatch took 120ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler c=null
m=8
02-01 11:41:17.508 1317 1431 W Looper : Slow dispatch took 113ms android.fg
h=android.os.Handler c=<recycled PooledLambda@ca4c868> m=0
02-01 11:41:17.532 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:17.546 1317 1431 W Looper : Slow delivery took 216ms android.fg
h=android.os.Handler c=<recycled PooledLambda@ab397bd> m=0
02-01 11:41:17.558 1317 1317 W Looper : Drained
02-01 11:41:17.571 1317 3292 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:41:17.572 1317 3292 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:41:17.587 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:17.589 1317 1752 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@9ffe6fe
02-01 11:41:17.636 1317 3292 D JobServiceContext: doCallback of :
JobStatus{efb7fab #u0a99/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10099 TIME=none:-425ms READY} v:VERB_EXECUTING
02-01 11:41:17.641 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:17.655 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.kids.settings.KidsSettingsActivityAliasSuw
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:17.705 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 14.3581085; finalLux = 14.3581085; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:17.746 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:17.829 1317 1431 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:41:17.845 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:18.007 1317 1431 W Looper : Drained
02-01 11:41:18.588 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 13.513514; finalLux = 13.513514; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:18.589 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:18.590 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.net.MessagingService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.596 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.task.ScheduledTaskService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.604 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.GcmBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.609 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:18.611 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:18.614 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.call.CallEntryActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.617 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:18.619 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.contacts.reachability.ReachabilityServi
ce newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.621 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.ui.EntryActivity newState:1 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.629 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:18.650 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:18.653 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:18.665 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.ui.LighterMessageIntentActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.698 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.matchstick.ui.LighterEntryPointActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.702 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.locationsharingreporter.service.reporting.periodic
.PeriodicReporterMonitoringService newState:1 userId:0 callingPackage:null
callingUid:10154 callingPid:3114
02-01 11:41:18.719 1317 1434 W Looper : Slow dispatch took 1573ms
android.display h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@d5ca270
m=0
02-01 11:41:18.745 1317 1428 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:18.765 1317 1434 W Looper : Slow delivery took 1250ms
android.display h=com.android.server.wm.WindowManagerService$H c=null m=62
02-01 11:41:18.877 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:18.897 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:18.908 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:18.928 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:18.934 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.LockscreenActivity newState:1 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.936 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.measurement.PackageMeasurementTaskService
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.938 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.measurement.PackageMeasurementReceiver newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.940 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:18.941 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.LockscreenActivityPermissionTrampoline
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.943 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mobiledataplan.ui.MobileDataPlanDetailActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.945 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mobiledataplan.ui.MobileDataPlanSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.951 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mobiledataplan.gcm.GcmBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.953 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mobiledataplan.service.PeriodicUpdaterService
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.954 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.receivers.MdmDeviceAdminReceiver newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.959 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.receivers.RetryAfterAlarmReceiver newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.964 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.services.DeviceManagerApiService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.964 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:18.966 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.services.GcmReceiverService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.968 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.services.LockscreenMessageService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.971 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:18.971 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.services.MdmPhoneWearableListenerService
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.974 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.mdm.services.RingService newState:1 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:18.993 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:19.005 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:19.036 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:19.046 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:19.048 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:19.054 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProc
essActivity newState:2 userId:0 callingPackage:null callingUid:10154
callingPid:3114
02-01 11:41:19.070 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:19.092 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:19.094 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10160, timeNow=180114
02-01 11:41:19.096 1317 1530 D DeviceIdleController: Removing uid 10160 from temp
whitelist
02-01 11:41:19.096 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10143, 10144, 10145, 10154, 10159, 10161, 10163,
10169, 10181]
02-01 11:41:19.122 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.fastpair.service.WearableDataListenerServic
e newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.131 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10143, 10144, 10145, 10154, 10159, 10161, 10163, 10169,
10181]
02-01 11:41:19.152 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.devices.DevicesListActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.155 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.service.DiscoveryService
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.157 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.CompanionAppInstallActiv
ity newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.158 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.HalfSheetActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.158 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:19.159 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.AtvConnectActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.160 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.GcmBroadcastReceiver
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.162 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.devices.FindDeviceActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.164 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.slice.FastPairSliceProvi
der newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.166 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.offline.OfflineCachingService
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.168 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.discovery.fastpair.slice.FastPairContextual
CardProvider newState:1 userId:0 callingPackage:null callingUid:10154
callingPid:3114
02-01 11:41:19.204 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:19.304 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 10.135136; kalmanLux = 10.135136; speculatedLux = 10.135136;
finalLux = 10.135136
02-01 11:41:19.340 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:19.346 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:19.349 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.networktransparency.ui.NetworkTransparencyActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.349 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:19.349 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10161, timeNow=180371
02-01 11:41:19.349 1317 1530 D DeviceIdleController: Time to remove uid 10161:
183034
02-01 11:41:19.349 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10161, delay=2663
02-01 11:41:19.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 17.736486; finalLux = 10.135136; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:19.464 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.470 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.settings.SettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.476 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:19.476 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:19.478 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.481 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAl
ias newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.483 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsPreferenceActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.485 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.488 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.DeviceVisibilityActivity newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.516 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.send.SendActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.532 1317 1434 W Looper : Drained
02-01 11:41:19.540 1317 1428 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:nearby_sharing_component
value:com.google.android.gms/com.google.android.gms.nearby.sharing.send.SendActivit
y pkg:com.google.android.gms userId:0
02-01 11:41:19.546 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingTileService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.557 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.quicksettings.QuickSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.616 1317 1433 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
02-01 11:41:19.620 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.hce.service.PayHceService newState:2 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.664 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.gcmtask.PayGcmTaskService newState:2 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.668 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheSer
vice newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.672 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.notifications.GcmBroadcastReceiver newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.674 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.notifications.PayNotificationService
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.676 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.main.PayActivity newState:1 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.685 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.main.PayOptionalActivity newState:2 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.687 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.main.PayImplicitIntentActivity newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.691 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.deeplink.DeepLinkActivity newState:1 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.698 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.pay.bluetooth.service.PayBluetoothLeService
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.706 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:19.711 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingSliceProvider newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:19.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 12.668919; kalmanLux = 12.668919; speculatedLux = 12.668919;
finalLux = 12.668919
02-01 11:41:19.761 1317 1432 I _V_WindowOrientationListenerImpl: Proposed
rotation changed! proposedRotation=1, oldProposedRotation=-1
02-01 11:41:19.817 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:19.870 1317 1432 D _V_WindowManager: hovermode: ori is sensor land
02-01 11:41:19.877 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:19.889 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:19.889 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:19.914 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:19.917 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:19.942 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:19.957 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:19.994 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:20.013 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:20.069 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:20.104 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:20.245 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:20.323 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:20.323 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:20.332 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:20.332 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:20.347 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:20.348 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:20.350 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 18.581081; kalmanLux = 18.581081; speculatedLux = 18.581081;
finalLux = 18.581081
02-01 11:41:20.351 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 18.581081; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:20.437 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:20.443 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:20.478 1317 1432 W Looper : Slow dispatch took 698ms android.ui
h=android.os.Handler
c=com.android.server.wm.DisplayRotation$OrientationListener$UpdateRunnable@71783c9
m=0
02-01 11:41:20.478 1317 1432 W Looper : Slow delivery took 558ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
02-01 11:41:20.502 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:20.530 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:20.535 1317 2687 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8358 callingUid:10143
02-01 11:41:20.557 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:20.595 1317 1432 D DeviceIdleController: Adding AppId 10163 to temp
whitelist. New entry: false
02-01 11:41:20.617 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:20.626 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:20.642 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:20.662 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:20.662 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:20.683 1317 3292 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3049} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (521
skipped)
02-01 11:41:20.685 1317 1432 W Looper : Drained
02-01 11:41:20.700 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.DirectShareService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.709 1317 1431 W Looper : Slow dispatch took 198ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:41:20.709 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingSyncService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.716 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsReviewActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.721 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:20.732 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.suw2.SetupWizardActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.738 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.suw.SetupWizardActivity newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.744 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.745 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.InternalReceiveSurfaceActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.749 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.receive.ReceiveActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.750 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.receive.SamsungQrCodeActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.755 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.761 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.NotificationActionActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.763 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.GcmBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.766 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.782 1317 3292 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:41:20.784 1317 3292 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:41:20.787 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActi
vity newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.788 1317 3278 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3929, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.vivo.upgradelibrary.common.upgrademode.install.silenttiming
.NetChangeAndChargingReceiver,
com.vivo.browser.autoreboot.KillBrowserBroadcastReceiver},
enabledComponents={androidx.work.impl.background.systemjob.SystemJobService},
vHidden=1}
02-01 11:41:20.804 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 10.135136; kalmanLux = 10.135136; speculatedLux = 10.135136;
finalLux = 10.135136
02-01 11:41:20.806 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGaller
y newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.817 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungMyFile
s newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:20.842 1317 3292 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@5ef0e9
02-01 11:41:20.903 1317 1629 D NsdService: New client listening to asynchronous
messages
02-01 11:41:20.915 1317 1629 D NsdService: New client, channel:
com.android.internal.util.AsyncChannel@d94867a messenger:
android.os.Messenger@5929e2b
02-01 11:41:20.936 1317 2134 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:21.024 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:21.032 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:21.039 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.gcm.nts.SchedulerService newState:1 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:21.051 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:21.100 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:41:21.129 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.signin.activity.ConsentActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:21.179 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:21.196 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:21.203 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:21.215 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:21.215 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:21.242 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:21.255 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:21.257 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:21.290 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:21.296 1317 3087 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8514 callingUid:10163
02-01 11:41:21.313 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:21.393 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:21.412 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:21.421 1317 1432 D DeviceIdleController: Adding AppId 10163 to temp
whitelist. New entry: false
02-01 11:41:21.450 1317 1432 D DeviceIdleController: Adding AppId 10163 to temp
whitelist. New entry: false
02-01 11:41:21.473 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:21.496 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:21.497 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:21.562 1317 7357 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:21.600 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:21.650 1317 1433 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
02-01 11:41:21.666 1317 2134 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:21.691 1317 3810 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:21.703 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:21.707 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:21.766 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:21.824 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:21.891 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.trustagent.ConfirmUserCredentialAndStartActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:21.894 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.trustagent.PreferenceService newState:1 userId:0
callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:21.922 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:21.923 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.trustlet.onbody.discovery.PromoteScreenLockAndOnbo
dyActivity newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:21.929 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.trustlet.onbody.discovery.WebpageOnbodyPromotionAc
tivity newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:21.959 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:21.965 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.EmergencyLocationService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:21.983 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:21.984 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:21.997 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.config.EmergencyConfigContentProvider
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.003 1317 5773 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8514 callingUid:10163
02-01 11:41:22.007 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.EmergencyPersistentService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.012 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.settings.ThunderbirdSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.014 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.settings.ThunderbirdSettingInjectorSer
vice newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.017 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.thunderbird.settings.ThunderbirdSettingsContentPro
vider newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.029 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.031 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:22.056 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:22.056 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10161, timeNow=183078
02-01 11:41:22.056 1317 1530 D DeviceIdleController: Removing uid 10161 from temp
whitelist
02-01 11:41:22.056 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10037, 10119, 10143, 10144, 10145, 10154, 10159, 10163, 10169,
10181]
02-01 11:41:22.105 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10037, 10119, 10143, 10144, 10145, 10154, 10159, 10163, 10169, 10181]
02-01 11:41:22.114 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:22.114 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10144, timeNow=183136
02-01 11:41:22.115 1317 1530 D DeviceIdleController: Time to remove uid 10144:
184918
02-01 11:41:22.115 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10144, delay=1782
02-01 11:41:22.137 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:22.150 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.187 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:22.187 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:22.224 1317 1317 W Looper : Slow dispatch took 108ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@21a15c6 m=0
02-01 11:41:22.237 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:22.253 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.279 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.wallet.service.WalletGcmTaskService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.287 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:22.293 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:22.328 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.358 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
null (pid=-1, uid=-1) requires
com.google.android.youtube.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION due to
registered receiver BroadcastFilter{fa44e 10163/u0 ReceiverList{ed51349 8514
com.google.android.youtube/10163/u0 remote:cfd4550}}
02-01 11:41:22.365 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.365 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:22.376 1317 7357 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10163, isRmsPreload = false, keepQuiet
=false
02-01 11:41:22.391 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.415 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.persistent.LocationPersistentService
newState:0 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.421 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.stats.eastworld.EastworldService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:22.422 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:22.430 1317 5773 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10163, isRmsPreload = false, keepQuiet
=false
02-01 11:41:22.451 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.453 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:41:22.455 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.474 1317 3278 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10163, isRmsPreload = false, keepQuiet
=false
02-01 11:41:22.479 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:22.492 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.517 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:22.538 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: true
02-01 11:41:22.539 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=20000
02-01 11:41:22.539 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1001, 10037, 10119, 10143, 10144, 10145, 10154, 10159, 10163,
10169, 10181]
02-01 11:41:22.557 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.reporting.service.UploadGcmTaskService
newState:0 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.561 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.fused.FusedLocationService newState:0
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.564 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.565 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1001, 10037, 10119, 10143, 10144, 10145, 10154, 10159, 10163, 10169,
10181]
02-01 11:41:22.567 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.LocationAccuracyActivity
newState:0 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.574 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.lgaayl.ConfirmLgaaylActivity newState:0
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.578 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.provider.gnss.GnssLocationService
newState:0 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.580 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:22.580 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.582 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:22.618 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.util.LocationAccuracyInjectorService
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.618 1317 1317 W Looper : Slow dispatch took 121ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7
02-01 11:41:22.643 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.util.LocationAccuracyInjectorGla2024Service
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.672 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.LocationAccuracyV31Activity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:22.698 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:22.763 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:41:22.789 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:22.843 1317 3292 W ContentProviderHelper: Slow operation: 108ms so
far, now at getContentProviderImpl: before getProviderByClass
02-01 11:41:22.843 1317 3292 W ContentProviderHelper: Slow operation: 108ms so
far, now at getContentProviderImpl: after getProviderByClass
02-01 11:41:22.844 1317 3292 W ContentProviderHelper: Slow operation: 108ms so
far, now at getContentProviderImpl: before getApplicationInfo
02-01 11:41:22.845 1317 3292 W ContentProviderHelper: Slow operation: 110ms so
far, now at getContentProviderImpl: after getApplicationInfo
02-01 11:41:22.851 1317 3292 W ContentProviderHelper: Slow operation: 116ms so
far, now at getContentProviderImpl: now have ContentProviderRecord
02-01 11:41:22.851 1317 3292 W ContentProviderHelper: Slow operation: 116ms so
far, now at getContentProviderImpl: before set stopped state
02-01 11:41:22.852 1317 3292 W ContentProviderHelper: Slow operation: 117ms so
far, now at getContentProviderImpl: after set stopped state
02-01 11:41:22.852 1317 3292 W ContentProviderHelper: Slow operation: 117ms so
far, now at getContentProviderImpl: looking for process record
02-01 11:41:22.852 1317 3292 W ContentProviderHelper: Slow operation: 117ms so
far, now at getContentProviderImpl: before start process
02-01 11:41:22.871 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:22.873 1317 3292 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.iqoo.logsystem
02-01 11:41:22.879 1317 2189 I DeviceIdleController:
addPowerSaveWhitelistApp(name = com.android.phone)
02-01 11:41:22.884 1317 3292 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10125; state: DISABLED
02-01 11:41:22.885 1317 2189 I DeviceIdleController:
addPowerSaveWhitelistApps(name = [com.android.phone])
02-01 11:41:22.902 1317 3292 W ContentProviderHelper: Slow operation: 167ms so
far, now at getContentProviderImpl: after start process
02-01 11:41:22.902 1317 3292 W ContentProviderHelper: Slow operation: 167ms so
far, now at getContentProviderImpl: updating data structures
02-01 11:41:22.903 1317 3292 W ContentProviderHelper: Slow operation: 167ms so
far, now at getContentProviderImpl: done!
02-01 11:41:22.906 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10125; state: ENABLED
02-01 11:41:22.942 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:22.957 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:22.957 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:22.981 1317 1456 W ActivityManager: Slow operation: 118ms so far, now
at startProcess: returned from zygote!
02-01 11:41:23.009 1317 1456 W ActivityManager: Slow operation: 146ms so far, now
at startProcess: done updating battery stats
02-01 11:41:23.020 1317 1456 W ActivityManager: Slow operation: 157ms so far, now
at startProcess: building log message
02-01 11:41:23.020 1317 1456 I ActivityManager: Start proc
8758:com.bbk.iqoo.logsystem/u0a125 for content provider
{com.bbk.iqoo.logsystem/com.bbk.iqoo.logsystem.app.provider.ExceptionInfoProvider}
02-01 11:41:23.023 1317 1456 W ActivityManager: Slow operation: 160ms so far, now
at startProcess: starting to update pids map
02-01 11:41:23.040 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:23.049 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:41:23.050 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:23.053 1317 1456 W ActivityManager: Slow operation: 189ms so far, now
at startProcess: done updating pids map
02-01 11:41:23.803 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:23.823 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:23.827 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:23.827 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:23.836 1317 1317 W Looper : Slow delivery took 666ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:41:23.843 1317 1317 W Looper : Drained
02-01 11:41:23.844 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:23.844 1317 3810 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:23.846 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:41:23.865 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:23.872 1317 2184 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8460 callingUid:10159
02-01 11:41:23.880 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:23.900 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:41:23.922 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:23.942 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:23.942 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10144, timeNow=184964
02-01 11:41:23.946 1317 1530 D DeviceIdleController: Removing uid 10144 from temp
whitelist
02-01 11:41:23.946 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1001, 10037, 10119, 10143, 10145, 10154, 10159, 10163, 10169,
10181]
02-01 11:41:23.956 1317 1455 W ActivityManager: Stopping service due to app idle:
u0a216 -1m36s89ms
com.starmakerinteractive.starmaker/com.ushowmedia.starmaker.ashes.AshesService
02-01 11:41:23.960 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:24.014 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:24.091 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1001, 10037, 10119, 10143, 10145, 10154, 10159, 10163, 10169, 10181]
02-01 11:41:24.108 1317 3810 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10125; state: DISABLED
02-01 11:41:24.113 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:24.170 1317 3810 W ActivityManager: Slow operation: 81ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:41:24.170 1317 3810 W ActivityManager: Slow operation: 81ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:41:24.242 1317 3810 W ActivityManager: Slow operation: 153ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:41:24.250 1317 3810 W ActivityManager: Slow operation: 160ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:41:24.274 1317 1432 W Looper : Slow dispatch took 372ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:41:24.275 1317 1432 W Looper : Slow delivery took 413ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
02-01 11:41:24.308 1317 1432 W Looper : Drained
02-01 11:41:24.314 1317 7357 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:24.317 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:24.317 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10169, timeNow=185339
02-01 11:41:24.317 1317 1530 D DeviceIdleController: Time to remove uid 10169:
190694
02-01 11:41:24.317 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10169, delay=5355
02-01 11:41:24.346 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:24.352 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:24.361 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:24.361 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:24.395 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:24.395 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:24.441 1317 2134 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.audiofx
02-01 11:41:24.442 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:41:24.456 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: true
02-01 11:41:24.456 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=20000
02-01 11:41:24.456 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10119, 10143, 10145, 10154, 10159, 10163,
10169, 10181]
02-01 11:41:24.555 1317 3087 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3929, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.vivo.upgradelibrary.common.upgrademode.install.silenttiming
.NetChangeAndChargingReceiver,
com.vivo.browser.autoreboot.KillBrowserBroadcastReceiver},
enabledComponents={androidx.work.impl.background.systemjob.SystemJobService},
vHidden=1}
02-01 11:41:24.575 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:24.606 1317 2183 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10163, isRmsPreload = false, keepQuiet
=false
02-01 11:41:24.674 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:24.684 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:24.691 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10119, 10143, 10145, 10154, 10159, 10163, 10169,
10181]
02-01 11:41:24.692 1317 1432 W Looper : Slow dispatch took 237ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:41:24.692 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:24.706 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:24.706 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:24.715 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:24.726 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:24.744 1317 1456 W ActivityManager: Slow operation: 304ms so far, now
at startProcess: done updating battery stats
02-01 11:41:24.745 1317 1456 W ActivityManager: Slow operation: 305ms so far, now
at startProcess: building log message
02-01 11:41:24.745 1317 1456 I ActivityManager: Start proc
8798:com.vivo.audiofx/1000 for broadcast
{com.vivo.audiofx/com.vivo.audiofx.AudioFxIntentReceiver}
02-01 11:41:24.745 1317 1456 W ActivityManager: Slow operation: 305ms so far, now
at startProcess: starting to update pids map
02-01 11:41:24.745 1317 1456 W ActivityManager: Slow operation: 305ms so far, now
at startProcess: done updating pids map
02-01 11:41:24.783 1317 3292 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10163, isRmsPreload = false, keepQuiet
=false
02-01 11:41:24.786 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:24.800 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:24.800 1317 1317 W Looper : Slow dispatch took 793ms main
h=com.android.server.job.controllers.ConnectivityController$CcHandler c=null m=0
02-01 11:41:24.803 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:24.803 1317 1317 W Looper : Slow delivery took 525ms main
h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=3
02-01 11:41:24.820 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:24.823 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:41:24.824 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:24.829 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:24.837 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:24.853 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:24.866 1317 2184 W ActivityManager: Slow operation: 72ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:41:24.867 1317 2184 W ActivityManager: Slow operation: 72ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:41:24.869 1317 2184 W ActivityManager: Slow operation: 75ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:41:24.873 1317 2184 W ActivityManager: Slow operation: 79ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:41:24.882 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:24.903 1317 1317 W Looper : Drained
02-01 11:41:24.914 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:24.942 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:24.954 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:24.957 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:24.988 1317 1455 W ActivityManager: Stopping service due to app idle:
u0a205 -1m43s83ms com.facebook.katana/com.facebook.mqtt.service.MqttServiceV2
02-01 11:41:25.012 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:25.052 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:25.082 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:25.087 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:25.109 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:25.119 1317 2134 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.youtube uid 10163, isRmsPreload = false, keepQuiet
=false
02-01 11:41:25.130 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:25.180 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.DrivingBehaviorPlatformSettingsA
ctivity newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:25.183 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.drivingmode.DrivingModeFrxActivity newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:25.189 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:25.222 1317 2134 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:25.225 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.drivingmode.AutoLaunchService newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:25.233 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.drivingmode.DrivingModeSettingsActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:25.237 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActiv
ity newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:25.289 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.RemoteCopyShareSheetActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.300 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.settings.SettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.303 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.306 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAl
ias newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.316 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsPreferenceActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.327 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsPreferenceActivityAlias
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.329 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.DeviceVisibilityActivity newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.332 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
02-01 11:41:25.363 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:25.380 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.send.SendActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.389 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.NlpConsentFooterReceiver
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:25.390 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:25.392 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.NlpConsentFooterV31Gla2024Receiv
er newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:25.401 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:3114
02-01 11:41:25.430 1317 2687 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:nearby_sharing_component
value:com.google.android.gms/com.google.android.gms.nearby.sharing.send.SendActivit
y pkg:com.google.android.gms userId:0
02-01 11:41:25.433 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingTileService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.438 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.quicksettings.QuickSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.443 1317 2134 I BroadcastQueue: Delay finish:
com.vivo.audiofx/.AudioFxIntentReceiver
02-01 11:41:25.463 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingSliceProvider newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.634 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:25.636 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:25.666 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:25.753 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:25.823 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:25.882 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.DirectShareService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.883 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:25.884 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SharingSyncService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:25.919 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:25.923 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:25.953 1317 3087 D ConditionProviders: Enabling component
com.google.android.gms/com.google.android.location.settings.DrivingConditionProvide
r
02-01 11:41:25.955 1317 3087 V ConditionProviders: binding: Intent
{ act=android.service.notification.ConditionProviderService
cmp=com.google.android.gms/com.google.android.location.settings.DrivingConditionPro
vider (has extras) }
02-01 11:41:25.961 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:25.975 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:25.990 1317 3087 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:26.035 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:26.046 1317 4262 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:stringId value:-1 pkg:com.vivo.audiofx
userId:0
02-01 11:41:26.066 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:26.165 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:26.232 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.SettingsReviewActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.247 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:26.258 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.suw2.SetupWizardActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.271 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.suw.SetupWizardActivity newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.280 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.287 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.InternalReceiveSurfaceActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.294 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.receive.ReceiveActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.312 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.receive.SamsungQrCodeActivity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.328 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceService newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.338 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.NotificationActionActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.359 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:26.361 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.GcmBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.363 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:26.365 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.ReceiveSurfaceActivityAlias
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.368 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActi
vity newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.397 1317 4262 D BiometricService: Sensor ID(1), oemStrength: 4095,
updatedStrength: 4095, modality 8, state: 0, cookie: 0, props: ID: 1, Strength: 0,
Type: 0, SupportsFaceDetection: false, sensorId 1, hasEnrollments: false cannot
participate in Keystore operations
02-01 11:41:26.432 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:26.432 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGaller
y newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.432 1317 3276 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:multi_cb value:1
pkg:com.google.android.gms userId:0
02-01 11:41:26.439 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungMyFile
s newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:26.637 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:26.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:26.651 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:26.710 1317 1317 V ConditionProviders: 0 condition provider service
connected:
ComponentInfo{com.google.android.gms/com.google.android.location.settings.DrivingCo
nditionProvider}
02-01 11:41:26.775 1317 2687 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:41:26.777 1317 3087 D ConditionProviders: Disabling component
com.google.android.gms/com.google.android.location.settings.DrivingConditionProvide
r
02-01 11:41:26.781 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:26.786 1317 3276 I ActivityManager: Process com.vivo.audiofx (pid
8798) has died: fg SVC
02-01 11:41:26.793 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode_config_etag value:-2079455149
pkg:android userId:0
02-01 11:41:26.805 1317 1317 D _V_ZenModeHelper: reason =
zmc.onServiceAdded:ComponentInfo{com.google.android.gms/com.google.android.location
.settings.DrivingConditionProvider} zenModeEnabled = false mZenModeEnabled = false
02-01 11:41:26.805 1317 1317 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:zen_mode value:0 pkg:android userId:0
02-01 11:41:26.916 1317 3276 W ActivityManager: Scheduling restart of crashed
service com.vivo.audiofx/.AudioFxService in 2918ms for start-requested
02-01 11:41:26.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:41:26.953 1317 3276 I ActivityManager: Killing
4620:com.facebook.katana/u0a205 (adj 455): empty #9
02-01 11:41:27.033 1317 1432 W Looper : Slow dispatch took 102ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32
02-01 11:41:27.053 1317 1317 W Looper : Slow dispatch took 269ms main
h=com.android.server.notification.ZenModeHelper$H c=null m=4
02-01 11:41:27.054 1317 1317 W Looper : Slow delivery took 270ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler
c=com.android.server.notification.NotificationManagerService$CancelNotificationRunn
able@a265b8d m=0
02-01 11:41:27.087 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:27.120 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:27.146 1317 1317 W Looper : Drained
02-01 11:41:27.221 1317 1429 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:41:27.224 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10125; state: DISABLED
02-01 11:41:27.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:41:27.259 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:27.307 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:27.324 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:27.383 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:27.402 1317 2184 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:27.477 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.reporting.service.LocationHistoryInjectorServ
ice newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:27.559 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:27.606 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:27.618 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:27.636 1317 2666 D BiometricService: Sensor ID(1), oemStrength: 4095,
updatedStrength: 4095, modality 8, state: 0, cookie: 0, props: ID: 1, Strength: 0,
Type: 0, SupportsFaceDetection: false, sensorId 1, hasEnrollments: false cannot
participate in Keystore operations
02-01 11:41:27.641 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:27.777 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:27.933 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:27.943 1317 2134 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:8514 callingUid:10163
02-01 11:41:27.994 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.102 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:28.233 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.266 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.289 1317 2134 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:41:28.319 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:28.336 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.344 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.444 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:28.485 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.532 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.581 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.586 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.631 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.636 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.638 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.660 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:28.684 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:28.692 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.697 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.730 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:28.745 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.785 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.810 1317 1936 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
02-01 11:41:28.831 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 26, control mode automatic, policy level 2, lux 2).
02-01 11:41:28.831 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:41:28.865 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:28.891 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:28.917 1317 1445 V _V_InputMethodManagerService:
onFinishPackageChangesInternal change=0 , hide input method menu
02-01 11:41:28.925 1317 1445 V InputMethodMenuController: Hide switching menu
02-01 11:41:28.941 1317 1445 V _V_InputMethodManagerService:
onFinishPackageChangesInternal change=0 , hide input method menu
02-01 11:41:28.941 1317 1445 V InputMethodMenuController: Hide switching menu
02-01 11:41:28.964 1317 1445 D InputMethodManagerService: --- re-
buildInputMethodList reset = false
02-01 11:41:28.964 1317 1445 D InputMethodManagerService: ------
caller=com.android.server.inputmethod.InputMethodManagerService$MyPackageMonitor.on
FinishPackageChangesInternal:1478
com.android.server.inputmethod.InputMethodManagerService$MyPackageMonitor.onFinishP
ackageChanges:1389 com.android.internal.content.PackageMonitor.onReceive:470
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 android.os.HandlerThread.run:67
02-01 11:41:28.970 1317 1445 D InputMethodManagerService: Checking
com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
02-01 11:41:29.076 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:29.217 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:29.242 1317 1445 D InputMethodManagerService: Found an input method
InputMethodInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.
LatinIME, settings:
com.google.android.apps.inputmethod.latin.preference.SettingsActivity}
02-01 11:41:29.251 1317 1445 D InputMethodManagerService: Checking
com.google.android.tts/com.google.android.apps.speech.tts.googletts.settings.asr.vo
iceime.VoiceInputMethodService
02-01 11:41:29.295 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:29.299 1317 1936 I ActivityManager: Killing
8052:com.google.android.configupdater/u0a144 (adj 975): empty #9
02-01 11:41:29.327 1317 1445 D InputMethodManagerService: Found an input method
InputMethodInfo{com.google.android.tts/com.google.android.apps.speech.tts.googletts
.settings.asr.voiceime.VoiceInputMethodService, settings:
com.google.android.apps.speech.tts.googletts.settings.asr.voiceime.ui.VoiceImeSetti
ngsActivity}
02-01 11:41:29.350 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:29.363 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:29.507 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:41:29.541 1317 1317 W Looper : Slow dispatch took 118ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:41:29.551 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:29.554 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:29.561 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:29.587 1317 1429 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:29.591 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:29.603 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:29.644 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:29.674 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:29.710 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:29.710 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10169, timeNow=190732
02-01 11:41:29.711 1317 1530 D DeviceIdleController: Removing uid 10169 from temp
whitelist
02-01 11:41:29.711 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10119, 10143, 10145, 10154, 10159, 10163,
10181]
02-01 11:41:29.760 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:29.768 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10119, 10143, 10145, 10154, 10159, 10163, 10181]
02-01 11:41:29.774 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:29.814 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:29.815 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10154, timeNow=190837
02-01 11:41:29.815 1317 1530 D DeviceIdleController: Time to remove uid 10154:
190970
02-01 11:41:29.815 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10154, delay=133
02-01 11:41:29.816 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:29.816 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:29.820 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:30.412 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:30.414 1317 1432 W Looper : Slow dispatch took 587ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
02-01 11:41:30.416 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:30.420 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:30.421 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10154, timeNow=191442
02-01 11:41:30.421 1317 1530 D DeviceIdleController: Removing uid 10154 from temp
whitelist
02-01 11:41:30.421 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10119, 10143, 10145, 10159, 10163, 10181]
02-01 11:41:30.462 1317 1455 W _V_VivoAmsImpl: mCallingPidFilter=-1,
mCallingUidFilter=-1
02-01 11:41:30.491 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.audiofx
02-01 11:41:30.499 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:41:30.563 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:30.580 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10119, 10143, 10145, 10159, 10163, 10181]
02-01 11:41:30.602 1317 1317 W Looper : Slow dispatch took 170ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@1b4fbba m=0
02-01 11:41:30.605 1317 1456 W ActivityManager: Slow operation: 115ms so far, now
at startProcess: asking zygote to start proc
02-01 11:41:30.606 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:30.639 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:30.641 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:30.642 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:30.648 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:30.663 1317 1456 W ActivityManager: Slow operation: 164ms so far, now
at startProcess: returned from zygote!
02-01 11:41:30.670 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:30.690 1317 1941 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3320} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (489
skipped)
02-01 11:41:30.711 1317 1317 W Looper : Slow dispatch took 106ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:41:30.729 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:30.736 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:30.737 1317 1456 W ActivityManager: Slow operation: 248ms so far, now
at startProcess: done updating battery stats
02-01 11:41:30.740 1317 1456 W ActivityManager: Slow operation: 251ms so far, now
at startProcess: building log message
02-01 11:41:30.740 1317 1456 I ActivityManager: Start proc
8910:com.vivo.audiofx/1000 for service
{com.vivo.audiofx/com.vivo.audiofx.AudioFxService}
02-01 11:41:30.740 1317 1456 W ActivityManager: Slow operation: 251ms so far, now
at startProcess: starting to update pids map
02-01 11:41:30.741 1317 1456 W ActivityManager: Slow operation: 252ms so far, now
at startProcess: done updating pids map
02-01 11:41:30.752 1317 8911 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:30.762 1317 1431 W Looper : Slow dispatch took 147ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:41:30.853 1317 1317 W Looper : Slow delivery took 208ms main
h=android.os.Handler c=com.android.internal.os.BinderCallsStats$1@223c76a m=0
02-01 11:41:30.858 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:30.858 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10119, timeNow=191880
02-01 11:41:30.859 1317 1530 D DeviceIdleController: Removing uid 10119 from temp
whitelist
02-01 11:41:30.859 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10143, 10145, 10159, 10163, 10181]
02-01 11:41:30.884 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10143, 10145, 10159, 10163, 10181]
02-01 11:41:30.916 1317 1317 W Looper : Drained
02-01 11:41:30.927 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:30.931 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:30.942 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:31.022 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.084 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.100 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:31.100 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10145, timeNow=192122
02-01 11:41:31.107 1317 1530 D DeviceIdleController: Removing uid 10145 from temp
whitelist
02-01 11:41:31.107 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10037, 10143, 10159, 10163, 10181]
02-01 11:41:31.137 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10037, 10143, 10159, 10163, 10181]
02-01 11:41:31.147 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:31.147 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:31.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:31.312 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:31.347 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:41:31.361 1317 1522 W ActivityManager: Slow operation: 51ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:41:31.362 1317 1522 W ActivityManager: Slow operation: 51ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:41:31.389 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.396 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.432 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.436 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.443 1317 1522 W ActivityManager: Slow operation: 133ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:41:31.505 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.588 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.654 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:31.668 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:31.686 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:31.711 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:31.711 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10037, timeNow=192733
02-01 11:41:31.717 1317 1530 D DeviceIdleController: Removing uid 10037 from temp
whitelist
02-01 11:41:31.717 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10143, 10159, 10163, 10181]
02-01 11:41:31.760 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10143, 10159, 10163, 10181]
02-01 11:41:31.792 1317 8933 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:31.795 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:31.802 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:31.850 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:31.869 1317 1522 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:31.886 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:31.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:41:31.904 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.907 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.910 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:31.925 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.928 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:31.996 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:32.044 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.052 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:32.058 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:32.058 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10143, timeNow=193080
02-01 11:41:32.059 1317 1530 D DeviceIdleController: Time to remove uid 10143:
193981
02-01 11:41:32.066 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10143, delay=901
02-01 11:41:32.096 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.112 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
02-01 11:41:32.176 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:32.243 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.250 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.255 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.271 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.281 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:32.301 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.306 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.368 1317 1941 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:41:32.392 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:32.445 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:32.466 1317 1522 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:pem_vlog_1500_exist value:1
pkg:com.vivo.pem userId:0
02-01 11:41:32.466 1317 1936 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:stringId value:-1 pkg:com.vivo.audiofx
userId:0
02-01 11:41:32.498 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.501 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:41:32.543 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:32.556 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.722 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:32.790 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.793 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.802 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:41:32.808 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.811 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.826 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:32.852 1317 7357 I ActivityManager: Process com.vivo.audiofx (pid
8910) has died: fg SVC
02-01 11:41:32.853 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:32.858 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.873 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:32.880 1317 7357 W ActivityManager: Scheduling restart of crashed
service com.vivo.audiofx/.AudioFxService in 11672ms for start-requested
02-01 11:41:32.904 1317 8945 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:32.914 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.919 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.926 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.948 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:32.950 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:32.964 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:33.007 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:33.007 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10143, timeNow=194029
02-01 11:41:33.007 1317 1530 D DeviceIdleController: Removing uid 10143 from temp
whitelist
02-01 11:41:33.007 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10159, 10163, 10181]
02-01 11:41:33.015 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10159, 10163, 10181]
02-01 11:41:33.017 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:33.018 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:33.019 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.024 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletSer
vice newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:33.026 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:41:33.035 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:33.051 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.053 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.099 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.120 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.123 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.128 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:33.128 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10181, timeNow=194150
02-01 11:41:33.128 1317 1530 D DeviceIdleController: Time to remove uid 10181:
194930
02-01 11:41:33.129 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10181, delay=780
02-01 11:41:33.189 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.199 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:33.245 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.248 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.258 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.400 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:41:33.405 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:33.432 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.437 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.496 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.500 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.510 1317 1433 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
02-01 11:41:33.576 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.661 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.731 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:33.814 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.833 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.834 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:33.844 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.850 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:33.854 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.875 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.880 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:33.948 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:33.948 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10181, timeNow=194970
02-01 11:41:33.948 1317 1530 D DeviceIdleController: Removing uid 10181 from temp
whitelist
02-01 11:41:33.948 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10159, 10163]
02-01 11:41:33.956 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10159, 10163]
02-01 11:41:33.961 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:33.962 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:33.962 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:33.962 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10159, timeNow=194984
02-01 11:41:33.963 1317 1530 D DeviceIdleController: Removing uid 10159 from temp
whitelist
02-01 11:41:33.963 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10163]
02-01 11:41:33.981 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10163]
02-01 11:41:33.984 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:33.988 1317 1506 W PackageManager: Preserving older settings backup
02-01 11:41:34.164 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:34.178 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:34.180 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.242 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.271 1317 8953 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:34.274 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.285 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.325 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.330 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.350 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.409 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.419 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.430 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.435 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.479 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:34.591 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.601 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.633 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.651 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.668 1317 3810 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:34.750 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:34.843 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:34.860 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:34.990 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:35.017 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:35.232 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:35.326 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:35.436 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:35.631 1317 3810 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:35.654 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:35.667 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:35.689 1317 8961 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:35.695 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:35.708 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:35.708 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10163, timeNow=196730
02-01 11:41:35.708 1317 1530 D DeviceIdleController: Time to remove uid 10163:
202472
02-01 11:41:35.708 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10163, delay=5742
02-01 11:41:35.878 1317 1941 I ActivityManager: com.facebook.system is exempt
from freezer
02-01 11:41:35.879 1317 1941 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.system
02-01 11:41:35.881 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10034; state: DISABLED
02-01 11:41:35.881 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10034; state: DISABLED
02-01 11:41:35.881 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10034; state: DISABLED
02-01 11:41:35.882 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10034; state: ENABLED
02-01 11:41:35.882 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10034; state: ENABLED
02-01 11:41:35.918 1317 1456 I ActivityManager: Start proc
8964:com.facebook.system/u0a34 for content provider
{com.facebook.system/com.facebook.oxygen.installer.api.AppManagerApiProvider}
02-01 11:41:36.034 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.117 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:36.121 1317 3810 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:36.124 1317 3810 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:36.140 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.149 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10034; state: DISABLED
02-01 11:41:36.180 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.186 1317 1941 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:41:36.187 1317 1941 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:41:36.200 1317 1941 W ActivityManager: Slow operation: 71ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:41:36.202 1317 1941 W ActivityManager: Slow operation: 73ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:41:36.230 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.274 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.285 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.288 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.292 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:36.337 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:36.342 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.367 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.399 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:41:36.500 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.552 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:36.587 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.607 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.635 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.695 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.791 1317 8987 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:36.831 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:36.869 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:36.913 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:37.038 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:37.161 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:37.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:38.211 1317 1941 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:38.348 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:38.435 1317 5773 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:39.206 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:39.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:39.354 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:39.359 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:39.540 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:39.999 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:41:40.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:40.443 1317 1455 I ActivityManager: Waited long enough for:
ServiceRecord{31492a4 u0 com.vivo.audiofx/.AudioFxService}
02-01 11:41:40.445 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:41:40.476 1317 1432 D DeviceIdleController: Adding AppId 10092 to temp
whitelist. New entry: true
02-01 11:41:40.477 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10092, delay=20000
02-01 11:41:40.478 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10092, 10163]
02-01 11:41:40.480 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10092, 10163]
02-01 11:41:40.485 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:40.537 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:41:40.545 1317 3810 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.crontab
02-01 11:41:40.546 1317 3810 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:41:40.576 1317 1456 I ActivityManager: Start proc
8999:com.vivo.crontab/1000 for broadcast
{com.vivo.crontab/com.vivo.crontab.AlarmReceiver}
02-01 11:41:40.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:41:40.719 1317 1445 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3463} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (253
skipped)
02-01 11:41:40.797 1317 3810 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:41:40.828 1317 3810 W ActivityManager: Slow operation: 60ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:41:40.828 1317 3810 W ActivityManager: Slow operation: 60ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:41:40.837 1317 3810 W ActivityManager: Slow operation: 69ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:41:40.840 1317 3810 W ActivityManager: Slow operation: 72ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:41:40.846 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:40.888 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:40.892 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:40.992 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:41.018 1317 5773 W _V_ContentProviderHelper: Failed to find
provider:com.facebook.system.restrictedmode.appmanager for user 0
02-01 11:41:41.039 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:41.048 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:41.083 1317 5773 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:41:41.158 1317 1941 I ActivityManager: Killing
8125:com.google.android.gm/u0a169 (adj 995): empty #9
02-01 11:41:41.201 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:41:41.210 1317 1432 D DeviceIdleController: Adding AppId 10073 to temp
whitelist. New entry: true
02-01 11:41:41.210 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10073, delay=20000
02-01 11:41:41.210 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10073, 10092, 10163]
02-01 11:41:41.214 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10073, 10092, 10163]
02-01 11:41:41.214 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:41.232 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:41.333 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:41.436 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:41.489 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:41.489 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10163, timeNow=202511
02-01 11:41:41.494 1317 1530 D DeviceIdleController: Removing uid 10163 from temp
whitelist
02-01 11:41:41.494 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10073, 10092]
02-01 11:41:41.499 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10073, 10092]
02-01 11:41:41.503 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:41:41.534 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:41.539 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:41.575 1317 1432 D DeviceIdleController: Adding AppId 10096 to temp
whitelist. New entry: true
02-01 11:41:41.575 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10096, delay=20000
02-01 11:41:41.575 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10073, 10092, 10096]
02-01 11:41:41.579 1317 1941 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.notes
02-01 11:41:41.579 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10096; state: DISABLED
02-01 11:41:41.580 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10096; state: ENABLED
02-01 11:41:41.582 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10073, 10092, 10096]
02-01 11:41:41.583 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:41.583 1317 1432 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10096; state: ENABLED
02-01 11:41:41.615 1317 1456 I ActivityManager: Start proc
9023:com.vivo.notes/u0a96 for broadcast
{com.vivo.notes/com.vivo.notes.receiver.AlarmBroadcastReceiver}
02-01 11:41:41.651 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:41.755 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:41.801 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:41.804 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:41.806 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:41.821 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10096; state: DISABLED
02-01 11:41:41.857 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:41.901 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:41.905 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:41.950 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:41.961 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:42.159 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:42.262 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:42.283 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:42.365 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:42.476 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:42.578 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:42.578 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=203600
02-01 11:41:42.578 1317 1530 D DeviceIdleController: Time to remove uid 1001:
204921
02-01 11:41:42.578 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=1321
02-01 11:41:42.579 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:42.768 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:42.782 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:42.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:41:42.851 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:42.930 1317 1432 D DeviceIdleController: Adding AppId 1001 to temp
whitelist. New entry: false
02-01 11:41:42.933 1317 2183 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.omacp
02-01 11:41:42.934 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1001; state: DISABLED
02-01 11:41:42.935 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 1001; state: DISABLED
02-01 11:41:42.935 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 1001; state: DISABLED
02-01 11:41:42.935 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 1001; state: ENABLED
02-01 11:41:42.940 1317 2183 I ActivityManager: Killing
8318:com.google.android.onetimeinitializer/u0a145 (adj 985): empty #9
02-01 11:41:42.966 1317 1456 I ActivityManager: Start proc
9051:com.vivo.omacp/1001 for broadcast
{com.vivo.omacp/com.vivo.omacp.message.OmacpReceiver}
02-01 11:41:42.972 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:43.068 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:43.071 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:43.074 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:43.136 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:43.141 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:43.186 1317 1941 I ActivityManager: Process com.vivo.notes (pid 9023)
has died: cch+5 CEM
02-01 11:41:43.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:41:43.313 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:43.399 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:43.451 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:41:43.454 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:41:43.517 1317 1432 D DeviceIdleController: Adding AppId 10081 to temp
whitelist. New entry: true
02-01 11:41:43.517 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10081, delay=20000
02-01 11:41:43.518 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10073, 10081, 10092, 10096]
02-01 11:41:43.518 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10073, 10081, 10092, 10096]
02-01 11:41:43.518 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:43.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:41:43.632 1317 1432 D DeviceIdleController: Adding AppId 10086 to temp
whitelist. New entry: true
02-01 11:41:43.633 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10086, delay=20000
02-01 11:41:43.633 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10073, 10081, 10086, 10092, 10096]
02-01 11:41:43.655 1317 2183 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.website
02-01 11:41:43.656 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10086; state: DISABLED
02-01 11:41:43.656 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10086; state: ENABLED
02-01 11:41:43.658 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10073, 10081, 10086, 10092, 10096]
02-01 11:41:43.659 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:43.675 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:43.680 1317 1456 I ActivityManager: Start proc
9070:com.vivo.website/u0a86 for broadcast
{com.vivo.website/com.vivo.website.receiver.InvokeAppBroadCastReceiver}
02-01 11:41:43.735 1317 1432 W Looper : Slow dispatch took 102ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:41:43.753 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:43.810 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:43.814 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:43.820 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:43.832 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10086; state: DISABLED
02-01 11:41:43.840 1317 2183 I ActivityManager: Killing
8340:com.google.android.packageinstaller/u0a37 (adj 975): empty #9
02-01 11:41:43.862 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:43.886 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:43.892 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:43.898 1317 1317 I _V_VNOILNMS: ===VNOILNMS n=0 VideoStates=false
NoticeStates=false flag_red=0 flag_green=0 mScreenOn=true
mNotificationPulseEnabled=true
02-01 11:41:43.909 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:43.938 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:43.938 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=204960
02-01 11:41:43.938 1317 1530 D DeviceIdleController: Time to remove uid 1001:
223952
02-01 11:41:43.938 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1001, delay=18992
02-01 11:41:44.080 1317 1317 I NotificationService: Cannot find enqueued record
for key: 0|com.vivo.omacp|126|null|1001
02-01 11:41:44.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:41:44.272 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:44.281 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:44.488 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:41:44.488 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=205510
02-01 11:41:44.488 1317 1530 D DeviceIdleController: Time to remove uid 1000:
224473
02-01 11:41:44.488 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=18963
02-01 11:41:44.558 1317 1455 W _V_VivoAmsImpl: mCallingPidFilter=-1,
mCallingUidFilter=-1
02-01 11:41:44.562 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.audiofx
02-01 11:41:44.563 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:41:44.587 1317 1456 I ActivityManager: Start proc
9087:com.vivo.audiofx/1000 for service
{com.vivo.audiofx/com.vivo.audiofx.AudioFxService}
02-01 11:41:44.656 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:44.719 1317 1432 D DeviceIdleController: Adding AppId 10254 to temp
whitelist. New entry: true
02-01 11:41:44.720 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10254, delay=20000
02-01 11:41:44.720 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10073, 10081, 10086, 10092, 10096, 10254]
02-01 11:41:44.724 1317 2183 I _V_ActivityManager: isSystemApp: false,
packageName: com.animewallpapers4K.STUDIOLOVE
02-01 11:41:44.724 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10254; state: DISABLED
02-01 11:41:44.725 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10254; state: DISABLED
02-01 11:41:44.725 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10254; state: DISABLED
02-01 11:41:44.725 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10254; state: ENABLED
02-01 11:41:44.726 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10254; state: ENABLED
02-01 11:41:44.730 1317 2183 I ActivityManager: Killing
8460:com.google.android.tts/u0a159 (adj 975): empty #9
02-01 11:41:44.782 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10073, 10081, 10086, 10092, 10096, 10254]
02-01 11:41:44.783 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:44.794 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:44.805 1317 1456 W ActivityManager: Slow operation: 84ms so far, now
at startProcess: done updating battery stats
02-01 11:41:44.807 1317 1456 W ActivityManager: Slow operation: 86ms so far, now
at startProcess: building log message
02-01 11:41:44.807 1317 1456 I ActivityManager: Start proc
9115:com.animewallpapers4K.STUDIOLOVE/u0a254 for broadcast
{com.animewallpapers4K.STUDIOLOVE/com.onesignal.notifications.receivers.BootUpRecei
ver}
02-01 11:41:44.807 1317 1456 W ActivityManager: Slow operation: 86ms so far, now
at startProcess: starting to update pids map
02-01 11:41:44.807 1317 1456 W ActivityManager: Slow operation: 86ms so far, now
at startProcess: done updating pids map
02-01 11:41:44.808 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:44.825 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:44.840 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:44.845 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:44.891 1317 2676 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=launcher.action.CHANGE_APPLICATION_NOTIFICATION_NUM flg=0x10
(has extras) } send by ApplicationInfo{e90650d com.vivo.website} should with
permissions for security!!!
02-01 11:41:44.902 1317 2676 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=launcher.action.CHANGE_APPLICATION_NOTIFICATION_NUM flg=0x10
(has extras) } send by ApplicationInfo{e90650d com.vivo.website} should with
permissions for security!!!
02-01 11:41:44.944 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:44.947 1317 9133 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:44.951 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:44.952 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:41:44.954 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:44.969 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10254; state: DISABLED
02-01 11:41:44.991 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:45.009 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:45.011 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:45.025 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:45.029 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:45.046 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:45.082 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:45.185 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:45.230 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 1000; state: ENABLED
02-01 11:41:45.288 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:45.371 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:45.380 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:45.382 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:45.399 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 10.135136; kalmanLux = 10.135136; speculatedLux = 10.135136;
finalLux = 10.135136
02-01 11:41:45.400 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:45.503 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:45.528 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:45.542 1317 3277 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:stringId value:-1 pkg:com.vivo.audiofx
userId:0
02-01 11:41:45.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:45.606 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:45.710 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:45.710 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:45.772 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:45.813 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:45.881 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.animewallpapers4K.STUDIOLOVE
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10254 callingPid:9115
02-01 11:41:45.916 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.019 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.020 1317 3277 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:9115 callingUid:10254
02-01 11:41:46.123 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.141 1317 3277 I ActivityManager: Process com.vivo.audiofx (pid
9087) has died: fg SVC
02-01 11:41:46.148 1317 3277 W ActivityManager: Canceling start item Intent
{ act=android.intent.action.BOOT_COMPLETED cmp=com.vivo.audiofx/.AudioFxService
(has extras) } in service com.vivo.audiofx/.AudioFxService
02-01 11:41:46.207 1317 9172 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:46.226 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.329 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.330 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.384 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.397 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.432 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.434 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:46.536 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.625 1317 2135 I ActivityManager: Process
com.starmakerinteractive.starmaker:ashes (pid 4040) has died: cch+65 CEM
02-01 11:41:46.655 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.740 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.768 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.824 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: true
02-01 11:41:46.825 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10205, delay=20000
02-01 11:41:46.828 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10073, 10081, 10086, 10092, 10096, 10205, 10254]
02-01 11:41:46.830 1317 2187 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.katana
02-01 11:41:46.831 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10205; state: DISABLED
02-01 11:41:46.840 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10205; state: ENABLED
02-01 11:41:46.845 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10073, 10081, 10086, 10092, 10096, 10205, 10254]
02-01 11:41:46.849 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.861 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:46.871 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:46.872 1317 1456 I ActivityManager: Start proc
9190:com.facebook.katana/u0a205 for broadcast
{com.facebook.katana/com.facebook.account.login.notification.LoginNotificationServi
ceScheduler}
02-01 11:41:46.904 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.animewallpapers4K.STUDIOLOVE
className:androidx.work.impl.background.systemalarm.RescheduleReceiver newState:1
userId:0 callingPackage:null callingUid:10254 callingPid:9115
02-01 11:41:47.063 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:47.065 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:47.068 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:41:47.068 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:47.069 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:47.077 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:47.100 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:47.108 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:47.146 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:47.181 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:47.281 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 124107808; UID 1001; state: ENABLED
02-01 11:41:47.292 1317 1752 W ActivityManager: Slow operation: 59ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:41:47.292 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:47.306 1317 1752 W ActivityManager: Slow operation: 73ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:41:47.344 1317 1752 W ActivityManager: Slow operation: 109ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:41:47.344 1317 1752 W ActivityManager: Slow operation: 111ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:41:47.361 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:47.395 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:47.428 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:47.446 1317 1752 W ActivityManager: Slow operation: 212ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:41:47.456 1317 1752 W ActivityManager: Slow operation: 223ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:41:47.498 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:47.502 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:47.601 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:48.190 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:48.192 1317 1317 W Looper : Slow dispatch took 590ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:41:48.194 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 4040, uid = 10216
02-01 11:41:48.198 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:48.198 1317 4128 I ActivityManager: Process
com.google.android.permissioncontroller (pid 8393) has died: cch+45 CEM
02-01 11:41:48.199 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:48.200 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:48.202 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:48.204 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:48.253 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.135136; finalLux = 10.135136; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:48.261 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:48.410 1317 1317 W Looper : Slow dispatch took 107ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:41:48.414 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.animewallpapers4K.STUDIOLOVE userId=0
02-01 11:41:48.419 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.animewallpapers4K.STUDIOLOVE)
02-01 11:41:48.494 1317 1548 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:41:48.501 1317 1548 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:41:48.550 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:48.560 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:48.562 1317 1548 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: starting to update cpu stats
02-01 11:41:48.562 1317 1548 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: done updating cpu stats
02-01 11:41:48.562 1317 1548 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: getting gids from package manager
02-01 11:41:48.563 1317 1548 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.permissioncontroller
02-01 11:41:48.563 1317 1548 W ActivityManager: Slow operation: 54ms so far, now
at startProcess: building args
02-01 11:41:48.564 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10181; state: DISABLED
02-01 11:41:48.564 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10181; state: DISABLED
02-01 11:41:48.564 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10181; state: DISABLED
02-01 11:41:48.564 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10181; state: DISABLED
02-01 11:41:48.565 1317 1548 W ActivityManager: Slow operation: 59ms so far, now
at startProcess: done starting proc!
02-01 11:41:48.565 1317 1456 W ActivityManager: Slow operation: 56ms so far, now
at startProcess: asking zygote to start proc
02-01 11:41:48.565 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10181; state: DISABLED
02-01 11:41:48.567 1317 1431 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:41:48.567 1317 1431 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:41:48.593 1317 1456 W ActivityManager: Slow operation: 83ms so far, now
at startProcess: returned from zygote!
02-01 11:41:48.593 1317 1456 W ActivityManager: Slow operation: 84ms so far, now
at startProcess: done updating battery stats
02-01 11:41:48.595 1317 1456 W ActivityManager: Slow operation: 84ms so far, now
at startProcess: building log message
02-01 11:41:48.595 1317 1456 I ActivityManager: Start proc
9223:com.google.android.permissioncontroller/u0a181 for service
{com.google.android.permissioncontroller/com.android.permissioncontroller.role.serv
ice.RoleControllerServiceImpl}
02-01 11:41:48.595 1317 1456 W ActivityManager: Slow operation: 86ms so far, now
at startProcess: starting to update pids map
02-01 11:41:48.596 1317 1456 W ActivityManager: Slow operation: 87ms so far, now
at startProcess: done updating pids map
02-01 11:41:48.766 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:48.766 1317 1431 W Looper : Slow delivery took 206ms android.fg
h=android.os.Handler c=<recycled PooledLambda@2ec62e7> m=0
02-01 11:41:48.838 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:48.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 10.97973; kalmanLux = 10.97973; speculatedLux = 10.97973;
finalLux = 10.97973
02-01 11:41:48.859 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:48.862 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:48.864 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:48.901 1317 2676 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10181; state: DISABLED
02-01 11:41:48.939 1317 2676 W ActivityManager: Slow operation: 56ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:41:48.939 1317 2676 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:41:48.959 1317 2676 W ActivityManager: Slow operation: 77ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:41:48.979 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:48.991 1317 1431 W Looper : Drained
02-01 11:41:48.999 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:41:49.027 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:49.036 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:49.040 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:49.150 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:49.202 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:49.227 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 8393, uid = 10181
02-01 11:41:49.247 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:49.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:41:49.311 1317 1434 W Looper : Slow dispatch took 891ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@77c02fb
m=0
02-01 11:41:49.330 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:49.386 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:49.392 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:49.478 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:49.801 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:49.818 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:50.262 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:50.264 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:50.265 1317 1432 W Looper : Slow dispatch took 388ms android.ui
h=android.view.GestureDetector$GestureHandler c=null m=1
02-01 11:41:50.272 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.permissioncontroller
className:com.android.permissioncontroller.role.ui.SpecialAppAccessListActivity
newState:2 userId:0 callingPackage:null callingUid:10181 callingPid:9223
02-01 11:41:50.287 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:50.288 1317 1317 W Looper : Slow delivery took 381ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:41:50.288 1317 1317 W Looper : Drained
02-01 11:41:50.289 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:50.293 1317 3277 I ActivityManager: Process com.vivo.crontab (pid
8999) has died: cch+45 CEM
02-01 11:41:50.301 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:50.313 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.97973; finalLux = 10.557432; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:50.329 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:50.407 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:50.410 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:50.417 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:50.431 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:50.432 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:50.470 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:50.470 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:41:50.507 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:50.559 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: false
02-01 11:41:50.577 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: false
02-01 11:41:50.597 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: false
02-01 11:41:50.600 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: false
02-01 11:41:50.610 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:50.713 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:50.767 1317 1432 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: true
02-01 11:41:50.785 1317 1943 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.lite
02-01 11:41:50.786 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10185; state: DISABLED
02-01 11:41:50.786 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10185; state: ENABLED
02-01 11:41:50.790 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=20000
02-01 11:41:50.790 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10073, 10081, 10086, 10092, 10096, 10185, 10205,
10254]
02-01 11:41:50.791 1317 1943 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3567} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (109
skipped)
02-01 11:41:50.802 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10073, 10081, 10086, 10092, 10096, 10185, 10205, 10254]
02-01 11:41:50.804 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:41:50.805 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:50.817 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:50.828 1317 1456 I ActivityManager: Start proc
9286:com.facebook.lite:fbns/u0a185 for broadcast
{com.facebook.lite/com.facebook.rti.push.service.MqttSystemBroadcastReceiver}
02-01 11:41:50.879 1317 1431 W Looper : Slow dispatch took 174ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:41:50.897 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:50.920 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:50.951 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.135136; finalLux = 10.135136; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:51.151 1317 3810 I ActivityManager: Process
com.google.android.partnersetup (pid 8358) has died: cch+35 CEM
02-01 11:41:51.198 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:51.302 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:51.381 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:51.388 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:51.392 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:41:51.413 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 10.135136; kalmanLux = 10.135136; speculatedLux = 10.135136;
finalLux = 10.135136
02-01 11:41:51.441 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10185; state: DISABLED
02-01 11:41:51.461 1317 3277 W ActivityManager: Slow operation: 64ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:41:51.470 1317 3277 W ActivityManager: Slow operation: 72ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:41:51.470 1317 3277 W ActivityManager: Slow operation: 73ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:41:51.519 1317 3277 W ActivityManager: Slow operation: 122ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:41:51.534 1317 3277 W ActivityManager: Slow operation: 137ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:41:51.580 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:51.595 1317 3277 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:51.637 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:51.657 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:51.674 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:51.755 1317 3292 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:41:51.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.97973; finalLux = 10.97973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:52.017 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:52.106 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 8358, uid = 10143
02-01 11:41:52.250 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:52.355 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:52.580 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:52.620 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:52.624 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:52.680 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:52.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.135136; finalLux = 10.135136; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:52.861 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:52.875 1317 3292 I BroadcastQueue: Delay finish:
com.facebook.lite/com.facebook.rti.push.service.MqttSystemBroadcastReceiver
02-01 11:41:52.892 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:52.930 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:52.940 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.027 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:53.031 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.087 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.094 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.134 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.147 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.149 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.217 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.232 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.235 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.255 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.302 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.349 1317 3292 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:53.405 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.508 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.585 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:53.612 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.651 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 10.97973; kalmanLux = 10.97973; speculatedLux = 10.97973;
finalLux = 10.97973
02-01 11:41:53.651 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 10.97973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:53.715 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.818 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:53.919 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:53.929 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:54.033 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:54.129 1317 3810 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:54.136 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:54.194 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:54.239 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:54.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:41:54.360 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:54.377 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:54.393 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:41:54.462 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:54.548 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:54.592 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:54.704 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:54.807 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:54.909 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:55.022 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:55.142 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:55.254 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:55.409 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:55.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:55.520 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:55.641 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:55.796 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:55.907 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:56.019 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:56.122 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:56.243 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:56.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:56.363 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:56.426 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:56.427 1317 5741 I ActivityManager: Process
com.google.android.youtube (pid 8514) has died: cch+25 CEM
02-01 11:41:56.659 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:56.768 1317 1432 W Looper : Slow dispatch took 107ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32
02-01 11:41:56.776 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:56.888 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:56.901 1317 9418 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:56.931 1317 9421 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:41:56.991 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:57.094 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:57.099 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:41:57.197 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:57.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:57.300 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:57.392 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 8514, uid = 10163
02-01 11:41:57.399 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:41:57.403 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:57.506 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:57.610 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:57.721 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:57.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:41:58.118 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:58.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:58.190 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:58.289 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:58.392 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:58.504 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:58.607 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:58.712 1317 2183 D JobServiceContext: doCallback of :
JobStatus{94979d1 #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-1m36s662ms READY} v:VERB_EXECUTING
02-01 11:41:58.719 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:58.745 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:58.830 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:58.934 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:59.011 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.mqtt.service.MqttServiceV2
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:9190
02-01 11:41:59.037 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:59.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:59.108 1317 2183 I ActivityManager: Delaying start of:
ServiceRecord{e6a5feb u0
com.facebook.katana/com.facebook.mqtt.service.MqttServiceV2}
02-01 11:41:59.121 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:41:59.129 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10205; state: DISABLED
02-01 11:41:59.140 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:59.244 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:59.346 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:59.349 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:41:59.417 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:59.422 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:59.433 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:59.450 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:59.533 1317 3292 I ActivityManager: Process com.bbk.iqoo.logsystem
(pid 8758) has died: cch+45 CEM
02-01 11:41:59.533 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 183164979; UID 10205; state: ENABLED
02-01 11:41:59.543 1317 2183 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:41:59.553 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:59.656 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:59.759 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:59.862 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:41:59.935 1317 1515 E PackageInstallerSession: com.facebook.system drops
manifest attribute android:installLocation in base.apk for com.facebook.katana
02-01 11:41:59.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.135136; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:41:59.965 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:00.037 1317 1515 I _V_PackageInstallerSession: extractNativeLibraries
packageDir:/data/app/vmdl708474270.tmp libDir:/data/app/vmdl708474270.tmp/lib
abiOverride:null
02-01 11:42:00.069 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:00.089 1317 1506 I PackageManager: startCopy UserHandle{0}:
InstallParams{dc7238c file=/data/app/vmdl708474270.tmp}
02-01 11:42:00.116 1317 1506 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: true
02-01 11:42:00.119 1317 1506 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10153, delay=17000
02-01 11:42:00.119 1317 1506 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10073, 10081, 10086, 10092, 10096, 10153, 10185,
10205, 10254]
02-01 11:42:00.143 1317 1506 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10073, 10081, 10086, 10092, 10096, 10153, 10185, 10205,
10254]
02-01 11:42:00.145 1317 1530 D DeviceIdleController: handleMessage(14)
02-01 11:42:00.162 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:00.164 1317 1432 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: false
02-01 11:42:00.172 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:00.275 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:00.281 1317 1581 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.ACCESS_MEDIA_LOCATION in
package: com.facebook.katana at: Binary XML file line #81
02-01 11:42:00.284 1317 1581 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.NFC in package:
com.facebook.katana at: Binary XML file line #165
02-01 11:42:00.287 1317 1581 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 #231
02-01 11:42:00.378 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:00.399 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 10.135136; kalmanLux = 10.135136; speculatedLux = 10.135136;
finalLux = 10.135136
02-01 11:42:00.495 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 8758, uid = 10125
02-01 11:42:00.499 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:00.518 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:00.518 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10092, timeNow=221540
02-01 11:42:00.518 1317 1530 D DeviceIdleController: Removing uid 10092 from temp
whitelist
02-01 11:42:00.518 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10073, 10081, 10086, 10096, 10153, 10185, 10205,
10254]
02-01 11:42:00.534 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10073, 10081, 10086, 10096, 10153, 10185, 10205, 10254]
02-01 11:42:00.550 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:00.550 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:00.600 1317 9464 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:00.619 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:00.722 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:00.747 1317 1581 W PackageParsing: Unknown element under
<application>: enable-feature at /data/app/vmdl708474270.tmp/base.apk Binary XML
file line #9671
02-01 11:42:00.825 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:00.826 1317 3277 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3621} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (61
skipped)
02-01 11:42:00.830 1317 1581 D _V_RuleIndexingController: Package name base size:
2 App Certificate base size: 2
02-01 11:42:00.846 1317 1506 I PackageManager: Integrity check passed for
file:///data/app/vmdl708474270.tmp
02-01 11:42:00.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:00.933 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:01.032 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:01.135 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:01.594 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:01.595 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:01.595 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10073, timeNow=222617
02-01 11:42:01.595 1317 1530 D DeviceIdleController: Removing uid 10073 from temp
whitelist
02-01 11:42:01.595 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10081, 10086, 10096, 10153, 10185, 10205, 10254]
02-01 11:42:01.596 1317 1317 W Looper : Slow dispatch took 357ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:42:01.596 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:01.597 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:01.620 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10081, 10086, 10096, 10153, 10185, 10205, 10254]
02-01 11:42:01.625 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:01.625 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10096, timeNow=222647
02-01 11:42:01.625 1317 1530 D DeviceIdleController: Removing uid 10096 from temp
whitelist
02-01 11:42:01.625 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 1001, 10081, 10086, 10153, 10185, 10205, 10254]
02-01 11:42:01.625 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 1001, 10081, 10086, 10153, 10185, 10205, 10254]
02-01 11:42:01.627 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:01.628 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:01.629 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:01.634 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:01.636 1317 1530 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10096; state: ENABLED
02-01 11:42:01.637 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:01.685 1317 9468 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:01.695 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:01.695 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:01.736 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:01.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:01.883 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:01.965 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:01.988 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.animewallpapers4K.STUDIOLOVE uid 10254, isRmsPreload = false, keepQuiet
=false
02-01 11:42:01.994 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:02.008 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10254; state: DISABLED
02-01 11:42:02.053 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:02.098 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:02.114 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:02.170 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ImplicitShareIntentHandlerDefaultAlias
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:9190
02-01 11:42:02.186 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.AddToStoryAlias newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:9190
02-01 11:42:02.187 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsAlias newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:9190
02-01 11:42:02.189 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsDisableSinglePhotoAlias
newState:2 userId:0 callingPackage:null callingUid:10205 callingPid:9190
02-01 11:42:02.201 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:02.269 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.animewallpapers4K.STUDIOLOVE
className:androidx.work.impl.background.systemalarm.RescheduleReceiver newState:2
userId:0 callingPackage:null callingUid:10254 callingPid:9115
02-01 11:42:02.283 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:02.313 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:02.394 1317 1455 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{c11c825 10205/u0 ReceiverList{af2941c
9190 com.facebook.katana/10205/u0 remote:c5dc98f}}
02-01 11:42:02.425 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:02.449 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:02.571 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:02.650 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:02.761 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:02.844 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:9190
02-01 11:42:02.850 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.ipc.FBPaymentServiceImpl newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:9190
02-01 11:42:02.851 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.views.PaymentActivity newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:9190
02-01 11:42:02.889 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:02.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:42:02.968 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:02.968 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1001, timeNow=223990
02-01 11:42:02.968 1317 1530 D DeviceIdleController: Removing uid 1001 from temp
whitelist
02-01 11:42:02.968 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10081, 10086, 10153, 10185, 10205, 10254]
02-01 11:42:02.975 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10081, 10086, 10153, 10185, 10205, 10254]
02-01 11:42:02.978 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:02.979 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:03.001 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:03.112 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:03.241 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:03.288 1317 3277 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:03.345 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:03.357 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.animewallpapers4K.STUDIOLOVE userId=0
02-01 11:42:03.359 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.animewallpapers4K.STUDIOLOVE)
02-01 11:42:03.467 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:03.473 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:03.520 1317 1431 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:42:03.528 1317 1431 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10181; state: DISABLED
02-01 11:42:03.552 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:03.594 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:03.680 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:03.741 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:03.754 1317 1431 W Looper : Slow delivery took 210ms android.fg
h=android.os.Handler c=<recycled PooledLambda@f59dab8> m=0
02-01 11:42:03.824 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:03.843 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:03.865 1317 3292 W _V_ContentProviderHelper: Failed to find
provider:com.android.launcher3.cornermark.unreadbadge for user 0
02-01 11:42:03.868 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:03.882 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:03.918 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:03.947 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:03.967 1317 1434 W Looper : Slow dispatch took 594ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@f5561e8
m=0
02-01 11:42:03.974 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:04.131 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:04.153 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:04.160 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:04.203 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:04.257 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:04.334 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:04.335 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=225357
02-01 11:42:04.335 1317 1530 D DeviceIdleController: Removing uid 1000 from temp
whitelist
02-01 11:42:04.335 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10081, 10086, 10153, 10185, 10205, 10254]
02-01 11:42:04.348 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10081, 10086, 10153, 10185, 10205, 10254]
02-01 11:42:04.353 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:04.354 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10081, timeNow=225375
02-01 11:42:04.354 1317 1530 D DeviceIdleController: Removing uid 10081 from temp
whitelist
02-01 11:42:04.354 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10086, 10153, 10185, 10205, 10254]
02-01 11:42:04.362 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10086, 10153, 10185, 10205, 10254]
02-01 11:42:04.367 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:04.368 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:04.368 1317 1431 W Looper : Drained
02-01 11:42:04.369 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10086, timeNow=225390
02-01 11:42:04.370 1317 1530 D DeviceIdleController: Removing uid 10086 from temp
whitelist
02-01 11:42:04.371 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10153, 10185, 10205, 10254]
02-01 11:42:04.382 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10153, 10185, 10205, 10254]
02-01 11:42:04.384 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:04.385 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:04.385 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:04.386 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:04.386 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:04.403 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:04.425 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:04.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:04.471 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:04.480 1317 1506 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.facebook.katana
installerPackageName:com.facebook.system originatingUid:0 packageNameUid:10205
02-01 11:42:04.491 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:04.507 1317 3810 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:42:04.531 1317 1506 I _V_VivoPKMSUtils: -installStage -
checkDeviceInstallShouldBeSilent packageName:com.facebook.katana
stagedDir:/data/app/vmdl708474270.tmp installerPackageName:com.facebook.system
originatingUid:0 installerUid:10034 fromVivo:false fromAdb:false isGMSApk:false
sessionParams.installFlags:4194322
02-01 11:42:04.531 1317 1506 I PackageManager: init_copy: InstallParams{ac6612d
file=/data/app/vmdl708474270.tmp}
02-01 11:42:04.531 1317 1506 I PackageManager: startCopy UserHandle{0}:
InstallParams{ac6612d file=/data/app/vmdl708474270.tmp}
02-01 11:42:04.558 1317 3810 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:42:04.574 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:04.579 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:04.626 1317 1506 D PackageManager: /data/app/vmdl708474270.tmp
already staged; skipping copy
02-01 11:42:04.702 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:04.758 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:04.759 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10254, timeNow=225780
02-01 11:42:04.759 1317 1530 D DeviceIdleController: Removing uid 10254 from temp
whitelist
02-01 11:42:04.760 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10153, 10185, 10205]
02-01 11:42:04.763 1317 1506 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
131 ms.
02-01 11:42:04.764 1317 1506 D PackageManager: installPackageLI:
path=/data/app/vmdl708474270.tmp
02-01 11:42:04.772 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10153, 10185, 10205]
02-01 11:42:04.778 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:04.800 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:04.815 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:04.849 1317 1506 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.ACCESS_MEDIA_LOCATION in
package: com.facebook.katana at: Binary XML file line #81
02-01 11:42:04.851 1317 1506 W PackageParsing: Ignoring duplicate uses-
permissions/uses-permissions-sdk-m: android.permission.NFC in package:
com.facebook.katana at: Binary XML file line #165
02-01 11:42:04.854 1317 1506 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 #231
02-01 11:42:04.880 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:04.927 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:04.975 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:05.291 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:05.293 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:05.293 1317 1317 W Looper : Slow delivery took 263ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:42:05.294 1317 1317 W Looper : Drained
02-01 11:42:05.295 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:05.311 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:05.348 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:05.351 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:05.394 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:05.451 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:05.475 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:05.503 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:05.542 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:05.543 1317 1943 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:42:05.553 1317 1506 W PackageParsing: Unknown element under
<application>: enable-feature at /data/app/vmdl708474270.tmp/base.apk Binary XML
file line #9671
02-01 11:42:05.564 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:05.582 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:05.583 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:05.619 1317 1506 D PackageManager: Replace existing pacakge:
com.facebook.katana
02-01 11:42:05.621 1317 1506 D PackageManager: Existing package:
PackageSetting{9c2ff15 com.facebook.katana/10205}
02-01 11:42:05.683 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:05.690 1317 1506 D PackageManager: Renaming
/data/app/vmdl708474270.tmp to
/data/app/~~XQl2hCd0An_5NE4plah4Ow==/com.facebook.katana-NUuW8KssWK9rwMsp0gQ_WA==
02-01 11:42:05.718 1317 1506 D PackageManager: replacePackageLI:
new=Package{35dbbd0 com.facebook.katana}, old=Package{10287c9 com.facebook.katana}
02-01 11:42:05.718 1317 1455 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=-1: installPackageLI
02-01 11:42:05.719 1317 1506 D PackageManager: replaceNonSystemPackageLI:
new=Package{35dbbd0 com.facebook.katana}, old=Package{10287c9 com.facebook.katana}
02-01 11:42:05.734 1317 1455 I ActivityManager: Killing
9190:com.facebook.katana/u0a205 (adj 250): stop com.facebook.katana due to
installPackageLI
02-01 11:42:05.735 1317 1506 I PackageManager: Update package com.facebook.katana
code path from /data/app/~~DYAQebGnEct0CuCr57186w==/com.facebook.katana-ZybNm4t-
5CnNzLtfnfwhJg== to /data/app/~~XQl2hCd0An_5NE4plah4Ow==/com.facebook.katana-
NUuW8KssWK9rwMsp0gQ_WA==; Retain data and using new
02-01 11:42:05.736 1317 1506 D _V_VivoPKMSUtils: isSupportRomVersion configOsName
is null
02-01 11:42:05.745 1317 1506 D PackageManager: Removing non-system package:
com.facebook.katana
02-01 11:42:05.753 1317 1506 I _V_PackageManager: deleteInstalledPackageLIF
ps:PackageSetting{9c2ff15 com.facebook.katana/10205} deleteCodeAndResources:true
02-01 11:42:05.753 1317 1506 D PackageManager: removePackageDataLI:
PackageSetting{9c2ff15 com.facebook.katana/10205}
02-01 11:42:05.753 1317 1506 I _V_PackageManager: cleanPackageDataStructuresLILPw
pkg:Package{10287c9 com.facebook.katana}
02-01 11:42:05.787 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:05.792 1317 1506 D PackageManager: Propagating install state across
downgrade
02-01 11:42:05.793 1317 1506 D PackageManager: user 0 => true
02-01 11:42:05.846 1317 1455 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:42:05.861 1317 3276 V ActivityManager: Got obituary of
9190:com.facebook.katana
02-01 11:42:05.890 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:05.908 1317 1431 W Looper : Slow dispatch took 154ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:42:05.978 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:05.990 1317 1506 D PackageManager: New package installed in
/data/app/~~XQl2hCd0An_5NE4plah4Ow==/com.facebook.katana-NUuW8KssWK9rwMsp0gQ_WA==
02-01 11:42:05.993 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:05.994 1317 1506 I PackageManager: Permission ownership changed.
Updating all permissions.
02-01 11:42:06.096 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.139 1317 1506 W PackageManager: Preserving older settings backup
02-01 11:42:06.208 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:42:06.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:06.269 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:06.278 1317 1431 W Looper : Slow dispatch took 281ms android.fg
h=android.os.Handler c=<recycled PooledLambda@62c6509> m=0
02-01 11:42:06.278 1317 1431 W Looper : Slow delivery took 280ms android.fg
h=android.os.Handler c=<recycled PooledLambda@54252d8> m=0
02-01 11:42:06.278 1317 1317 W Looper : Slow dispatch took 552ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:42:06.282 1317 1317 W Looper : Slow delivery took 494ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:42:06.287 1317 1434 W Looper : Slow dispatch took 389ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@d8b4631
m=0
02-01 11:42:06.291 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.295 1317 1317 W Looper : Drained
02-01 11:42:06.299 1317 1431 W Looper : Drained
02-01 11:42:06.328 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.423 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:06.449 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.493 1317 1431 W Looper : Slow delivery took 203ms android.fg
h=android.os.Handler c=<recycled PooledLambda@ff07c7a> m=0
02-01 11:42:06.548 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.553 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.554 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:06.626 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:06.634 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.655 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.697 1317 1506 D PackageManager: profAbsPath=/data/misc/usable-
profiles/com.facebook.katana.prof
02-01 11:42:06.700 1317 1506 D PackageManager: isInstallSilence = true,
replace=true, packageName com.facebook.katana, value def userInstall false
isProfExist false
02-01 11:42:06.708 1317 1506 D PackageManager: addIdleSpeedAppSet:
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite, com.facebook.services,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.facebook.katana,
com.google.android.apps.youtube.music, com.google.android.inputmethod.latin}
02-01 11:42:06.738 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:06.741 1317 1506 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.753 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:06.758 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.813 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:06.861 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.862 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:06.863 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10205, timeNow=227884
02-01 11:42:06.863 1317 1530 D DeviceIdleController: Time to remove uid 10205:
231622
02-01 11:42:06.863 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10205, delay=3738
02-01 11:42:06.915 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:06.940 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:06.964 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:06.998 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:07.026 1317 9502 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:07.039 1317 9503 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:07.060 1317 9504 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:07.068 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:07.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:07.171 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:07.244 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:07.260 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:07.274 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:07.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:07.377 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:07.481 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:07.584 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:07.687 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:07.785 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:07.799 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:07.865 1317 1455 I ActivityManager: Waited long enough for:
ServiceRecord{2d75a5b u0
com.facebook.lite/com.facebook.rti.push.service.FbnsService}
02-01 11:42:07.866 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:42:07.882 1317 1432 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
02-01 11:42:07.892 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.lite
02-01 11:42:07.895 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10185; state: DISABLED
02-01 11:42:07.896 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10185; state: ENABLED
02-01 11:42:07.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:07.930 1317 1456 I ActivityManager: Start proc
9505:com.facebook.lite/u0a185 for broadcast
{com.facebook.lite/com.facebook.lite.datausage.DataUsageBroadCastReceiver}
02-01 11:42:07.937 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:08.049 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:08.052 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:08.102 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:08.104 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:08.106 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:08.134 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10185; state: DISABLED
02-01 11:42:08.151 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:08.163 1317 2135 W ActivityManager: Slow operation: 51ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:42:08.167 1317 2135 W ActivityManager: Slow operation: 54ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:42:08.254 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:08.310 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:08.318 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:08.357 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:08.422 1317 1593 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 26, .batteryVoltage = 3711, .batteryTemperature =
341, .batteryCurrent = -810, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 43000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:42:08.442 1317 1431 W Looper : Drained
02-01 11:42:08.445 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:42:08.446 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:42:08.447 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:42:08.447 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:42:08.448 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:42:08.470 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:08.573 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:08.614 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:08.693 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:08.789 1317 1943 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:08.857 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:08.869 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:08.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:09.011 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:09.114 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:09.120 1317 9535 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:09.217 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:09.379 1317 1943 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:42:09.379 1317 1943 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:42:09.379 1317 1943 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:42:09.379 1317 1943 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:42:09.379 1317 1943 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:42:09.379 1317 1943 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:42:09.379 1317 1943 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:42:09.379 1317 1943 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:42:09.379 1317 1943 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:42:09.379 1317 1943 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:42:09.379 1317 1943 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:42:09.379 1317 1943 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:42:09.379 1317 1943 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:42:09.379 1317 1943 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:42:09.379 1317 1943 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:42:09.381 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:09.404 1317 1943 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:42:09.413 1317 1943 W ActivityManager: Slow operation: 64ms so far, now
at startProcess: done starting proc!
02-01 11:42:09.414 1317 1943 W ContentProviderHelper: Slow operation: 92ms so
far, now at getContentProviderImpl: after start process
02-01 11:42:09.414 1317 1943 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.UserValuesProvider: process is bad
02-01 11:42:09.420 1317 1434 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:42:09.493 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:09.624 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:09.647 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:09.703 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:09.759 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:09.790 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:09.792 1317 1432 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
02-01 11:42:09.794 1317 1432 D DeviceIdleController: Adding AppId 10220 to temp
whitelist. New entry: true
02-01 11:42:09.795 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10220, delay=20000
02-01 11:42:09.795 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10153, 10185, 10205, 10220]
02-01 11:42:09.799 1317 3278 I _V_ActivityManager: isSystemApp: false,
packageName: com.globe.gcash.android
02-01 11:42:09.800 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10220; state: DISABLED
02-01 11:42:09.801 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10220; state: ENABLED
02-01 11:42:09.806 1317 3278 I ActivityManager: Killing
8407:com.google.process.gapps/u0a154 (adj 975): empty #9
02-01 11:42:09.822 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10153, 10185, 10205, 10220]
02-01 11:42:09.823 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:09.830 1317 1456 I ActivityManager: Start proc
9558:com.globe.gcash.android/u0a220 for broadcast
{com.globe.gcash.android/com.clevertap.android.geofence.CTGeofenceBootReceiver}
02-01 11:42:09.851 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:09.880 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:09.952 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:09.956 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:09.958 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:09.975 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10220; state: DISABLED
02-01 11:42:10.000 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:10.024 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:10.027 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:10.151 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:10.197 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:10.645 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:10.646 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10205, timeNow=231667
02-01 11:42:10.646 1317 1530 D DeviceIdleController: Removing uid 10205 from temp
whitelist
02-01 11:42:10.646 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10153, 10185, 10220]
02-01 11:42:10.650 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10153, 10185, 10220]
02-01 11:42:10.655 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:10.656 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:10.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:10.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:10.794 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 5005ms
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:42:10.811 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:42:10.828 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:10.828 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10185, timeNow=231850
02-01 11:42:10.829 1317 1530 D DeviceIdleController: Time to remove uid 10185:
250814
02-01 11:42:10.829 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=18964
02-01 11:42:10.999 1317 2667 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3675} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (57
skipped)
02-01 11:42:11.522 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:11.649 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:11.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:11.796 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:11.891 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:12.123 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:12.549 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:12.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:12.797 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:12.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:13.035 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:13.138 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:13.241 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:13.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:13.361 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:13.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:13.464 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:13.568 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:13.671 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:13.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:13.783 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:13.799 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:13.955 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:14.200 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:14.308 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:14.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:14.499 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:14.505 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:14.678 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:14.800 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:14.806 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:14.961 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:15.115 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:15.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:15.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:15.253 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:15.270 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:15.382 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:15.597 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:15.659 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:15.718 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:15.802 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 10068ms
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:42:15.851 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:42:15.924 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:16.104 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:16.195 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:16.203 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 10220, arg4: 0, name: com.globe.gcash.android
02-01 11:42:16.234 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:16.440 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:16.543 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:16.594 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:16.646 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:16.737 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:16.805 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:16.904 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:17.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:17.120 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:17.159 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:17.159 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10153, timeNow=238181
02-01 11:42:17.159 1317 1530 D DeviceIdleController: Time to remove uid 10153:
238186
02-01 11:42:17.159 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10153, delay=5
02-01 11:42:17.202 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:17.202 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10153, timeNow=238224
02-01 11:42:17.202 1317 1530 D DeviceIdleController: Removing uid 10153 from temp
whitelist
02-01 11:42:17.202 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10185, 10220]
02-01 11:42:17.217 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10185, 10220]
02-01 11:42:17.232 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:17.253 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:17.257 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:17.257 1317 9660 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:17.385 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:17.520 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:17.807 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:17.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:17.964 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:17.975 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:42:17.988 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:18.176 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:18.297 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:18.435 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:18.538 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:18.641 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:18.744 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:18.823 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:18.838 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:18.847 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:18.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:18.968 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:19.140 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:19.166 1317 3276 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:19.242 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:19.346 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:19.587 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:19.690 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:19.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:19.793 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:19.824 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:19.896 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:19.999 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:20.049 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:20.063 1317 2667 I ActivityManager: Killing
7781:com.google.process.gservices/u0a154 (adj 975): empty #9
02-01 11:42:20.102 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:20.206 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:20.253 1317 9700 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:20.268 1317 9701 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:20.309 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:20.372 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:20.430 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:20.539 1317 3278 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:9558 callingUid:10220
02-01 11:42:20.650 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:20.714 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:20.816 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:20.829 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:20.920 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 15115ms
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:42:20.928 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:42:21.023 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:21.126 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:21.230 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:21.341 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:21.399 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:21.444 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:21.547 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:21.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:21.659 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:21.699 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:21.771 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:21.831 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:21.874 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:22.012 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:22.132 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:22.233 1317 3278 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3703} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (23
skipped)
02-01 11:42:22.235 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:22.298 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:22.373 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:22.449 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:22.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:22.510 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:22.614 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:22.734 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:22.833 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:22.838 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:22.941 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:23.044 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:23.146 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:23.284 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:23.350 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:23.413 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:23.525 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:23.628 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:23.731 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:23.834 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:23.836 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:23.937 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.040 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.084 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.144 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.191 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.247 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:24.350 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.453 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.557 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.613 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10220; state: ENABLED
02-01 11:42:24.615 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10220; state: DISABLED
02-01 11:42:24.660 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.763 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.839 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:24.866 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:24.969 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:25.050 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:42:25.050 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:42:25.056 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.animewallpapers4K.STUDIOLOVE mWorkingState
isCheckDownload false
02-01 11:42:25.073 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:25.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:25.176 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:25.279 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:25.382 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:25.439 1317 1943 W _V_VivoAmsImpl: mCallingPidFilter=9558,
mCallingUidFilter=10220
02-01 11:42:25.485 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:25.518 1317 1943 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
02-01 11:42:25.522 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10165; state: DISABLED
02-01 11:42:25.524 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
02-01 11:42:25.529 1317 1943 W _V_VivoAmsImpl: mCallingPidFilter=9558,
mCallingUidFilter=10220
02-01 11:42:25.566 1317 1456 W ActivityManager: Slow operation: 63ms so far, now
at startProcess: returned from zygote!
02-01 11:42:25.567 1317 1456 W ActivityManager: Slow operation: 64ms so far, now
at startProcess: done updating battery stats
02-01 11:42:25.580 1317 1456 W ActivityManager: Slow operation: 77ms so far, now
at startProcess: building log message
02-01 11:42:25.580 1317 1456 I ActivityManager: Start proc
9722:com.google.android.webview:webview_service/u0a165 for service
{com.google.android.webview/org.chromium.android_webview.services.VariationsSeedSer
ver}
02-01 11:42:25.580 1317 1456 W ActivityManager: Slow operation: 77ms so far, now
at startProcess: starting to update pids map
02-01 11:42:25.583 1317 1456 W ActivityManager: Slow operation: 80ms so far, now
at startProcess: done updating pids map
02-01 11:42:25.588 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:25.693 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:25.795 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:25.852 1317 1943 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:25.864 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:25.866 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:25.868 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:25.898 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:25.921 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10165; state: DISABLED
02-01 11:42:25.955 1317 1941 W ActivityManager: Slow operation: 82ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 20188ms
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:42:25.962 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:42:26.002 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.030 1317 1941 W ActivityManager: Slow operation: 156ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:42:26.030 1317 1941 W ActivityManager: Slow operation: 157ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:42:26.051 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:26.104 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.142 1317 1941 W ActivityManager: Slow operation: 268ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:42:26.161 1317 1431 W Looper : Slow dispatch took 126ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:42:26.163 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:26.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:26.207 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.225 1317 9751 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:26.311 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.414 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.449 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:26.454 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:26.517 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.621 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.652 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:42:26.713 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.723 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.758 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:26.797 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.826 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.853 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:26.929 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:26.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:27.033 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:27.136 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:27.239 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:27.299 1317 2187 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:42:27.342 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:27.354 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:42:27.354 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:42:27.355 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.facebook.katana mWorkingState isCheckDownload false
02-01 11:42:27.445 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:27.557 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:27.594 1317 9778 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:27.617 1317 2187 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:27.669 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:27.773 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:27.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:27.856 1317 2187 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:27.859 1317 2187 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:27.875 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:27.978 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:28.082 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:28.185 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:28.232 1317 1593 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 25, .batteryVoltage = 3716, .batteryTemperature =
343, .batteryCurrent = -674, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 48000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:42:28.236 1317 1593 D VivoBatteryService: INCOME SUCCESS
02-01 11:42:28.288 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:28.330 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:42:28.331 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:42:28.331 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:42:28.333 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:42:28.391 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:42:28.400 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:28.512 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:28.632 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:28.845 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:28.846 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:28.865 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:28.873 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:28.976 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:29.105 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:29.809 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:29.813 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:29.815 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:29.817 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:29.828 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:29.830 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10185, timeNow=250851
02-01 11:42:29.832 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:29.832 1317 1530 D DeviceIdleController: Removing uid 10185 from temp
whitelist
02-01 11:42:29.832 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10220]
02-01 11:42:29.833 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:29.833 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:29.838 1317 1317 W Looper : Slow delivery took 589ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:42:29.838 1317 1317 W Looper : Drained
02-01 11:42:29.845 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:29.856 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10220]
02-01 11:42:29.874 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:29.874 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:42:29.874 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10220, timeNow=250896
02-01 11:42:29.874 1317 1530 D DeviceIdleController: Removing uid 10220 from temp
whitelist
02-01 11:42:29.875 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to []
02-01 11:42:29.880 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to []
02-01 11:42:29.883 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:29.901 1317 1530 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10185; state: ENABLED
02-01 11:42:29.909 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:29.911 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:42:29.948 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:29.952 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:30.044 1317 9811 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:30.045 1317 9812 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:30.051 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.061 1317 9814 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:30.071 1317 9817 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:30.085 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.134 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.144 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:30.149 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.154 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.171 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.175 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.177 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.189 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.232 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.245 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.283 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.342 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.362 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.386 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.434 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.489 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:30.592 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.695 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.799 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:30.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:42:30.875 1317 1943 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:30.902 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:31.005 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 25281ms
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:42:31.078 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:42:31.112 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:31.212 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:31.314 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:31.418 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:31.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:31.521 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:31.618 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:42:31.618 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:42:31.620 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.facebook.lite mWorkingState isCheckDownload false
02-01 11:42:31.624 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:31.727 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:31.831 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:31.877 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:31.934 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:32.037 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:32.140 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:32.243 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:32.346 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:32.350 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:32.450 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:32.553 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:32.657 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:32.759 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:32.878 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:32.897 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:33.017 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:33.120 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:33.241 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:33.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:33.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:33.361 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:33.369 1317 2135 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:33.464 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:33.567 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:33.670 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:33.774 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:33.877 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:33.880 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:33.980 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:34.071 1317 2135 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:34.083 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:34.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:34.186 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:34.290 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:34.392 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:34.496 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:34.599 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:34.702 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:34.831 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:34.881 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:34.934 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:35.046 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:35.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:35.149 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:35.313 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:35.623 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:35.726 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:35.811 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.youtube.music uid 10160, isRmsPreload = false,
keepQuiet =false
02-01 11:42:35.834 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:42:35.838 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:35.879 1317 1317 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.youtube.music
02-01 11:42:35.882 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:35.889 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10160; state: ENABLED
02-01 11:42:35.902 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.youtube.music uid 10160, isRmsPreload = false,
keepQuiet =false
02-01 11:42:35.903 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:42:35.921 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:35.941 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:35.951 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:35.958 1317 2667 I _V_ANRManager: Delete logs for pid: 4485
02-01 11:42:35.967 1317 1456 W ActivityManager: Slow operation: 95ms so far, now
at startProcess: returned from zygote!
02-01 11:42:35.979 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:42:35.996 1317 1456 W ActivityManager: Slow operation: 123ms so far, now
at startProcess: done updating battery stats
02-01 11:42:35.996 1317 1317 W Looper : Slow dispatch took 282ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:42:35.996 1317 1317 W Looper : Slow delivery took 270ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:42:35.997 1317 1317 W Looper : Drained
02-01 11:42:36.001 1317 1456 W ActivityManager: Slow operation: 129ms so far, now
at startProcess: building log message
02-01 11:42:36.001 1317 1456 I ActivityManager: Start proc
9867:com.google.android.apps.youtube.music/u0a160 for service
{com.google.android.apps.youtube.music/androidx.work.impl.background.systemjob.Syst
emJobService}
02-01 11:42:36.001 1317 1456 W ActivityManager: Slow operation: 129ms so far, now
at startProcess: starting to update pids map
02-01 11:42:36.011 1317 1456 W ActivityManager: Slow operation: 138ms so far, now
at startProcess: done updating pids map
02-01 11:42:36.044 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 30348ms
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:42:36.139 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:42:36.165 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:36.303 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:36.308 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:36.310 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:36.313 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:36.347 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10160; state: DISABLED
02-01 11:42:36.385 1317 2135 W ActivityManager: Slow operation: 68ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:42:36.385 1317 2135 W ActivityManager: Slow operation: 68ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:42:36.405 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:36.421 1317 2135 W ActivityManager: Slow operation: 104ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:42:36.508 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:36.528 1317 1432 W Looper : Slow dispatch took 116ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler
c=com.android.server.am.UidObserverController$$ExternalSyntheticLambda0@78b9ba6 m=0
02-01 11:42:36.611 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:36.611 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:36.619 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:36.715 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:36.769 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:36.826 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:36.826 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:36.852 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:36.884 1317 1943 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:36.921 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:37.024 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:37.127 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:37.139 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:37.230 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:37.334 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:37.437 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:37.540 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:37.641 1317 1943 I _V_ANRManager: Delete logs for pid: 2408
02-01 11:42:37.643 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:37.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:37.755 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:37.815 1317 2135 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3724} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (15
skipped)
02-01 11:42:37.859 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:37.872 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:37.886 1317 1941 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:37.915 1317 9905 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:37.962 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.073 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.159 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
null (pid=-1, uid=-1) requires
com.google.android.apps.youtube.music.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION due
to registered receiver BroadcastFilter{e299c71 10160/u0 ReceiverList{1271a18 9867
com.google.android.apps.youtube.music/10160/u0 remote:130f9fb}}
02-01 11:42:38.176 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.187 1317 1941 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:42:38.191 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:42:38.192 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:42:38.220 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:38.223 1317 1456 W ActivityManager: Slow operation: 51ms so far, now
at startProcess: returned from zygote!
02-01 11:42:38.224 1317 1456 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: done updating battery stats
02-01 11:42:38.225 1317 1456 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: building log message
02-01 11:42:38.225 1317 1456 I ActivityManager: Start proc
9918:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:42:38.225 1317 1456 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: starting to update pids map
02-01 11:42:38.232 1317 1456 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: done updating pids map
02-01 11:42:38.281 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.349 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:38.383 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.425 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:38.437 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.475 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:38.477 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.478 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:38.486 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.498 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.500 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.513 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.517 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.522 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.569 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.589 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.649 1317 2187 W ActivityManager: Slow operation: 105ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:42:38.649 1317 2187 W ActivityManager: Slow operation: 141ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:42:38.657 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:38.657 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:38.667 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.672 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:38.672 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:38.682 1317 2187 W ActivityManager: Slow operation: 174ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:42:38.685 1317 2187 W ActivityManager: Slow operation: 177ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:42:38.709 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.710 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:38.710 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:38.731 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:38.732 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:38.806 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:38.812 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:38.847 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.886 1317 2135 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:42:38.928 1317 1943 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:38.950 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:38.976 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:38.999 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.029 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.030 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:39.035 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.078 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.081 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.087 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.118 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:39.151 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:39.151 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:39.201 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:39.201 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:39.209 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.232 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:39.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:39.294 1317 1941 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:42:39.297 1317 1941 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:42:39.308 1317 1941 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@fe1b29a
02-01 11:42:39.311 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.414 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.426 1317 2187 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:9867 callingUid:10160
02-01 11:42:39.517 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.549 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:42:39.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:39.620 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.693 1317 2135 I ActivityManager: Process
com.vivo.imanager:releasable (pid 7383) has died: svcb SVC
02-01 11:42:39.724 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.840 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.861 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.924 1317 1432 W Looper : Slow dispatch took 174ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32
02-01 11:42:39.943 1317 9983 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:39.958 1317 4128 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:39.965 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:39.989 1317 9984 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:40.085 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:40.105 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:40.149 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:40.289 1317 3277 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:40.309 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:40.411 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:40.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:40.515 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:40.618 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:40.644 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:40.645 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:42:40.654 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:40.670 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:40.671 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:40.721 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:40.766 1317 2676 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:40.841 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:40.880 1317 2667 I ActivityManager: Killing 9051:com.vivo.omacp/1001
(adj 965): empty #9
02-01 11:42:40.900 1317 2667 W _V_VivoAmsUtils: The uid of process:9051 is -1
does not match uid 1001
02-01 11:42:40.905 1317 2667 I ActivityManager: Killing
8553:com.google.android.gms.unstable/u0a154 (adj 925): empty #10
02-01 11:42:40.928 1317 2187 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:40.945 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:40.971 1317 2187 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:40.972 1317 1317 W Looper : Slow dispatch took 840ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:42:40.973 1317 1317 W Looper : Slow delivery took 665ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:42:41.020 1317 10011 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:41.023 1317 1317 W Looper : Drained
02-01 11:42:41.048 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:41.064 1317 10012 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:42:41.151 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:41.209 1317 1936 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:42:41.209 1317 1936 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:42:41.209 1317 1936 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:42:41.209 1317 1936 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:42:41.209 1317 1936 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:42:41.209 1317 1936 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:42:41.209 1317 1936 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:42:41.209 1317 1936 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:42:41.209 1317 1936 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:42:41.209 1317 1936 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:42:41.209 1317 1936 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:42:41.209 1317 1936 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:42:41.209 1317 1936 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:42:41.209 1317 1936 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:42:41.209 1317 1936 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:42:41.249 1317 1936 I ActivityManager: Force stopping service
ServiceRecord{74a96fc u0
com.facebook.katana/com.facebook.push.registration.FacebookPushServerFinishNotified
LollipopService}
02-01 11:42:41.254 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 35410ms
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:42:41.274 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:42:41.332 1317 1936 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:42:41.344 1317 1936 W ActivityManager: Slow operation: 207ms so far, now
at startProcess: done starting proc!
02-01 11:42:41.344 1317 1936 W ContentProviderHelper: Slow operation: 237ms so
far, now at getContentProviderImpl: after start process
02-01 11:42:41.344 1317 1936 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.InstallReferrerProvider: process is bad
02-01 11:42:41.350 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:41.393 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:41.412 1317 1434 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:42:41.443 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:41.460 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:41.531 1317 1431 W Looper : Slow dispatch took 248ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:42:41.545 1317 1431 W Looper : Slow delivery took 245ms android.fg
h=android.os.Handler
c=com.android.server.location.injector.SystemAppForegroundHelper$
$ExternalSyntheticLambda1@7a707c6 m=0
02-01 11:42:41.564 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:41.641 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:41.641 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:41.667 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:41.770 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:41.800 1317 1943 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:42:41.800 1317 1943 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:42:41.800 1317 1943 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:42:41.800 1317 1943 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:42:41.800 1317 1943 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:42:41.800 1317 1943 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:42:41.800 1317 1943 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:42:41.800 1317 1943 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:42:41.800 1317 1943 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:42:41.800 1317 1943 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:42:41.800 1317 1943 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:42:41.800 1317 1943 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:42:41.800 1317 1943 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:42:41.800 1317 1943 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:42:41.800 1317 1943 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:42:41.804 1317 1431 W Looper : Drained
02-01 11:42:41.806 1317 1943 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:42:41.808 1317 1943 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.InstallReferrerProvider: process is bad
02-01 11:42:41.818 1317 1434 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:42:41.830 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:41.830 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:41.873 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:41.976 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:41.990 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:42.014 1317 2134 I ActivityManager: Process com.vivo.website (pid
9070) has died: cch+65 CEM
02-01 11:42:42.080 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:42.183 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:42.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:42.286 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:42.301 1317 1432 D DeviceIdleController: Adding AppId 10188 to temp
whitelist. New entry: true
02-01 11:42:42.311 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10188, delay=20000
02-01 11:42:42.312 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10188]
02-01 11:42:42.408 1317 1943 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.docs
02-01 11:42:42.408 1317 1943 W ActivityManager: Slow operation: 62ms so far, now
at startProcess: building args
02-01 11:42:42.417 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:42.421 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10188; state: DISABLED
02-01 11:42:42.424 1317 1943 W ActivityManager: Slow operation: 82ms so far, now
at startProcess: done starting proc!
02-01 11:42:42.424 1317 1456 W ActivityManager: Slow operation: 78ms so far, now
at startProcess: asking zygote to start proc
02-01 11:42:42.425 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10188; state: ENABLED
02-01 11:42:42.449 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10188]
02-01 11:42:42.483 1317 1456 W ActivityManager: Slow operation: 137ms so far, now
at startProcess: returned from zygote!
02-01 11:42:42.485 1317 1456 W ActivityManager: Slow operation: 139ms so far, now
at startProcess: done updating battery stats
02-01 11:42:42.489 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:42.495 1317 1456 W ActivityManager: Slow operation: 149ms so far, now
at startProcess: building log message
02-01 11:42:42.495 1317 1456 I ActivityManager: Start proc
10070:com.google.android.apps.docs/u0a188 for broadcast
{com.google.android.apps.docs/com.google.android.libraries.internal.growth.growthki
t.inject.GrowthKitBootCompletedBroadcastReceiver}
02-01 11:42:42.496 1317 1456 W ActivityManager: Slow operation: 150ms so far, now
at startProcess: starting to update pids map
02-01 11:42:42.496 1317 1456 W ActivityManager: Slow operation: 150ms so far, now
at startProcess: done updating pids map
02-01 11:42:42.510 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:42.516 1317 1432 W Looper : Slow dispatch took 216ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:42:42.614 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:42.716 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:42.774 1317 2134 I ActivityManager: Process com.facebook.system (pid
8964) has died: cch+55 CEM
02-01 11:42:42.836 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:43.333 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:43.336 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:43.338 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:43.341 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:43.341 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 9070, uid = 10086
02-01 11:42:43.353 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:43.354 1317 2135 I ActivityManager: Process com.facebook.appmanager
(pid 6842) has died: cch+45 CEM
02-01 11:42:43.362 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:43.367 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:43.370 1317 1317 W Looper : Slow delivery took 389ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:42:43.370 1317 1317 W Looper : Drained
02-01 11:42:43.371 1317 1936 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:43.373 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:43.375 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:43.375 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~87NWSAeK4GVbvv-pMeYJ3Q==/com.google.android.apps.youtube.music-
GMKkfw9pcHEN-dAgrmZJRw==/base.apk
02-01 11:42:43.375 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:43.470 1317 1936 W ActivityManager: Slow operation: 64ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:42:43.473 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:43.473 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10188; state: DISABLED
02-01 11:42:43.498 1317 1936 W ActivityManager: Slow operation: 92ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:42:43.527 1317 1936 W ActivityManager: Slow operation: 121ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:42:43.528 1317 1936 W ActivityManager: Slow operation: 122ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:42:43.554 1317 1936 W ActivityManager: Slow operation: 147ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:42:43.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:43.601 1317 1936 W ActivityManager: Slow operation: 195ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:42:43.602 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:43.621 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:43.622 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:42:43.632 1317 1317 W Looper : Slow dispatch took 191ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5
02-01 11:42:43.705 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:43.736 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 8964, uid = 10034
02-01 11:42:43.745 1317 2135 I ActivityManager: Process
com.animewallpapers4K.STUDIOLOVE (pid 9115) has died: cch+35 CEM
02-01 11:42:43.808 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:43.864 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:43.881 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:43.900 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:43.911 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:44.025 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:44.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:44.126 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:44.229 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:44.292 1317 1936 I ActivityManager: Process
com.google.android.permissioncontroller (pid 9223) has died: cch+25 CEM
02-01 11:42:44.332 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:44.349 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 6842, uid = 10099
02-01 11:42:44.389 1317 6548 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:44.397 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:44.435 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:44.539 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:44.576 1317 2667 I ActivityManager: Process
com.google.process.gservices (pid 9918) has died: cch+15 CEM
02-01 11:42:44.650 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:44.709 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 9115, uid = 10254
02-01 11:42:44.856 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:44.883 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:44.912 1317 2667 I ActivityManager: Process
com.google.android.webview:webview_service (pid 9722) has died: cch+35 CEM
02-01 11:42:44.925 1317 2667 W ActivityManager: Scheduling restart of crashed
service
com.google.android.webview/org.chromium.android_webview.services.MetricsBridgeServi
ce in 1000ms for connection
02-01 11:42:44.925 1317 2667 W ActivityManager: Scheduling restart of crashed
service
com.google.android.webview/org.chromium.android_webview.services.VariationsSeedServ
er in 11000ms for connection
02-01 11:42:44.950 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:45.003 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:45.099 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:45.106 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:45.226 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:45.263 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 9223, uid = 10181
02-01 11:42:45.356 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:45.376 1317 1941 I ActivityManager: Process com.globe.gcash.android
(pid 9558) has died: cch+25 CEM
02-01 11:42:45.391 1317 2187 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:45.423 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 10220, arg4: 0, name: com.globe.gcash.android
02-01 11:42:45.484 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:45.537 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:45.548 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 9918, uid = 10154
02-01 11:42:45.549 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:45.550 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:45.551 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:45.563 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:45.588 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:45.595 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:45.691 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:45.718 1317 3276 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:9867 callingUid:10160
02-01 11:42:45.794 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:45.852 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:45.852 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:45.885 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 9722, uid = 10165
02-01 11:42:45.892 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:45.897 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:45.899 1317 1752 I ActivityManager: Process
com.google.android.apps.youtube.music (pid 9867) has died: cch+5 CEM
02-01 11:42:45.952 1317 4262 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:45.965 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:45.974 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:46.001 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.104 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.130 1317 1936 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:42:46.130 1317 1936 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
02-01 11:42:46.135 1317 1936 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@b722837
02-01 11:42:46.142 1317 2187 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:10188 callingPid:10070
02-01 11:42:46.174 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:46.184 1317 1432 D DeviceIdleController: Adding AppId 10188 to temp
whitelist. New entry: false
02-01 11:42:46.207 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.220 1317 2187 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:42:46.224 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:42:46.225 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:42:46.239 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.256 1317 1456 I ActivityManager: Start proc
10168:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:42:46.257 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 9558, uid = 10220
02-01 11:42:46.315 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.353 1317 2187 I ActivityManager: Process com.facebook.lite (pid
9505) has died: cch+5 CEM
02-01 11:42:46.395 1317 2187 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:46.414 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 40561ms
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:42:46.416 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:42:46.436 1317 1433 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
02-01 11:42:46.440 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:46.442 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:46.445 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:46.517 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.531 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.534 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.540 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:46.543 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:46.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:46.620 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.632 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:46.649 1317 3292 I ActivityManager: Process com.android.settings (pid
2079) has died: cch CRE
02-01 11:42:46.695 1317 1434 W ActivityManager: setHasOverlayUi called on unknown
pid: 2079
02-01 11:42:46.710 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:46.723 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.738 1317 1752 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:42:46.742 1317 1752 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:42:46.743 1317 1752 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@c89c9be
02-01 11:42:46.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:46.795 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.815 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:46.820 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:46.826 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.833 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:46.844 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 9867, uid = 10160
02-01 11:42:46.929 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.028 1317 2189 I ActivityManager: Process com.vivo.imanager:remote
(pid 6243) has died: svcb SVC
02-01 11:42:47.033 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.035 1317 2189 W ActivityManager: Scheduling restart of crashed
service com.vivo.imanager/com.iqoo.secure.service.SecureService in 1000ms for
start-requested
02-01 11:42:47.035 1317 2189 W ActivityManager: Scheduling restart of crashed
service com.vivo.imanager/com.iqoo.secure.datausage.service.DataUsageService in
10999ms for start-requested
02-01 11:42:47.059 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:47.060 1317 2676 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.docs uid 10188, isRmsPreload = false, keepQuiet
=false
02-01 11:42:47.071 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.085 1317 2676 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:47.109 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:47.109 1317 3277 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.docs uid 10188, isRmsPreload = false, keepQuiet
=false
02-01 11:42:47.113 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.136 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.140 1317 2676 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:42:47.165 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:42:47.239 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.303 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 9505, uid = 10185
02-01 11:42:47.303 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.316 1317 1432 D DeviceIdleController: Adding AppId 10187 to temp
whitelist. New entry: true
02-01 11:42:47.316 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10187, delay=20000
02-01 11:42:47.317 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10187, 10188]
02-01 11:42:47.318 1317 2189 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.videos
02-01 11:42:47.319 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10187; state: DISABLED
02-01 11:42:47.320 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10187; state: DISABLED
02-01 11:42:47.326 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10187, 10188]
02-01 11:42:47.329 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:47.342 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.358 1317 1456 I ActivityManager: Start proc
10197:com.google.android.videos/u0a187 for broadcast
{com.google.android.videos/com.google.android.apps.play.movies.common.service.drm.R
efreshLicenseTaskService$Initializer}
02-01 11:42:47.444 1317 2189 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:47.445 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:47.445 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.452 1317 3292 I ActivityManager: Process
com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedPro
cessService0:0 (pid 5069) has died: svcb SVC
02-01 11:42:47.465 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:42:47.472 1317 3292 W ActivityManager: Scheduling restart of crashed
service com.vivo.appstore/org.chromium.content.app.SandboxedProcessService0:0 in
20562ms for connection
02-01 11:42:47.475 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:47.482 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:47.485 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:47.523 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10187; state: DISABLED
02-01 11:42:47.548 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.562 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:47.565 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:47.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:47.651 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.721 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:47.764 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.892 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:47.978 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 6243, uid = 10073
02-01 11:42:48.030 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:48.037 1317 1455 W _V_VivoAmsImpl: mCallingPidFilter=-1,
mCallingUidFilter=-1
02-01 11:42:48.047 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.imanager
02-01 11:42:48.047 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10073; state: DISABLED
02-01 11:42:48.049 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10073; state: ENABLED
02-01 11:42:48.074 1317 1456 I ActivityManager: Start proc
10219:com.vivo.imanager:remote/u0a73 for service
{com.vivo.imanager/com.iqoo.secure.service.SecureService}
02-01 11:42:48.081 1317 7357 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3823} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (109
skipped)
02-01 11:42:48.117 1317 7357 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:48.182 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:48.184 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:48.187 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:48.195 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:48.241 1317 3276 W ActivityManager: Slow operation: 52ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:42:48.243 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:48.292 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:48.297 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:48.322 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:48.361 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:48.376 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:48.434 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:48.446 1317 3277 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:48.537 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:48.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:48.602 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:48.653 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:48.675 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:48.734 1317 7357 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:48.804 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:48.827 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:48.924 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:48.993 1317 3277 I _V_VivoBrightnessPolicyService: Set brightness
policy limit percent to 0.0%.
02-01 11:42:49.011 1317 1663 D _V_VivoBrightnessPolicyService: Get target percent
0.0%(nit 26, control mode automatic, policy level 2, lux 2).
02-01 11:42:49.012 1317 1663 D _V_VivoBrightnessPolicyService: Target percent is
already set to 0.0%.
02-01 11:42:49.044 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:49.267 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:49.294 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:49.346 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:49.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:49.450 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:49.492 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:49.612 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:49.721 1317 1432 D DeviceIdleController: Adding AppId 10187 to temp
whitelist. New entry: false
02-01 11:42:49.724 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:49.762 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:49.827 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:49.877 1317 1432 D DeviceIdleController: Adding AppId 10190 to temp
whitelist. New entry: true
02-01 11:42:49.878 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10190, delay=20000
02-01 11:42:49.878 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10187, 10188, 10190]
02-01 11:42:49.939 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:49.966 1317 7357 W ActivityManager: Slow operation: 78ms so far, now
at startProcess: done creating new process record
02-01 11:42:49.966 1317 7357 W ActivityManager: Slow operation: 78ms so far, now
at startProcess: stepping in to startProcess
02-01 11:42:49.971 1317 7357 I _V_ActivityManager: isSystemApp: false,
packageName: com.shopee.ph
02-01 11:42:49.973 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:49.974 1317 7357 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10190; state: DISABLED
02-01 11:42:49.974 1317 7357 W ActivityManager: Slow operation: 86ms so far, now
at startProcess: done starting proc!
02-01 11:42:49.977 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10190; state: ENABLED
02-01 11:42:49.988 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:49.992 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10187, 10188, 10190]
02-01 11:42:50.004 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:50.007 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:42:50.007 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:42:50.011 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.globe.gcash.android mWorkingState isCheckDownload
false
02-01 11:42:50.040 1317 1456 W ActivityManager: Slow operation: 74ms so far, now
at startProcess: returned from zygote!
02-01 11:42:50.041 1317 1456 W ActivityManager: Slow operation: 74ms so far, now
at startProcess: done updating battery stats
02-01 11:42:50.042 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:50.043 1317 1456 W ActivityManager: Slow operation: 77ms so far, now
at startProcess: building log message
02-01 11:42:50.043 1317 1456 I ActivityManager: Start proc
10294:com.shopee.ph/u0a190 for broadcast
{com.shopee.ph/com.dieam.reactnativepushnotification.modules.RNPushNotificationBoot
EventReceiver}
02-01 11:42:50.043 1317 1456 W ActivityManager: Slow operation: 77ms so far, now
at startProcess: starting to update pids map
02-01 11:42:50.052 1317 1456 W ActivityManager: Slow operation: 86ms so far, now
at startProcess: done updating pids map
02-01 11:42:50.073 1317 1432 W Looper : Slow dispatch took 196ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:42:50.146 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:50.185 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:50.203 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:50.206 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:50.208 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:50.231 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10190; state: DISABLED
02-01 11:42:50.269 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:50.292 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:50.297 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:50.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:50.369 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:50.451 1317 2189 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:50.481 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:50.592 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:50.607 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:50.695 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:50.825 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:50.963 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:50.984 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:50.985 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:51.065 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:51.187 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:51.549 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:51.551 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:51.551 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:51.551 1317 1317 W Looper : Slow delivery took 228ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:42:51.551 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:51.555 1317 7357 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:51.555 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:51.565 1317 1317 W Looper : Drained
02-01 11:42:51.607 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 45671ms
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:42:51.623 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:42:51.676 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:51.713 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:51.745 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:51.779 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:51.851 1317 3292 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:42:51.851 1317 3292 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:42:51.851 1317 3292 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:42:51.851 1317 3292 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:42:51.851 1317 3292 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:42:51.851 1317 3292 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:42:51.851 1317 3292 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:42:51.851 1317 3292 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:42:51.851 1317 3292 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:42:51.851 1317 3292 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:42:51.851 1317 3292 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:42:51.851 1317 3292 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:42:51.851 1317 3292 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:42:51.851 1317 3292 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:42:51.851 1317 3292 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:42:51.863 1317 3292 I ActivityManager: Force stopping service
ServiceRecord{826ee76 u0
com.facebook.katana/com.facebook.push.registration.FacebookPushServerFinishNotified
LollipopService}
02-01 11:42:51.882 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:51.883 1317 3292 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:42:51.890 1317 3292 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: done starting proc!
02-01 11:42:51.890 1317 3292 W ContentProviderHelper: Slow operation: 63ms so
far, now at getContentProviderImpl: after start process
02-01 11:42:51.890 1317 3292 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.PlatformProvider: process is bad
02-01 11:42:51.895 1317 1434 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:42:51.901 1317 7357 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:51.904 1317 7357 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:51.925 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.shopee.ph
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10190 callingPid:10294
02-01 11:42:51.929 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:51.985 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:52.048 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10190; state: DISABLED
02-01 11:42:52.088 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:52.106 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:52.106 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:52.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:52.191 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:52.295 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:52.406 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:52.447 1317 3292 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:52.510 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:52.564 1317 3292 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:52.613 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:52.673 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10190; state: ENABLED
02-01 11:42:52.675 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10190; state: DISABLED
02-01 11:42:52.716 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:52.769 1317 3292 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:52.820 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:52.922 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:53.025 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:53.055 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:53.129 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:53.220 1317 3292 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:42:53.240 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:53.301 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:53.310 1317 3292 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:53.322 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:53.323 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:53.343 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:53.486 1317 1432 D DeviceIdleController: Adding AppId 10190 to temp
whitelist. New entry: false
02-01 11:42:53.490 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:53.550 1317 3276 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:42:53.550 1317 3276 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:42:53.550 1317 3276 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:42:53.550 1317 3276 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:42:53.550 1317 3276 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:42:53.550 1317 3276 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:42:53.550 1317 3276 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:42:53.550 1317 3276 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:42:53.550 1317 3276 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:42:53.550 1317 3276 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:42:53.550 1317 3276 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:42:53.550 1317 3276 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:42:53.550 1317 3276 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:42:53.550 1317 3276 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:42:53.550 1317 3276 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:42:53.561 1317 3276 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:42:53.561 1317 3276 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.AttributionIdProvider: process is bad
02-01 11:42:53.566 1317 3292 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:53.593 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:53.608 1317 1434 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:42:53.696 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:53.750 1317 3276 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:53.792 1317 3292 I _V_ActivityManager: isSystemApp: false,
packageName: com.starmakerinteractive.starmaker
02-01 11:42:53.800 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:53.802 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:53.804 1317 3292 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10216; state: DISABLED
02-01 11:42:53.805 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10216; state: ENABLED
02-01 11:42:53.808 1317 1432 D DeviceIdleController: Adding AppId 10216 to temp
whitelist. New entry: true
02-01 11:42:53.808 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10216, delay=20000
02-01 11:42:53.808 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10187, 10188, 10190, 10216]
02-01 11:42:53.814 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:53.833 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10187, 10188, 10190, 10216]
02-01 11:42:53.843 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:42:53.862 1317 1456 W ActivityManager: Slow operation: 75ms so far, now
at startProcess: returned from zygote!
02-01 11:42:53.871 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:53.878 1317 1456 W ActivityManager: Slow operation: 79ms so far, now
at startProcess: done updating battery stats
02-01 11:42:53.882 1317 1456 W ActivityManager: Slow operation: 95ms so far, now
at startProcess: building log message
02-01 11:42:53.882 1317 1456 I ActivityManager: Start proc
10497:com.starmakerinteractive.starmaker/u0a216 for broadcast
{com.starmakerinteractive.starmaker/androidx.work.impl.background.systemalarm.Resch
eduleReceiver}
02-01 11:42:53.882 1317 1456 W ActivityManager: Slow operation: 95ms so far, now
at startProcess: starting to update pids map
02-01 11:42:53.900 1317 1456 W ActivityManager: Slow operation: 113ms so far, now
at startProcess: done updating pids map
02-01 11:42:53.919 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:53.936 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:53.940 1317 1317 W JobServiceContext: Time-out while trying to bind
9951ad2 #u0a205/2131366620
com.facebook.katana/com.facebook.push.registration.FacebookPushServerFinishNotified
LollipopService, dropping.
02-01 11:42:53.953 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:54.006 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:54.019 1317 1317 W Looper : Slow dispatch took 116ms main
h=com.android.server.job.JobServiceContext$JobServiceHandler c=null m=0
02-01 11:42:54.109 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:54.197 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:54.200 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:54.202 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:54.205 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:54.212 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:54.260 1317 3276 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:42:54.315 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:54.334 1317 3276 W ActivityManager: Slow operation: 127ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:42:54.334 1317 3276 W ActivityManager: Slow operation: 127ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:42:54.346 1317 3276 W ActivityManager: Slow operation: 139ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:42:54.355 1317 3276 W ActivityManager: Slow operation: 148ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:42:54.418 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:54.464 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:54.473 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:54.522 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:54.589 1317 3277 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:54.625 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:54.672 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:54.710 1317 3276 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:54.728 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:54.831 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:54.852 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:42:54.852 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:54.934 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:55.037 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:55.149 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:55.197 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:55.252 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:55.312 1317 1432 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:55.355 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:55.364 1317 7357 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:55.458 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:55.530 1317 1432 W Looper : Slow dispatch took 1723ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:42:55.536 1317 1432 W Looper : Slow delivery took 1722ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
02-01 11:42:55.562 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:55.590 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:55.665 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:55.711 1317 1432 W Looper : Drained
02-01 11:42:55.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:55.768 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:55.908 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:55.971 1317 7357 W _V_VivoAmsImpl: mCallingPidFilter=10294,
mCallingUidFilter=10190
02-01 11:42:55.975 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:56.049 1317 7357 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
02-01 11:42:56.056 1317 7357 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10165; state: DISABLED
02-01 11:42:56.057 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
02-01 11:42:56.078 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:56.095 1317 1456 I ActivityManager: Start proc
10560:com.google.android.webview:webview_service/u0a165 for service
{com.google.android.webview/org.chromium.android_webview.services.VariationsSeedSer
ver}
02-01 11:42:56.098 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:56.182 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:56.205 1317 3277 W _V_VivoAmsImpl: mCallingPidFilter=10294,
mCallingUidFilter=10190
02-01 11:42:56.284 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:56.344 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:56.349 1317 7357 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:56.351 1317 7357 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:42:56.388 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:56.436 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:56.441 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:42:56.477 1317 7357 W ActivityManager: Slow operation: 121ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:42:56.491 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:56.530 1317 7357 W ActivityManager: Slow operation: 174ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:42:56.567 1317 7357 W ActivityManager: Slow operation: 211ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:42:56.568 1317 7357 W ActivityManager: Slow operation: 211ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:42:56.594 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:56.609 1317 7357 W ActivityManager: Slow operation: 253ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:42:56.618 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:56.691 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:56.697 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:56.697 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:56.800 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:56.829 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:56.921 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 50940ms
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:42:56.985 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:42:57.012 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.014 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.042 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:57.056 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:57.110 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.197 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.213 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.246 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.351 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.447 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.454 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:57.626 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.656 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:57.699 1317 7357 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:57.706 1317 7357 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:57.718 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.729 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.764 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:57.781 1317 7357 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:42:57.846 1317 7357 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:57.866 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:57.952 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:57.987 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:58.040 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:58.075 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:58.099 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:58.115 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:58.147 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:58.194 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:58.228 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:58.331 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:58.416 1317 2667 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3909} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (63
skipped)
02-01 11:42:58.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:58.456 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:58.554 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:58.620 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:58.657 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:58.708 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:58.761 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:58.856 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:58.864 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:58.967 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:59.037 1317 2666 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:59.070 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:59.173 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:59.294 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:59.350 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:42:59.464 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:59.471 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:59.497 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:42:59.560 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:59.657 1317 2666 W _V_VivoFirewall: Slow operation: 68ms so far, now
at provider shouldPreventStartProcess
02-01 11:42:59.664 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:59.719 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:42:59.727 1317 2666 W ContentProviderHelper: Slow operation: 181ms so
far, now at getContentProviderImpl: before getProviderByClass
02-01 11:42:59.727 1317 2666 W ContentProviderHelper: Slow operation: 181ms so
far, now at getContentProviderImpl: after getProviderByClass
02-01 11:42:59.727 1317 2666 W ContentProviderHelper: Slow operation: 181ms so
far, now at getContentProviderImpl: before getApplicationInfo
02-01 11:42:59.728 1317 2666 W ContentProviderHelper: Slow operation: 182ms so
far, now at getContentProviderImpl: after getApplicationInfo
02-01 11:42:59.729 1317 2666 W ContentProviderHelper: Slow operation: 183ms so
far, now at getContentProviderImpl: now have ContentProviderRecord
02-01 11:42:59.752 1317 2666 W ContentProviderHelper: Slow operation: 206ms so
far, now at getContentProviderImpl: before set stopped state
02-01 11:42:59.752 1317 2666 W ContentProviderHelper: Slow operation: 206ms so
far, now at getContentProviderImpl: after set stopped state
02-01 11:42:59.752 1317 2666 W ContentProviderHelper: Slow operation: 206ms so
far, now at getContentProviderImpl: looking for process record
02-01 11:42:59.752 1317 2666 W ContentProviderHelper: Slow operation: 206ms so
far, now at getContentProviderImpl: before start process
02-01 11:42:59.766 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:59.778 1317 7357 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:59.781 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:42:59.819 1317 2666 W ActivityManager: Slow operation: 63ms so far, now
at startProcess: done creating new process record
02-01 11:42:59.819 1317 2666 W ActivityManager: Slow operation: 63ms so far, now
at startProcess: stepping in to startProcess
02-01 11:42:59.869 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:42:59.893 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:42:59.933 1317 2666 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:42:59.933 1317 2666 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:42:59.933 1317 2666 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:42:59.933 1317 2666 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:42:59.933 1317 2666 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:42:59.933 1317 2666 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:42:59.933 1317 2666 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:42:59.933 1317 2666 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:42:59.933 1317 2666 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:42:59.933 1317 2666 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:42:59.933 1317 2666 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:42:59.933 1317 2666 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:42:59.933 1317 2666 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:42:59.933 1317 2666 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:42:59.934 1317 2666 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:42:59.973 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:00.021 1317 1432 W Looper : Slow delivery took 654ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=31
02-01 11:43:00.076 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:00.097 1317 2666 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:43:00.178 1317 2666 W ActivityManager: Slow operation: 421ms so far, now
at startProcess: done starting proc!
02-01 11:43:00.178 1317 2666 W ContentProviderHelper: Slow operation: 632ms so
far, now at getContentProviderImpl: after start process
02-01 11:43:00.178 1317 2666 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.PlatformProvider: process is bad
02-01 11:43:00.179 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:00.204 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:00.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:43:00.250 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:00.277 1317 1432 W Looper : Drained
02-01 11:43:00.282 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:00.282 1317 1317 W Looper : Slow dispatch took 235ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5
02-01 11:43:00.283 1317 1317 W Looper : Slow delivery took 206ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:43:00.283 1317 1434 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:43:00.339 1317 1434 W Looper : Slow dispatch took 134ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@ab5f9ca
m=0
02-01 11:43:00.340 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:00.352 1317 1522 I ActivityManager: Process com.google.android.videos
(pid 10197) has died: cch+35 CEM
02-01 11:43:00.386 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:00.408 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:00.408 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:00.474 1317 1432 W Looper : Slow dispatch took 151ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32
02-01 11:43:00.489 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:00.600 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:00.615 1317 1317 W Looper : Slow dispatch took 332ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler
c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@909c1ed
m=0
02-01 11:43:00.628 1317 1317 W Looper : Drained
02-01 11:43:00.721 1317 2676 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:00.738 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:00.876 1317 2187 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:01.031 1317 2676 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:01.057 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:01.150 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:01.160 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:01.185 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:01.185 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:01.243 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 10197, uid = 10187
02-01 11:43:01.252 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:01.271 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:01.374 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:01.468 1317 2188 I ActivityManager: Process com.shopee.ph (pid 10294)
has died: cch+15 CEM
02-01 11:43:01.569 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:01.607 1317 1317 W JobServiceContext: Time-out while trying to bind
e960116 #u0a205/2131366618
com.facebook.katana/com.facebook.push.registration.FacebookPushServerFinishNotified
LollipopService, dropping.
02-01 11:43:01.632 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:01.724 1317 2187 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:01.736 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:01.750 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:01.798 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:01.798 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:01.828 1317 2187 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:10497 callingUid:10216
02-01 11:43:01.833 1317 3278 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:43:01.833 1317 3278 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:43:01.833 1317 3278 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:43:01.833 1317 3278 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:43:01.833 1317 3278 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:43:01.833 1317 3278 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:43:01.833 1317 3278 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:43:01.833 1317 3278 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:43:01.833 1317 3278 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:43:01.833 1317 3278 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:43:01.833 1317 3278 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:43:01.833 1317 3278 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:43:01.833 1317 3278 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:43:01.833 1317 3278 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:43:01.833 1317 3278 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:43:01.839 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:01.851 1317 3278 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:43:01.860 1317 3278 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.AttributionIdProvider: process is bad
02-01 11:43:01.862 1317 1434 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:43:01.945 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:01.962 1317 1432 D DeviceIdleController: Adding AppId 10038 to temp
whitelist. New entry: true
02-01 11:43:01.962 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10038, delay=20000
02-01 11:43:01.962 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10038, 10187, 10188, 10190, 10216]
02-01 11:43:01.975 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10038, 10187, 10188, 10190, 10216]
02-01 11:43:01.976 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 56243ms
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:02.014 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:02.046 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:02.055 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:02.105 1317 2187 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:43:02.141 1317 1432 D DeviceIdleController: Adding AppId 10220 to temp
whitelist. New entry: true
02-01 11:43:02.141 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10220, delay=20000
02-01 11:43:02.142 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10038, 10187, 10188, 10190, 10216, 10220]
02-01 11:43:02.143 1317 2188 I _V_ActivityManager: isSystemApp: false,
packageName: com.globe.gcash.android
02-01 11:43:02.149 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:02.155 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10220; state: DISABLED
02-01 11:43:02.156 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10220; state: ENABLED
02-01 11:43:02.168 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10038, 10187, 10188, 10190, 10216, 10220]
02-01 11:43:02.182 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:43:02.198 1317 1456 W ActivityManager: Slow operation: 55ms so far, now
at startProcess: done updating battery stats
02-01 11:43:02.200 1317 1456 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: building log message
02-01 11:43:02.200 1317 1456 I ActivityManager: Start proc
10751:com.globe.gcash.android/u0a220 for broadcast
{com.globe.gcash.android/com.pulseid.sdk.services.BootCompletedIntentReceiver}
02-01 11:43:02.200 1317 1456 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: starting to update pids map
02-01 11:43:02.201 1317 1456 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: done updating pids map
02-01 11:43:02.274 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:02.288 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 10294, uid = 10190
02-01 11:43:02.349 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:43:02.350 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10188, timeNow=283371
02-01 11:43:02.360 1317 1530 D DeviceIdleController: Time to remove uid 10188:
287205
02-01 11:43:02.360 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10188, delay=3834
02-01 11:43:02.389 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:02.492 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:02.992 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:02.993 1317 1317 W Looper : Slow dispatch took 388ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:43:02.994 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:02.994 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:02.995 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:02.996 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:03.001 1317 7357 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:03.001 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:03.004 1317 7357 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:03.007 1317 7357 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:03.051 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:03.072 1317 1522 W ActivityManager: Slow operation: 51ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:43:03.092 1317 1522 W ActivityManager: Slow operation: 71ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:43:03.092 1317 1522 W ActivityManager: Slow operation: 71ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:43:03.112 1317 1522 W ActivityManager: Slow operation: 91ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:43:03.115 1317 1522 W ActivityManager: Slow operation: 94ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:43:03.154 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:03.266 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:03.302 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:03.310 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:03.370 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:03.490 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:03.580 1317 2188 I ActivityManager: Process
com.google.android.apps.docs (pid 10070) has died: cch+15 CEM
02-01 11:43:03.619 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:03.670 1317 2188 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:03.731 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:03.834 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:03.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:03.937 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:03.997 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:04.057 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:04.160 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:04.290 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:04.401 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:04.504 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:04.540 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 10070, uid = 10188
02-01 11:43:04.607 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:04.753 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:43:04.755 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:04.797 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:04.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:05.004 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:05.049 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:43:05.169 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:05.286 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:05.349 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:43:05.498 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:43:05.649 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:43:05.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:06.005 1317 6548 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:06.099 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:06.229 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:43:06.230 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10188, timeNow=287251
02-01 11:43:06.230 1317 1530 D DeviceIdleController: Removing uid 10188 from temp
whitelist
02-01 11:43:06.230 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10038, 10187, 10190, 10216, 10220]
02-01 11:43:06.235 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10038, 10187, 10190, 10216, 10220]
02-01 11:43:06.244 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:43:06.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:43:06.409 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:06.507 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:06.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 10.135136; finalLux = 9.290541; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:06.611 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:06.674 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:06.676 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:06.770 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:06.878 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:06.989 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:06.990 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:07.007 1317 6548 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 61270ms
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:07.094 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:07.146 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:07.150 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:43:07.152 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 9.290541; kalmanLux = 9.290541; speculatedLux = 9.290541;
finalLux = 9.290541
02-01 11:43:07.220 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:07.255 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:07.280 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:07.354 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:43:07.354 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10187, timeNow=288376
02-01 11:43:07.354 1317 1530 D DeviceIdleController: Time to remove uid 10187:
290743
02-01 11:43:07.358 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10187, delay=2367
02-01 11:43:07.359 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:07.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 8.445946; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:07.530 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:07.634 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:07.737 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:07.840 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:07.943 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:08.008 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:08.047 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:08.150 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:08.253 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:08.349 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:43:08.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 8.445946; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:08.356 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:08.459 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:08.562 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:08.666 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:08.769 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:08.872 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:08.950 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:08.975 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:09.022 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:09.078 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:09.181 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:09.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:09.284 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:09.387 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:09.491 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:09.594 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:09.697 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:09.702 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:09.758 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:43:09.758 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10187, timeNow=290780
02-01 11:43:09.759 1317 1530 D DeviceIdleController: Removing uid 10187 from temp
whitelist
02-01 11:43:09.760 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10038, 10190, 10216, 10220]
02-01 11:43:09.763 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10038, 10190, 10216, 10220]
02-01 11:43:09.800 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:09.820 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:43:09.842 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:43:09.903 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:09.918 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:43:09.919 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10190, timeNow=290940
02-01 11:43:09.919 1317 1530 D DeviceIdleController: Time to remove uid 10190:
294508
02-01 11:43:09.919 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10190, delay=3568
02-01 11:43:10.007 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:10.023 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:10.110 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:10.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:10.213 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:10.326 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:10.428 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:10.533 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:10.634 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:10.746 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:10.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:10.849 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:10.871 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:10.953 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:11.042 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:11.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:11.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:11.375 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:11.416 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 10220, arg4: 0, name: com.globe.gcash.android
02-01 11:43:11.477 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:11.580 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:11.684 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:11.749 1317 6548 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3963} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (67
skipped)
02-01 11:43:11.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:11.976 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:12.044 1317 6548 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:12.079 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:12.088 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:12.100 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:12.182 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 66363ms
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:12.211 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:12.286 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:12.389 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:12.405 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:12.492 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:12.595 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:12.698 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:12.699 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:12.801 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:12.852 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:12.913 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:12.944 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:12.945 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:12.946 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:12.948 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:13.010 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:43:13.013 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:13.016 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:13.045 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:13.163 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:13.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:13.386 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:13.472 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:13.489 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:13.525 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:43:13.525 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10190, timeNow=294547
02-01 11:43:13.525 1317 1530 D DeviceIdleController: Removing uid 10190 from temp
whitelist
02-01 11:43:13.525 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10038, 10216, 10220]
02-01 11:43:13.527 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10038, 10216, 10220]
02-01 11:43:13.540 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:43:13.592 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:13.612 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:43:13.648 1317 2188 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:13.696 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:13.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:13.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:13.799 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:13.848 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:43:13.848 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10216, timeNow=294870
02-01 11:43:13.848 1317 1530 D DeviceIdleController: Removing uid 10216 from temp
whitelist
02-01 11:43:13.849 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10038, 10220]
02-01 11:43:13.870 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10038, 10220]
02-01 11:43:13.883 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:43:13.887 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:43:13.901 1317 10930 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:43:13.903 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:13.913 1317 10931 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:43:14.005 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:14.047 1317 2188 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:14.108 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:14.211 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:14.323 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:14.426 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:14.573 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:14.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:14.684 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:14.797 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:14.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:43:15.046 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:15.048 1317 6548 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:15.105 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:15.201 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:15.355 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:15.372 1317 2188 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:10751 callingUid:10220
02-01 11:43:15.476 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:15.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:15.579 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:15.682 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:15.759 1317 10941 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:43:15.785 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:15.888 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:15.991 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:16.050 1317 2188 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:16.138 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:16.267 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:16.370 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:16.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:16.473 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:16.576 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:16.680 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:16.783 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:16.903 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:17.024 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:17.051 1317 2188 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:17.127 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:17.230 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 71474ms
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:17.233 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:17.275 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:17.333 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:17.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:17.355 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:17.497 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:17.643 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:17.763 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:17.866 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:17.987 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:18.052 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:18.090 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:18.193 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:18.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:18.296 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:18.399 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:18.502 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:18.605 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:18.709 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:18.812 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:18.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:18.915 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:19.019 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:19.053 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:19.148 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:19.322 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:19.422 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:19.525 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:19.629 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:19.732 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:19.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:19.835 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:19.858 1317 6548 W _V_VivoAmsImpl: mCallingPidFilter=10497,
mCallingUidFilter=10216
02-01 11:43:19.886 1317 6548 I _V_ActivityManager: isSystemApp: false,
packageName: com.starmakerinteractive.starmaker
02-01 11:43:19.909 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10216; state: DISABLED
02-01 11:43:19.919 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10216; state: ENABLED
02-01 11:43:19.939 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:19.991 1317 1456 W ActivityManager: Slow operation: 113ms so far, now
at startProcess: returned from zygote!
02-01 11:43:19.992 1317 1456 W ActivityManager: Slow operation: 114ms so far, now
at startProcess: done updating battery stats
02-01 11:43:20.014 1317 1456 W ActivityManager: Slow operation: 136ms so far, now
at startProcess: building log message
02-01 11:43:20.014 1317 1456 I ActivityManager: Start proc
10956:com.starmakerinteractive.starmaker:ashes/u0a216 for service
{com.starmakerinteractive.starmaker/com.ushowmedia.starmaker.ashes.AshesService}
02-01 11:43:20.015 1317 1456 W ActivityManager: Slow operation: 137ms so far, now
at startProcess: starting to update pids map
02-01 11:43:20.037 1317 1456 W ActivityManager: Slow operation: 159ms so far, now
at startProcess: done updating pids map
02-01 11:43:20.045 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:20.061 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:20.090 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:20.145 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:20.256 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:20.312 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:20.315 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:20.317 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:20.376 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:20.378 1317 2188 W ActivityManager: Slow operation: 52ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:43:20.405 1317 2188 W ActivityManager: Slow operation: 79ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:43:20.432 1317 2188 W ActivityManager: Slow operation: 106ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:43:20.432 1317 2188 W ActivityManager: Slow operation: 106ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:43:20.480 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:20.492 1317 2188 W ActivityManager: Slow operation: 166ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:43:20.583 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:20.686 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:20.717 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:20.723 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:20.790 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:20.955 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:20.970 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:21.095 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:21.559 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:21.772 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:21.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:21.872 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:21.984 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:22.000 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:43:22.002 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10038, timeNow=303024
02-01 11:43:22.002 1317 1530 D DeviceIdleController: Removing uid 10038 from temp
whitelist
02-01 11:43:22.002 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10220]
02-01 11:43:22.015 1317 1530 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #3985} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (17
skipped)
02-01 11:43:22.016 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10220]
02-01 11:43:22.045 1317 10999 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:43:22.045 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:43:22.077 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:43:22.101 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:22.105 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:22.115 1317 2687 I ActivityManager: Process
com.google.process.gservices (pid 10168) has died: cch+25 CEM
02-01 11:43:22.179 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:43:22.179 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10220, timeNow=303201
02-01 11:43:22.179 1317 1530 D DeviceIdleController: Removing uid 10220 from temp
whitelist
02-01 11:43:22.179 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to []
02-01 11:43:22.233 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:22.369 1317 2188 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:22.376 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to []
02-01 11:43:22.384 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:43:22.415 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 76509ms
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:22.500 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:22.517 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:22.547 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:43:22.629 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:22.645 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:22.732 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:22.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:22.853 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:22.871 1317 2687 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:43:22.973 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:23.000 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:23.035 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:23.076 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:23.089 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 10168, uid = 10154
02-01 11:43:23.118 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:23.180 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:23.239 1317 2687 I ActivityManager: Process
com.google.android.webview:webview_service (pid 10560) has died: cch+15 CEM
02-01 11:43:23.282 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:23.326 1317 11026 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:43:23.385 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:23.489 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:23.613 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:43:23.613 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:43:23.614 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.google.android.apps.docs mWorkingState
isCheckDownload false
02-01 11:43:23.644 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:23.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:23.764 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:23.876 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:23.979 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:24.100 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:24.121 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:24.230 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 10560, uid = 10165
02-01 11:43:24.297 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:24.435 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:24.538 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:24.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:24.641 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:24.761 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:24.864 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:24.968 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:25.071 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:25.123 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:25.140 1317 2135 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:25.174 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:25.277 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:25.389 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:25.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:25.501 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:25.604 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:25.707 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:25.810 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:25.914 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:26.017 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:26.124 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:26.326 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:26.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:26.365 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:43:26.365 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:43:26.366 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.facebook.lite mWorkingState isCheckDownload false
02-01 11:43:26.429 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:26.533 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:26.636 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:26.739 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:26.842 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:26.945 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:27.048 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:27.150 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:27.162 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:27.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:27.264 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:27.350 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:27.375 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:27.823 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:27.824 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:27.826 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:27.826 1317 1317 W Looper : Slow delivery took 338ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:43:27.826 1317 1317 W Looper : Drained
02-01 11:43:27.828 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:27.829 1317 2188 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:27.830 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:43:27.831 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:43:27.835 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.google.android.videos mWorkingState isCheckDownload
false
02-01 11:43:27.836 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 81778ms
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:27.861 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:27.909 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:28.012 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:28.115 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:28.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:28.151 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:28.218 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:28.297 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:28.321 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:28.424 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:28.527 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:28.630 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:28.751 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:28.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:29.050 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
3.3783784; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:43:29.050 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 3.3783784; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:29.104 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
02-01 11:43:29.139 1317 1317 D _V_VivoLcmEsd: proximity positive is :true
02-01 11:43:29.141 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:43:29.168 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:29.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
0.8445946; medianLux = 3.3783784; kalmanLux = 3.3783784; speculatedLux = 3.3783784;
finalLux = 3.3783784
02-01 11:43:29.261 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:29.361 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:29.650 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
1.6891892; medianLux = 3.3783784; kalmanLux = 3.3783784; speculatedLux = 3.3783784;
finalLux = 3.3783784
02-01 11:43:29.825 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:29.826 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:29.870 1317 1455 W ActivityManager: Stopping service due to app idle:
u0a185 -1m37s67ms com.facebook.lite/com.facebook.rti.push.service.FbnsService
02-01 11:43:29.950 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 1.6891892; finalLux = 1.6891892; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = true; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:30.174 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:30.241 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:30.256 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:43:30.256 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:43:30.256 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.shopee.ph mWorkingState isCheckDownload false
02-01 11:43:30.794 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
02-01 11:43:30.799 1317 1317 D _V_VivoLcmEsd: proximity positive is :false
02-01 11:43:30.800 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
02-01 11:43:30.836 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:30.839 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:30.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 1.6891892; kalmanLux = 1.6891892; speculatedLux = 1.6891892;
finalLux = 1.6891892
02-01 11:43:30.856 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 4.222973; finalLux = 1.6891892; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:30.864 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:30.999 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:43:31.176 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:31.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:31.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:31.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:31.791 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:31.907 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:31.988 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:32.049 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:43:32.102 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:32.179 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:32.348 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:32.405 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:32.406 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:32.444 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:32.445 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:32.473 1317 3278 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4001} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (19
skipped)
02-01 11:43:32.482 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:32.498 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:32.578 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:32.649 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:32.650 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:32.843 1317 2188 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 87149ms
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:32.915 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:32.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:33.180 1317 2188 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:33.221 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:33.221 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:33.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 8.445946; kalmanLux = 8.445946; speculatedLux = 8.445946;
finalLux = 8.445946
02-01 11:43:33.316 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:33.400 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:33.518 1317 3278 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:43:33.518 1317 3278 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:43:33.518 1317 3278 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:43:33.518 1317 3278 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:43:33.518 1317 3278 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:43:33.518 1317 3278 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:43:33.518 1317 3278 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:43:33.518 1317 3278 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:43:33.518 1317 3278 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:43:33.518 1317 3278 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:43:33.518 1317 3278 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:43:33.518 1317 3278 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:43:33.518 1317 3278 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:43:33.518 1317 3278 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:43:33.520 1317 3278 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:43:33.559 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:33.626 1317 3278 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:43:33.652 1317 3278 W ActivityManager: Slow operation: 219ms so far, now
at startProcess: done starting proc!
02-01 11:43:33.653 1317 3278 W ContentProviderHelper: Slow operation: 245ms so
far, now at getContentProviderImpl: after start process
02-01 11:43:33.653 1317 3278 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.InstallReferrerProvider: process is bad
02-01 11:43:33.663 1317 1317 W Looper : Slow dispatch took 105ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5
02-01 11:43:33.681 1317 1434 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:43:33.715 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:33.787 1317 6548 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.lite
02-01 11:43:33.816 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10185; state: DISABLED
02-01 11:43:33.818 1317 6548 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: done starting proc!
02-01 11:43:33.818 1317 6548 W ContentProviderHelper: Slow operation: 68ms so
far, now at getContentProviderImpl: after start process
02-01 11:43:33.818 1317 6548 W ContentProviderHelper: Slow operation: 68ms so
far, now at getContentProviderImpl: updating data structures
02-01 11:43:33.818 1317 6548 W ContentProviderHelper: Slow operation: 68ms so
far, now at getContentProviderImpl: done!
02-01 11:43:33.818 1317 1456 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: asking zygote to start proc
02-01 11:43:33.818 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10185; state: ENABLED
02-01 11:43:33.826 1317 1432 W Looper : Slow dispatch took 133ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32
02-01 11:43:33.893 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:33.893 1317 1456 W ActivityManager: Slow operation: 135ms so far, now
at startProcess: returned from zygote!
02-01 11:43:33.902 1317 1456 W ActivityManager: Slow operation: 144ms so far, now
at startProcess: done updating battery stats
02-01 11:43:33.904 1317 1456 W ActivityManager: Slow operation: 146ms so far, now
at startProcess: building log message
02-01 11:43:33.905 1317 1456 I ActivityManager: Start proc
11140:com.facebook.lite/u0a185 for content provider
{com.facebook.lite/com.facebook.lite.metainstallreferrer.InstallReferrerProvider}
02-01 11:43:33.905 1317 1456 W ActivityManager: Slow operation: 147ms so far, now
at startProcess: starting to update pids map
02-01 11:43:33.917 1317 1456 W ActivityManager: Slow operation: 159ms so far, now
at startProcess: done updating pids map
02-01 11:43:33.985 1317 6548 I BroadcastQueue: Delay finish:
com.globe.gcash.android/com.pulseid.sdk.services.BootCompletedIntentReceiver
02-01 11:43:33.996 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:34.099 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:34.182 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:34.211 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:34.317 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:34.320 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:34.322 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:34.323 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:34.361 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:43:34.361 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:43:34.370 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.starmakerinteractive.starmaker mWorkingState
isCheckDownload false
02-01 11:43:34.387 1317 6548 W ActivityManager: Slow operation: 56ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:43:34.426 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:34.427 1317 6548 W ActivityManager: Slow operation: 96ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:43:34.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:34.462 1317 6548 W ActivityManager: Slow operation: 131ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:43:34.462 1317 6548 W ActivityManager: Slow operation: 131ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:43:34.464 1317 6548 W ActivityManager: Slow operation: 133ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:43:34.469 1317 6548 W ActivityManager: Slow operation: 138ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:43:34.529 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:34.589 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:34.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:34.600 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:34.632 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:34.752 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:34.836 1317 2187 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:34.856 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:34.922 1317 1455 I ActivityManager: Waited long enough for:
ServiceRecord{d2b74a8 u0
com.starmakerinteractive.starmaker/com.ushowmedia.starmaker.ashes.AshesService}
02-01 11:43:34.922 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:43:34.945 1317 1455 I ActivityManager: Finished processing
BOOT_COMPLETED for u0
02-01 11:43:34.959 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:35.024 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:35.062 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:35.165 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:35.184 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:35.236 1317 2187 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.externalstorage
02-01 11:43:35.237 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10039; state: DISABLED
02-01 11:43:35.237 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10039; state: DISABLED
02-01 11:43:35.237 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10039; state: DISABLED
02-01 11:43:35.237 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10039; state: ENABLED
02-01 11:43:35.239 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10039; state: ENABLED
02-01 11:43:35.286 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:35.286 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:35.347 1317 2187 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:35.350 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:35.390 1317 1456 W ActivityManager: Slow operation: 155ms so far, now
at startProcess: returned from zygote!
02-01 11:43:35.391 1317 1456 W ActivityManager: Slow operation: 155ms so far, now
at startProcess: done updating battery stats
02-01 11:43:35.391 1317 1456 W ActivityManager: Slow operation: 156ms so far, now
at startProcess: building log message
02-01 11:43:35.391 1317 1456 I ActivityManager: Start proc
11187:com.android.externalstorage/u0a39 for broadcast
{com.android.externalstorage/com.android.externalstorage.MountReceiver}
02-01 11:43:35.391 1317 1456 W ActivityManager: Slow operation: 156ms so far, now
at startProcess: starting to update pids map
02-01 11:43:35.391 1317 1456 W ActivityManager: Slow operation: 156ms so far, now
at startProcess: done updating pids map
02-01 11:43:35.441 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:35.588 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:35.639 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:35.642 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:35.644 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:35.665 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10039; state: DISABLED
02-01 11:43:35.712 1317 2687 I ActivityManager: Process
com.starmakerinteractive.starmaker (pid 10497) has died: cch+15 CEM
02-01 11:43:35.749 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:35.750 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:35.753 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:35.834 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:35.870 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:35.891 1317 11209 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:43:35.969 1317 1317 W Looper : Slow dispatch took 112ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:43:36.023 1317 1522 W _V_VivoAmsImpl: mCallingPidFilter=10751,
mCallingUidFilter=10220
02-01 11:43:36.044 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10220; state: DISABLED
02-01 11:43:36.045 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10220; state: ENABLED
02-01 11:43:36.046 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:36.077 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:36.117 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:36.140 1317 1456 W ActivityManager: Slow operation: 96ms so far, now
at startProcess: returned from zygote!
02-01 11:43:36.149 1317 1456 W ActivityManager: Slow operation: 105ms so far, now
at startProcess: done updating battery stats
02-01 11:43:36.149 1317 1456 W ActivityManager: Slow operation: 106ms so far, now
at startProcess: building log message
02-01 11:43:36.149 1317 1456 I ActivityManager: Start proc
11219:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbo
xedProcessService0:0/u0i1 for
{com.globe.gcash.android/org.chromium.content.app.SandboxedProcessService0:0}
02-01 11:43:36.150 1317 1456 W ActivityManager: Slow operation: 106ms so far, now
at startProcess: starting to update pids map
02-01 11:43:36.151 1317 1456 W ActivityManager: Slow operation: 108ms so far, now
at startProcess: done updating pids map
02-01 11:43:36.192 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:36.232 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:36.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:36.320 1317 3278 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:43:36.320 1317 3278 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:43:36.320 1317 3278 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:43:36.320 1317 3278 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:43:36.320 1317 3278 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:43:36.320 1317 3278 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:43:36.320 1317 3278 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:43:36.320 1317 3278 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:43:36.320 1317 3278 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:43:36.320 1317 3278 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:43:36.320 1317 3278 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:43:36.320 1317 3278 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:43:36.320 1317 3278 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:43:36.320 1317 3278 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:43:36.320 1317 3278 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:43:36.340 1317 3278 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:43:36.352 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:36.378 1317 3278 W ActivityManager: Slow operation: 115ms so far, now
at startProcess: done starting proc!
02-01 11:43:36.378 1317 3278 W ContentProviderHelper: Slow operation: 133ms so
far, now at getContentProviderImpl: after start process
02-01 11:43:36.378 1317 3278 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.InstallReferrerProvider: process is bad
02-01 11:43:36.380 1317 1434 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:43:36.474 1317 2187 W ActivityManager: Slow operation: 76ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:43:36.490 1317 2187 W ActivityManager: Slow operation: 91ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:43:36.507 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:36.507 1317 2187 W ActivityManager: Slow operation: 109ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:43:36.508 1317 2187 W ActivityManager: Slow operation: 109ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:43:36.514 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 10497, uid = 10216
02-01 11:43:36.535 1317 2187 W ActivityManager: Slow operation: 137ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:43:36.568 1317 2188 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:43:36.568 1317 2188 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:43:36.568 1317 2188 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:43:36.568 1317 2188 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:43:36.568 1317 2188 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:43:36.568 1317 2188 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:43:36.568 1317 2188 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:43:36.568 1317 2188 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:43:36.568 1317 2188 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:43:36.568 1317 2188 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:43:36.568 1317 2188 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:43:36.568 1317 2188 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:43:36.568 1317 2188 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:43:36.568 1317 2188 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:43:36.568 1317 2188 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:43:36.587 1317 2188 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:43:36.590 1317 2188 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.UserValuesProvider: process is bad
02-01 11:43:36.597 1317 1434 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:43:36.624 1317 2181 I ActivityManager: Process com.facebook.lite:fbns
(pid 9286) has died: cch+25 CEM
02-01 11:43:36.696 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:36.816 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:36.919 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:37.006 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:37.028 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:37.103 1317 3278 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.media.module uid 10000, isRmsPreload = false,
keepQuiet =false
02-01 11:43:37.108 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:37.138 1317 2187 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.soundpicker
02-01 11:43:37.139 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10048; state: DISABLED
02-01 11:43:37.139 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10048; state: DISABLED
02-01 11:43:37.140 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10048; state: DISABLED
02-01 11:43:37.140 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10048; state: ENABLED
02-01 11:43:37.143 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10048; state: ENABLED
02-01 11:43:37.157 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:37.158 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:37.183 1317 1456 I ActivityManager: Start proc
11256:com.android.soundpicker/u0a48 for broadcast
{com.android.soundpicker/com.android.soundpicker.RingtoneReceiver}
02-01 11:43:37.189 1317 1456 W ActivityManager: Slow operation: 51ms so far, now
at startProcess: done updating pids map
02-01 11:43:37.200 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:37.255 1317 3278 D JobServiceContext: doCallback of :
JobStatus{bb94a6c #u0a0/-300
com.android.providers.media.module/com.android.providers.media.MediaService u=0
s=10000 TIME=none:-201ms READY} v:VERB_EXECUTING
02-01 11:43:37.259 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:37.275 1317 2135 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:37.330 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:37.333 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:37.335 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:37.407 1317 2135 W ActivityManager: Slow operation: 65ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:43:37.407 1317 2135 W ActivityManager: Slow operation: 65ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:43:37.412 1317 2135 W ActivityManager: Slow operation: 69ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:43:37.414 1317 2135 W ActivityManager: Slow operation: 72ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:43:37.428 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:37.449 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:37.476 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:37.480 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:37.511 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:37.573 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 9286, uid = 10185
02-01 11:43:37.583 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:37.615 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:37.708 1317 3278 I BroadcastQueue: Delay finish:
com.android.soundpicker/.RingtoneReceiver
02-01 11:43:37.736 1317 1522 I ActivityManager: Process com.facebook.lite (pid
11140) has died: cch+15 CEM
02-01 11:43:37.827 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:37.871 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:43:37.889 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.photosgo
02-01 11:43:37.890 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10156; state: DISABLED
02-01 11:43:37.891 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10156; state: ENABLED
02-01 11:43:37.908 1317 1456 I ActivityManager: Start proc
11287:com.google.android.apps.photosgo/u0a156 for broadcast
{com.google.android.apps.photosgo/com.google.android.apps.photosgo.storage.VolumeSt
ateListener_Receiver}
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 92174ms
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:37.994 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:38.038 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:38.042 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:38.045 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:38.078 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10156; state: DISABLED
02-01 11:43:38.080 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:38.100 1317 2135 W ActivityManager: Slow operation: 52ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:43:38.176 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:38.179 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:38.202 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:38.323 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:38.327 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:38.394 1317 2135 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:10751 callingUid:10220
02-01 11:43:38.474 1317 1522 W _V_VivoAmsImpl: mCallingPidFilter=10751,
mCallingUidFilter=10220
02-01 11:43:38.479 1317 1522 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
02-01 11:43:38.480 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10165; state: DISABLED
02-01 11:43:38.481 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
02-01 11:43:38.483 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:38.511 1317 1456 I ActivityManager: Start proc
11312:com.google.android.webview:webview_service/u0a165 for service
{com.google.android.webview/org.chromium.android_webview.services.ComponentsProvide
rService}
02-01 11:43:38.625 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:38.632 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:38.634 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:38.685 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11140, uid = 10185
02-01 11:43:38.714 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:38.714 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:38.724 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:38.727 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:38.727 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:38.737 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:38.917 1317 2135 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:38.954 1317 2687 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:43:38.989 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:39.045 1317 2135 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.cellbroadcastreceiver
02-01 11:43:39.045 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10175; state: DISABLED
02-01 11:43:39.048 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10175; state: DISABLED
02-01 11:43:39.048 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10175; state: DISABLED
02-01 11:43:39.049 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10175; state: ENABLED
02-01 11:43:39.055 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10175; state: ENABLED
02-01 11:43:39.092 1317 1456 W ActivityManager: Slow operation: 51ms so far, now
at startProcess: returned from zygote!
02-01 11:43:39.112 1317 1456 W ActivityManager: Slow operation: 72ms so far, now
at startProcess: done updating battery stats
02-01 11:43:39.112 1317 1456 W ActivityManager: Slow operation: 72ms so far, now
at startProcess: building log message
02-01 11:43:39.112 1317 1456 I ActivityManager: Start proc
11348:com.android.cellbroadcastreceiver/u0a175 for broadcast
{com.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastR
eceiver}
02-01 11:43:39.112 1317 1456 W ActivityManager: Slow operation: 72ms so far, now
at startProcess: starting to update pids map
02-01 11:43:39.113 1317 1456 W ActivityManager: Slow operation: 73ms so far, now
at startProcess: done updating pids map
02-01 11:43:39.204 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:39.233 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:39.310 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:39.331 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:39.335 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:39.338 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:39.375 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10175; state: DISABLED
02-01 11:43:39.413 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:39.460 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:39.468 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:39.516 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:39.628 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:39.737 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:39.739 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:39.842 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:39.844 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:39.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:39.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:39.946 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:40.000 1317 2676 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:43:40.068 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:40.117 1317 2188 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.net.wifi.STATE_CHANGE flg=0x4000010 (has extras) }
to com.vivo.appstore/.receiver.PullAutoUpdateReceiver
02-01 11:43:40.129 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.net.wifi.STATE_CHANGE flg=0x4000010 (has extras) }
to com.vivo.appstore/.receiver.PullAutoUpdateReceiver
02-01 11:43:40.149 1317 1522 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:43:40.152 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:40.182 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:40.240 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:40.255 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:40.314 1317 2181 I BroadcastQueue: Delay finish:
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentInternalReceive
r
02-01 11:43:40.359 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:40.524 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:40.544 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:40.609 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.112 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.113 1317 1317 W Looper : Slow delivery took 401ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:43:41.117 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:41.118 1317 1317 W Looper : Drained
02-01 11:43:41.126 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.138 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.140 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.142 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.143 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.172 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:41.197 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.201 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.253 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.269 1317 2188 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:41.289 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.290 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.344 1317 2188 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:43:41.353 1317 2188 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.presencemanager.service.START
pkg=com.google.android.gms } U=0: not found
02-01 11:43:41.354 1317 3278 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@622c7b6
02-01 11:43:41.357 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.374 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.392 1317 1522 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:43:41.392 1317 1522 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.presencemanager.service.INTERNAL_IDENTITY
pkg=com.google.android.gms } U=0: not found
02-01 11:43:41.398 1317 1522 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@5af178e
02-01 11:43:41.402 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.486 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.562 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.572 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.575 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.599 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.605 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.615 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:41.666 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.667 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.717 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.732 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.733 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.806 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.808 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.821 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.924 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.930 1317 2135 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:41.933 1317 2135 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:41.944 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.945 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:41.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:42.003 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.005 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.027 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.075 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.130 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.149 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.150 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.234 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.262 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.263 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.271 1317 2184 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:42.316 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.317 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.336 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.382 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.395 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.439 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.460 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.462 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.533 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.543 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:42.551 1317 2135 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4113} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (105
skipped)
02-01 11:43:42.555 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:43:42.558 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.net.wifi.STATE_CHANGE flg=0x4000010 (has extras) }
to com.vivo.appstore/.receiver.PullAutoUpdateReceiver
02-01 11:43:42.562 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.net.wifi.STATE_CHANGE flg=0x4000010 (has extras) }
to com.vivo.appstore/.receiver.PullAutoUpdateReceiver
02-01 11:43:42.563 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.net.wifi.STATE_CHANGE flg=0x4000010 (has extras) }
to com.vivo.appstore/.receiver.PullAutoUpdateReceiver
02-01 11:43:42.578 1317 1455 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{e4c31a7 com.moba.unityplugin.NetworkStateReceiver} targets 34 but
delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1317, uid=1000) to
com.mobile.legends/com.moba.unityplugin.NetworkStateReceiver
02-01 11:43:42.579 1317 1455 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{bbc3654 com.ss.android.ugc.aweme.common.net.NetWorkStateReceiver}
targets 34 but delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1317, uid=1000) to
com.ss.android.ugc.trill/com.ss.android.ugc.aweme.common.net.NetWorkStateReceiver
02-01 11:43:42.579 1317 1455 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{a8e9fd com.xiaomi.push.service.receivers.NetworkStatusReceiver}
targets 34 but delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1317, uid=1000) to
com.starmakerinteractive.starmaker/com.xiaomi.push.service.receivers.NetworkStatusR
eceiver
02-01 11:43:42.579 1317 1455 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{5e4e6f2 com.bbk.theme.download.ThemeReceiver} targets 34 but delivery
restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1317, uid=1000) to com.bbk.theme/.download.ThemeReceiver
02-01 11:43:42.579 1317 1455 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{2004143 com.google.android.gms.gcm.ServiceAutoStarter} targets 34 but
delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1317, uid=1000) to com.google.android.gms/.gcm.ServiceAutoStarter
02-01 11:43:42.579 1317 1455 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{ad063c0 com.vivo.networkimprove.StartupReceiver} targets 30 but
delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1317, uid=1000) to com.vivo.networkimprove/.StartupReceiver
02-01 11:43:42.579 1317 1455 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{f9f28f9 com.vivo.website.receiver.InvokeAppBroadCastReceiver} targets
34 but delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1317, uid=1000) to
com.vivo.website/.receiver.InvokeAppBroadCastReceiver
02-01 11:43:42.579 1317 1455 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{ed6803e
com.mbridge.msdk.foundation.same.broadcast.NetWorkChangeReceiver} targets 34 but
delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1317, uid=1000) to
com.LinkedSquad.SchoolBoyRunaway/com.mbridge.msdk.foundation.same.broadcast.NetWork
ChangeReceiver
02-01 11:43:42.579 1317 1455 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{a5bae9f com.facebook.rti.push.service.MqttSystemBroadcastReceiver}
targets 34 but delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1317, uid=1000) to
com.facebook.lite/com.facebook.rti.push.service.MqttSystemBroadcastReceiver
02-01 11:43:42.579 1317 1455 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{637fbec com.ss.android.ugc.aweme.common.net.NetworkReceiver} targets
34 but delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1317, uid=1000) to
com.ss.android.ugc.trill/com.ss.android.ugc.aweme.common.net.NetworkReceiver
02-01 11:43:42.579 1317 1455 W BroadcastQueue: Target SDK mismatch: receiver
ActivityInfo{9205bb5 com.ss.android.message.MessageReceiver} targets 34 but
delivery restricted to [0, 23] broadcasting Intent
{ act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
android (pid=1317, uid=1000) to
com.ss.android.ugc.trill/com.ss.android.message.MessageReceiver
02-01 11:43:42.613 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.updater
02-01 11:43:42.614 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10121; state: DISABLED
02-01 11:43:42.616 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10121; state: ENABLED
02-01 11:43:42.641 1317 1456 I ActivityManager: Start proc
11411:com.bbk.updater/u0a121 for broadcast
{com.bbk.updater/com.bbk.updater.receiver.NetworkReceiver}
02-01 11:43:42.647 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.750 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.852 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:42.877 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:42.879 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:42.882 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:42.939 1317 2184 W ActivityManager: Slow operation: 54ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:43:42.939 1317 2184 W ActivityManager: Slow operation: 54ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:43:42.948 1317 2184 W ActivityManager: Slow operation: 63ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:43:42.951 1317 2184 W ActivityManager: Slow operation: 66ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:43:42.956 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 97265ms
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:43.044 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:43.059 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:43.081 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:43.086 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:43.131 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:43:43.132 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:43:43.140 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.globe.gcash.android mWorkingState isCheckDownload
false
02-01 11:43:43.170 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:43.247 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:43.273 1317 2184 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:43.299 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:43.300 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:43.412 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:43.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:43.548 1317 2184 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:43.602 1317 2184 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:43.644 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:43.694 1317 2184 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:43.756 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:43.758 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:43.854 1317 1522 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.website
02-01 11:43:43.855 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10086; state: DISABLED
02-01 11:43:43.857 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10086; state: ENABLED
02-01 11:43:43.859 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:43.897 1317 1456 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: returned from zygote!
02-01 11:43:43.897 1317 1456 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: done updating battery stats
02-01 11:43:43.898 1317 1456 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: building log message
02-01 11:43:43.898 1317 1456 I ActivityManager: Start proc
11475:com.vivo.website/u0a86 for broadcast
{com.vivo.website/com.vivo.website.receiver.InvokeAppBroadCastReceiver}
02-01 11:43:43.898 1317 1456 W ActivityManager: Slow operation: 53ms so far, now
at startProcess: starting to update pids map
02-01 11:43:43.902 1317 1456 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: done updating pids map
02-01 11:43:43.948 1317 1522 I _V_VivoCommonService: get info binder pid
is :11411
02-01 11:43:43.962 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:44.011 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:44.014 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:44.016 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:44.036 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10086; state: DISABLED
02-01 11:43:44.091 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:44.107 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:44.117 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:44.245 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:44.276 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:44.349 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:44.350 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:44.386 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:44.469 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:44.504 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:44.703 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:44.735 1317 11493 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:43:44.833 1317 1522 I ActivityManager: Killing
10751:com.globe.gcash.android/u0a220 (adj 935): empty #9
02-01 11:43:44.864 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:44.879 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:44.906 1317 2135 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=launcher.action.CHANGE_APPLICATION_NOTIFICATION_NUM flg=0x10
(has extras) } send by ApplicationInfo{e7eef6f com.vivo.website} should with
permissions for security!!!
02-01 11:43:44.933 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:44.958 1317 2184 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=launcher.action.CHANGE_APPLICATION_NOTIFICATION_NUM flg=0x10
(has extras) } send by ApplicationInfo{e7eef6f com.vivo.website} should with
permissions for security!!!
02-01 11:43:44.987 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:44.987 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:45.036 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:45.045 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 10220, arg4: 0, name: com.globe.gcash.android
02-01 11:43:45.065 1317 2687 I ActivityManager: Killing
11219:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbo
xedProcessService0:0/u0a220i1 (adj 0): isolated not needed
02-01 11:43:45.093 1317 5773 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.net.wifi.STATE_CHANGE flg=0x4000010 (has extras) }
to com.vivo.appstore/.receiver.PullAutoUpdateReceiver
02-01 11:43:45.110 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.deskclock
02-01 11:43:45.111 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10076; state: DISABLED
02-01 11:43:45.111 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10076; state: DISABLED
02-01 11:43:45.115 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10076; state: DISABLED
02-01 11:43:45.115 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10076; state: ENABLED
02-01 11:43:45.118 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10076; state: ENABLED
02-01 11:43:45.148 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:45.191 1317 1456 W ActivityManager: Slow operation: 82ms so far, now
at startProcess: done updating battery stats
02-01 11:43:45.191 1317 1456 W ActivityManager: Slow operation: 82ms so far, now
at startProcess: building log message
02-01 11:43:45.192 1317 1456 I ActivityManager: Start proc
11514:com.android.deskclock/u0a76 for broadcast
{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider}
02-01 11:43:45.192 1317 1456 W ActivityManager: Slow operation: 83ms so far, now
at startProcess: starting to update pids map
02-01 11:43:45.192 1317 1456 W ActivityManager: Slow operation: 83ms so far, now
at startProcess: done updating pids map
02-01 11:43:45.250 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:45.260 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:45.284 1317 5773 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:45.337 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:45.341 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:45.344 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:45.364 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10076; state: DISABLED
02-01 11:43:45.398 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:45.453 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:45.457 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:45.638 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:45.638 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:45.736 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:45.828 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:45.843 1317 1429 I _V_VivoAmsImpl: getProviderMimeTypeAsync
uri:content://com.android.calendar/time/1738381425840 name:com.android.calendar
callingUid:10076 callingPid:0
02-01 11:43:45.853 1317 5773 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:11287 callingUid:10156
02-01 11:43:45.930 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:45.943 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:46.033 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:46.077 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:43:46.094 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:43:46.132 1317 5773 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:43:46.134 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:43:46.137 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:46.138 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:43:46.149 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:46.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:46.174 1317 1456 I ActivityManager: Start proc
11539:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:43:46.241 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:46.282 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:46.286 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:46.289 1317 5773 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:46.295 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:46.312 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:43:46.325 1317 5773 I _V_VivoAmsImpl: getProviderMimeTypeAsync
uri:content://com.android.calendar/time/1738381426323 name:com.android.calendar
callingUid:10076 callingPid:0
02-01 11:43:46.343 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:46.372 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:46.377 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:46.446 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:46.520 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:46.549 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:46.617 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:46.652 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:46.723 1317 1429 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:43:46.724 1317 1429 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:43:46.729 1317 1429 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@4a38c1a
02-01 11:43:46.756 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:46.910 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10076; state: ENABLED
02-01 11:43:46.928 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:46.939 1317 1429 I ActivityManager: Killing
11256:com.android.soundpicker/u0a48 (adj 985): empty #9
02-01 11:43:46.958 1317 1432 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: true
02-01 11:43:46.959 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=10000
02-01 11:43:46.959 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000]
02-01 11:43:46.959 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000]
02-01 11:43:46.972 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:43:46.985 1317 1429 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.iqoo.logsystem
02-01 11:43:46.985 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10125; state: DISABLED
02-01 11:43:46.988 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10125; state: ENABLED
02-01 11:43:47.069 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:47.070 1317 1456 W ActivityManager: Slow operation: 73ms so far, now
at startProcess: done updating battery stats
02-01 11:43:47.070 1317 1456 W ActivityManager: Slow operation: 87ms so far, now
at startProcess: building log message
02-01 11:43:47.070 1317 1456 I ActivityManager: Start proc
11558:com.bbk.iqoo.logsystem/u0a125 for broadcast
{com.bbk.iqoo.logsystem/com.bbk.iqoo.logsystem.app.receiver.ExceptionReceiver}
02-01 11:43:47.071 1317 1456 W ActivityManager: Slow operation: 87ms so far, now
at startProcess: starting to update pids map
02-01 11:43:47.071 1317 1456 W ActivityManager: Slow operation: 88ms so far, now
at startProcess: done updating pids map
02-01 11:43:47.073 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:47.152 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:47.156 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:47.158 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:47.169 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:47.226 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:47.236 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:47.272 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:47.304 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:47.367 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:47.375 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:47.478 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:47.499 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:47.502 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:47.563 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:47.581 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:47.684 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:47.700 1317 5773 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:47.797 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:47.811 1317 1429 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:bbk_update_notice value:0
pkg:com.bbk.updater userId:0
02-01 11:43:47.818 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:47.822 1317 1522 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=launcher.action.CHANGE_APPLICATION_NOTIFICATION_NUM flg=0x10
pkg=com.android.launcher3 (has extras) } send by ApplicationInfo{1872fca
com.bbk.updater} should with permissions for security!!!
02-01 11:43:47.856 1317 1522 I ActivityManager: Killing
11287:com.google.android.apps.photosgo/u0a156 (adj 925): empty #9
02-01 11:43:47.925 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:47.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:47.957 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:47.958 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:47.994 1317 1522 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
02-01 11:43:47.995 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:43:47.997 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:43:47.998 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:43:47.999 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:43:47.999 1317 1455 W BroadcastQueue: Permission Denial: receiving
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } to
com.android.cellbroadcastreceiver/.CellBroadcastReceiver requires
android.permission.READ_PHONE_STATE due to sender android (uid 1001)
02-01 11:43:47.999 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:43:48.030 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:43:48.031 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:43:48.031 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) } from
android (pid=2051, uid=1001) to
com.vivo.daemonService/.netStateStat.NetStateStatReceiver is not exported from uid
1000
02-01 11:43:48.032 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=com.vivo.appstore.PROCESS_CREATE flg=0x10 } from com.vivo.appstore
(pid=4485, uid=10038) to
com.bbk.theme/com.vivo.ad.overseas.downLoad.receiver.AppStoreStartReceiver requires
com.vivo.appstore.permission.process.start
02-01 11:43:48.046 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:48.048 1317 1522 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.appmanager
02-01 11:43:48.049 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10099; state: DISABLED
02-01 11:43:48.049 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10099; state: ENABLED
02-01 11:43:48.066 1317 1456 I ActivityManager: Start proc
11592:com.facebook.appmanager/u0a99 for broadcast
{com.facebook.appmanager/com.facebook.oxygen.appmanager.download.api.android.Androi
dDownloadCompleteReceiver}
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 102322ms
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:48.137 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:48.158 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:48.187 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:48.192 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:48.195 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:48.331 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:48.346 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:48.355 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:48.358 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:48.407 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:48.510 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:48.528 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:48.892 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:48.895 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:48.897 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:48.904 1317 1317 W Looper : Slow delivery took 287ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:43:48.904 1317 1317 W Looper : Drained
02-01 11:43:48.906 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:48.922 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:48.970 1317 5773 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:43:48.994 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.001 1317 1522 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:43:49.028 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.030 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.037 1317 1522 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:43:49.042 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.129 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.152 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:49.249 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:49.352 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.356 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:49.455 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.520 1317 1522 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:43:49.537 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.559 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.577 1317 1429 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
02-01 11:43:49.662 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:49.765 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.868 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:49.971 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:49.999 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:50.052 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.helium.trampoline.HeliumSandboxedService
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:50.075 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:50.195 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:50.201 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:50.245 1317 1429 I ActivityManager: com.facebook.system is exempt
from freezer
02-01 11:43:50.245 1317 1429 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.system
02-01 11:43:50.246 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10034; state: DISABLED
02-01 11:43:50.247 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10034; state: DISABLED
02-01 11:43:50.247 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10034; state: DISABLED
02-01 11:43:50.247 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10034; state: ENABLED
02-01 11:43:50.249 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10034; state: ENABLED
02-01 11:43:50.274 1317 1456 I ActivityManager: Start proc
11647:com.facebook.system/u0a34 for content provider
{com.facebook.system/com.facebook.oxygen.installer.api.AppManagerApiProvider}
02-01 11:43:50.299 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:50.358 1317 2184 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:50.399 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:50.402 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:50.404 1317 2184 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:50.416 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:50.417 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:50.428 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10034; state: DISABLED
02-01 11:43:50.428 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:50.515 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:50.524 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:50.539 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:50.619 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:50.642 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:50.657 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:50.745 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:50.799 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:50.847 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.nekodirect.NekoDirectProvider newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:50.849 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:50.849 1317 2184 W _V_ContentProviderHelper: Failed to find
provider:com.facebook.appmanager.nekodirect for user 0
02-01 11:43:50.852 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.installapi.OxInstallApiProvider newState:1
userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:50.930 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:50.936 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldAcceptTos newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:50.938 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowTos newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:50.940 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowExplicitTos
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:50.952 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:50.971 1317 1522 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:43:50.982 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:51.022 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:51.054 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallDeepLinkActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.055 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:51.066 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.067 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.070 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallActivity newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.107 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.117 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteActivity
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.146 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.152 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4AActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.158 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:51.176 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramActiv
ity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.205 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsActivit
y newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.226 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerActiv
ity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:51.261 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteLoggedOu
tActivity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.261 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:51.271 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteLoggedOu
tActivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.273 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ALoggedOutA
ctivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.293 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramLogge
dOutActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:11592
02-01 11:43:51.322 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsLoggedO
utActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:11592
02-01 11:43:51.361 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:51.409 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerLogge
dOutActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:11592
02-01 11:43:51.416 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:51.419 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:11592
02-01 11:43:51.420 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:11592
02-01 11:43:51.421 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ARestricted
Activity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.423 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:11592
02-01 11:43:51.425 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsRestric
tedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:11592
02-01 11:43:51.428 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:11592
02-01 11:43:51.430 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.modules.api.ModulesApiProvider newState:1
userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:43:51.463 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:51.520 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:51.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:51.622 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:51.725 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:51.828 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:51.932 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.035 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.040 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.093 1317 1429 I _V_ActivityManager: isSystemApp: false,
packageName: com.starmakerinteractive.starmaker
02-01 11:43:52.094 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10216; state: DISABLED
02-01 11:43:52.095 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10216; state: ENABLED
02-01 11:43:52.118 1317 1456 I ActivityManager: Start proc
11691:com.starmakerinteractive.starmaker/u0a216 for broadcast
{com.starmakerinteractive.starmaker/com.ushowmedia.starmaker.push.positionmanage.No
tificationDeleteReceiver}
02-01 11:43:52.138 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.242 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.314 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:52.316 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:52.320 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:43:52.344 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.349 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10216; state: DISABLED
02-01 11:43:52.364 1317 2184 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:52.382 1317 1429 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:43:52.394 1317 1429 W ActivityManager: Slow operation: 67ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:43:52.448 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.452 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:52.454 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:52.459 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:52.487 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:52.551 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.654 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.721 1317 5773 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.imanager uid 10073, isRmsPreload = false, keepQuiet =false
02-01 11:43:52.729 1317 5773 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10073; state: DISABLED
02-01 11:43:52.758 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.761 1317 5773 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4217} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (111
skipped)
02-01 11:43:52.779 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.861 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.865 1317 1429 D JobServiceContext: doCallback of :
JobStatus{f7de378 #u0a73/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10073
TIME=none:-150ms READY} v:VERB_EXECUTING
02-01 11:43:52.866 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:52.964 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:53.067 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:53.141 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:53.170 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 107407ms
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:53.207 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:53.227 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:53.274 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:53.348 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:53.370 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:53.376 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:53.480 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:53.583 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:53.686 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:53.789 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:53.802 1317 4262 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:53.892 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:53.996 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:54.037 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:54.060 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:54.062 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:43:54.099 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:54.202 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:54.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:54.305 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:54.373 1317 2189 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:54.408 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:54.469 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:54.511 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:54.670 1317 1429 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:11691 callingUid:10216
02-01 11:43:54.676 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:54.718 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:54.821 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:54.924 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:55.027 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:55.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:55.200 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:55.311 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:55.374 1317 4262 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:55.415 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:55.520 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:55.621 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:55.701 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:55.701 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:55.724 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:55.752 1317 5773 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:43:55.752 1317 5773 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:43:55.752 1317 5773 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:43:55.752 1317 5773 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:43:55.752 1317 5773 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:43:55.752 1317 5773 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:43:55.752 1317 5773 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:43:55.752 1317 5773 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:43:55.752 1317 5773 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:43:55.752 1317 5773 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:43:55.752 1317 5773 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:43:55.752 1317 5773 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:43:55.752 1317 5773 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:43:55.752 1317 5773 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:43:55.752 1317 5773 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:43:55.846 1317 11794 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:43:55.852 1317 5773 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:43:55.889 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:55.947 1317 5773 W ActivityManager: Slow operation: 313ms so far, now
at startProcess: done starting proc!
02-01 11:43:55.947 1317 5773 W ContentProviderHelper: Slow operation: 357ms so
far, now at getContentProviderImpl: after start process
02-01 11:43:55.947 1317 5773 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.PlatformProvider: process is bad
02-01 11:43:56.545 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:56.549 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:56.550 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:56.551 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:56.558 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.1790543; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:56.559 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:43:56.592 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:56.593 1317 7357 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:56.593 1317 4262 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:56.619 1317 1434 W Looper : Slow dispatch took 673ms android.display
h=com.android.server.wm.ActivityTaskSupervisor$ActivityTaskSupervisorHandler c=null
m=201
02-01 11:43:56.625 1317 2666 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:56.625 1317 2666 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:56.650 1317 1429 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.imanager uid 10073, isRmsPreload = false, keepQuiet =false
02-01 11:43:56.675 1317 1434 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:43:56.679 1317 1317 W Looper : Slow dispatch took 978ms main
h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=5
02-01 11:43:56.680 1317 1317 W Looper : Slow delivery took 956ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:43:56.695 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:56.762 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:56.816 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:56.829 1317 1317 W Looper : Drained
02-01 11:43:56.903 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:56.915 1317 4128 I ActivityManager: Process
com.android.externalstorage (pid 11187) has died: cch+75 CEM
02-01 11:43:56.953 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:56.953 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:56.971 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:57.006 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:43:57.006 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=338028
02-01 11:43:57.006 1317 1530 D DeviceIdleController: Removing uid 1000 from temp
whitelist
02-01 11:43:57.007 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to []
02-01 11:43:57.032 1317 1429 D JobServiceContext: doCallback of :
JobStatus{5f625d1 #u0a73/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10073
TIME=none:-1s417ms READY} v:VERB_EXECUTING
02-01 11:43:57.054 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:57.057 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:57.057 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:57.074 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:57.112 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to []
02-01 11:43:57.152 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:43:57.177 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:57.332 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:57.543 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:57.564 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:57.612 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:57.629 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:57.710 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:57.821 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:43:57.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:57.890 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11187, uid = 10039
02-01 11:43:57.937 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:43:58.073 1317 1429 I ActivityManager: Process
com.google.android.webview:webview_service (pid 11312) has died: cch+65 CEM
02-01 11:43:58.105 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:58.149 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:58.154 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:43:58.229 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 112460ms
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:43:58.270 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:43:58.303 1317 1429 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:43:58.303 1317 1429 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:43:58.303 1317 1429 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:43:58.303 1317 1429 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:43:58.303 1317 1429 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:43:58.303 1317 1429 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:43:58.303 1317 1429 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:43:58.303 1317 1429 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:43:58.303 1317 1429 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:43:58.303 1317 1429 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:43:58.303 1317 1429 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:43:58.303 1317 1429 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:43:58.303 1317 1429 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:43:58.303 1317 1429 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:43:58.304 1317 1429 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:43:58.328 1317 1429 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:43:58.329 1317 1429 W ContentProviderHelper: Slow operation: 52ms so
far, now at getContentProviderImpl: after start process
02-01 11:43:58.329 1317 1429 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.AttributionIdProvider: process is bad
02-01 11:43:58.343 1317 3087 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:43:58.467 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:58.511 1317 4262 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
02-01 11:43:58.570 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:58.618 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:58.627 1317 4262 I _V_VivoCommonService: get info binder pid
is :11411
02-01 11:43:58.637 1317 4262 I _V_VivoCommonService: get info binder pid
is :11411
02-01 11:43:58.673 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:58.713 1317 1429 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:43:58.750 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:58.776 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:58.879 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:58.907 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:43:58.983 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:58.994 1317 3087 I ActivityManager: Process
com.android.cellbroadcastreceiver (pid 11348) has died: cch+65 CEM
02-01 11:43:59.022 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11312, uid = 10165
02-01 11:43:59.049 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:43:59.089 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:59.095 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:59.100 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:43:59.198 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:59.200 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
3.3783784; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:43:59.335 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:43:59.349 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
2.533784; medianLux = 3.3783784; kalmanLux = 3.3783784; speculatedLux = 3.3783784;
finalLux = 3.3783784
02-01 11:43:59.421 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:59.533 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:59.533 1317 1429 I _V_VivoAmsImpl: getProviderMimeTypeAsync
uri:content://com.android.calendar/time/1738381439530 name:com.android.calendar
callingUid:10076 callingPid:0
02-01 11:43:59.620 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:43:59.636 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:59.655 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 2.533784; kalmanLux = 2.533784; speculatedLux = 2.533784;
finalLux = 2.533784
02-01 11:43:59.655 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 4.222973; finalLux = 2.533784; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:43:59.739 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:59.799 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:43:59.819 1317 3276 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:bbk_update_notice value:0
pkg:com.bbk.updater userId:0
02-01 11:43:59.825 1317 3276 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=launcher.action.CHANGE_APPLICATION_NOTIFICATION_NUM flg=0x10
pkg=com.android.launcher3 (has extras) } send by ApplicationInfo{1872fca
com.bbk.updater} should with permissions for security!!!
02-01 11:43:59.829 1317 3276 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_update_available value:0
pkg:com.bbk.updater userId:0
02-01 11:43:59.842 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:59.845 1317 1429 I _V_VivoAmsImpl: getProviderMimeTypeAsync
uri:content://com.android.calendar/time/1738381439843 name:com.android.calendar
callingUid:10076 callingPid:0
02-01 11:43:59.847 1317 3276 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_update_version value:
pkg:com.bbk.updater userId:0
02-01 11:43:59.860 1317 4262 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_update_patch_type value:0
pkg:com.bbk.updater userId:0
02-01 11:43:59.897 1317 3276 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:process_active_update_available value:0
pkg:com.bbk.updater userId:0
02-01 11:43:59.938 1317 2184 I ActivityManager: Process com.vivo.website (pid
11475) has died: cch+55 CEM
02-01 11:43:59.946 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:43:59.959 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11348, uid = 10175
02-01 11:44:00.061 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:00.101 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:00.152 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:00.255 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:00.265 1317 1317 W Looper : Slow dispatch took 133ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler
c=com.android.server.alarm.AlarmManagerService$3$$ExternalSyntheticLambda0@39d98da
m=0
02-01 11:44:00.350 1317 1432 D DeviceIdleController: Adding AppId 10035 to temp
whitelist. New entry: true
02-01 11:44:00.350 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10035, delay=10000
02-01 11:44:00.350 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10035]
02-01 11:44:00.350 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10035]
02-01 11:44:00.358 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:00.363 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:44:00.412 1317 3276 I ActivityManager: Process
com.google.process.gservices (pid 11539) has died: cch+45 CEM
02-01 11:44:00.461 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:00.512 1317 4262 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.providers.calendar uid 10035, isRmsPreload = false, keepQuiet
=false
02-01 11:44:00.552 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:00.553 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:00.592 1317 3276 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorRec
eiverImpl$RegisteredReceiver
02-01 11:44:00.599 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgro
undPackageMonitorReceiverImpl$RegisteredReceiver
02-01 11:44:00.599 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppR
emoveMonitor
02-01 11:44:00.600 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:44:00.600 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
02-01 11:44:00.600 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:44:00.601 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.vivo.appstore/.receiver.PackageChangeReceiver
02-01 11:44:00.601 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledRe
ceiver
02-01 11:44:00.602 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorRec
eiverImpl$RegisteredReceiver
02-01 11:44:00.602 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgro
undPackageMonitorReceiverImpl$RegisteredReceiver
02-01 11:44:00.603 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.Manifest
PackageEventReceiver
02-01 11:44:00.604 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.
receiver.PackageChangeReceiver_Receiver
02-01 11:44:00.604 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:44:00.604 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
02-01 11:44:00.604 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
02-01 11:44:00.605 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:44:00.605 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.vivo.appstore/.receiver.PackageChangeReceiver
02-01 11:44:00.605 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.vivo.imanager/com.iqoo.secure.datausage.receiver.DatausageReceiver
02-01 11:44:00.633 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:00.633 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:00.635 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:00.667 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:00.751 1317 4262 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=install cat=[26] flg=0x10 pkg=com.facebook.appmanager
cmp=com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.InstallerCal
lbackReceiver (has extras) } send by ApplicationInfo{7ee2b66
com.facebook.appmanager} should with permissions for security!!!
02-01 11:44:00.763 1317 4128 I ActivityManager: Process com.bbk.updater (pid
11411) has died: cch+35 CEM
02-01 11:44:00.771 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:00.812 1317 7357 D JobServiceContext: doCallback of :
JobStatus{923bd71 #u0a35/16446447
com.android.providers.calendar/.CalendarProviderJobService u=0 s=10035 READY}
v:VERB_EXECUTING
02-01 11:44:00.819 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:00.867 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11475, uid = 10086
02-01 11:44:00.874 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:00.977 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:01.089 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:01.149 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:01.201 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:01.273 1317 7357 I ActivityManager: Process com.bbk.iqoo.logsystem
(pid 11558) has died: cch+25 CEM
02-01 11:44:01.372 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11539, uid = 10154
02-01 11:44:01.449 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:01.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:01.491 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:01.558 1317 7357 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent
{ act=com.android.vending.INTENT_COMPLETE_UPDATE_FINISH_SPLASH_SCREEN flg=0x10
pkg=com.android.vending (has extras) } send by ApplicationInfo{ea75870
com.android.vending} should with permissions for security!!!
02-01 11:44:01.614 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:01.641 1317 3810 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:01.674 1317 7357 I ActivityManager: com.android.vending is exempt
from freezer
02-01 11:44:01.676 1317 7357 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.vending
02-01 11:44:01.680 1317 7357 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10153; state: DISABLED
02-01 11:44:01.685 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10153; state: ENABLED
02-01 11:44:01.694 1317 4262 I ActivityManager: Process
com.starmakerinteractive.starmaker (pid 11691) has died: cch+5 CEM
02-01 11:44:01.717 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:01.732 1317 1456 W ActivityManager: Slow operation: 63ms so far, now
at startProcess: returned from zygote!
02-01 11:44:01.743 1317 1456 W ActivityManager: Slow operation: 74ms so far, now
at startProcess: done updating battery stats
02-01 11:44:01.743 1317 1456 W ActivityManager: Slow operation: 74ms so far, now
at startProcess: building log message
02-01 11:44:01.744 1317 1456 I ActivityManager: Start proc
11874:com.android.vending:background/u0a153 for broadcast
{com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgr
oundPackageMonitorReceiverImpl$RegisteredReceiver}
02-01 11:44:01.744 1317 1456 W ActivityManager: Slow operation: 75ms so far, now
at startProcess: starting to update pids map
02-01 11:44:01.750 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11411, uid = 10121
02-01 11:44:01.805 1317 1456 W ActivityManager: Slow operation: 135ms so far, now
at startProcess: done updating pids map
02-01 11:44:01.820 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:01.866 1317 4262 W _V_ContentProviderHelper: Failed to find
provider:com.facebook.system.restrictedmode.appmanager for user 0
02-01 11:44:01.924 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:01.971 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:02.027 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:02.074 1317 2666 I ActivityManager: Process com.android.deskclock
(pid 11514) has died: cch+5 CEM
02-01 11:44:02.130 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:02.202 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:02.204 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:02.208 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:02.233 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:02.262 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11558, uid = 10125
02-01 11:44:02.270 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:44:02.272 1317 1429 W ActivityManager: Slow operation: 61ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:44:02.305 1317 1429 W ActivityManager: Slow operation: 94ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:02.305 1317 1429 W ActivityManager: Slow operation: 94ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:02.309 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:02.336 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:02.353 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:02.354 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:02.361 1317 1429 W ActivityManager: Slow operation: 150ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:02.366 1317 1429 W ActivityManager: Slow operation: 155ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:44:02.403 1317 2666 I ActivityManager: Process
com.starmakerinteractive.starmaker:ashes (pid 10956) has died: svcb SVC
02-01 11:44:02.426 1317 2666 W ActivityManager: Scheduling restart of crashed
service
com.starmakerinteractive.starmaker/com.ushowmedia.starmaker.ashes.AshesService in
1000ms for start-requested
02-01 11:44:02.439 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:02.534 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11691, uid = 10216
02-01 11:44:02.542 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:02.645 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:02.645 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:02.654 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:02.679 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:02.686 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:02.697 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:02.730 1317 1429 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:44:02.749 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:02.763 1317 1433 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
02-01 11:44:02.852 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:02.972 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:02.994 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11514, uid = 10076
02-01 11:44:03.013 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:03.076 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:03.152 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:03.178 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:03.237 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:03.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:03.282 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:03.296 1317 1433 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
02-01 11:44:03.333 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 10956, uid = 10216
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 117522ms
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:03.387 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:03.402 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:03.419 1317 1455 W _V_VivoAmsImpl: mCallingPidFilter=-1,
mCallingUidFilter=-1
02-01 11:44:03.419 1317 1455 W _V_VivoAmsImpl: mCallerApp null
02-01 11:44:03.432 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.starmakerinteractive.starmaker
02-01 11:44:03.432 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10216; state: DISABLED
02-01 11:44:03.433 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10216; state: ENABLED
02-01 11:44:03.447 1317 3810 I ActivityManager: Process com.vivo.appstore (pid
4485) has died: svc SVC
02-01 11:44:03.490 1317 3810 W ActivityManager: Scheduling restart of crashed
service com.vivo.appstore/.downloadinterface.DownloadRemoteService in 1000ms for
connection
02-01 11:44:03.497 1317 3810 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4355} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (205
skipped)
02-01 11:44:03.516 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:03.537 1317 3810 W ActivityManager: Stopping service due to app idle:
u0a216 -43s722ms
com.starmakerinteractive.starmaker/com.ushowmedia.starmaker.ashes.AshesService
02-01 11:44:03.581 1317 1456 W ActivityManager: Slow operation: 150ms so far, now
at startProcess: done updating battery stats
02-01 11:44:03.585 1317 1456 W ActivityManager: Slow operation: 154ms so far, now
at startProcess: building log message
02-01 11:44:03.585 1317 1456 I ActivityManager: Start proc
11895:com.starmakerinteractive.starmaker:ashes/u0a216 for service
{com.starmakerinteractive.starmaker/com.ushowmedia.starmaker.ashes.AshesService}
02-01 11:44:03.585 1317 1456 W ActivityManager: Slow operation: 155ms so far, now
at startProcess: starting to update pids map
02-01 11:44:03.585 1317 1456 W ActivityManager: Slow operation: 155ms so far, now
at startProcess: done updating pids map
02-01 11:44:03.604 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:03.607 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:03.611 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:03.626 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:03.650 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:03.681 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:03.687 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:03.729 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:03.832 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:03.935 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:04.038 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:04.052 1317 5741 I ActivityManager: Process com.vivo.cota (pid 3670)
has died: svcb SVC
02-01 11:44:04.090 1317 5741 W ActivityManager: Scheduling restart of crashed
service com.vivo.cota/.service.RecommendInstallService in 1000ms for start-
requested
02-01 11:44:04.092 1317 5741 W ActivityManager: Scheduling restart of crashed
service com.vivo.cota/.service.CotaService in 10999ms for start-requested
02-01 11:44:04.141 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:04.150 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:04.329 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:04.347 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:04.391 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 4485, uid = 10038
02-01 11:44:04.417 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:04.453 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:04.554 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:04.577 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:04.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:05.077 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:05.079 1317 1317 W Looper : Slow delivery took 421ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:44:05.079 1317 1317 W Looper : Drained
02-01 11:44:05.085 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:05.087 1317 2181 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:05.110 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 3670, uid = 10092
02-01 11:44:05.114 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:05.115 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:05.117 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:05.118 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:05.145 1317 3087 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.settings
02-01 11:44:05.146 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:44:05.156 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:05.212 1317 1456 W ActivityManager: Slow operation: 69ms so far, now
at startProcess: asking zygote to start proc
02-01 11:44:05.258 1317 1456 W ActivityManager: Slow operation: 114ms so far, now
at startProcess: returned from zygote!
02-01 11:44:05.259 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:05.263 1317 1456 W ActivityManager: Slow operation: 120ms so far, now
at startProcess: done updating battery stats
02-01 11:44:05.264 1317 1456 W ActivityManager: Slow operation: 120ms so far, now
at startProcess: building log message
02-01 11:44:05.264 1317 1456 I ActivityManager: Start proc
11930:com.android.settings/1000 for broadcast
{com.android.settings/com.vivo.settings.receiver.AppControllerReceiver}
02-01 11:44:05.264 1317 1456 W ActivityManager: Slow operation: 121ms so far, now
at startProcess: starting to update pids map
02-01 11:44:05.264 1317 1456 W ActivityManager: Slow operation: 121ms so far, now
at startProcess: done updating pids map
02-01 11:44:05.363 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:05.491 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:05.500 1317 1455 W _V_VivoAmsImpl: mCallingPidFilter=-1,
mCallingUidFilter=-1
02-01 11:44:05.502 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.cota
02-01 11:44:05.503 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10092; state: DISABLED
02-01 11:44:05.513 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10092; state: ENABLED
02-01 11:44:05.536 1317 1456 I ActivityManager: Start proc
11946:com.vivo.cota/u0a92 for service
{com.vivo.cota/com.vivo.cota.service.RecommendInstallService}
02-01 11:44:05.639 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:05.754 1317 2667 W ActivityManager: Slow operation: 62ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:44:05.759 1317 2667 W ActivityManager: Slow operation: 67ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:05.759 1317 2667 W ActivityManager: Slow operation: 67ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:05.762 1317 2667 W ActivityManager: Slow operation: 69ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:05.764 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:05.772 1317 2667 W ActivityManager: Slow operation: 80ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:44:05.779 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:05.784 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:05.842 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:05.843 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:05.859 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:05.876 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:05.879 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:05.883 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:05.952 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:06.015 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:06.069 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:06.069 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:06.091 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:06.091 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:06.101 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:44:06.117 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:06.129 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:06.158 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:06.184 1317 1809 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:06.184 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:06.274 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:06.352 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:06.377 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:06.379 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:44:06.480 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:06.530 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:06.583 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:06.686 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:06.756 1317 6548 W _V_VivoAmsImpl: mCallingPidFilter=11946,
mCallingUidFilter=10092
02-01 11:44:06.772 1317 6548 I ActivityManager: com.vivo.appstore is exempt from
freezer
02-01 11:44:06.773 1317 6548 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.appstore
02-01 11:44:06.774 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
02-01 11:44:06.775 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
02-01 11:44:06.789 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:06.803 1317 1456 I ActivityManager: Start proc
12011:com.vivo.appstore/u0a38 for service
{com.vivo.appstore/com.vivo.appstore.downloadinterface.DownloadRemoteService}
02-01 11:44:06.853 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:06.894 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:06.979 1317 5741 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:06.981 1317 3810 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:06.983 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:06.996 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:07.045 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:07.140 1317 6548 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:07.141 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:07.173 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:07.186 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:07.189 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:07.280 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:07.294 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:07.384 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:07.487 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:07.589 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:07.625 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:07.692 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:07.752 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:44:07.756 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:07.785 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:07.796 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:07.831 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:07.899 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:07.995 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.002 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.105 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.144 1317 2187 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:08.208 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.259 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.312 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.315 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:08.423 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.453 1317 5741 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
02-01 11:44:08.465 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:44:08.479 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.Manifest
PackageEventReceiver
02-01 11:44:08.480 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.
receiver.PackageChangeReceiver_Receiver
02-01 11:44:08.480 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:44:08.480 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.services flg=0x4000010 (has extras) } to
com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
02-01 11:44:08.501 1317 3810 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
02-01 11:44:08.526 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:44:08.526 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.555 1317 2187 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 122672ms
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:08.615 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:08.630 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:08.658 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.729 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.733 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:08.797 1317 5741 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:08.836 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:09.008 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:09.146 1317 2187 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:09.343 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:09.442 1317 1432 D DeviceIdleController: Adding AppId 10042 to temp
whitelist. New entry: true
02-01 11:44:09.448 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10042, delay=20000
02-01 11:44:09.448 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10035, 10042]
02-01 11:44:09.451 1317 2188 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.services
02-01 11:44:09.452 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10042; state: DISABLED
02-01 11:44:09.455 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:09.462 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10042; state: ENABLED
02-01 11:44:09.510 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10035, 10042]
02-01 11:44:09.530 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:09.531 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:09.532 1317 1456 W ActivityManager: Slow operation: 84ms so far, now
at startProcess: done updating battery stats
02-01 11:44:09.541 1317 3810 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:09.549 1317 1456 W ActivityManager: Slow operation: 101ms so far, now
at startProcess: building log message
02-01 11:44:09.549 1317 1456 I ActivityManager: Start proc
12118:com.facebook.services/u0a42 for broadcast
{com.facebook.services/com.facebook.oxygen.common.packages.selfupdate.MyPackageUpda
tedReceiver}
02-01 11:44:09.549 1317 1456 W ActivityManager: Slow operation: 101ms so far, now
at startProcess: starting to update pids map
02-01 11:44:09.550 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:44:09.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:09.551 1317 1456 W ActivityManager: Slow operation: 103ms so far, now
at startProcess: done updating pids map
02-01 11:44:09.554 1317 1432 W Looper : Slow dispatch took 114ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:44:09.576 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:09.599 1317 12124 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:09.679 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:09.833 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:09.890 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:09.894 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:09.896 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:09.936 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:09.971 1317 2188 W ActivityManager: Slow operation: 63ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:44:09.982 1317 2188 W ActivityManager: Slow operation: 74ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:44:10.040 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:10.105 1317 2188 W ActivityManager: Slow operation: 197ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:10.105 1317 2188 W ActivityManager: Slow operation: 197ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:10.120 1317 2188 W ActivityManager: Slow operation: 212ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:10.147 1317 6548 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:10.164 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:10.165 1317 2188 W ActivityManager: Slow operation: 257ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:44:10.218 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:10.246 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:10.300 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:10.389 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:44:10.390 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10035, timeNow=351412
02-01 11:44:10.391 1317 1530 D DeviceIdleController: Removing uid 10035 from temp
whitelist
02-01 11:44:10.391 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10042]
02-01 11:44:10.404 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10042]
02-01 11:44:10.409 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:44:10.410 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:44:10.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:10.474 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:10.476 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:10.476 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:10.485 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:10.556 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:10.632 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:10.659 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:10.727 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:10.762 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:11.052 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:44:11.160 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:11.186 1317 2188 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:11.210 1317 6548 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.services uid 10042, isRmsPreload = false, keepQuiet =false
02-01 11:44:11.261 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:11.285 1317 6548 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.youtube.music
02-01 11:44:11.295 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10160; state: ENABLED
02-01 11:44:11.313 1317 1434 W Looper : Slow dispatch took 150ms android.display
h=com.android.server.wm.WindowManagerService$H c=null m=62
02-01 11:44:11.335 1317 1456 W ActivityManager: Slow operation: 56ms so far, now
at startProcess: done updating battery stats
02-01 11:44:11.338 1317 1456 W ActivityManager: Slow operation: 59ms so far, now
at startProcess: building log message
02-01 11:44:11.338 1317 1456 I ActivityManager: Start proc
12170:com.google.android.apps.youtube.music/u0a160 for broadcast
{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.player
.widget.gm3.FreeformMusicWidgetProvider}
02-01 11:44:11.338 1317 1456 W ActivityManager: Slow operation: 59ms so far, now
at startProcess: starting to update pids map
02-01 11:44:11.339 1317 1456 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: done updating pids map
02-01 11:44:11.344 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:11.376 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:11.404 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:11.476 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:11.503 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:11.513 1317 1317 W Looper : Slow dispatch took 131ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:44:11.521 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.services
className:com.facebook.oxygen.services.helium.trampoline.HeliumSandboxedService
newState:1 userId:0 callingPackage:null callingUid:10042 callingPid:12118
02-01 11:44:11.550 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:11.554 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:11.557 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:11.588 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:11.594 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10160; state: DISABLED
02-01 11:44:11.621 1317 2188 W ActivityManager: Slow operation: 60ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:44:11.691 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:11.706 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:11.719 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:11.804 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:12.344 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:12.346 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:12.352 1317 2187 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:12.353 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:12.355 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:12.356 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:12.359 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:12.360 1317 1317 W Looper : Slow delivery took 437ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:44:12.377 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:12.385 1317 1317 W Looper : Drained
02-01 11:44:12.435 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:12.447 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:12.551 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:12.566 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:44:12.588 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:12.654 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:12.757 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:12.804 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.services
className:com.facebook.oxygen.services.fbns.RegisteredMqttSystemBroadcastReceiver
newState:2 userId:0 callingPackage:null callingUid:10042 callingPid:12118
02-01 11:44:12.860 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:12.963 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:13.066 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:13.151 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:44:13.152 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:13.170 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:13.272 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:13.355 1317 5741 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:13.410 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:13.492 1317 5741 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:13.513 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:13.551 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:13.617 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 127876ms
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:13.681 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:13.771 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:13.773 1317 2181 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4456} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (93
skipped)
02-01 11:44:13.834 1317 2181 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:44:13.835 1317 2181 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:44:13.838 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:44:13.867 1317 1456 I ActivityManager: Start proc
12249:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:44:13.965 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:14.030 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:14.050 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:14.073 1317 5741 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:14.076 1317 5741 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:14.078 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:14.110 1317 2181 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:44:14.133 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:14.153 1317 2181 W ActivityManager: Slow operation: 72ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:14.153 1317 2181 W ActivityManager: Slow operation: 72ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:14.185 1317 2181 W ActivityManager: Slow operation: 104ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:14.186 1317 2181 W ActivityManager: Slow operation: 105ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:44:14.236 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:14.339 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:14.350 1317 5741 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:14.369 1317 5741 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:14.372 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
null (pid=-1, uid=-1) requires
com.google.android.apps.youtube.music.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION due
to registered receiver BroadcastFilter{e213ede 10160/u0 ReceiverList{6b93e19 12170
com.google.android.apps.youtube.music/10160/u0 remote:d9f1960}}
02-01 11:44:14.405 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:14.417 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:14.443 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:14.545 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:14.595 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:14.595 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:14.649 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:14.660 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:14.752 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:14.762 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:14.810 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:14.855 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:14.906 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:14.907 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:14.925 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:14.925 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:14.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:14.958 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:14.974 1317 6548 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:44:14.974 1317 6548 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:44:15.005 1317 2181 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@4c7a0f0
02-01 11:44:15.061 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:15.105 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:15.174 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:15.276 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:15.299 1317 5741 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:12170 callingUid:10160
02-01 11:44:15.372 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:15.380 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:15.402 1317 2666 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.chrome
02-01 11:44:15.403 1317 2666 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10167; state: DISABLED
02-01 11:44:15.406 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10167; state: ENABLED
02-01 11:44:15.424 1317 1515 I _V_PackageInstallerSession: extractNativeLibraries
packageDir:/data/app/vmdl892834954.tmp libDir:/data/app/vmdl892834954.tmp/lib
abiOverride:null
02-01 11:44:15.434 1317 1456 I ActivityManager: Start proc
12331:com.android.chrome/u0a167 for broadcast
{com.android.chrome/com.google.android.apps.chrome.rlz.RevenueStatsConfigurationUpd
ateReceiver}
02-01 11:44:15.491 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:15.550 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:15.612 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:15.621 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:15.623 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:15.626 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:15.652 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10167; state: DISABLED
02-01 11:44:15.662 1317 2666 D JobServiceContext: doCallback of :
JobStatus{4f3d0c5 #u0a42/5100
com.facebook.services/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10042 TIME=none:-4s479ms READY} v:VERB_EXECUTING
02-01 11:44:15.676 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:15.731 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:15.759 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:44:15.759 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:44:15.760 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.starmakerinteractive.starmaker mWorkingState
isCheckDownload false
02-01 11:44:15.770 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:15.780 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:15.835 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:15.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:15.938 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:15.940 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:15.941 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:16.041 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:16.162 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:16.254 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:44:16.282 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:16.378 1317 2181 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:16.394 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:16.447 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:16.506 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:16.554 1317 5741 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:44:16.562 1317 5741 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:44:16.564 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:44:16.574 1317 2181 I ActivityManager: Killing
11874:com.android.vending:background/u0a153 (adj 935): empty #9
02-01 11:44:16.604 1317 1456 W ActivityManager: Slow operation: 68ms so far, now
at startProcess: returned from zygote!
02-01 11:44:16.609 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:16.623 1317 1456 W ActivityManager: Slow operation: 87ms so far, now
at startProcess: done updating battery stats
02-01 11:44:16.623 1317 1456 W ActivityManager: Slow operation: 87ms so far, now
at startProcess: building log message
02-01 11:44:16.623 1317 1456 I ActivityManager: Start proc
12364:com.google.process.gapps/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.settings.GoogleSettingsProvider}
02-01 11:44:16.623 1317 1456 W ActivityManager: Slow operation: 87ms so far, now
at startProcess: starting to update pids map
02-01 11:44:16.624 1317 1456 W ActivityManager: Slow operation: 88ms so far, now
at startProcess: done updating pids map
02-01 11:44:16.698 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:16.698 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:44:16.719 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:16.752 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:16.753 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:16.756 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:16.757 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:16.765 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:16.884 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:16.991 1317 1429 W ActivityManager: Slow operation: 68ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:44:16.997 1317 1429 W ActivityManager: Slow operation: 74ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:16.997 1317 1429 W ActivityManager: Slow operation: 74ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:17.006 1317 1429 W ActivityManager: Slow operation: 83ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:17.010 1317 1429 W ActivityManager: Slow operation: 87ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:44:17.015 1317 4128 I ActivityManager: Killing
11895:com.starmakerinteractive.starmaker:ashes/u0a216 (adj 975): empty #9
02-01 11:44:17.030 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.065 1317 2666 W _V_VivoAmsImpl: mCallingPidFilter=12011,
mCallingUidFilter=10038
02-01 11:44:17.072 1317 2666 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
02-01 11:44:17.072 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
02-01 11:44:17.073 1317 1317 W Looper : Slow dispatch took 169ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler
c=android.app.PendingIntent$FinishedDispatcher@e2780db m=0
02-01 11:44:17.075 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.118 1317 4128 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:17.133 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:17.210 1317 1456 W ActivityManager: Slow operation: 139ms so far, now
at startProcess: returned from zygote!
02-01 11:44:17.213 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.214 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.248 1317 1456 W ActivityManager: Slow operation: 146ms so far, now
at startProcess: done updating battery stats
02-01 11:44:17.249 1317 1456 W ActivityManager: Slow operation: 178ms so far, now
at startProcess: building log message
02-01 11:44:17.249 1317 1456 I ActivityManager: Start proc
12389:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbo
xedProcessService0:0/u0i2 for
{com.vivo.appstore/org.chromium.content.app.SandboxedProcessService0:0}
02-01 11:44:17.249 1317 1456 W ActivityManager: Slow operation: 178ms so far, now
at startProcess: starting to update pids map
02-01 11:44:17.250 1317 1456 W ActivityManager: Slow operation: 179ms so far, now
at startProcess: done updating pids map
02-01 11:44:17.253 1317 1593 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 25, .batteryVoltage = 3688, .batteryTemperature =
350, .batteryCurrent = -929, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 71000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:44:17.254 1317 1432 W Looper : Slow dispatch took 119ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32
02-01 11:44:17.320 1317 4128 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:17.331 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.421 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.450 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:44:17.453 1317 1429 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.iqoo.logsystem
02-01 11:44:17.454 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10125; state: DISABLED
02-01 11:44:17.458 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10125; state: ENABLED
02-01 11:44:17.463 1317 1936 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:17.474 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.503 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.506 1317 1456 W ActivityManager: Slow operation: 80ms so far, now
at startProcess: returned from zygote!
02-01 11:44:17.523 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:17.534 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:44:17.534 1317 1317 W Looper : Slow dispatch took 152ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@25a6f3e m=0
02-01 11:44:17.535 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:44:17.537 1317 1317 W Looper : Slow delivery took 249ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@65a719f m=0
02-01 11:44:17.537 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:44:17.556 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.591 1317 2666 W ContentProviderHelper: Slow operation: 68ms so
far, now at getContentProviderImpl: before updateOomAdj
02-01 11:44:17.591 1317 2666 W ContentProviderHelper: Slow operation: 69ms so
far, now at getContentProviderImpl: after updateOomAdj
02-01 11:44:17.591 1317 2666 W ContentProviderHelper: Slow operation: 69ms so
far, now at getContentProviderImpl: done!
02-01 11:44:17.639 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:44:17.686 1317 5741 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:17.687 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:17.690 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:17.693 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:17.697 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.EAlertSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:17.707 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.715 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.EAlertSettingsV31Activity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:17.717 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.EAlertPlatformSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:17.719 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.service.EAlertSettingInjectorService
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:17.721 1317 3277 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:17.721 1317 3277 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:17.724 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.ealert.ux.EAlertSafetyInfoActivity newState:1
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:17.735 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.EAlertGoogleSettingDebugActivity
newState:1 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:17.743 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.ArwEAlertSettingsActivity newState:2
userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:17.752 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.754 1317 3277 W ActivityManager: Slow operation: 79ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:17.761 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.settings.ArwEAlertSettingsV31Activity
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:17.767 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivit
y newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:17.769 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.location.service.ArwEAlertSettingInjectorService
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:17.786 1317 1456 W ActivityManager: Slow operation: 359ms so far, now
at startProcess: done updating battery stats
02-01 11:44:17.786 1317 1456 W ActivityManager: Slow operation: 360ms so far, now
at startProcess: building log message
02-01 11:44:17.786 1317 1456 I ActivityManager: Start proc
12405:com.bbk.iqoo.logsystem/u0a125 for broadcast
{com.bbk.iqoo.logsystem/com.bbk.iqoo.logsystem.app.receiver.ExceptionReceiver}
02-01 11:44:17.786 1317 1456 W ActivityManager: Slow operation: 360ms so far, now
at startProcess: starting to update pids map
02-01 11:44:17.787 1317 1456 W ActivityManager: Slow operation: 361ms so far, now
at startProcess: done updating pids map
02-01 11:44:17.936 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:17.978 1317 3292 W ActivityManager: Slow operation: 143ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:44:17.986 1317 3292 W ActivityManager: Slow operation: 151ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:44:18.001 1317 3292 W ActivityManager: Slow operation: 166ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:18.001 1317 3292 W ActivityManager: Slow operation: 166ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:18.003 1317 3292 W ActivityManager: Slow operation: 168ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:18.020 1317 3292 W ActivityManager: Slow operation: 185ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:44:18.072 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:44:18.122 1317 2187 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:18.125 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:18.143 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:18.143 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:18.148 1317 1317 W Looper : Slow dispatch took 500ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler
c=android.app.PendingIntent$FinishedDispatcher@bdb023 m=0
02-01 11:44:18.149 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:18.151 1317 1317 W Looper : Drained
02-01 11:44:18.156 1317 1432 D DeviceIdleController: Adding AppId 10183 to temp
whitelist. New entry: true
02-01 11:44:18.156 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10183, delay=20000
02-01 11:44:18.156 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10042, 10183]
02-01 11:44:18.170 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.ss.android.ugc.trill
02-01 11:44:18.171 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10183; state: DISABLED
02-01 11:44:18.172 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10183; state: ENABLED
02-01 11:44:18.223 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10042, 10183]
02-01 11:44:18.253 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:18.270 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:44:18.325 1317 1456 W ActivityManager: Slow operation: 158ms so far, now
at startProcess: returned from zygote!
02-01 11:44:18.326 1317 1456 W ActivityManager: Slow operation: 159ms so far, now
at startProcess: done updating battery stats
02-01 11:44:18.327 1317 1456 W ActivityManager: Slow operation: 160ms so far, now
at startProcess: building log message
02-01 11:44:18.327 1317 1456 I ActivityManager: Start proc
12436:com.ss.android.ugc.trill/u0a183 for broadcast
{com.ss.android.ugc.trill/com.google.firebase.iid.FirebaseInstanceIdReceiver}
02-01 11:44:18.327 1317 1456 W ActivityManager: Slow operation: 160ms so far, now
at startProcess: starting to update pids map
02-01 11:44:18.329 1317 1456 W ActivityManager: Slow operation: 162ms so far, now
at startProcess: done updating pids map
02-01 11:44:18.415 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:18.467 1317 3087 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:18.516 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:18.567 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:18.572 1317 1936 I _V_ANRManager: Create new log list for pid: 12011
02-01 11:44:18.576 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:18.592 1317 3292 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:18.600 1317 1936 I _V_ANRManager: Add log successfully, pid = 12011
02-01 11:44:18.609 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:18.674 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:18.674 1317 4262 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:44:18.676 1317 4262 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:44:18.683 1317 4262 W ActivityManager: Slow operation: 64ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:18.684 1317 4262 W ActivityManager: Slow operation: 65ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:18.695 1317 4262 W ActivityManager: Slow operation: 76ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:18.703 1317 4262 I ActivityManager: Killing 11946:com.vivo.cota/u0a92
(adj 975): empty #9
02-01 11:44:18.726 1317 4262 W ActivityManager: Slow operation: 107ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:44:18.796 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 132945ms
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:18.800 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:18.811 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:18.816 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:18.852 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:19.720 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:19.722 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:19.723 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:19.733 1317 1317 W Looper : Slow delivery took 577ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:44:19.735 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:44:19.748 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:19.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:19.759 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:19.808 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:19.826 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:19.829 1317 1317 W Looper : Drained
02-01 11:44:19.867 1317 1943 I _V_ANRManager: Add log successfully, pid = 12011
02-01 11:44:19.902 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:19.903 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:19.976 1317 1943 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10154; state: ENABLED
02-01 11:44:20.129 1317 1432 W Looper : Slow dispatch took 177ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=32
02-01 11:44:20.346 1317 3276 I ActivityManager: Process com.android.settings (pid
11930) has died: cch+75 CEM
02-01 11:44:20.347 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~87NWSAeK4GVbvv-pMeYJ3Q==/com.google.android.apps.youtube.music-
GMKkfw9pcHEN-dAgrmZJRw==/base.apk
02-01 11:44:20.351 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:20.353 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:20.373 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:20.443 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:20.504 1317 1317 W Looper : Slow dispatch took 355ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=5
02-01 11:44:20.547 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:20.627 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:20.650 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:20.753 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:20.824 1317 1943 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:20.856 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:20.888 1317 1943 I _V_ANRManager: Add log successfully, pid = 12011
02-01 11:44:20.953 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:20.959 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:21.003 1317 2184 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:12011 callingUid:10038
02-01 11:44:21.063 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:21.085 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:21.166 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:21.225 1317 3277 W _V_VivoAmsImpl: mCallingPidFilter=12011,
mCallingUidFilter=10038
02-01 11:44:21.237 1317 3277 W _V_VivoFirewall: Slow operation: 91ms so far, now
at null shouldPreventStartProcess
02-01 11:44:21.253 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:21.269 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:21.305 1317 3277 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
02-01 11:44:21.315 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10165; state: DISABLED
02-01 11:44:21.316 1317 3277 W ActivityManager: Slow operation: 62ms so far, now
at startProcess: done starting proc!
02-01 11:44:21.320 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
02-01 11:44:21.362 1317 5773 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:21.372 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:21.394 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:21.460 1317 1456 W ActivityManager: Slow operation: 178ms so far, now
at startProcess: returned from zygote!
02-01 11:44:21.470 1317 1456 W ActivityManager: Slow operation: 188ms so far, now
at startProcess: done updating battery stats
02-01 11:44:21.475 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:21.483 1317 1456 W ActivityManager: Slow operation: 201ms so far, now
at startProcess: building log message
02-01 11:44:21.483 1317 1456 I ActivityManager: Start proc
12510:com.google.android.webview:webview_service/u0a165 for service
{com.google.android.webview/org.chromium.android_webview.services.ComponentsProvide
rService}
02-01 11:44:21.483 1317 1456 W ActivityManager: Slow operation: 201ms so far, now
at startProcess: starting to update pids map
02-01 11:44:21.487 1317 1456 W ActivityManager: Slow operation: 205ms so far, now
at startProcess: done updating pids map
02-01 11:44:21.502 1317 2666 I ActivityManager: Process
com.google.process.gservices (pid 12249) has died: cch+55 CEM
02-01 11:44:21.579 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:21.683 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:21.869 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:21.914 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:21.964 1317 3292 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:22.011 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:22.016 1317 3292 I _V_ANRManager: Add log successfully, pid = 12011
02-01 11:44:22.021 1317 1857 D _V_ANRManager: totaltime = 5000
02-01 11:44:22.021 1317 1857 I _V_ANRManager: Create new dump time for pid: 12011
02-01 11:44:22.044 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:22.095 1317 3292 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:22.181 1317 3277 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:22.198 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:22.205 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:22.206 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 7.6013513; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:22.222 1317 5741 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:22.336 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:22.388 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12249, uid = 10154
02-01 11:44:22.395 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:22.404 1317 5741 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:22.406 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:22.465 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:22.470 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10165; state: DISABLED
02-01 11:44:22.507 1317 3276 W ActivityManager: Slow operation: 96ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:44:22.538 1317 3276 W ActivityManager: Slow operation: 127ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:22.538 1317 3276 W ActivityManager: Slow operation: 127ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:22.568 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:22.623 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:22.631 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:22.663 1317 3276 W ActivityManager: Slow operation: 252ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:22.678 1317 3277 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:44:22.680 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:44:22.682 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:44:22.710 1317 2667 I ActivityManager: Process com.vivo.appstore (pid
12011) has died: cch+35 CEM
02-01 11:44:22.748 1317 2676 I _V_SettingsProvider: insert settings success:true,
table:SETTINGS_GLOBAL name:Phenotype_boot_count value:23 pkg:com.google.android.gms
userId:0
02-01 11:44:22.780 1317 1456 W ActivityManager: Slow operation: 106ms so far, now
at startProcess: returned from zygote!
02-01 11:44:22.789 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/global/Phenotype_boot_count
02-01 11:44:22.799 1317 1916 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:22.844 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:22.893 1317 2667 I ActivityManager: Killing
12389:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbo
xedProcessService0:0/u0a38i2 (adj 0): isolated not needed
02-01 11:44:22.899 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:22.942 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:22.943 1317 1860 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:22.980 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:22.989 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:22.992 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:22.994 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:23.036 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:23.044 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:23.050 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:23.056 1317 1456 W ActivityManager: Slow operation: 382ms so far, now
at startProcess: done updating battery stats
02-01 11:44:23.056 1317 1456 W ActivityManager: Slow operation: 383ms so far, now
at startProcess: building log message
02-01 11:44:23.056 1317 1456 I ActivityManager: Start proc
12569:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:44:23.056 1317 1456 W ActivityManager: Slow operation: 383ms so far, now
at startProcess: starting to update pids map
02-01 11:44:23.057 1317 1456 W ActivityManager: Slow operation: 383ms so far, now
at startProcess: done updating pids map
02-01 11:44:23.084 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.137 1317 5773 I RescueParty: Starting to observe: [android,
com.android.providers.media.module], updated namespace: storage_native_boot
02-01 11:44:23.187 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.195 1317 1522 W ActivityManager: Slow operation: 101ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:23.204 1317 1522 W ActivityManager: Slow operation: 110ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:44:23.207 1317 6548 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:12170 callingUid:10160
02-01 11:44:23.214 1317 1478 D BatteryStatsImpl: Reading cpu stats took 111ms
02-01 11:44:23.218 1317 1317 W Looper : Slow dispatch took 390ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:44:23.221 1317 1317 W Looper : Slow delivery took 377ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:44:23.233 1317 3276 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.lite
02-01 11:44:23.236 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10185; state: DISABLED
02-01 11:44:23.239 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10185; state: ENABLED
02-01 11:44:23.248 1317 1478 D KernelCpuUidUserSysTimeReader: Removing uids 1037-
1037
02-01 11:44:23.258 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.261 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:23.262 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android, com.android.providers.media.module]
02-01 11:44:23.263 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:23.263 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:23.263 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:23.289 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:23.290 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.298 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:23.326 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/storage_native_boot/fuse_enabled/transcode_compat_manifes
t/take_over_get_content/transcode_compat_stale/
02-01 11:44:23.327 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:23.327 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:23.354 1317 1456 W ActivityManager: Slow operation: 123ms so far, now
at startProcess: returned from zygote!
02-01 11:44:23.356 1317 1456 W ActivityManager: Slow operation: 125ms so far, now
at startProcess: done updating battery stats
02-01 11:44:23.358 1317 1456 W ActivityManager: Slow operation: 127ms so far, now
at startProcess: building log message
02-01 11:44:23.358 1317 1456 I ActivityManager: Start proc
12594:com.facebook.lite/u0a185 for broadcast
{com.facebook.lite/com.facebook.lite.intent.WakefulIntentForwarder}
02-01 11:44:23.361 1317 1456 W ActivityManager: Slow operation: 127ms so far, now
at startProcess: starting to update pids map
02-01 11:44:23.389 1317 1456 W ActivityManager: Slow operation: 151ms so far, now
at startProcess: done updating pids map
02-01 11:44:23.393 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.404 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:23.419 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:23.420 1317 1317 W Looper : Drained
02-01 11:44:23.456 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.497 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.504 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12011, uid = 10038
02-01 11:44:23.509 1317 1860 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.
02-01 11:44:23.557 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:23.560 1317 3087 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:23.563 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:23.572 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:23.605 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.644 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:23.681 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.695 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:23.702 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/runtime_native_boot/iorap_blacklisted_packages/
enable_uffd_gc_2/iorap_perfetto_enable/iorapd_options/disable_lock_profiling/
iorap_readahead_enable/force_disable_uffd_gc/
02-01 11:44:23.702 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:23.703 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:23.711 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.722 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.748 1317 1522 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:23.748 1317 1522 D PackageWatchdog: Received supported packages []
02-01 11:44:23.748 1317 1522 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:23.768 1317 3277 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:23.782 1317 3277 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:23.785 1317 2687 W ActivityManager: Slow operation: 82ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:44:23.786 1317 2687 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10185; state: DISABLED
02-01 11:44:23.793 1317 2687 W ActivityManager: Slow operation: 89ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:44:23.815 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:23.850 1317 2687 W ActivityManager: Slow operation: 147ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:23.851 1317 2687 W ActivityManager: Slow operation: 148ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:23.853 1317 2687 W ActivityManager: Slow operation: 149ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:23.897 1317 2687 W ActivityManager: Slow operation: 193ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:44:23.897 1317 5773 I ActivityManager: Process com.facebook.services
(pid 12118) has died: cch+35 CEM
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 138124ms
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:23.963 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:23.988 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:23.989 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.058 1317 1522 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:24.069 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.100 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.106 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.111 1317 5773 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4574} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (107
skipped)
02-01 11:44:24.118 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:24.139 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:24.139 1317 3277 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:24.140 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:24.161 1317 1317 W Looper : Slow dispatch took 240ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=7
02-01 11:44:24.167 1317 1317 W Looper : Slow delivery took 246ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:44:24.168 1317 1317 W Looper : Drained
02-01 11:44:24.193 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.216 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.296 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.321 1317 2687 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:44:24.321 1317 2687 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:44:24.363 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:24.375 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12118, uid = 10042
02-01 11:44:24.387 1317 2687 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@ef88012
02-01 11:44:24.392 1317 2134 I ActivityManager: Process
com.google.android.apps.youtube.music (pid 12170) has died: cch+25 CEM
02-01 11:44:24.417 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.463 1317 1431 W Looper : Slow dispatch took 480ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:44:24.464 1317 1431 W Looper : Slow delivery took 265ms android.fg
h=android.os.Handler
c=com.android.server.power.hint.HintManagerService$UidObserver$
$ExternalSyntheticLambda0@a9795d1 m=0
02-01 11:44:24.478 1317 1431 W Looper : Drained
02-01 11:44:24.502 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.605 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.717 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.757 1317 2188 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:44:24.757 1317 2188 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.presencemanager.service.START
pkg=com.google.android.gms } U=0: not found
02-01 11:44:24.761 1317 2188 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@1589541
02-01 11:44:24.778 1317 2667 I ActivityManager: Process com.android.chrome (pid
12331) has died: cch+15 CEM
02-01 11:44:24.830 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.838 1317 5773 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:24.864 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:24.876 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.898 1317 6548 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:44:24.898 1317 6548 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.presencemanager.service.INTERNAL_IDENTITY
pkg=com.google.android.gms } U=0: not found
02-01 11:44:24.901 1317 5773 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@cd8447d
02-01 11:44:24.932 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.977 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:24.992 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.009 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.035 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.061 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:25.139 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.241 1317 4128 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.259 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.280 1317 2135 I ActivityManager: Process com.google.process.gapps
(pid 12364) has died: cch+15 CEM
02-01 11:44:25.316 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:25.341 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12170, uid = 10160
02-01 11:44:25.362 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.390 1317 1317 W Looper : Slow dispatch took 120ms main
h=com.android.server.job.controllers.ConnectivityController$CcHandler c=null m=0
02-01 11:44:25.429 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.429 1317 1600 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10185; state: ENABLED
02-01 11:44:25.438 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:25.465 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.569 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.611 1317 1429 I ActivityManager: Process com.bbk.iqoo.logsystem
(pid 12405) has died: cch+15 CEM
02-01 11:44:25.634 1317 4128 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.672 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:25.699 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12331, uid = 10167
02-01 11:44:26.694 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.697 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.698 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.698 1317 1317 W Looper : Slow delivery took 922ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:44:26.699 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:26.699 1317 1317 W Looper : Drained
02-01 11:44:26.699 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:26.700 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.702 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.704 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.706 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.708 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.709 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12364, uid = 10154
02-01 11:44:26.709 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12405, uid = 10125
02-01 11:44:26.710 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.712 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.712 1317 2134 I ActivityManager: Process
com.google.android.webview:webview_service (pid 12510) has died: cch+5 CEM
02-01 11:44:26.743 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.749 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.756 1317 2181 I ActivityManager: Process com.facebook.system (pid
11647) has died: prev LAST
02-01 11:44:26.823 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:26.844 1317 5741 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:26.867 1317 1317 W Looper : Slow dispatch took 128ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7
02-01 11:44:26.897 1317 4262 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:26.914 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.000 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.116 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.221 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.246 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.252 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.288 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/netd_native/dot_validation_latency_factor/
dns_event_subsample_map/doh/dot_query_timeout_ms/parallel_lookup/
dot_validation_latency_offset_ms/sort_nameservers/
02-01 11:44:27.310 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/statsd_java/include_certificate_hash/
02-01 11:44:27.322 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.425 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.456 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.525 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.546 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.552 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:27.608 1317 1936 W ContentProviderHelper: Slow operation: 66ms so
far, now at getContentProviderImpl: before getProviderByClass
02-01 11:44:27.609 1317 1936 W ContentProviderHelper: Slow operation: 66ms so
far, now at getContentProviderImpl: after getProviderByClass
02-01 11:44:27.609 1317 1936 W ContentProviderHelper: Slow operation: 67ms so
far, now at getContentProviderImpl: before getApplicationInfo
02-01 11:44:27.609 1317 1936 W ContentProviderHelper: Slow operation: 67ms so
far, now at getContentProviderImpl: after getApplicationInfo
02-01 11:44:27.609 1317 1936 W ContentProviderHelper: Slow operation: 67ms so
far, now at getContentProviderImpl: now have ContentProviderRecord
02-01 11:44:27.611 1317 1936 W ContentProviderHelper: Slow operation: 69ms so
far, now at getContentProviderImpl: before set stopped state
02-01 11:44:27.611 1317 1936 W ContentProviderHelper: Slow operation: 69ms so
far, now at getContentProviderImpl: after set stopped state
02-01 11:44:27.611 1317 1936 W ContentProviderHelper: Slow operation: 69ms so
far, now at getContentProviderImpl: looking for process record
02-01 11:44:27.611 1317 1936 W ContentProviderHelper: Slow operation: 69ms so
far, now at getContentProviderImpl: before start process
02-01 11:44:27.692 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.703 1317 1936 W ActivityManager: Slow operation: 78ms so far, now
at startProcess: done creating new process record
02-01 11:44:27.703 1317 1936 W ActivityManager: Slow operation: 78ms so far, now
at startProcess: stepping in to startProcess
02-01 11:44:27.776 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12510, uid = 10165
02-01 11:44:27.776 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11647, uid = 10034
02-01 11:44:27.792 1317 1936 E ActivityManager: Failure starting process
com.facebook.katana
02-01 11:44:27.792 1317 1936 E ActivityManager: java.lang.SecurityException:
Package com.facebook.katana is currently frozen!
02-01 11:44:27.792 1317 1936 E ActivityManager: at
com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerSer
vice.java:9212)
02-01 11:44:27.792 1317 1936 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2019)
02-01 11:44:27.792 1317 1936 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2686)
02-01 11:44:27.792 1317 1936 E ActivityManager: at
com.android.server.am.ProcessList.startProcessLocked(ProcessList.java:2865)
02-01 11:44:27.792 1317 1936 E ActivityManager: at
com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerServ
ice.java:3260)
02-01 11:44:27.792 1317 1936 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProviderImpl(ContentProviderH
elper.java:571)
02-01 11:44:27.792 1317 1936 E ActivityManager: at
com.android.server.am.ContentProviderHelper.getContentProvider(ContentProviderHelpe
r.java:170)
02-01 11:44:27.792 1317 1936 E ActivityManager: at
com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ
ice.java:6964)
02-01 11:44:27.792 1317 1936 E ActivityManager: at
android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2889)
02-01 11:44:27.792 1317 1936 E ActivityManager: at
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java
:3008)
02-01 11:44:27.792 1317 1936 E ActivityManager: at
android.os.Binder.execTransactInternal(Binder.java:1179)
02-01 11:44:27.792 1317 1936 E ActivityManager: at
android.os.Binder.execTransact(Binder.java:1143)
02-01 11:44:27.794 1317 1936 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: start failure
02-01 11:44:27.838 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.864 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:27.900 1317 5741 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:27.919 1317 1936 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:44:27.942 1317 1936 W ActivityManager: Slow operation: 317ms so far, now
at startProcess: done starting proc!
02-01 11:44:27.942 1317 1936 W ContentProviderHelper: Slow operation: 400ms so
far, now at getContentProviderImpl: after start process
02-01 11:44:27.947 1317 1936 W ContentProviderHelper: Unable to launch app
com.facebook.katana/10205 for provider
com.facebook.katana.provider.UserValuesProvider: process is bad
02-01 11:44:27.991 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:28.044 1317 2181 I RescueParty: Starting to observe: [android],
updated namespace: connectivity
02-01 11:44:28.048 1317 1434 W Looper : Slow dispatch took 104ms android.display
h=com.android.server.wm.ActivityTaskSupervisor$ActivityTaskSupervisorHandler c=null
m=201
02-01 11:44:28.058 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:28.059 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:28.059 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:28.060 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
02-01 11:44:28.060 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:28.060 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:28.060 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:28.087 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:28.087 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:28.160 1317 5741 I RescueParty: Starting to observe:
[com.google.android.permissioncontroller], updated namespace: permissions
02-01 11:44:28.160 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:28.160 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [com.google.android.permissioncontroller]
02-01 11:44:28.160 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:28.161 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:28.161 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:28.185 1317 4262 I ActivityManager: Exiting empty application process
0:com.facebook.katana/u0a205 (null)
02-01 11:44:28.192 1317 1455 W BroadcastQueue: Timeout of broadcast
BroadcastRecord{5fc3b7c u0 com.google.android.c2dm.intent.RECEIVE} -
receiver=android.os.BinderProxy@379a1bc, started 10039ms ago
02-01 11:44:28.193 1317 1455 W BroadcastQueue: Receiver during timeout of
BroadcastRecord{5fc3b7c u0 com.google.android.c2dm.intent.RECEIVE} :
ResolveInfo{d795545
com.ss.android.ugc.trill/com.google.firebase.iid.FirebaseInstanceIdReceiver
m=0x108000}
02-01 11:44:28.217 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:28.301 1317 1432 D DeviceIdleController: Adding AppId 10183 to temp
whitelist. New entry: false
02-01 11:44:28.322 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:28.331 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:28.331 1317 1317 W Looper : Slow dispatch took 265ms main
h=android.os.Handler c=com.android.server.PackageWatchdog$
$ExternalSyntheticLambda8@c14bc9f m=0
02-01 11:44:28.346 1317 1434 W Looper : Slow dispatch took 296ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@5d5484a
m=0
02-01 11:44:28.353 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/connectivity/data_stall_consecutive_dns_timeout_threshold
/dhcp_ip_conflict_detect_version/ipclient_parse_netlink_events_version/
dhcp_init_reboot_version/dhcp_server_decline_version/dhcp_rapid_commit_version/
dhcp_restart_configuration_delay/dhcp_init_reboot_enabled/
ipclient_multicast_ns_version/dhcp_rapid_commit_enabled/
02-01 11:44:28.354 1317 1317 W Looper : Slow delivery took 270ms main
h=com.android.providers.settings.SettingsProvider$SettingsRegistry$MyHandler c=null
m=1
02-01 11:44:28.415 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/permissions/auto_revoke_unused_threshold_millis2/
auto_revoke_check_frequency_millis/
02-01 11:44:28.415 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:28.415 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:28.416 1317 1317 I ExplicitHealthCheckController: Not binding to
service, service already connecting
02-01 11:44:28.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:28.521 1317 2181 W ActivityManager: Slow operation: 68ms so far, now
at startProcess: done creating new process record
02-01 11:44:28.541 1317 2181 W ActivityManager: Slow operation: 87ms so far, now
at startProcess: stepping in to startProcess
02-01 11:44:28.577 1317 2181 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.youtube.music
02-01 11:44:28.594 1317 2181 W ActivityManager: Slow operation: 141ms so far, now
at startProcess: done starting proc!
02-01 11:44:28.594 1317 1456 W ActivityManager: Slow operation: 51ms so far, now
at startProcess: asking zygote to start proc
02-01 11:44:28.605 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10160; state: ENABLED
02-01 11:44:28.631 1317 1317 W Looper : Slow dispatch took 188ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler
c=android.app.PendingIntent$FinishedDispatcher@41a75d9 m=0
02-01 11:44:28.634 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/exo/enable_copy_paste/app_streaming_task_navigation_allow
ed_components/enable_keyboard_switch/app_scaling_allowed_components/
copy_paste_data_size_limit_bytes/tile_is_available/is_exo_eng/
app_streaming_allowed_components/app_streaming_task_navigation_blocked_components/
need_scale_screen/use_app_stream_component/use_target_dpi/
include_default_browser_in_allowed_task_navigation_components/log_exo_metrics/
use_encrypted_transport/enter_to_send_app_packages/is_exo_dogfood/
ambient_streaming_app_virtual_keyboard_configuration/check_cdm_association/
app_streaming_blocked_components/enable_input_event_channel/
02-01 11:44:28.636 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/ota/server_based_ror_enabled/
02-01 11:44:28.637 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:28.639 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:28.642 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:28.642 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:28.642 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:28.642 1317 1317 W Looper : Drained
02-01 11:44:28.658 1317 4262 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:28.658 1317 4262 D PackageWatchdog: Received supported packages []
02-01 11:44:28.658 1317 4262 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:28.660 1317 2188 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:28.667 1317 1456 W ActivityManager: Slow operation: 124ms so far, now
at startProcess: returned from zygote!
02-01 11:44:28.669 1317 2134 I RescueParty: Starting to observe: [android],
updated namespace: wifi
02-01 11:44:28.669 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:28.670 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
02-01 11:44:28.670 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:28.670 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:28.670 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:28.671 1317 2188 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:28.686 1317 1456 W ActivityManager: Slow operation: 143ms so far, now
at startProcess: done updating battery stats
02-01 11:44:28.698 1317 1456 W ActivityManager: Slow operation: 155ms so far, now
at startProcess: building log message
02-01 11:44:28.698 1317 1456 I ActivityManager: Start proc
12712:com.google.android.apps.youtube.music/u0a160 for broadcast
{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.player
.widget.gm3.FreeformMusicWidgetProvider}
02-01 11:44:28.698 1317 1456 W ActivityManager: Slow operation: 155ms so far, now
at startProcess: starting to update pids map
02-01 11:44:28.709 1317 1456 W ActivityManager: Slow operation: 165ms so far, now
at startProcess: done updating pids map
02-01 11:44:28.718 1317 2188 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:28.776 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:28.792 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:44:28.802 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:44:28.880 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:28.902 1317 2134 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:28.921 1317 1317 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: getting gids from package manager
02-01 11:44:28.922 1317 1317 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.iqoo.logsystem
02-01 11:44:28.922 1317 1317 W ActivityManager: Slow operation: 61ms so far, now
at startProcess: building args
02-01 11:44:28.923 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10125; state: DISABLED
02-01 11:44:28.938 1317 1317 W ActivityManager: Slow operation: 116ms so far, now
at startProcess: done starting proc!
02-01 11:44:28.943 1317 1456 W ActivityManager: Slow operation: 79ms so far, now
at startProcess: asking zygote to start proc
02-01 11:44:28.947 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10125; state: ENABLED
02-01 11:44:28.961 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:44:28.961 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:44:28.966 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:44:28.966 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:44:28.978 1317 1456 W ActivityManager: Slow operation: 116ms so far, now
at startProcess: returned from zygote!
02-01 11:44:28.986 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:28.990 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.lite uid 10185, isRmsPreload = false, keepQuiet =false
02-01 11:44:28.999 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.072 1317 1456 W ActivityManager: Slow operation: 211ms so far, now
at startProcess: done updating battery stats
02-01 11:44:29.082 1317 1317 W Looper : Slow dispatch took 413ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:44:29.085 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:29.085 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:29.093 1317 1456 W ActivityManager: Slow operation: 232ms so far, now
at startProcess: building log message
02-01 11:44:29.093 1317 1456 I ActivityManager: Start proc
12774:com.bbk.iqoo.logsystem/u0a125 for service
{com.bbk.iqoo.logsystem/com.bbk.iqoo.logsystem.core.components.detector.InspectorCh
eckService}
02-01 11:44:29.093 1317 1456 W ActivityManager: Slow operation: 232ms so far, now
at startProcess: starting to update pids map
02-01 11:44:29.095 1317 1456 W ActivityManager: Slow operation: 234ms so far, now
at startProcess: done updating pids map
02-01 11:44:29.197 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 143389ms
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:29.235 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:29.320 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:29.344 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:29.344 1317 1317 W Looper : Slow delivery took 415ms main
h=android.os.Handler c=com.android.server.PackageWatchdog$
$ExternalSyntheticLambda8@c14bc9f m=0
02-01 11:44:29.344 1317 1317 W Looper : Slow dispatch took 259ms main
h=android.os.Handler c=com.android.server.PackageWatchdog$
$ExternalSyntheticLambda8@c14bc9f m=0
02-01 11:44:29.353 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:29.382 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.383 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.385 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.386 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.394 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.440 1317 1317 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/
dry_run_scorer_pkg_name/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/application_qos_policy_api_enabled/
connection_failure_high_thr_percent/health_monitor_rssi_poll_valid_time_ms/
stationary_scan_rssi_valid_time_ms/connection_failure_disconnection_count_min/
include_passpoint_ssids_in_pno_scans/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/
02-01 11:44:29.449 1317 1317 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/
02-01 11:44:29.449 1317 1317 W Looper : Drained
02-01 11:44:29.455 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.465 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.466 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:29.467 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:29.467 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:29.467 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:29.473 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:29.476 1317 1936 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:29.483 1317 5741 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:29.484 1317 2188 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:29.484 1317 2188 D PackageWatchdog: Received supported packages []
02-01 11:44:29.484 1317 2188 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:29.488 1317 3278 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:29.489 1317 3278 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:29.489 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:44:29.494 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10042, timeNow=370516
02-01 11:44:29.501 1317 1431 W Looper : Slow dispatch took 246ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:44:29.502 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:29.509 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:29.512 1317 12704 E MemoryPressure: Could not read
/proc/pressure/memory
02-01 11:44:29.512 1317 12704 E MemoryPressure: java.io.FileNotFoundException:
/sys/devices/system/cpu/cpu0/online: open failed: ENOENT (No such file or
directory)
02-01 11:44:29.512 1317 12704 E MemoryPressure: at
libcore.io.IoBridge.open(IoBridge.java:575)
02-01 11:44:29.512 1317 12704 E MemoryPressure: at
libcore.io.IoUtils$FileReader.<init>(IoUtils.java:388)
02-01 11:44:29.512 1317 12704 E MemoryPressure: at
libcore.io.IoUtils.readFileAsString(IoUtils.java:301)
02-01 11:44:29.512 1317 12704 E MemoryPressure: at
com.android.server.MemoryPressureUtil.currentPsiState(MemoryPressureUtil.java:62)
02-01 11:44:29.512 1317 12704 E MemoryPressure: at
com.android.server.am.ProcessErrorStateRecord.appNotResponding(ProcessErrorStateRec
ord.java:448)
02-01 11:44:29.512 1317 12704 E MemoryPressure: at
com.android.server.am.AnrHelper$AnrRecord.appNotResponding(AnrHelper.java:165)
02-01 11:44:29.512 1317 12704 E MemoryPressure: at
com.android.server.am.AnrHelper$AnrConsumerThread.run(AnrHelper.java:116)
02-01 11:44:29.512 1317 12704 E MemoryPressure: Caused by:
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
02-01 11:44:29.512 1317 12704 E MemoryPressure: at
libcore.io.Linux.open(Native Method)
02-01 11:44:29.512 1317 12704 E MemoryPressure: at
libcore.io.ForwardingOs.open(ForwardingOs.java:567)
02-01 11:44:29.512 1317 12704 E MemoryPressure: at
libcore.io.BlockGuardOs.open(BlockGuardOs.java:273)
02-01 11:44:29.512 1317 12704 E MemoryPressure: at
libcore.io.IoBridge.open(IoBridge.java:561)
02-01 11:44:29.512 1317 12704 E MemoryPressure: ... 6 more
02-01 11:44:29.518 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:29.518 1317 12704 I ActivityManager: dumpStackTraces pids=null
nativepids=null
02-01 11:44:29.519 1317 1530 D DeviceIdleController: Removing uid 10042 from temp
whitelist
02-01 11:44:29.520 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10183]
02-01 11:44:29.539 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.581 1317 5741 I RescueParty: Starting to observe:
[com.android.settings, com.android.systemui], updated namespace:
interaction_jank_monitor
02-01 11:44:29.582 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:29.582 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [com.android.settings, com.android.systemui]
02-01 11:44:29.582 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:29.582 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:29.582 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:29.583 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/interaction_jank_monitor/enabled/trace_threshold_missed_f
rames/trace_threshold_frame_time_millis/sampling_interval/
02-01 11:44:29.590 1317 12704 I ActivityManager: Dumping to /data/anr/anr_2025-02-
01-11-44-29-540
02-01 11:44:29.590 1317 12704 I ActivityManager: Collecting stacks for pid 12436
02-01 11:44:29.592 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.594 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:29.607 1317 1936 W ActivityManager: Slow operation: 89ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:44:29.643 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.647 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.655 1317 1936 W ActivityManager: Slow operation: 137ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:29.655 1317 1936 W ActivityManager: Slow operation: 137ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:29.674 1317 1936 W ActivityManager: Slow operation: 156ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:29.679 1317 2134 W ActivityManager: Missing app error report, app =
com.ss.android.ugc.trill crashing = false notResponding = true
02-01 11:44:29.690 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:29.695 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:29.696 1317 1936 W ActivityManager: Slow operation: 178ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:44:29.702 1317 3278 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:29.703 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:29.716 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10183]
02-01 11:44:29.721 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.735 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:29.737 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:44:29.759 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:29.775 1317 1317 W Looper : Slow dispatch took 176ms main
h=android.os.Handler c=com.android.server.PackageWatchdog$
$ExternalSyntheticLambda8@c14bc9f m=0
02-01 11:44:29.792 1317 12823 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:29.802 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/runtime_native/metrics.reporting-mods/metrics.reporting-
num-mods/metrics.write-to-statsd/metrics.reporting-spec/metrics.reporting-mods-
server/metrics.reporting-num-mods-server/use_app_image_startup_cache/
metrics.reporting-spec-server/
02-01 11:44:29.823 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:44:29.827 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:29.827 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:29.828 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:29.828 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:29.833 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:29.857 1317 5741 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:29.857 1317 5741 D PackageWatchdog: Received supported packages []
02-01 11:44:29.857 1317 5741 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:29.874 1317 2667 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:29.874 1317 2667 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:29.879 1317 2667 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:29.907 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:29.934 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/connectivity_thermal_power_manager/apply_action_time_seco
nds/wifi_internet_driven_endc_product_carrier_id_set/criteria_4_lte_pref_mode/
criteria_1_enabled/wifi_disconnected_time_seconds/
02-01 11:44:29.936 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.039 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.065 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:30.078 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.096 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:30.110 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:30.125 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:30.142 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.198 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/adservices/measurement_receiver_install_attribution_kill_
switch/enable_tablet_region_fix/
fledge_auction_server_compression_algorithm_version/eu_notif_flow_change_enabled/
measurement_async_registration_fallback_job_required_network_type/
measurement_enable_aggregatable_report_payload_padding/
measurement_event_reports_ctc_early_reporting_windows/
measurement_flex_api_max_event_reports/
measurement_aggregate_fallback_reporting_job_period_ms/
fledge_auction_server_encryption_key_max_age_seconds/
measurement_register_trigger_request_permits_per_second/
fledge_auction_server_background_key_fetch_job_period_ms/
fledge_ad_selection_enforce_foreground_status_run_ad_selection/
measurement_max_event_attribution_per_rate_limit_window/
measurement_debug_reporting_fallback_job_required_network_type/
mdd_cellular_charging_gcm_task_period_seconds/fledge_custom_audience_max_count/
fledge_custom_audience_max_num_ads/
fledge_event_level_debug_report_send_immediately/
measurement_enforce_foreground_status_register_web_trigger/
measurement_enforce_foreground_status_register_source/
adid_request_permits_per_second/
measurement_verbose_debug_reporting_job_required_network_type/
fledge_ad_selection_from_outcomes_overall_timeout_ms/
shared_database_schema_version_4_enabled/disable_sdk_sandbox/
fledge_auction_server_background_key_fetch_network_read_timeout_ms/
fledge_fetch_custom_audience_enabled/
measurement_max_aggregate_reports_per_destination/
mdd_network_stats_logging_sample_interval/
fledge_ad_selection_bidding_timeout_per_ca_ms/
measurement_event_fallback_reporting_job_period_ms/adid_kill_switch/
fledge_ad_counter_histogram_lower_max_total_event_count/enable_back_compat/
topics_percentage_for_random_topics/enrollment_blocklist_ids/
fledge_ad_selection_enforce_foreground_status_ad_selection_override/
measurement_registration_input_event_valid_window_ms/
measurement_job_attribution_kill_switch/topics_epoch_job_period_ms/
measurement_register_web_trigger_request_permits_per_second/
measurement_api_status_kill_switch/
measurement_register_sources_request_permits_per_second/
fledge_report_impression_registered_ad_beacons_max_interaction_key_size_b/
measurement_enable_scoped_attribution_rate_limit/
fledge_auction_server_background_key_fetch_max_runtime_ms/
enable_database_schema_version_9/enable_database_schema_version_7/
enable_database_schema_version_5/
measurement_enforce_foreground_status_register_web_source/
ui_ota_strings_feature_enabled/enrollment_proto_file_enabled/
key_fledge_custom_audience_max_name_size_b/topics_encryption_metrics_enabled/
global_kill_switch/fledge_auction_server_api_usage_metrics_enabled/
fledge_background_fetch_max_num_updated/adservice_system_service_enabled/
fledge_report_impression_max_interaction_reporting_uri_size_b/
measurement_throw_unknown_exception_sampling_rate/
fledge_background_fetch_eligible_update_base_interval_s/
fledge_auction_server_encryption_algorithm_aead_id/
fledge_custom_audience_max_activate_in_days/
fledge_ad_selection_bidding_logic_js_version/
measurement_async_registration_job_trigger_min_delay_ms/
fledge_measurement_report_and_register_event_api_fallback_enabled/
measurement_max_filter_maps_per_filter_set/
fledge_ad_counter_histogram_lower_max_per_buyer_event_count/
measurement_max_reporting_origins_per_source_reporting_site_per_window/
fledge_http_cache_default_max_age_seconds/ppapi_app_signature_allow_list/
measurement_enable_shared_filter_data_keys_xna/adservices_apk_sha_certs/
measurement_flex_api_max_information_gain_navigation/
fledge_auction_server_ad_id_fetcher_timeout_ms/topics_number_of_lookback_epochs/
measurement_async_registration_job_trigger_max_delay_ms/
fledge_debug_report_sender_job_network_connect_timeout_ms/
measurement_aggregate_main_reporting_job_period_ms/
measurement_flex_api_max_event_report_windows/
measurement_enable_reporting_jobs_throw_accounted_exception/u18_ux_enabled/
fledge_report_impression_overall_timeout_ms/
fledge_event_level_debug_reporting_max_items_per_batch/classifier_type/
fledge_ad_selection_ad_selection_prebuilt_uri_enabl
02-01 11:44:30.246 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:30.288 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.300 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.331 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:30.349 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.424 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.469 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.542 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/textclassifier/generate_links_max_text_length/
textclassifier_service_package_override/
02-01 11:44:30.556 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletSer
vice newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:30.562 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.gms
className:com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService
newState:2 userId:0 callingPackage:null callingUid:10154 callingPid:2774
02-01 11:44:30.572 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.614 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.618 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.659 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/lmkd_native/thrashing_limit_critical/
02-01 11:44:30.684 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.686 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.693 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.721 1317 2667 D JobServiceContext: doCallback of :
JobStatus{51e971d #u0a185/1786848100 com.facebook.lite/.intent.WakefulIntentService
u=0 s=10185 TIME=none:-2s877ms READY} v:VERB_EXECUTING
02-01 11:44:30.726 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.817 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.829 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.839 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.847 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:30.865 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:30.915 1317 4262 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:31.028 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:31.106 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:31.266 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:31.279 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:31.381 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:31.454 1317 4262 W ActivityManager: Missing app error report, app =
com.ss.android.ugc.trill crashing = false notResponding = true
02-01 11:44:31.493 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:31.501 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:31.604 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:31.707 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.365 1317 1857 D _V_ANRManager: Done with pid 12011 in 10228ms
02-01 11:44:32.368 1317 1857 D _V_ANRManager: dumpProcessFiles add:
/data/anr/anrmanager/trace_12011_1970-01-01-08-06-03-043.txt
02-01 11:44:32.573 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.605 1317 1317 W Looper : Slow dispatch took 896ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:44:32.608 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.609 1317 1317 W Looper : Slow delivery took 806ms main
h=com.android.server.job.controllers.QuotaController$QcHandler c=null m=6
02-01 11:44:32.636 1317 2188 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:32.642 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:32.644 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.645 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.648 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.650 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.652 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.654 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.656 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.658 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.667 1317 1317 W Looper : Drained
02-01 11:44:32.719 1317 1455 I _V_ANRManager: Delete logs for pid: 12011
02-01 11:44:32.739 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.808 1317 4262 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:44:32.842 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.854 1317 1317 W Looper : Slow dispatch took 149ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:44:32.855 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.917 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:32.917 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:32.940 1317 5741 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.cota uid 10092, isRmsPreload = false, keepQuiet =false
02-01 11:44:32.945 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:32.955 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:32.957 1317 5741 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:44:33.019 1317 5741 W _V_VivoFirewall: Slow operation: 61ms so far, now
at null shouldPreventStartProcess
02-01 11:44:33.049 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.077 1317 6548 I RescueParty: Starting to observe: [android],
updated namespace: autofill
02-01 11:44:33.083 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:33.083 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
02-01 11:44:33.083 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:33.083 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:33.083 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:33.132 1317 5741 W ActivityManager: Slow operation: 94ms so far, now
at startProcess: done creating new process record
02-01 11:44:33.132 1317 5741 W ActivityManager: Slow operation: 94ms so far, now
at startProcess: stepping in to startProcess
02-01 11:44:33.152 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.154 1317 5741 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.cota
02-01 11:44:33.158 1317 5741 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10092; state: DISABLED
02-01 11:44:33.169 1317 5741 W ActivityManager: Slow operation: 131ms so far, now
at startProcess: done starting proc!
02-01 11:44:33.169 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10092; state: ENABLED
02-01 11:44:33.192 1317 1941 I ActivityManager: Process com.ss.android.ugc.trill
(pid 12436) has died: cch+5 CEM
02-01 11:44:33.203 1317 1456 W ActivityManager: Slow operation: 71ms so far, now
at startProcess: returned from zygote!
02-01 11:44:33.255 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.367 1317 2687 I RescueParty: Starting to observe: [android],
updated namespace: content_capture
02-01 11:44:33.369 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:33.369 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
02-01 11:44:33.369 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:33.369 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:33.369 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:33.376 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.468 1317 1317 W Looper : Slow dispatch took 613ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7
02-01 11:44:33.469 1317 1317 W Looper : Slow delivery took 729ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:44:33.472 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.478 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.497 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.503 1317 1317 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/
02-01 11:44:33.504 1317 1456 W ActivityManager: Slow operation: 371ms so far, now
at startProcess: done updating battery stats
02-01 11:44:33.505 1317 1456 W ActivityManager: Slow operation: 372ms so far, now
at startProcess: building log message
02-01 11:44:33.505 1317 1456 I ActivityManager: Start proc
12894:com.vivo.cota/u0a92 for service
{com.vivo.cota/com.vivo.cota.report.service.ReportEventJobService}
02-01 11:44:33.505 1317 1456 W ActivityManager: Slow operation: 373ms so far, now
at startProcess: starting to update pids map
02-01 11:44:33.512 1317 1456 W ActivityManager: Slow operation: 380ms so far, now
at startProcess: done updating pids map
02-01 11:44:33.514 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:33.514 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/activity_manager/push_messaging_over_quota_behavior/
02-01 11:44:33.516 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/autofill/augmented_autofill_mode/smart_suggestion_support
ed_modes/
02-01 11:44:33.521 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/odad/max_classification_reports/fa_participation_random_b
ias/num_recent_packages_to_scan/cached_app_ops_killswitch/mck_result_random_bias/
max_low_cost_scanning_apps/westworld_logging/app_ops_feature_killswitch/
reputation_classifier_killswitch/full_killswitch/new_versioned_ww_data_enabled/
bll_classifier_enabled/heuristic_classifier_killswitch/only_scan_offmarket/
enable_fa_particiation_rule/enable_sample_param/
lfm_require_launcher_intent_enabled/
binary_transparency_log_signature_verification_key/old_versioned_ww_data_enabled/
enable_hades_testing_classifier/launch_odad/launch_appop_permission_odad/
moirai_additional_metrics_enabled/
02-01 11:44:33.532 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/device_personalization_services/AstreaNetworkUsageLog__re
ject_unknown_requests/Captions__enable_punctuations/Pecan__scroll_delay_in_millis/
Autofill__enable/Autofill__check_aicore_persistent_mode/
NotificationAssistant__enable_service/
NotificationAssistant__enable_upgrade_importance/
PccStorageStats__enable_pcc_storage_stats/ViewSemantics__model_version/
Superpacks__require_charging_by_default/Overview__enable_proactive_hints/
Brella__log_sampling_percentage/Captions__supported_languages_beta_quality/
SpeechRecognitionService__multilang_max_number_of_switches_per_final/
TrainerFeature__jobservice_callbacks_bg_thread/
SmartNotification__application_channel_verify_rules/
Captions__visibility_playing_duration_millis/
SpeechRecognitionService__on_device_biasing_params/
SpeechRecognitionService__recognition_session_logging_uses_lang_id_events/
VisualCortex__enable_whitelist_packages/
SmartNotification__wake_lock_timeout_millis/
SpeechRecognitionService__tng_transcription_soda_ttl_sec/Pcb__enabled/
VisualCortex__fedex_log_enabled/Overview__enable_pir_westworld_logging/
Captions__model_version_v1_2/SmartNotification__enable_csv_feedback/
NotificationAssistant__importance_model_download_url/Captions__enable_zero_day/
EchoSmartspace__enable_travel_features_type_merge/
SmartSelect__smart_select_brella_register_to_eval_populations/
Brella__population_allowlist/PcsHttp__enable_on_ready_handler/
PcsAttestationMeasurement__minimum_jitter_delay_s/
SpeechRecognitionService__multilang_session_rewind_enabled/
StatsLog__active_users_logger_non_persistent/
Captions__visibility_stopped_duration_millis/
Echo__include_event_reservation_in_smartspace_upcoming_setting/
Autofill__candidate_provider_timeout_millis/Overview__enable_overview/
Captions__surface_sound_events/
TextClassifierParams__enable_deeplinks_latency_improvement/
NotificationAssistant__max_importance_variance/
Echo__smartspace_enable_score_ranker/Superpacks__use_logging_listener/
PcsHttp__write_to_pfd/Captions__speech_threshold/
BoundedExecutors__exception_entries_limit/
NowPlaying__ambient_music_get_model_state_cooldown_seconds_cloud_search/
PcsAttestationMeasurement__enable_content_binding_as_challenge/
EchoSmartspace__smartspace_enable_timely_reminder/
Autofill__show_aicore_candidate_icon/
SmartNotification__unsupported_notification_categories/
VisualCortex__view_tree_event_delay_in_mills/EchoCell__enable_fa_score_cell/
Echo__smartspace_enable_grocery/SmartNotification__gemini_model/
AstreaNetworkUsageLog__enable_network_usage_log/
NotificationAssistant__importance_model_type/
SpeechPack__downloadable_language_packs_raw/
Superpacks__use_astrea_http_downloader_transport/
Superpacks__require_battery_not_low_by_default/
SpeechRecognitionService__skip_model_download_user_confirmation/
PccStorageStats__worker_repeat_interval_minutes/
Superpacks__require_idle_by_default/SmartNotification__excluded_packages/
Brella__enable_federated_computation_in_pcs/
HearingHealth__enable_loud_sound_alerts/
Echo__smartspace_enable_cross_device_timer/PccFlogger__enable_pcc_flogger_backend/
HearingHealth__user_setting_default_value/
SmartRecPixelSearch__enable_search_on_files/
SmartNotification__classification_method/
EchoSmartspace__smartspace_bedtime_blocklisted_alarm_apps/
Autofill__proactive_request_min_interval_millis/
Pecan__disable_launcher_state_listener/PcsHttp__ipc_streaming_throttle_ms/
SpeechRecognitionService__bias_name_options/PcsCommon__enable_heartbeat_job/
PccStorageStats__directory_report_known_directory_names/
Captions__model_version_v1/Brella__enable_gating_populations/
SmartNotification__run_high_priority_thread/UptimeLogger__enable_uptime_logger/
BoundedExecutors__queue_limit/PcsAttestationMeasurement__schedule_attestation_job/
Overview__enable_pir_clearcut_logging/
TrainerFeature__http_federated_compute_protocol_allowlist/
PcsGrpc__idle_timeout_seconds/Overview__enable_content_classification_actions/
Autofill__model_url/AutofillVC__enable_clearcut_log/
PccStorageStats__directory_report_search_depth/Autofill__chronicle_enabled/
Captions__enable/Captions__e
02-01 11:44:33.545 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:33.548 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/app_compat/hidden_api_access_statslog_sampling_rate/
hidden_api_access_log_sampling_rate/
02-01 11:44:33.548 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:33.548 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:33.562 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:33.568 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.582 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.585 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.610 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:33.611 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/content_capture/service_explicitly_enabled/
idle_flush_frequency/enable_contentcapture/
02-01 11:44:33.638 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.643 1317 1317 I AutofillManagerService: Ignoring change on
augmented_autofill_mode
02-01 11:44:33.677 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:33.685 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.707 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:33.711 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:33.711 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:33.712 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:33.712 1317 1317 W Looper : Drained
02-01 11:44:33.723 1317 2687 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:33.724 1317 2687 D PackageWatchdog: Received supported packages []
02-01 11:44:33.724 1317 2687 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:33.727 1317 4262 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:33.727 1317 4262 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:33.740 1317 4262 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:33.744 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.797 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.816 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:33.884 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.887 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.893 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.894 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:33.908 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:33.972 1317 3278 I RescueParty: Starting to observe: [android],
updated namespace: telephony
02-01 11:44:33.972 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:33.973 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
02-01 11:44:33.973 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:33.973 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:33.973 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:33.973 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:33.979 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:33.988 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:33.989 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/telephony/ramping_ringer_enabled/ramping_ringer_duration/
ramping_ringer_vibration_duration/
02-01 11:44:33.992 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:33.994 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:33.996 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:33.996 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:34.000 1317 4262 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:34.000 1317 4262 D PackageWatchdog: Received supported packages []
02-01 11:44:34.000 1317 4262 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:34.007 1317 4262 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:34.008 1317 4262 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:34.011 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.022 1317 4262 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:34.073 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12436, uid = 10183
02-01 11:44:34.075 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:34.077 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:34.081 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:34.103 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:34.110 1317 4262 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:34.115 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.122 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.131 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:34.131 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:34.132 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.146 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.155 1317 3278 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:44:34.168 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.171 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.189 1317 3278 W ActivityManager: Slow operation: 90ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:44:34.190 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.203 1317 3278 W ActivityManager: Slow operation: 103ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:34.203 1317 3278 W ActivityManager: Slow operation: 104ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:34.209 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/aicore/AicModels__stale_filegroups_to_remove/
AicSafety__hades_experiments_test/
AicModels__protected_download_v2_safe_base_model_switch_enabled/
AicModels__protected_download_v2_enabled/AicModels__early_download_feature_id/
AicModels__clear_application_user_data_for_non_user0_profiles/
AicModels__file_group_binary_transparency_allowlist/
AicModels__mdd_filter_filegroups_for_background_jobs/
02-01 11:44:34.213 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.244 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.265 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.299 1317 1431 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.304 1317 1431 W Looper : Slow dispatch took 176ms android.fg
h=android.os.Handler c=com.android.internal.listeners.ListenerExecutor$
$ExternalSyntheticLambda0@9ff9dc m=0
02-01 11:44:34.307 1317 3278 W ActivityManager: Slow operation: 208ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:34.311 1317 1936 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4695} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (137
skipped)
02-01 11:44:34.312 1317 1317 W Looper : Slow dispatch took 103ms main
h=com.android.providers.settings.SettingsProvider$SettingsRegistry$MyHandler c=null
m=2
02-01 11:44:34.353 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 148525ms
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:34.354 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:34.366 1317 1434 E SensorNotificationService: Invalid local
geomagnetic field, ignore.
02-01 11:44:34.367 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/flipendo/lever_ble_scanning_enabled_launch/
02-01 11:44:34.369 1317 1434 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.403 1317 2189 I ActivityManager: Process com.facebook.lite (pid
12594) has died: cch+5 CEM
02-01 11:44:34.424 1317 6548 I RescueParty: Starting to observe:
[com.android.launcher3], updated namespace: launcher
02-01 11:44:34.424 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:34.424 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [com.android.launcher3]
02-01 11:44:34.424 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:34.424 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:34.424 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:34.427 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/launcher/medium_suggestion_cnt/ENABLE_SMARTSPACE_ENHANCED
/
02-01 11:44:34.441 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.442 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:34.442 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:34.459 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:34.463 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:34.474 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:34.475 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:34.475 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:34.475 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:34.485 1317 1936 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:34.485 1317 1936 D PackageWatchdog: Received supported packages []
02-01 11:44:34.485 1317 1936 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:34.486 1317 2189 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:34.486 1317 2189 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:34.492 1317 2189 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:34.520 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/configuration/AdbWritableFlags__adb_writable_flags_list/
flag/flag_two/
02-01 11:44:34.545 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.606 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:34.617 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:34.618 1317 6548 I RescueParty: Starting to observe: [com.vivo.pem,
android, com.google.android.permissioncontroller, com.google.android.gms,
com.android.settings, com.android.phone, com.android.providers.userdictionary,
com.android.systemui, com.android.bluetooth], updated namespace: privacy
02-01 11:44:34.619 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:34.620 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [com.vivo.pem, android,
com.google.android.permissioncontroller, com.google.android.gms,
com.android.settings, com.android.phone, com.android.providers.userdictionary,
com.android.systemui, com.android.bluetooth]
02-01 11:44:34.620 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:34.620 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:34.625 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:34.636 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
null (pid=-1, uid=-1) requires
com.google.android.apps.youtube.music.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION due
to registered receiver BroadcastFilter{1fac627 10160/u0 ReceiverList{c7ca0e6 12712
com.google.android.apps.youtube.music/10160/u0 remote:b8c4341}}
02-01 11:44:34.640 1317 12706 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.
02-01 11:44:34.650 1317 1317 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/
02-01 11:44:34.651 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:34.651 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:34.655 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:34.660 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:34.678 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:34.681 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:34.681 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:34.681 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:34.682 1317 4262 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:34.698 1317 2134 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:34.698 1317 2134 D PackageWatchdog: Received supported packages []
02-01 11:44:34.698 1317 2134 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:34.700 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.718 1317 1936 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:34.718 1317 1936 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:34.722 1317 1936 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:34.742 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/intelligence_bubbles/intelligence_bubbles_webref_superpac
ks_manifest_version/intelligence_bubbles_webref_superpacks_manifest_url_template/
02-01 11:44:34.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:34.764 1317 2134 I RescueParty: Starting to observe:
[com.google.android.ext.services, android, com.android.systemui], updated
namespace: systemui
02-01 11:44:34.765 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:34.765 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [com.google.android.ext.services, android,
com.android.systemui]
02-01 11:44:34.765 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:34.765 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:34.765 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:34.774 1317 1317 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/
02-01 11:44:34.774 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:34.774 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:34.778 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:34.785 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:34.803 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:34.803 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:34.804 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:34.804 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:34.820 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.823 1317 2134 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:34.823 1317 2134 D PackageWatchdog: Received supported packages []
02-01 11:44:34.823 1317 2134 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:34.826 1317 2134 I RescueParty: Starting to observe: [android],
updated namespace: media
02-01 11:44:34.829 1317 1317 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/
02-01 11:44:34.830 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:34.830 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
02-01 11:44:34.830 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:34.830 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:34.832 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:34.838 1317 6548 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:34.838 1317 6548 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:34.842 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:34.848 1317 6548 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:34.849 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:34.852 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:34.867 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:34.885 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:34.885 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:34.885 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:34.885 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:34.891 1317 6548 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:34.891 1317 6548 D PackageWatchdog: Received supported packages []
02-01 11:44:34.891 1317 6548 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:34.896 1317 6548 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:34.896 1317 6548 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:34.904 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.916 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.917 1317 6548 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:34.923 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.933 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:34.936 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.941 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.942 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.944 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.945 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:34.947 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.026 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.048 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:35.098 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:35.098 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:35.129 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.131 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:35.131 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:35.136 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:35.223 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:35.233 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.240 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:35.240 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:35.250 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:35.272 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:35.288 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:35.314 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:35.323 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.327 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:35.336 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.345 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12594, uid = 10185
02-01 11:44:35.351 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:35.357 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:35.361 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:35.395 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:35.397 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10081, isRmsPreload = false, keepQuiet =false
02-01 11:44:35.439 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.479 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.518 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/notification_assistant/generate_replies/generate_actions/
02-01 11:44:35.542 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.563 1317 2687 I RescueParty: Starting to observe: [android,
com.google.android.permissioncontroller], updated namespace: app_hibernation
02-01 11:44:35.563 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:35.564 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android, com.google.android.permissioncontroller]
02-01 11:44:35.565 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:35.565 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:35.578 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:35.579 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:35.580 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:35.602 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:35.640 1317 1429 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.pushservice uid 10081, isRmsPreload = false, keepQuiet =false
02-01 11:44:35.645 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.645 1317 1317 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/
02-01 11:44:35.683 1317 1936 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:35.690 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:35.693 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:35.695 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:35.697 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:35.697 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:35.697 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:35.702 1317 3278 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:35.702 1317 3278 D PackageWatchdog: Received supported packages []
02-01 11:44:35.702 1317 3278 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:35.706 1317 3278 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:35.706 1317 3278 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:35.716 1317 3278 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:35.757 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.852 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:35.857 1317 1936 I RescueParty: Starting to observe: [android],
updated namespace: window_manager
02-01 11:44:35.857 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:35.857 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
02-01 11:44:35.857 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:35.857 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:35.858 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:35.859 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/window_manager/system_gesture_exclusion_log_debounce_mill
is/splash_screen_exception_list/
02-01 11:44:35.944 1317 1432 D DeviceIdleController: Adding AppId 10081 to temp
whitelist. New entry: true
02-01 11:44:35.944 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10081, delay=10000
02-01 11:44:35.944 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [10081, 10183]
02-01 11:44:35.944 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [10081, 10183]
02-01 11:44:35.955 1317 3278 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10121; state: DISABLED
02-01 11:44:35.957 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:44:36.010 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.082 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.086 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10099; state: DISABLED
02-01 11:44:36.097 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:36.097 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:36.101 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.116 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:36.137 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:36.137 1317 1317 W Looper : Slow dispatch took 277ms main
h=android.os.Handler c=com.android.server.PackageWatchdog$
$ExternalSyntheticLambda8@c14bc9f m=0
02-01 11:44:36.172 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.193 1317 1317 W Looper : Slow delivery took 288ms main
h=android.app.ActivityThread$H c=android.provider.DeviceConfig$
$ExternalSyntheticLambda0@b3fca31 m=0
02-01 11:44:36.213 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.231 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:36.231 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:36.231 1317 1317 W Looper : Drained
02-01 11:44:36.231 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:36.231 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:36.241 1317 2189 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:36.241 1317 2189 D PackageWatchdog: Received supported packages []
02-01 11:44:36.241 1317 2189 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:36.246 1317 2189 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:36.246 1317 2189 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:36.252 1317 2189 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:36.316 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.352 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.362 1317 2134 I RescueParty: Starting to observe:
[com.android.bluetooth], updated namespace: bluetooth
02-01 11:44:36.370 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:36.370 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [com.android.bluetooth]
02-01 11:44:36.370 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:36.370 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:36.370 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:36.375 1317 1317 D BluetoothDeviceConfigListener:
onPropertiesChanged:
scan_timeout_millis='600000',location_denylist_name='',location_denylist_advertisin
g_data='⊈0016AAFE40/00FFFFFFF0,⊆0016AAFE/
00FFFFFF,⊆00FF4C0002/00FFFFFFFF',location_denylist_mac=''
02-01 11:44:36.382 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/bluetooth/location_denylist_mac/location_denylist_adverti
sing_data/location_denylist_name/scan_timeout_millis/
02-01 11:44:36.383 1317 2189 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:44:36.423 1317 2189 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=com.vivo.appstore.PROCESS_CREATE flg=0x10 } from com.vivo.appstore
(pid=12011, uid=10038) to
com.bbk.theme/com.vivo.ad.overseas.downLoad.receiver.AppStoreStartReceiver requires
com.vivo.appstore.permission.process.start
02-01 11:44:36.436 1317 1429 I ActivityManager: Process
com.google.android.apps.youtube.music (pid 12712) has died: cch+5 CEM
02-01 11:44:36.457 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.471 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.481 1317 4262 I RescueParty: Starting to observe: [android,
com.android.systemui], updated namespace: latency_tracker
02-01 11:44:36.483 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:36.483 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android, com.android.systemui]
02-01 11:44:36.483 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:36.483 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:36.484 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:36.500 1317 1941 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:36.508 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:36.562 1317 1941 I RescueParty: Starting to observe: [android],
updated namespace: battery_saver
02-01 11:44:36.570 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:36.571 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
02-01 11:44:36.571 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:36.571 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:36.596 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.601 1317 4262 I RescueParty: Starting to observe: [android],
updated namespace: constrain_display_apis
02-01 11:44:36.602 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:36.602 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
02-01 11:44:36.602 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:36.602 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:36.602 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:36.606 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.649 1317 2189 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.updater
02-01 11:44:36.662 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10121; state: DISABLED
02-01 11:44:36.663 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10121; state: ENABLED
02-01 11:44:36.677 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:44:36.679 1317 1317 W Looper : Slow dispatch took 280ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:44:36.680 1317 1317 W Looper : Slow delivery took 271ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:44:36.690 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/system_scheduler/EnableFastMetricsCollection__dummy_flag/
02-01 11:44:36.703 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.734 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/latency_tracker/enabled/sampling_interval/
02-01 11:44:36.739 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.772 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/battery_saver/location_mode/
02-01 11:44:36.773 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/constrain_display_apis/always_constrain_display_apis/
never_constrain_display_apis_all_packages/never_constrain_display_apis/
02-01 11:44:36.773 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:36.774 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:36.775 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:36.776 1317 2189 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:36.803 1317 1456 W ActivityManager: Slow operation: 155ms so far, now
at startProcess: returned from zygote!
02-01 11:44:36.806 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.814 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:36.815 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.816 1317 1456 W ActivityManager: Slow operation: 167ms so far, now
at startProcess: done updating battery stats
02-01 11:44:36.828 1317 1456 W ActivityManager: Slow operation: 180ms so far, now
at startProcess: building log message
02-01 11:44:36.828 1317 1456 I ActivityManager: Start proc
13064:com.bbk.updater/u0a121 for broadcast
{com.bbk.updater/com.bbk.updater.receiver.AllReceivers}
02-01 11:44:36.828 1317 1456 W ActivityManager: Slow operation: 180ms so far, now
at startProcess: starting to update pids map
02-01 11:44:36.828 1317 1456 W ActivityManager: Slow operation: 180ms so far, now
at startProcess: done updating pids map
02-01 11:44:36.912 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.912 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:36.912 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:36.913 1317 1317 W Looper : Drained
02-01 11:44:36.913 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:36.913 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:36.915 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.917 1317 5741 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:36.917 1317 5741 D PackageWatchdog: Received supported packages []
02-01 11:44:36.917 1317 5741 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:36.918 1317 1429 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:36.918 1317 1429 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:36.921 1317 1429 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:36.930 1317 2189 I RescueParty: Starting to observe: [android],
updated namespace: location
02-01 11:44:36.930 1317 1445 I PackageWatchdog: Syncing state, reason: observing
new packages
02-01 11:44:36.932 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/location/enable_gnss_raw_meas_full_tracking/
ignore_settings_allowlist/adas_settings_allowlist/
02-01 11:44:36.932 1317 1445 D PackageWatchdog: rescue-party-observer added the
following packages to monitor [android]
02-01 11:44:36.932 1317 1445 I PackageWatchdog: Syncing state, reason: updated
observers
02-01 11:44:36.932 1317 1445 I PackageWatchdog: Not pruning observers, elapsed
time: 0ms
02-01 11:44:36.932 1317 1445 I PackageWatchdog: Saving observer state to file
02-01 11:44:36.938 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:36.945 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:36.945 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:36.962 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.ext.services uid 10182, isRmsPreload = false, keepQuiet
=false
02-01 11:44:36.979 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is bound
02-01 11:44:36.979 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:36.979 1317 1317 I ExplicitHealthCheckController: Service not ready
to get health check supported packages. Binding...
02-01 11:44:36.979 1317 1317 I ExplicitHealthCheckController: Not binding to
service, service already connecting
02-01 11:44:36.992 1317 1317 I ExplicitHealthCheckController: Explicit health
check service is connected
ComponentInfo{com.google.android.ext.services/android.ext.services.watchdog.Explici
tHealthCheckServiceImpl}
02-01 11:44:36.993 1317 1317 I ExplicitHealthCheckController: Service
initialized, syncing requests
02-01 11:44:36.993 1317 1317 I PackageWatchdog: Syncing health check requests for
packages: {}
02-01 11:44:36.993 1317 1317 D ExplicitHealthCheckController: Getting health
check supported packages
02-01 11:44:37.013 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.025 1317 2667 I ExplicitHealthCheckController: Explicit health
check supported packages []
02-01 11:44:37.026 1317 2667 D PackageWatchdog: Received supported packages []
02-01 11:44:37.026 1317 2667 D ExplicitHealthCheckController: Getting health
check requested packages
02-01 11:44:37.034 1317 2134 I ExplicitHealthCheckController: Explicit health
check requested packages []
02-01 11:44:37.035 1317 2134 I ExplicitHealthCheckController: No more health
check requests, unbinding...
02-01 11:44:37.059 1317 2134 I ExplicitHealthCheckController: Explicit health
check service is unbound
02-01 11:44:37.072 1317 1431 W Looper : Slow dispatch took 139ms android.fg
h=android.os.Handler c=android.provider.DeviceConfig$
$ExternalSyntheticLambda0@1714747 m=0
02-01 11:44:37.076 1317 1317 V SettingsProvider: Notifying for 0:
content://settings/config/wallpaper_content/G_WALLPAPER_GALLERY/
02-01 11:44:37.094 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:37.097 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:37.100 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:37.116 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.182 1317 1429 W ActivityManager: Slow operation: 80ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:44:37.190 1317 1429 W ActivityManager: Slow operation: 88ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:44:37.191 1317 1429 W ActivityManager: Slow operation: 88ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:44:37.203 1317 1429 W ActivityManager: Slow operation: 100ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:44:37.215 1317 1429 W ActivityManager: Slow operation: 113ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:44:37.219 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.268 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.277 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:37.282 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:37.317 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.356 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.440 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:37.442 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12712, uid = 10160
02-01 11:44:37.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:37.478 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.821 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.823 1317 1317 W Looper : Slow delivery took 233ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:44:37.823 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.824 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.826 1317 5741 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:37.831 1317 1317 W Looper : Drained
02-01 11:44:37.840 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.915 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:37.969 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:38.009 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:38.031 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:38.044 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:38.080 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:38.180 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:38.195 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:44:38.195 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10183, timeNow=379217
02-01 11:44:38.195 1317 1530 D DeviceIdleController: Time to remove uid 10183:
389323
02-01 11:44:38.195 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10183, delay=10106
02-01 11:44:38.230 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:38.234 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:38.244 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:38.246 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:38.247 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:38.256 1317 1941 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:38.286 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:38.298 1317 4262 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.youtube.music
02-01 11:44:38.299 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10160; state: ENABLED
02-01 11:44:38.328 1317 1456 I ActivityManager: Start proc
13155:com.google.android.apps.youtube.music/u0a160 for broadcast
{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.player
.widget.gm3.NowPlayingWidgetProvider}
02-01 11:44:38.351 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:38.382 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:38.404 1317 4262 I _V_VivoCommonService: get info binder pid
is :13064
02-01 11:44:38.420 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:38.423 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:38.426 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:44:38.457 1317 5741 I _V_VivoCommonService: get info binder pid
is :13064
02-01 11:44:38.460 1317 2189 I _V_VivoCommonService: get info binder pid
is :13064
02-01 11:44:38.483 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:38.540 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:38.548 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:38.582 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:38.586 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:38.689 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:38.841 1317 5741 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:38.859 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:38.912 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:38.943 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:38.971 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:38.972 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:39.195 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:39.200 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:39.212 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:39.242 1317 1429 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SYSTEM name:bbk_update_notice value:0
pkg:com.bbk.updater userId:0
02-01 11:44:39.249 1317 1429 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=launcher.action.CHANGE_APPLICATION_NOTIFICATION_NUM flg=0x10
pkg=com.android.launcher3 (has extras) } send by ApplicationInfo{5b4668c
com.bbk.updater} should with permissions for security!!!
02-01 11:44:39.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:39.252 1317 1429 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_update_available value:0
pkg:com.bbk.updater userId:0
02-01 11:44:39.253 1317 1429 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_update_version value:
pkg:com.bbk.updater userId:0
02-01 11:44:39.254 1317 1429 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:vivo_update_patch_type value:0
pkg:com.bbk.updater userId:0
02-01 11:44:39.256 1317 1429 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_GLOBAL name:process_active_update_available value:0
pkg:com.bbk.updater userId:0
02-01 11:44:39.325 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 153619ms
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:39.409 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:39.429 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:39.532 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:39.635 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:39.644 1317 12704 W ActivityManager: Dumping Java threads failed,
initiating native stack dump.
02-01 11:44:39.652 1317 12704 W ActivityManager: Native stack dump failed!
02-01 11:44:39.652 1317 12704 I ActivityManager: Done dumping
02-01 11:44:39.739 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:39.836 1317 12704 E ActivityManager: ANR in com.ss.android.ugc.trill
02-01 11:44:39.836 1317 12704 E ActivityManager: PID: 12436
02-01 11:44:39.836 1317 12704 E ActivityManager: Reason: Broadcast of Intent
{ act=com.google.android.c2dm.intent.RECEIVE flg=0x11000010
pkg=com.ss.android.ugc.trill
cmp=com.ss.android.ugc.trill/com.google.firebase.iid.FirebaseInstanceIdReceiver
(has extras) }
02-01 11:44:39.836 1317 12704 E ActivityManager: Frozen: false
02-01 11:44:39.836 1317 12704 E ActivityManager: Load: 0.0 / 0.0 / 0.0
02-01 11:44:39.836 1317 12704 E ActivityManager: ----- Output from
/proc/pressure/memory -----
02-01 11:44:39.836 1317 12704 E ActivityManager: some avg10=67.06 avg60=48.11
avg300=26.14 total=119243579
02-01 11:44:39.836 1317 12704 E ActivityManager: full avg10=5.16 avg60=5.30
avg300=3.59 total=18456246
02-01 11:44:39.836 1317 12704 E ActivityManager: ----- End output from
/proc/pressure/memory -----
02-01 11:44:39.836 1317 12704 E ActivityManager:
02-01 11:44:39.836 1317 12704 E ActivityManager: ----- Output from cpu online
-----
02-01 11:44:39.836 1317 12704 E ActivityManager: CPU usage from 0ms to 11231ms
later (2025-02-01 11:44:28.421 to 2025-02-01 11:44:39.652):
02-01 11:44:39.836 1317 12704 E ActivityManager: 129% 4393/com.roblox.client:
71% user + 57% kernel / faults: 5095 minor 101 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 87% 1317/system_server: 43%
user + 44% kernel / faults: 5159 minor 393 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 20% 1327/HeapTaskDaemon: 10%
user + 9.8% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 6% 1936/Binder:1317_6: 3.2%
user + 2.8% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 4.3% 1576/InputDispatcher:
2.5% user + 1.7% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 4.1% 1317/system_server: 2.2%
user + 1.9% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 4% 4262/Binder:1317_1C: 2%
user + 2% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 3.8% 1432/android.ui: 1.9%
user + 1.9% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 3.6% 2189/Binder:1317_10:
2.1% user + 1.5% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 3.2% 1429/Binder:1317_2: 1.6%
user + 1.5% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 3.1% 3278/Binder:1317_18:
1.8% user + 1.2% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.6% 1601/WifiHandlerThre:
0.8% user + 1.8% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.4% 1467/OomAdjuster: 0.7%
user + 1.7% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.3% 5741/Binder:1317_1D: 1%
user + 1.3% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.2% 1577/InputReader: 1.1%
user + 1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.2% 6548/Binder:1317_1F:
1.3% user + 0.8% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.1% 2134/Binder:1317_9: 1.1%
user + 1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.1% 2667/Binder:1317_12:
1.1% user + 0.9% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2% 1941/Binder:1317_7: 1.1%
user + 0.8% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.9% 12704/AnrConsumer: 0.3%
user + 1.5% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.1% 2687/Binder:1317_14:
0.5% user + 0.5% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 1% 1445/android.bg: 0.3% user
+ 0.6% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 1% 1538/SettingsProvide: 1%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.8% 1475/batterystats-ha:
0.1% user + 0.6% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.7% 1326/Jit thread pool:
0.2% user + 0.4% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.7% 1625/ConnectivitySer:
0.2% user + 0.4% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.6% 1431/android.fg: 0% user
+ 0.5% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.6% 1528/SensorService: 0.4%
user + 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.5% 1466/rms: 0.1% user +
0.3% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.5% 1596/NetworkStats: 0.2%
user + 0.2% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.5% 1724/VivoAudioRecord:
0.3% user + 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.4% 1599/NetworkPolicy: 0.2%
user + 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.4% 1690/BrightnessLux: 0.2%
user + 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.4% 2188/Binder:1317_F: 0.3%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.3% 1437/watchdog: 0% user +
0.3% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.3% 1455/ActivityManager:
0.1% user + 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.3% 1456/ActivityManager:
0.1% user + 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.3% 1731/VivoAudioSpeake:
0.1% user + 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2% 1328/ReferenceQueueD: 0%
user + 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2% 1329/FinalizerDaemon: 0%
user + 0.2% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2% 1476/vivo_stats: 0% user
+ 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2% 1556/AlarmManager: 0%
user + 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2% 2181/Binder:1317_B: 0.1%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 1434/android.display: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 1447/FreezerManager_: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 1468/NativeOom: 0% user
+ 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 1486/PowerManagerSer: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 1530/jobscheduler.bg: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 1595/hidl_ssvc_poll: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 1600/tworkPolicy.uid: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 1605/VivoWifiFeature: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 1764/WakelockControl: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 3482/NetworkMonitor/: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 1433/android.io: 0% user +
0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 1457/ActivityManager: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 1458/ActivityManager: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 1462/vivo_firewall_t: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 1610/SlaStateMachine: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 1639/VivoMockLocatio: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 1645/AudioService: 0% user
+ 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 1742/VivoWifiWatchdo: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 1743/VivoAudioFocusP: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 1857/ANRManagerServi: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 2975/pool-18-thread-: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 3043/backup-0: 0% user +
0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: +0% 12956/AsyncTask #4: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 72% 9500/dex2oat32: 50% user +
22% kernel / faults: 741 minor 1 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 69% 139/kswapd0: 0% user + 69%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 37%
2774/com.google.android.gms.persistent: 19% user + 17% kernel / faults: 970 minor
79 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 33% 253/exe_cq/0: 0% user + 33%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 26%
539/android.hardware.audio.service.mediatek: 23% user + 2.5% kernel / faults: 165
minor
02-01 11:44:39.836 1317 12704 E ActivityManager: 11% 5243/android.process.media:
5.7% user + 5.9% kernel / faults: 359 minor 100 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 11%
11592/com.facebook.appmanager: 6.2% user + 5.2% kernel / faults: 329 minor 107
major
02-01 11:44:39.836 1317 12704 E ActivityManager: 6.3% 580/audioserver: 3.3% user
+ 2.9% kernel / faults: 389 minor 4 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 5.7% 838/mobile_log_d: 1.1%
user + 4.5% kernel / faults: 96 minor 236 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 4.8% 587/surfaceflinger: 2%
user + 2.8% kernel / faults: 256 minor 19 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 4.3%
10219/com.vivo.imanager:remote: 1.7% user + 2.5% kernel / faults: 761 minor 132
major
02-01 11:44:39.836 1317 12704 E ActivityManager: 3.7% 323/vtsthread0: 0% user +
3.7% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 3.7% 403/logd: 1.5% user + 2.2%
kernel / faults: 36 minor
02-01 11:44:39.836 1317 12704 E ActivityManager: 3.5% 1964/com.vivo.pushservice:
0.6% user + 2.8% kernel / faults: 121 minor 57 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 3.2% 344/kworker/5:1H-kblockd:
0% user + 3.2% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 3.1% 349/kworker/u16:6-
ged_fence: 0% user + 3.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 3.1% 352/kworker/u16:9-
events_unbound: 0% user + 3.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.8% 240/kworker/u16:2-
kverityd: 0% user + 2.8% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.8% 11398/kworker/7:0H-
kblockd: 0% user + 2.8% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.6% 348/kworker/u16:5-
events_unbound: 0% user + 2.6% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.6% 2051/com.android.phone:
0.6% user + 2% kernel / faults: 141 minor 77 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.5% 1750/hif_thread: 0% user +
2.5% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.5% 1751/rx_thread: 0% user +
2.5% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.5%
3114/com.google.android.gms: 0.7% user + 1.7% kernel / faults: 56 minor 18 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.2% 1749/main_thread: 0% user
+ 2.2% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2.1% 350/kworker/u16:7-
kverityd: 0% user + 2.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 2% 1811/com.android.systemui:
0% user + 1.9% kernel / faults: 91 minor 43 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.8% 523/netd: 0.7% user + 1.1%
kernel / faults: 155 minor 19 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.8%
542/[email protected]: 0.5% user + 1.3% kernel /
faults: 150 minor 7 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.8% 11177/kworker/6:0H-
kblockd: 0% user + 1.8% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.7% 329/kworker/4:1H-kblockd:
0% user + 1.7% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.6% 754/kworker/6:2H-kblockd:
0% user + 1.6% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.5% 1/init: 0.1% user + 1.3%
kernel / faults: 45 minor 9 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.5% 7/kworker/u16:0-kverityd:
0% user + 1.5% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.5% 522/statsd: 0.3% user +
1.1% kernel / faults: 13 minor
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.5% 1779/com.vivo.abe: 0.4%
user + 1.1% kernel / faults: 35 minor 24 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.5%
2280/com.bbk.updater:remote: 0.7% user + 0.8% kernel / faults: 17 minor 9 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.4%
2408/com.android.launcher3: 0.1% user + 1.2% kernel / faults: 34 minor 22 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.4% 11315/kworker/3:0H-
kblockd: 0% user + 1.4% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.4% 11391/kworker/2:1H-
kblockd: 0% user + 0.4% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.3% 2098/com.vivo.rms: 0.5%
user + 0.8% kernel / faults: 58 minor 24 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.2% 404/lmkd: 0.4% user + 0.8%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.2% 2244/com.vivo.pem: 0.5%
user + 0.7% kernel / faults: 107 minor 11 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.2%
12569/com.google.process.gservices: 0.3% user + 0.9% kernel / faults: 47 minor 16
major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.2%
2153/com.google.android.ext.services: 0.6% user + 0.5% kernel / faults: 71 minor 8
major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.2%
2980/com.google.android.inputmethod.latin: 0% user + 1.2% kernel / faults: 20 minor
14 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 1.2% 11395/kworker/0:0H-
kblockd: 0% user + 1.2% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.9% 524/zygote: 0% user + 0.9%
kernel / faults: 585 minor 176 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.8% 191/spi3: 0% user + 0.8%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.8% 351/kworker/u16:8-
pvr_misr: 0% user + 0.8% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.9% 3588/com.android.vending:
0% user + 0.9% kernel / faults: 14 minor 12 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.8%
555/[email protected]: 0.1% user + 0.6% kernel /
faults: 59 minor 13 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.8% 1176/mtkfusionrild: 0%
user + 0.8% kernel / faults: 7 minor 28 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.7% 5/kworker/0:0-lt_wq: 0%
user + 0.7% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.7% 116/kworker/3:1-events: 0%
user + 0.7% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.7% 335/kworker/5:1-events: 0%
user + 0.7% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.7% 346/kworker/u16:3-
kverityd: 0% user + 0.7% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.7%
900/[email protected]: 0.2% user + 0.4% kernel / faults: 46
minor
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.6% 319/kworker/6:1-events: 0%
user + 0.6% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.6%
1741/[email protected]: 0% user + 0.5% kernel / faults: 9
minor 18 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.6% 3608/kworker/4:2-kdmflush:
0% user + 0.6% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.6% 11386/kworker/1:0H-
kblockd: 0% user + 0.6% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.6% 12500/kworker/2:0-events:
0% user + 0.6% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.5% 336/kworker/7:1-events: 0%
user + 0.5% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.5%
547/[email protected]: 0% user + 0.4% kernel /
faults: 95 minor 6 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.5%
2019/com.vivo.daemonService: 0% user + 0.5% kernel / faults: 27 minor 12 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 367/kworker/1:1H-kblockd: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.4% 405/servicemanager: 0%
user + 0.3% kernel / faults: 1130 minor 118 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.4% 468/keystore2: 0.1% user +
0.2% kernel / faults: 8 minor 6 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.4%
3018/com.android.providers.media.module: 0% user + 0.3% kernel / faults: 11 minor
14 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.3% 24/kworker/2:0H-kblockd:
0% user + 0.3% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.3%
123/kworker/u16:1+cmdq_auto_release_threa: 0% user + 0.3% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.3% 406/hwservicemanager: 0%
user + 0.3% kernel / faults: 108 minor 218 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.3% 2665/com.vivo.upslide: 0%
user + 0.2% kernel / faults: 21 minor 17 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.3% 11692/kworker/1:0-
mm_percpu_wq: 0% user + 0.3% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2% 204/disp_idlemgr: 0% user
+ 0.2% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2% 211/present_fence_w: 0%
user + 0.2% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2% 265/kworker/1:2-
events_freezable: 0% user + 0.2% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2%
544/[email protected]: 0% user + 0.1% kernel / faults: 182 minor
137 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2%
2083/com.vivo.appfilter:service: 0% user + 0.2% kernel / faults: 9 minor 10 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2% 3201/wpa_supplicant: 0%
user + 0.2% kernel / faults: 250 minor 241 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.2%
3421/com.android.bluetooth: 0.2% user + 0% kernel / faults: 17 minor 9 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 10/rcu_preempt: 0% user +
0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 17/ksoftirqd/1: 0% user +
0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 195/pbm: 0% user + 0.1%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 198/chre_kthread: 0% user
+ 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 250/tee_worker/3: 0% user +
0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 302/dlpt_notify_thr: 0%
user + 0.1% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 495/tombstoned: 0% user +
0.1% kernel / faults: 101 minor 153 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 551/merged_hal_service: 0%
user + 0.1% kernel / faults: 8 minor 8 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1%
579/[email protected]: 0% user + 0.1% kernel / faults: 9 minor
7 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 846/wificond: 0% user +
0.1% kernel / faults: 9 minor 6 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 899/mtk_agpsd: 0% user + 0%
kernel / faults: 5 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0.1% 1007/gsm0710muxd: 0% user
+ 0% kernel / faults: 2 minor 5 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 9/ksoftirqd/0: 0% user + 0%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 22/ksoftirqd/2: 0% user + 0%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 27/ksoftirqd/3: 0% user + 0%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 31/migration/4: 0% user + 0%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 32/ksoftirqd/4: 0% user + 0%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 37/ksoftirqd/5: 0% user + 0%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 47/ksoftirqd/7: 0% user + 0%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 246/tee_irq_bh: 0% user + 0%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 408/psimon: 0% user + 0%
kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 0%
469/[email protected]: 0% user + 0% kernel / faults:
119 minor 68 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 529/iptables-restore: 0%
user + 0% kernel / faults: 120 minor 101 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 530/ip6tables-restore: 0%
user + 0% kernel / faults: 133 minor 88 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0%
554/[email protected]: 0% user + 0% kernel / faults: 6
major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 601/mcDriverDaemon: 0% user
+ 0% kernel / faults: 18 minor 4 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 718/traced_probes: 0% user +
0% kernel / faults: 1 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 772/mnld: 0% user + 0%
kernel / faults: 1 minor 6 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 777/vivo_daemon: 0% user +
0% kernel / faults: 8 minor 10 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 804/vtservice: 0% user + 0%
kernel / faults: 6 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 816/installd: 0% user + 0%
kernel / faults: 1 minor 1 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 878/thermal: 0% user + 0%
kernel / faults: 31 minor 116 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0%
2804/com.google.android.apps.wellbeing: 0% user + 0% kernel / faults: 4 minor 8
major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 3506/android.process.acore:
0% user + 0% kernel / faults: 5 minor 7 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0%
4017/com.android.providers.calendar: 0% user + 0% kernel / faults: 4 minor 8 major
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% 6292/com.android.bbklog: 0%
user + 0% kernel / faults: 4 minor 8 major
02-01 11:44:39.836 1317 12704 E ActivityManager: +0%
12774/com.bbk.iqoo.logsystem: 0% user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: +0% 12894/com.vivo.cota: 0% user
+ 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: +0% 13064/com.bbk.updater: 0%
user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: +0%
13155/com.google.android.apps.youtube.music: 0% user + 0% kernel
02-01 11:44:39.836 1317 12704 E ActivityManager: 96% TOTAL: 41% user + 53% kernel
+ 1.7% iowait + 0.2% softirq
02-01 11:44:39.836 1317 12704 E ActivityManager: CPU usage from 369443ms to
369443ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake:
02-01 11:44:39.836 1317 12704 E ActivityManager: 0% TOTAL: 0% user + 0% kernel
02-01 11:44:39.842 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:39.843 1317 1936 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:39.886 1317 12704 I ActivityManager: Killing
0:com.ss.android.ugc.trill/u0a183 (adj -10000): bg anr
02-01 11:44:39.888 1317 12704 D ActivityManager: Completed ANR of
com.ss.android.ugc.trill in 11585ms, latency 16ms
02-01 11:44:39.945 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:39.984 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:40.065 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:40.148 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:40.148 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:40.169 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:40.254 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } from
null (pid=-1, uid=-1) requires
com.google.android.apps.youtube.music.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION due
to registered receiver BroadcastFilter{2f0e07b 10160/u0 ReceiverList{674200a 13155
com.google.android.apps.youtube.music/10160/u0 remote:4eb7875}}
02-01 11:44:40.257 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:40.287 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:40.288 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:40.392 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:40.398 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:40.399 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:40.443 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:40.443 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:40.456 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:40.456 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:40.495 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:40.606 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:40.607 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:40.710 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:40.809 1317 1429 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:13155 callingUid:10160
02-01 11:44:40.813 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:40.845 1317 1936 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:40.900 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:40.982 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:41.028 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:41.051 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:41.092 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:41.092 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:41.166 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:41.559 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:41.561 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:41.563 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:41.566 1317 1317 W Looper : Slow delivery took 241ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:44:41.571 1317 1317 W Looper : Drained
02-01 11:44:41.602 1317 5536 I DropBoxManagerService: add tag=data_app_anr
isTagEnabled=true flags=0x6
02-01 11:44:41.725 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:41.828 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:41.847 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:41.922 1317 1455 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
02-01 11:44:41.931 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:41.950 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:41.963 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:42.060 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:42.123 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:42.351 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:42.370 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:42.551 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:42.653 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:42.756 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:42.848 1317 3278 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:42.850 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:42.850 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:42.860 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:42.880 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:42.904 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:44:43.281 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:43.393 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:43.496 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:43.496 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:43.496 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:44:43.585 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~87NWSAeK4GVbvv-pMeYJ3Q==/com.google.android.apps.youtube.music-
GMKkfw9pcHEN-dAgrmZJRw==/base.apk
02-01 11:44:43.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:43.688 1317 3278 D JobServiceContext: doCallback of :
JobStatus{d525b2a #u0a99/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10099 TIME=none:-54s171ms READY} v:VERB_EXECUTING
02-01 11:44:43.690 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:43.696 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:44:43.696 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:44:43.699 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.starmakerinteractive.starmaker mWorkingState
isCheckDownload false
02-01 11:44:43.737 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:43.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:43.830 1317 3278 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:43.848 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:43.850 1317 1936 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:43.878 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:44:43.951 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.054 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.158 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.261 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.364 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 158661ms
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:44.458 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:44.467 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.570 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.641 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.651 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:44.655 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.673 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.777 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.790 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:44:44.848 1317 3087 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4838} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (133
skipped)
02-01 11:44:44.852 1317 3087 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:44.880 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:44.983 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.035 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.youtube.music
className:androidx.media.session.MediaButtonReceiver newState:1 userId:0
callingPackage:null callingUid:10160 callingPid:13155
02-01 11:44:45.086 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.098 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.apps.youtube.music
className:com.google.android.apps.youtube.music.player.widget.gm3.NowPlayingWidgetP
rovider newState:1 userId:0 callingPackage:null callingUid:10160 callingPid:13155
02-01 11:44:45.099 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:45.189 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.292 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.396 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.458 1317 1429 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.apps.youtube.music uid 10160, isRmsPreload = false,
keepQuiet =false
02-01 11:44:45.482 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.499 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:45.602 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.644 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.647 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.680 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.705 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.808 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.854 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:45.929 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:45.978 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:44:45.978 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10081, timeNow=387000
02-01 11:44:45.978 1317 1530 D DeviceIdleController: Removing uid 10081 from temp
whitelist
02-01 11:44:45.980 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10183]
02-01 11:44:46.003 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10183]
02-01 11:44:46.011 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:44:46.026 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:44:46.032 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:46.099 1317 13328 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.135 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:46.238 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:46.443 1317 13330 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:46.455 1317 13331 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.485 1317 13332 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.499 1317 13333 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.508 1317 13334 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.537 1317 13336 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.537 1317 13335 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.558 1317 13337 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.569 1317 13338 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.573 1317 13339 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.585 1317 13340 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.594 1317 13341 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.615 1317 13342 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.631 1317 13343 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.632 1317 13344 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.642 1317 13345 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.670 1317 13346 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.687 1317 13347 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.688 1317 13348 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.710 1317 13349 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.715 1317 13350 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.720 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:46.738 1317 13351 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.750 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:46.770 1317 13353 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.787 1317 13352 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.808 1317 13354 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.823 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:46.824 1317 13355 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.849 1317 13356 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.857 1317 3087 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:46.859 1317 13357 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.863 1317 13358 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.882 1317 13359 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.919 1317 13360 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:46.926 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:46.935 1317 13361 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:44:47.029 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:47.050 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:47.296 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:47.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:47.399 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:47.502 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:47.567 1317 3087 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:13155 callingUid:10160
02-01 11:44:47.606 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:47.709 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:47.812 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:47.865 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:47.915 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:47.951 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:47.993 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.018 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.063 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.121 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.225 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.250 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:48.253 1317 3278 D JobServiceContext: doCallback of :
JobStatus{30b45e8 #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-57s297ms READY} v:VERB_EXECUTING
02-01 11:44:48.253 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.341 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:44:48.341 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10183, timeNow=389363
02-01 11:44:48.341 1317 1530 D DeviceIdleController: Removing uid 10183 from temp
whitelist
02-01 11:44:48.341 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to []
02-01 11:44:48.343 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to []
02-01 11:44:48.345 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.348 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:44:48.449 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.455 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:44:48.538 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:44:48.552 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.655 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.699 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:48.758 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.861 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:48.867 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:48.964 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:49.067 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:49.150 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:49.170 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:49.274 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:49.377 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 163712ms
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:49.481 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:49.488 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:49.592 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:49.695 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:49.850 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:49.868 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:49.970 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:50.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:50.159 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:50.331 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:50.434 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:50.500 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:50.537 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:50.641 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:50.761 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:50.869 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:50.881 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:50.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:50.984 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:51.087 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:51.191 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:51.363 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:51.466 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:51.569 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:51.672 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:51.775 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:51.850 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:51.873 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:51.879 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:51.982 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:52.086 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:52.189 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:52.292 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:52.395 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:52.498 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:52.601 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:52.704 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:52.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:52.808 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:52.874 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:52.911 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:53.014 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:53.049 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:53.117 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:53.220 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:53.324 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:53.427 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:53.499 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:44:53.530 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:53.633 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:53.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:53.736 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:53.839 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:53.875 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:53.943 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:54.123 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:54.265 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:54.355 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:54.458 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 168736ms
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:54.491 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:54.988 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:54.993 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:54.996 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:54.997 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:54.998 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:55.001 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:55.006 1317 1317 W Looper : Slow delivery took 430ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:44:55.008 1317 1431 W Looper : Slow dispatch took 515ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:44:55.008 1317 1317 W Looper : Drained
02-01 11:44:55.009 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:55.097 1317 1429 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4865} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (37
skipped)
02-01 11:44:55.112 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:55.267 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:55.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:55.370 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:55.448 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:55.473 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:55.576 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:55.680 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:55.783 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:55.886 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:55.989 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:55.998 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:56.092 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:56.195 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:56.299 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:56.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:56.402 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:56.505 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:56.608 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:56.711 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:56.814 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:56.918 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:56.999 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:57.021 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:57.124 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:57.227 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:57.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:57.330 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:57.451 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:57.571 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:57.726 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:57.829 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:57.932 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:58.001 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:58.040 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:58.043 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:58.091 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:58.138 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:58.149 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:58.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.067568; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:58.241 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:58.345 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:58.448 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:58.551 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:58.663 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:58.772 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:44:58.772 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:44:58.774 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.ss.android.ugc.trill mWorkingState isCheckDownload
false
02-01 11:44:58.878 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:58.981 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:59.002 1317 1936 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:44:59.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:44:59.084 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:59.187 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:59.200 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:44:59.308 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:59.428 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 173738ms
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:44:59.494 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:44:59.531 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:59.634 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:59.738 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:59.841 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:59.944 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:44:59.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:00.005 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:00.047 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:00.099 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:00.150 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:00.253 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:00.357 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:00.460 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:00.563 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:00.666 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:00.700 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:00.770 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:00.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:00.872 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:00.976 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:01.006 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:01.080 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:01.148 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:01.182 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:01.285 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:01.389 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:01.492 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:01.595 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:01.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:01.698 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:01.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:01.801 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:01.905 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:02.008 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:02.009 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:02.111 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:02.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:02.214 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:02.352 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:02.455 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:02.558 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:02.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:02.678 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:02.833 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:02.953 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.010 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:03.057 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.160 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.295 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.307 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.314 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.410 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.513 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:03.616 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.720 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.822 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.926 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:03.948 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:45:03.948 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:45:03.949 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.facebook.lite mWorkingState isCheckDownload false
02-01 11:45:04.000 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:04.011 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:04.029 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:04.209 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:04.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 178748ms
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:45:04.503 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:45:04.510 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:04.614 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:04.716 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:04.820 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:04.923 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:05.012 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:05.034 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:05.049 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:05.350 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:05.679 1317 2687 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4870} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (5
skipped)
02-01 11:45:05.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:06.013 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:06.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:06.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:06.462 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:06.565 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:06.668 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:06.780 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:07.015 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:07.038 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:07.141 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:07.150 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:07.244 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:07.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:07.648 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:08.016 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:08.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:08.054 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:08.064 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:08.463 1317 13374 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:45:08.594 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:08.835 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:08.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:08.955 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.017 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.021 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:09.031 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.058 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.256 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.275 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.368 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.394 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.471 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 183752ms
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:45:09.507 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:45:09.574 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.709 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.726 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.763 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:09.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:10.031 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:10.099 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:10.288 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:10.391 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:10.449 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:10.494 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:10.666 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:10.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:10.821 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:11.032 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:11.062 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:11.191 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:11.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:11.345 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:11.449 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:11.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:11.654 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:11.827 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:12.033 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:12.036 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:12.136 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:12.240 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:12.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:12.799 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:13.037 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:13.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:13.555 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:13.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:14.042 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:14.089 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:14.192 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:14.295 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:14.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 188754ms
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:45:14.509 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:45:14.742 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:14.853 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:14.956 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:15.043 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:15.060 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:15.099 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:15.163 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:15.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:15.266 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:15.369 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:15.473 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:15.576 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:15.897 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:15.997 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:15.999 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:16.045 1317 3087 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:16.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:16.497 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:16.616 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:16.754 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:16.857 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:16.961 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:17.047 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:17.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:17.064 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:17.948 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:18.049 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:18.060 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:18.072 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:18.165 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:18.267 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:18.370 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:18.473 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:18.497 1317 2687 I _V_VivoAmsUtils: AMS dump
callingPid=13384 ,callingUid=0 ,callerPkgName=null
02-01 11:45:18.577 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:18.680 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:18.787 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:18.929 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:18.952 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:18.990 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:19.052 1317 3087 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:19.093 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:19.123 1317 2687 I _V_VivoAmsUtils: end ams dump.
02-01 11:45:19.196 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:19.656 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:19.662 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:19.665 1317 1317 W Looper : Slow delivery took 314ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:45:19.666 1317 1317 W Looper : Drained
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 193757ms
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:45:19.668 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:45:19.750 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:19.750 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:20.056 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:20.298 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:20.399 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:20.500 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:20.503 1317 3087 I _V_ActivityManager: dump meminfo from callingpid:
13422 callingUid:0
02-01 11:45:20.655 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:21.058 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:21.399 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:21.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:21.914 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:22.060 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:22.449 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:22.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:22.911 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:23.013 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:23.062 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:23.116 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:23.220 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:23.331 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:23.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:23.434 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:23.538 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:24.046 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:24.063 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:24.148 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:24.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:24.253 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:24.254 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:24.354 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:24.458 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:24.561 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:24.664 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 198936ms
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:45:24.693 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:45:24.767 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:24.850 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:24.870 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:24.982 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:25.064 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:25.094 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:25.150 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:25.205 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:25.300 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:25.395 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:25.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:25.766 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:45:25.869 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:26.023 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:26.053 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:26.068 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:26.126 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:26.229 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:26.332 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:26.444 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:26.501 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:26.547 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:26.650 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:26.754 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:26.857 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:26.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:26.960 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:27.063 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:27.070 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:27.166 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:27.269 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:27.372 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:27.399 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:27.476 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:27.596 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:27.699 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:27.803 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:27.861 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:27.906 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:28.071 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:28.081 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:28.122 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:28.181 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:28.284 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:28.387 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:28.674 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:28.677 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:28.691 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:28.692 1317 1317 W Looper : Slow dispatch took 200ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:45:28.705 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:28.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:28.947 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:29.077 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:29.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 203952ms
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:45:29.711 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:45:30.078 1317 3087 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:30.134 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:30.236 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:30.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:30.339 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:30.443 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:30.545 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:30.549 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:30.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:30.649 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:30.752 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:30.855 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:30.966 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:30.968 1317 2687 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4881} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (14
skipped)
02-01 11:45:31.070 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:31.083 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:31.173 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:31.276 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:31.388 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:31.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:31.491 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:31.594 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:31.698 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:32.085 1317 1429 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:32.188 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:32.291 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:32.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:32.394 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:32.531 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:32.635 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:32.755 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:32.858 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:32.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:33.004 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:33.086 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:33.116 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:33.220 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:33.251 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:33.322 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:33.426 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:33.529 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:33.632 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:33.735 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:33.839 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:33.942 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:33.999 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:34.045 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:34.089 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:34.148 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:34.150 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:34.188 1317 3087 I ProcessStatsService: Added stats: 2025-02-01-02-
21-41, over +8h4m23s865ms
02-01 11:45:34.236 1317 3087 I ProcessStatsService: Added stats: 2025-01-31-20-
12-28, over +6h9m12s802ms
02-01 11:45:34.251 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:34.262 1317 3087 I ProcessStatsService: Added stats: 2025-01-31-18-
07-09, over +45m6s114ms
02-01 11:45:34.302 1317 3087 I ProcessStatsService: Added stats: 2025-01-31-14-
59-30, over +3h7m39s607ms
02-01 11:45:34.337 1317 3087 I ProcessStatsService: Added stats: 2025-01-31-11-
57-05, over +3h2m25s21ms
02-01 11:45:34.354 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:34.359 1317 3087 I ProcessStatsService: Added stats: 2025-01-31-01-
22-39, over +8h8m12s968ms
02-01 11:45:34.457 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:34.552 1317 3087 I ProcessStatsService: Added stats: 2025-02-01-02-
21-41, over +8h4m23s865ms
02-01 11:45:34.561 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.017 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.019 1317 1317 W Looper : Slow delivery took 355ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:45:35.020 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.020 1317 1317 W Looper : Drained
02-01 11:45:35.021 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.023 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.086 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:35.087 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:35.090 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:35.103 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 208984ms
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:45:35.105 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:45:35.206 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.312 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.383 1317 3087 D _V_DisplayManagerService: DMS.BinderService.dump:
callingPid= 13488, callingUid= 0
02-01 11:45:35.484 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.505 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:35.516 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.619 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.722 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.833 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.937 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:35.951 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:36.057 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:36.111 1317 3087 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:36.177 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:36.250 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:36.289 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:36.392 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:36.496 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:36.599 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:36.710 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:36.807 1317 3087 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:45:36.831 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:36.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:36.934 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:37.109 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:45:37.113 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:37.120 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:45:37.210 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:37.631 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:37.733 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:37.750 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:37.838 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:37.940 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.043 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.115 1317 3087 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:38.136 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.152 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.224 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.250 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.353 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.456 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.559 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.650 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:38.662 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.766 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.869 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:38.972 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:39.075 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:39.117 1317 3087 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:39.178 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:39.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:39.290 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:39.393 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:39.496 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:39.549 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:45:39.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:39.599 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:39.702 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:39.806 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:39.909 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:40.012 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:40.115 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:40.118 1317 3087 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 214399ms
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:45:40.155 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:45:40.219 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:40.322 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:40.425 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:40.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:40.528 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:40.631 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:40.734 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:40.838 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:40.941 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:41.044 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:41.120 1317 2189 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:41.164 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:41.302 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:41.348 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:41.405 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:41.508 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:41.611 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:41.714 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:41.817 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:41.920 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:42.041 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:42.122 1317 2189 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:42.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:42.673 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:42.773 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:42.875 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:42.914 1317 1455 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4883} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (3
skipped)
02-01 11:45:43.049 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:43.070 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:43.124 1317 2189 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:43.146 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10154; state: ENABLED
02-01 11:45:43.149 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:43.151 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:43.178 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:43.181 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:43.187 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:43.192 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:43.197 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:43.449 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:43.616 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:43.718 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:43.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:43.821 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:43.924 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:44.027 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:44.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:44.126 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:44.139 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:44.242 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:44.346 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:44.561 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:44.672 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:44.905 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:44.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:45.008 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:45.128 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 219415ms
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:45:45.170 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:45:45.700 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:45.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:45.935 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:45:45.938 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.039 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.129 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:46.142 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.263 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.366 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.478 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.594 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.615 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.666 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.719 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.750 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:46.849 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.865 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:46.873 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:47.002 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:47.123 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:47.130 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:47.313 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:47.349 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:47.415 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:47.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:47.690 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:47.811 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:48.131 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:48.176 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:48.191 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:48.549 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:48.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:48.568 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:48.670 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:48.774 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:48.877 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:48.980 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:49.083 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:49.133 1317 1941 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:49.187 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:49.290 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:49.393 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:49.448 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:49.496 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:49.600 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:49.703 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:49.806 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:49.918 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:50.020 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:50.123 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:50.135 1317 1941 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 224427ms
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:45:50.183 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:45:50.236 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:50.347 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:50.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:50.450 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:50.553 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:50.657 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:50.760 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:51.136 1317 1941 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:51.224 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:51.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:51.344 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:51.448 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:51.585 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:52.137 1317 1941 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:52.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:52.549 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:52.651 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:52.754 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:52.858 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:52.961 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:53.050 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:53.064 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:53.140 1317 1941 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:53.228 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:53.331 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:53.349 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:53.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:54.099 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:54.142 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:54.398 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:54.500 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:54.603 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:54.706 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:54.810 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:54.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:54.936 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:54.999 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:45:55.016 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:55.127 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:55.663 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: PackageManager(tid=86)
blocked for 229431ms
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: now stack trace:
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transactNative(Native Method)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
android.os.BinderProxy.transact(BinderProxy.java:595)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
android.os.IInstalld$Stub$Proxy.dexopt(IInstalld.java:1599)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.Installer.dexopt(Installer.java:523)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.dexOptPath(PackageDexOptimizer.java:374)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:
299)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageDexOptimizer.performDexOpt(PackageDexOptimizer.java:18
9)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.executePostCommitSteps(PackageManagerSe
rvice.java:21868)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesLI(PackageManagerService
.java:21619)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.installPackagesTracedLI(PackageManagerS
ervice.java:20693)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService.lambda$processInstallRequestsAsync$49$P
ackageManagerService(PackageManagerService.java:18694)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.pm.PackageManagerService$$ExternalSyntheticLambda59.run(Unknown
Source:6)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.handleCallback(Handler.java:938)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Handler.dispatchMessage(Handler.java:99)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loopOnce(Looper.java:233)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
android.os.Looper.loop(Looper.java:334)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
android.os.HandlerThread.run(HandlerThread.java:67)
02-01 11:45:55.663 1317 1437 W _V_VivoWatchdogImpl: at
com.android.server.ServiceThread.run(ServiceThread.java:44)
02-01 11:45:55.664 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:55.666 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:55.668 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:55.669 1317 3276 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:55.670 1317 1317 W Looper : Slow delivery took 388ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:45:55.670 1317 1317 W Looper : Drained
02-01 11:45:55.670 1317 1434 W Looper : Slow dispatch took 336ms android.display
h=com.android.server.wm.VivoWmsImpl$4 c=com.android.server.wm.VivoWmsImpl$8@92b5932
m=0
02-01 11:45:55.672 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:45:55.738 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:55.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:55.850 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:56.030 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:56.127 1317 1594 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 24, .batteryVoltage = 3704, .batteryTemperature =
356, .batteryCurrent = -706, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 93000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:45:56.129 1317 1594 D VivoBatteryService: INCOME SUCCESS
02-01 11:45:56.169 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:56.196 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:45:56.196 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:45:56.197 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:45:56.198 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:45:56.208 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:45:56.271 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:56.375 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:56.478 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:56.581 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:56.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:56.672 1317 2189 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:56.684 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:56.787 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:56.891 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:56.994 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:57.097 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:57.200 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:57.303 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:57.406 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:57.509 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:57.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:57.613 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:57.674 1317 1941 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:57.716 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:57.819 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:57.931 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.034 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.137 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.189 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.217 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.241 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.344 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.447 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.453 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:58.550 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.653 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.675 1317 1941 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:45:58.744 1317 1941 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #4887} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (7
skipped)
02-01 11:45:58.756 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.859 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:58.962 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:59.066 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:59.169 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:59.272 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:59.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:45:59.375 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:59.479 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:59.582 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:59.685 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:59.788 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:59.891 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:45:59.994 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:00.098 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:00.178 1317 1506 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:00.200 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:00.254 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:00.304 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:00.355 1317 1506 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: true
02-01 11:46:00.355 1317 1506 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10154, delay=17000
02-01 11:46:00.355 1317 1506 D DeviceIdleController: Setting activity manager
temp whitelist to [10154]
02-01 11:46:00.365 1317 1506 D DeviceIdleController: Setting wakelock temp
whitelist to [10154]
02-01 11:46:00.370 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:46:00.386 1317 1506 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:46:00.389 1317 1432 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:46:00.402 1317 13559 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:00.407 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:00.408 1317 1506 I PackageManager: MSG_FLUSH_IDLE_DEXOPT_APP_TO_DISK
02-01 11:46:00.409 1317 1506 D PackageManager: getIdleDexoptAppSet:
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite, com.facebook.services,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.facebook.katana,
com.google.android.apps.youtube.music, com.google.android.inputmethod.latin}
02-01 11:46:00.415 1317 13560 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:00.431 1317 13561 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:00.442 1317 13562 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:00.443 1317 1506 I PackageManager: startCopy UserHandle{0}:
InstallParams{b2778fe file=/data/app/vmdl892834954.tmp}
02-01 11:46:00.453 1317 13563 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:00.510 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:00.549 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:46:00.556 1317 1506 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: true
02-01 11:46:00.556 1317 1506 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10153, delay=17000
02-01 11:46:00.556 1317 1506 D DeviceIdleController: Setting activity manager
temp whitelist to [10153, 10154]
02-01 11:46:00.561 1317 1506 D DeviceIdleController: Setting wakelock temp
whitelist to [10153, 10154]
02-01 11:46:00.561 1317 1530 D DeviceIdleController: handleMessage(14)
02-01 11:46:00.562 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:46:00.569 1317 1506 D _V_PackageManager: handlePackagePostInstall
com.facebook.system com.facebook.katana isUpdate:true originating=null
02-01 11:46:00.569 1317 1506 D _V_PackageManager: pms-
pkgState:pkg=com.facebook.katana,userId=0,installed=true,hidden=false,suspended=fal
se,enabled=0,lastDisableAppCaller=com.facebook.system,vHidden=1
02-01 11:46:00.586 1317 1432 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:46:00.589 1317 1506 V _V_VivoPmsImpl: refreshThirdLauncherPkgNames
mPms.mThirdLauncherNames:[]
02-01 11:46:00.594 1317 1506 D _V_VivoPmsImpl: --- install_resource:
com.facebook.system IsInstallSilence: true installResourceVersion: 115.0.13
02-01 11:46:00.595 1317 1506 I _V_VivoPKMSUtils: isOVsea true deviceBC true
install, check something...
02-01 11:46:00.631 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:00.634 1317 1503 I _V_PKMSCommonUtils: wifi is working.
02-01 11:46:00.672 1317 1506 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/app/~~DYAQebGnEct0CuCr57186w==/com.facebook.katana-ZybNm4t-
5CnNzLtfnfwhJg==
02-01 11:46:00.687 1317 1503 I _V_VivoPKMSUtils: pkgInfoMap:
{versionName=498.0.0.54.74, versionCode=458618330}
02-01 11:46:00.688 1317 1503 I _V_VivoPKMSUtils: pkgInfoMap:
{versionName=115.0.13, versionCode=674463269}
02-01 11:46:00.691 1317 1503 I _V_VivoPKMSUtils: com.facebook.system false false
02-01 11:46:00.692 1317 1503 I _V_VivoPKMSUtils: com.facebook.system install
com.facebook.katana
02-01 11:46:00.694 1317 1503 W _V_PackageManager: ## return empyt for Intent
{ act=vivo.intent.action.BEHAVIOR_APPSTORE_PACKAGE_INSTALLED flg=0x4000010
pkg=com.bbk.appstore (has extras) } pkgName:com.bbk.appstore
02-01 11:46:00.695 1317 1503 W _V_PackageManager: ## return empyt for Intent
{ act=vivo.intent.action.PACKAGE_INSTALLED flg=0x4000010 pkg=com.vivo.assistant }
pkgName:com.vivo.assistant
02-01 11:46:00.734 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:00.741 1317 1432 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: false
02-01 11:46:00.743 1317 1581 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10153; state: DISABLED
02-01 11:46:00.833 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.833 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.834 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.834 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.835 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.835 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.836 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.836 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.837 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.838 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.839 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.839 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.840 1317 1506 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: pkg removed
02-01 11:46:00.840 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.840 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.841 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.841 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.843 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.843 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.844 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.844 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.845 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.845 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.846 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.846 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.848 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.848 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
2.533784; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:00.849 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.849 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.850 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.850 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.851 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.851 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.852 1317 1506 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:46:00.853 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.853 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.854 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.854 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.855 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.855 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.857 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.857 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.858 1317 1581 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:00.858 1317 1581 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:00.878 1317 1515 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=request_complete cat=[708474270] flg=0x10
pkg=com.facebook.system
cmp=com.facebook.system/com.facebook.oxygen.installer.core.InstallationManagerCallb
ackReceiver (has extras) } send by ApplicationInfo{dd59f28 com.facebook.system}
should with permissions for security!!!
02-01 11:46:00.889 1317 1506 I ActivityManager: Force stopping
com.facebook.katana appid=10205 user=0: pkg removed
02-01 11:46:00.893 1317 1506 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:46:00.903 1317 1317 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: true
02-01 11:46:00.903 1317 1317 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=30000
02-01 11:46:00.903 1317 1317 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10153, 10154]
02-01 11:46:00.906 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:00.908 1317 1561 D _V_SplashStoreUtils: receive PackageRemoved!
02-01 11:46:00.921 1317 1561 I _V_SplashStoreUtils: deleteSplash success.
packageName:com.facebook.katana
02-01 11:46:00.950 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorRec
eiverImpl$RegisteredReceiver
02-01 11:46:00.950 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgro
undPackageMonitorReceiverImpl$RegisteredReceiver
02-01 11:46:00.950 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppR
emoveMonitor
02-01 11:46:00.950 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.google.android.apps.maps/com.google.android.libraries.social.peoplekit.thirdpar
ty.viewcontrollers.ThirdPartyReceiver
02-01 11:46:01.010 1317 1317 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10153, 10154]
02-01 11:46:01.012 1317 1530 D DeviceIdleController: handleMessage(14)
02-01 11:46:01.012 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:46:01.022 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:46:01.030 1317 1317 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.keychain
02-01 11:46:01.031 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:46:01.041 1317 1317 W Looper : Slow dispatch took 139ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@bd4d746 m=0
02-01 11:46:01.042 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:46:01.051 1317 1317 D _V_VivoNpmsImpl: Receive the delete broadcast
02-01 11:46:01.054 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
02-01 11:46:01.059 1317 1317 I _V_VivoNightModeService: remove installed pkg
com.facebook.katana
02-01 11:46:01.062 1317 1434 W Looper : Slow dispatch took 153ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@2755fcc
m=0
02-01 11:46:01.089 1317 1317 I Telecom : eo: Package com.facebook.katana is not
tracked.: SSH.oR@AAE
02-01 11:46:01.103 1317 1456 W ActivityManager: Slow operation: 73ms so far, now
at startProcess: returned from zygote!
02-01 11:46:01.126 1317 1317 W Looper : Slow delivery took 201ms main
h=com.android.server.media.MediaRouter2ServiceImpl$UserHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@17eacb8
m=0
02-01 11:46:01.131 1317 1317 W Looper : Drained
02-01 11:46:01.145 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:46:01.146 1317 1456 W ActivityManager: Slow operation: 116ms so far, now
at startProcess: done updating battery stats
02-01 11:46:01.146 1317 1456 W ActivityManager: Slow operation: 117ms so far, now
at startProcess: building log message
02-01 11:46:01.146 1317 1456 I ActivityManager: Start proc
13568:com.android.keychain/1000 for service
{com.android.keychain/com.android.keychain.KeyChainService}
02-01 11:46:01.146 1317 1456 W ActivityManager: Slow operation: 117ms so far, now
at startProcess: starting to update pids map
02-01 11:46:01.147 1317 1456 W ActivityManager: Slow operation: 118ms so far, now
at startProcess: done updating pids map
02-01 11:46:01.167 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:01.168 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 3.3783784; kalmanLux = 3.3783784; speculatedLux = 3.3783784;
finalLux = 3.3783784
02-01 11:46:01.169 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 4.222973; finalLux = 3.3783784; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:01.170 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:01.176 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.katana size:0
02-01 11:46:01.193 1317 1581 D _V_RuleIndexingController: Package name base size:
2 App Certificate base size: 2
02-01 11:46:01.251 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:01.260 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:01.284 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:01.285 1317 1596 D _V_NetworkStats: ACTION_PACKAGE_ADDED for
uid=10205
02-01 11:46:01.297 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:01.313 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:46:01.324 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:01.332 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.vivo.appstore/.receiver.PackageChangeReceiver
02-01 11:46:01.363 1317 1455 I ActivityManager: com.facebook.system is exempt
from freezer
02-01 11:46:01.363 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.system
02-01 11:46:01.385 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10034; state: DISABLED
02-01 11:46:01.387 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10034; state: DISABLED
02-01 11:46:01.398 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10034; state: DISABLED
02-01 11:46:01.399 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10034; state: ENABLED
02-01 11:46:01.400 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10034; state: ENABLED
02-01 11:46:01.404 1317 1431 W Looper : Slow dispatch took 124ms android.fg
h=android.os.Handler c=<recycled PooledLambda@ab31fdf> m=0
02-01 11:46:01.466 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:01.466 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:01.467 1317 1456 W ActivityManager: Slow operation: 91ms so far, now
at startProcess: returned from zygote!
02-01 11:46:01.468 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:46:01.468 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.katana size:0
02-01 11:46:01.468 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
8.445946; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:01.483 1317 1548 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:46:01.483 1317 1548 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:46:01.484 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:01.491 1317 1317 W Looper : Slow dispatch took 224ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@1470ae2 m=0
02-01 11:46:01.492 1317 1317 W Looper : Slow delivery took 227ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@d5cae73 m=0
02-01 11:46:01.493 1317 1431 W Looper : Slow delivery took 321ms android.fg
h=android.os.Handler c=<recycled PooledLambda@d8f8130> m=0
02-01 11:46:01.508 1317 1548 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.permissioncontroller
02-01 11:46:01.510 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10181; state: DISABLED
02-01 11:46:01.510 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10181; state: DISABLED
02-01 11:46:01.510 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10181; state: DISABLED
02-01 11:46:01.510 1317 1548 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10181; state: DISABLED
02-01 11:46:01.520 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:01.575 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:01.576 1317 3087 W _V_VivoAmsImpl: mCallingPidFilter=10219,
mCallingUidFilter=10073
02-01 11:46:01.582 1317 3087 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.imanager
02-01 11:46:01.583 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10073; state: DISABLED
02-01 11:46:01.587 1317 1456 W ActivityManager: Slow operation: 236ms so far, now
at startProcess: done updating battery stats
02-01 11:46:01.587 1317 1456 W ActivityManager: Slow operation: 236ms so far, now
at startProcess: building log message
02-01 11:46:01.587 1317 1456 I ActivityManager: Start proc
13585:com.facebook.system/u0a34 for broadcast
{com.facebook.system/com.facebook.oxygen.installer.core.InstallationManagerCallback
Receiver}
02-01 11:46:01.587 1317 1456 W ActivityManager: Slow operation: 236ms so far, now
at startProcess: starting to update pids map
02-01 11:46:01.588 1317 1456 W ActivityManager: Slow operation: 237ms so far, now
at startProcess: done updating pids map
02-01 11:46:01.588 1317 1456 W ActivityManager: Slow operation: 93ms so far, now
at startProcess: asking zygote to start proc
02-01 11:46:01.588 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10181; state: DISABLED
02-01 11:46:01.594 1317 1317 I _V_VivoNightModeService: add installed pkg
com.facebook.katana
02-01 11:46:01.597 1317 1317 I _V_VivoPermManagerImpl: Receive Intent
{ act=android.intent.action.PACKAGE_ADDED dat=package:com.facebook.katana
flg=0x4000010 (has extras) }
02-01 11:46:01.656 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.katana)
02-01 11:46:01.661 1317 1456 W ActivityManager: Slow operation: 166ms so far, now
at startProcess: returned from zygote!
02-01 11:46:01.677 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:01.713 1317 1317 V BackupManagerConstants:
getFullBackupIntervalMilliseconds(...) returns 86400000
02-01 11:46:01.713 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.katana size:0
02-01 11:46:01.727 1317 1317 V BackupManagerConstants:
getFullBackupRequiredNetworkType(...) returns 2
02-01 11:46:01.732 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:01.733 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:01.734 1317 1317 V BackupManagerConstants:
getFullBackupRequireCharging(...) returns true
02-01 11:46:01.749 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:01.769 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:01.772 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:01.837 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:01.840 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:01.843 1317 5773 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:01.847 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:01.849 1317 1431 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:46:01.849 1317 1431 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:46:01.857 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:01.859 1317 1431 W Looper : Slow dispatch took 202ms android.fg
h=android.os.Handler c=com.android.internal.infra.ServiceConnector$Impl$
$ExternalSyntheticLambda2@af483de m=0
02-01 11:46:01.868 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:01.869 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:01.869 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:01.873 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:01.880 1317 1456 W ActivityManager: Slow operation: 380ms so far, now
at startProcess: done updating battery stats
02-01 11:46:01.891 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:01.893 1317 1456 W ActivityManager: Slow operation: 398ms so far, now
at startProcess: building log message
02-01 11:46:01.894 1317 1456 I ActivityManager: Start proc
13603:com.google.android.permissioncontroller/u0a181 for service
{com.google.android.permissioncontroller/com.android.permissioncontroller.role.serv
ice.RoleControllerServiceImpl}
02-01 11:46:01.894 1317 1456 W ActivityManager: Slow operation: 399ms so far, now
at startProcess: starting to update pids map
02-01 11:46:01.896 1317 1456 W ActivityManager: Slow operation: 399ms so far, now
at startProcess: done updating pids map
02-01 11:46:01.896 1317 1456 W ActivityManager: Slow operation: 319ms so far, now
at startProcess: asking zygote to start proc
02-01 11:46:01.901 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 11.824325; kalmanLux = 11.824325; speculatedLux = 11.824325;
finalLux = 11.824325
02-01 11:46:01.901 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10073; state: ENABLED
02-01 11:46:01.915 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:01.918 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:01.919 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:01.931 1317 1456 W ActivityManager: Slow operation: 354ms so far, now
at startProcess: returned from zygote!
02-01 11:46:01.965 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.014 1317 1434 W Looper : Slow dispatch took 952ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@67cd0b7
m=0
02-01 11:46:02.042 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.053 1317 1434 W Looper : Slow delivery took 748ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@a28adfd
m=0
02-01 11:46:02.054 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:02.060 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.067568; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:02.130 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:02.135 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:02.138 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:02.144 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.155 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10034; state: DISABLED
02-01 11:46:02.158 1317 1434 W Looper : Drained
02-01 11:46:02.186 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.190 1317 1752 W ActivityManager: Slow operation: 61ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:02.190 1317 1752 W ActivityManager: Slow operation: 61ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:02.193 1317 1752 W ActivityManager: Slow operation: 64ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:02.197 1317 1752 W ActivityManager: Slow operation: 68ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:46:02.216 1317 1429 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:46:02.232 1317 1431 W Looper : Drained
02-01 11:46:02.232 1317 1431 W Looper : Slow dispatch took 102ms android.fg
h=android.os.Handler c=<recycled PooledLambda@b3719b> m=0
02-01 11:46:02.245 1317 1317 W Looper : Slow dispatch took 634ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@9e2ed11 m=0
02-01 11:46:02.264 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.345 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.347 1317 1521 W ActivityManager: Slow operation: 54ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:02.347 1317 1521 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:02.356 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.358 1317 1521 W ActivityManager: Slow operation: 65ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:02.368 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.385 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:02.405 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.409 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.412 1317 4128 W ActivityManager: Slow operation: 52ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:46:02.413 1317 4128 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:46:02.426 1317 4128 W ActivityManager: Slow operation: 66ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:02.426 1317 4128 W ActivityManager: Slow operation: 66ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:02.436 1317 4128 W ActivityManager: Slow operation: 75ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:02.436 1317 1456 W ActivityManager: Slow operation: 859ms so far, now
at startProcess: done updating battery stats
02-01 11:46:02.437 1317 1456 W ActivityManager: Slow operation: 860ms so far, now
at startProcess: building log message
02-01 11:46:02.437 1317 1456 I ActivityManager: Start proc
13620:com.vivo.imanager:releasable/u0a73 for service
{com.vivo.imanager/com.iqoo.secure.service.ReleasableService}
02-01 11:46:02.437 1317 1456 W ActivityManager: Slow operation: 860ms so far, now
at startProcess: starting to update pids map
02-01 11:46:02.438 1317 1456 W ActivityManager: Slow operation: 861ms so far, now
at startProcess: done updating pids map
02-01 11:46:02.439 1317 1431 W Looper : Slow delivery took 215ms android.fg
h=android.os.Handler c=<recycled PooledLambda@ab31fdf> m=0
02-01 11:46:02.471 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.472 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.496 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.505 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.517 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.542 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.550 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.554 1317 1428 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.560 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.571 1317 1506 I PackageManager: Integrity check passed for
file:///data/app/vmdl892834954.tmp
02-01 11:46:02.579 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.583 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.593 1317 1317 W Looper : Slow dispatch took 339ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler c=null m=7
02-01 11:46:02.627 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.643 1317 1317 I _V_VivoPermManagerImpl: Receive Intent
{ act=android.intent.action.PACKAGE_REPLACED dat=package:com.facebook.katana
flg=0x4000010 (has extras) }
02-01 11:46:02.676 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.698 1317 5741 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=install cat=[27] flg=0x10 pkg=com.facebook.appmanager
cmp=com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.InstallerCal
lbackReceiver (has extras) } send by ApplicationInfo{a774126
com.facebook.appmanager} should with permissions for security!!!
02-01 11:46:02.712 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.720 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.855 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.858 1317 2687 I BroadcastQueue: Delay finish:
com.facebook.system/com.facebook.oxygen.installer.core.InstallationManagerCallbackR
eceiver
02-01 11:46:02.860 1317 1428 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.866 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.880 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.888 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.895 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:02.907 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.917 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.calendar uid 10161, isRmsPreload = false, keepQuiet
=false
02-01 11:46:02.918 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:46:02.923 1317 1317 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.calendar
02-01 11:46:02.924 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10161; state: DISABLED
02-01 11:46:02.924 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10161; state: DISABLED
02-01 11:46:02.924 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10161; state: ENABLED
02-01 11:46:02.925 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10161; state: ENABLED
02-01 11:46:02.940 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.940 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:02.950 1317 1317 W Looper : Drained
02-01 11:46:02.952 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:02.952 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:02.961 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:02.964 1317 1456 I ActivityManager: Start proc
13667:com.google.android.calendar/u0a161 for service
{com.google.android.calendar/androidx.work.impl.background.systemjob.SystemJobServi
ce}
02-01 11:46:03.029 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:03.039 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:03.097 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~XQl2hCd0An_5NE4plah4Ow==/com.facebook.katana-NUuW8KssWK9rwMsp0gQ_WA==/
base.apk
02-01 11:46:03.121 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4AActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:46:03.123 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ALoggedOutA
ctivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:46:03.124 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ARestricted
Activity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:11592
02-01 11:46:03.159 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:03.172 1317 2687 D JobServiceContext: doCallback of :
JobStatus{cdb143a #u0a99/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10099 TIME=none:-1s598ms READY} v:VERB_EXECUTING
02-01 11:46:03.173 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:03.173 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:03.180 1317 1428 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:03.182 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:03.206 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.permissioncontroller
className:com.android.permissioncontroller.role.ui.SpecialAppAccessListActivity
newState:2 userId:0 callingPackage:null callingUid:10181 callingPid:13603
02-01 11:46:03.221 1317 1431 W Looper : Drained
02-01 11:46:03.233 1317 3276 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10161; state: DISABLED
02-01 11:46:03.252 1317 6548 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent
{ act=com.android.vending.INTENT_COMPLETE_UPDATE_FINISH_SPLASH_SCREEN flg=0x10
pkg=com.android.vending (has extras) } send by ApplicationInfo{ea75870
com.android.vending} should with permissions for security!!!
02-01 11:46:03.254 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.271 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:03.278 1317 1600 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10161; state: ENABLED
02-01 11:46:03.290 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:03.294 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.309 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.315 1317 1941 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:03.327 1317 1941 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:46:03.330 1317 1941 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.katana
02-01 11:46:03.337 1317 1941 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10205; state: DISABLED
02-01 11:46:03.338 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10205; state: ENABLED
02-01 11:46:03.341 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:03.348 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.348 1317 1941 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:03.349 1317 1941 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:46:03.355 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:03.358 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.361 1317 3276 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:03.362 1317 3276 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:46:03.363 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:03.367 1317 1456 I ActivityManager: Start proc
13695:com.facebook.katana/u0a205 for service
{com.facebook.katana/com.facebook.bugreporter.core.scheduler.GCMBugReportService}
02-01 11:46:03.371 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.372 1317 3276 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:03.372 1317 3276 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:46:03.374 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:03.388 1317 4262 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.389 1317 4262 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:03.395 1317 4262 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:46:03.419 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.421 1317 3292 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:03.421 1317 3292 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:46:03.426 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:03.431 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.431 1317 3276 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:03.432 1317 3276 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:46:03.444 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.448 1317 3292 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:03.451 1317 3292 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:46:03.461 1317 1522 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:03.465 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.466 1317 3292 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:03.467 1317 3292 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:46:03.474 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.475 1317 1522 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:03.476 1317 1522 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:46:03.486 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:03.503 1317 4262 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:03.589 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:03.665 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:03.675 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:03.677 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:03.693 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:03.770 1317 2687 W ActivityManager: Slow operation: 86ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:03.779 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:03.784 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:03.795 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:03.807 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:03.809 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:03.810 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:03.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:03.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.067568; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:03.964 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:04.146 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:04.200 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:04.279 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:04.303 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:04.406 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:04.471 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:04.615 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:04.617 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:04.629 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:04.715 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:04.750 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:04.801 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:04.813 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:04.827 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:04.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:05.838 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:05.842 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:05.842 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:05.846 1317 6548 I ActivityManager: Process com.vivo.cota (pid 12894)
has died: cch+55 CEM
02-01 11:46:05.853 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:05.854 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:05.857 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:05.865 1317 1317 W Looper : Slow delivery took 480ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:46:05.866 1317 1317 W Looper : Drained
02-01 11:46:05.910 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:05.913 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:05.943 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:05.981 1317 1432 W Looper : Slow delivery took 291ms android.ui
h=android.view.GestureDetector$GestureHandler c=null m=1
02-01 11:46:05.984 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:05.998 1317 1432 W Looper : Drained
02-01 11:46:06.013 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:06.116 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:06.222 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:06.241 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~XQl2hCd0An_5NE4plah4Ow==/com.facebook.katana-NUuW8KssWK9rwMsp0gQ_WA==/
base.apk
02-01 11:46:06.282 1317 1521 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:06.286 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:06.286 1317 4262 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:06.300 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:06.324 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:06.380 1317 1431 W Looper : Slow dispatch took 694ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:46:06.396 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:06.434 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:06.490 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:06.492 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:06.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:06.563 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:06.597 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:46:06.667 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:06.672 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:06.684 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:06.787 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:06.890 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:06.916 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12894, uid = 10092
02-01 11:46:06.969 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:07.000 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:07.018 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:07.062 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:07.131 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:07.274 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:07.306 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:07.431 1317 4262 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:46:07.450 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:07.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 4.222973; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:07.519 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:07.543 1317 4262 I ActivityManager: Process com.bbk.updater (pid
13064) has died: cch+65 CEM
02-01 11:46:07.636 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:07.768 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:07.838 1317 3277 W ContentProviderHelper: Slow operation: 95ms so
far, now at getContentProviderImpl: before getProviderByClass
02-01 11:46:07.838 1317 3277 W ContentProviderHelper: Slow operation: 95ms so
far, now at getContentProviderImpl: after getProviderByClass
02-01 11:46:07.838 1317 3277 W ContentProviderHelper: Slow operation: 95ms so
far, now at getContentProviderImpl: before getApplicationInfo
02-01 11:46:07.839 1317 3277 W ContentProviderHelper: Slow operation: 96ms so
far, now at getContentProviderImpl: after getApplicationInfo
02-01 11:46:07.839 1317 3277 W ContentProviderHelper: Slow operation: 96ms so
far, now at getContentProviderImpl: now have ContentProviderRecord
02-01 11:46:07.845 1317 3277 W ContentProviderHelper: Slow operation: 102ms so
far, now at getContentProviderImpl: before set stopped state
02-01 11:46:07.847 1317 3277 W ContentProviderHelper: Slow operation: 104ms so
far, now at getContentProviderImpl: after set stopped state
02-01 11:46:07.848 1317 3277 W ContentProviderHelper: Slow operation: 104ms so
far, now at getContentProviderImpl: looking for process record
02-01 11:46:07.848 1317 3277 W ContentProviderHelper: Slow operation: 104ms so
far, now at getContentProviderImpl: before start process
02-01 11:46:07.879 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:07.884 1317 3277 I ActivityManager: com.vivo.appstore is exempt from
freezer
02-01 11:46:07.888 1317 3277 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.appstore
02-01 11:46:07.895 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
02-01 11:46:07.906 1317 3277 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: done starting proc!
02-01 11:46:07.906 1317 3277 W ContentProviderHelper: Slow operation: 163ms so
far, now at getContentProviderImpl: after start process
02-01 11:46:07.906 1317 3277 W ContentProviderHelper: Slow operation: 163ms so
far, now at getContentProviderImpl: updating data structures
02-01 11:46:07.906 1317 3277 W ContentProviderHelper: Slow operation: 163ms so
far, now at getContentProviderImpl: done!
02-01 11:46:07.907 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
02-01 11:46:07.910 1317 4262 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:46:07.982 1317 1456 W ActivityManager: Slow operation: 114ms so far, now
at startProcess: returned from zygote!
02-01 11:46:07.983 1317 1456 W ActivityManager: Slow operation: 114ms so far, now
at startProcess: done updating battery stats
02-01 11:46:07.990 1317 1456 W ActivityManager: Slow operation: 122ms so far, now
at startProcess: building log message
02-01 11:46:07.990 1317 1456 I ActivityManager: Start proc
13784:com.vivo.appstore/u0a38 for content provider
{com.vivo.appstore/com.vivo.appstore.provider.ApiProvider}
02-01 11:46:07.991 1317 1456 W ActivityManager: Slow operation: 122ms so far, now
at startProcess: starting to update pids map
02-01 11:46:07.992 1317 1456 W ActivityManager: Slow operation: 124ms so far, now
at startProcess: done updating pids map
02-01 11:46:08.025 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:08.050 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:08.201 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:46:08.315 1317 1941 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:46:08.315 1317 1941 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.wearable.BIND pkg=com.google.android.gms } U=0: not
found
02-01 11:46:08.317 1317 1941 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@86253a
02-01 11:46:08.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.067568; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:08.366 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:08.378 1317 3277 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:46:08.423 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:08.443 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 13064, uid = 10121
02-01 11:46:08.487 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:08.500 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:08.574 1317 1941 W ActivityManager: Unable to start service Intent
{ act=com.vivo.contentcatcher.action.TRIGGER pkg=com.vivo.contentcatcher (has
extras) } U=0: not found
02-01 11:46:08.610 1317 1429 I ActivityManager: Process com.bbk.iqoo.logsystem
(pid 12774) has died: cch+55 CEM
02-01 11:46:08.640 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:08.700 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:08.741 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:08.759 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:08.794 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:09.002 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:09.020 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 143231523; UID 10161; state: DISABLED
02-01 11:46:09.027 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:09.036 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:09.040 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:09.044 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:09.085 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10038; state: DISABLED
02-01 11:46:09.095 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:09.172 1317 1429 W ActivityManager: Slow operation: 130ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:46:09.196 1317 1429 W ActivityManager: Slow operation: 154ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:09.196 1317 1429 W ActivityManager: Slow operation: 155ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:09.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.067568; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:09.255 1317 1429 W ActivityManager: Slow operation: 214ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:09.257 1317 1429 W ActivityManager: Slow operation: 216ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:46:09.403 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:09.409 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:09.410 1317 4262 I ActivityManager: Process
com.google.process.gservices (pid 12569) has died: cch+45 CEM
02-01 11:46:09.435 1317 4262 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #5003} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (107
skipped)
02-01 11:46:09.466 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:09.535 1317 1445 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:46:09.547 1317 1445 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:46:09.590 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12774, uid = 10125
02-01 11:46:09.697 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:09.701 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:09.725 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:09.749 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.calendar
className:com.google.android.apps.calendar.appsearch.impl.metrics.RemoteMetricsBroa
dcastReceiver newState:1 userId:0 callingPackage:null callingUid:10161
callingPid:13667
02-01 11:46:09.800 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:09.886 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.google.android.calendar
className:com.google.calendar.v2a.shared.sync.impl.android.PlatformSyncShell$SyncAd
apterService newState:1 userId:0 callingPackage:null callingUid:10161
callingPid:13667
02-01 11:46:09.887 1317 1429 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:10161
callingPid:13667
02-01 11:46:09.895 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:09.908 1317 3277 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:46:09.908 1317 3277 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.inappreach.service.START pkg=com.google.android.gms }
U=0: not found
02-01 11:46:09.911 1317 3277 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@118c89a
02-01 11:46:09.943 1317 3277 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:46:10.016 1317 3277 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:46:10.023 1317 3277 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:46:10.027 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:46:10.056 1317 1456 I ActivityManager: Start proc
13838:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:46:10.152 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:10.196 1317 1429 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:10.199 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:10.207 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:10.278 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:10.292 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:10.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:10.317 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:10.330 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:10.359 1317 3277 I ActivityManager: Process com.facebook.system (pid
13585) has died: cch+25 CEM
02-01 11:46:10.384 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:10.394 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 12569, uid = 10154
02-01 11:46:10.519 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:10.630 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:10.673 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:10.730 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:10.783 1317 1522 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:46:10.784 1317 1522 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:46:10.792 1317 1522 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@a24b42f
02-01 11:46:10.963 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:10.978 1317 3277 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:13667 callingUid:10161
02-01 11:46:11.016 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:11.028 1317 1521 I ActivityManager: Process com.android.keychain (pid
13568) has died: cch+15 CEM
02-01 11:46:11.036 1317 3277 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:11.052 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:11.090 1317 4262 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.calendar uid 10161, isRmsPreload = false, keepQuiet
=false
02-01 11:46:11.094 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:11.094 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:11.097 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:11.099 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:11.112 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:11.116 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:11.146 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:11.222 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:11.294 1317 1522 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:11.329 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 13585, uid = 10034
02-01 11:46:11.502 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:46:11.505 1317 1521 I ActivityManager: Process
com.google.process.gservices (pid 13838) has died: cch+15 CEM
02-01 11:46:11.642 1317 1506 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.facebook.lite
installerPackageName:com.facebook.system originatingUid:0 packageNameUid:10185
02-01 11:46:11.667 1317 1521 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:46:11.685 1317 4262 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:11.717 1317 3277 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:46:11.756 1317 1506 I _V_VivoPKMSUtils: -installStage -
checkDeviceInstallShouldBeSilent packageName:com.facebook.lite
stagedDir:/data/app/vmdl892834954.tmp installerPackageName:com.facebook.system
originatingUid:0 installerUid:10034 fromVivo:false fromAdb:false isGMSApk:false
sessionParams.installFlags:4194322
02-01 11:46:11.756 1317 1506 I PackageManager: init_copy: InstallParams{b73e38d
file=/data/app/vmdl892834954.tmp}
02-01 11:46:11.756 1317 1506 I PackageManager: startCopy UserHandle{0}:
InstallParams{b73e38d file=/data/app/vmdl892834954.tmp}
02-01 11:46:11.835 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:11.934 1317 1521 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:46:11.936 1317 1521 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:46:11.938 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:46:11.968 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:12.044 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:12.094 1317 1456 W ActivityManager: Slow operation: 132ms so far, now
at startProcess: returned from zygote!
02-01 11:46:12.094 1317 5741 I ActivityManager: Process
com.google.android.apps.youtube.music (pid 13155) has died: cch+15 CEM
02-01 11:46:12.149 1317 1506 D PackageManager: /data/app/vmdl892834954.tmp
already staged; skipping copy
02-01 11:46:12.195 1317 1456 W ActivityManager: Slow operation: 262ms so far, now
at startProcess: done updating battery stats
02-01 11:46:12.197 1317 1456 W ActivityManager: Slow operation: 264ms so far, now
at startProcess: building log message
02-01 11:46:12.197 1317 1456 I ActivityManager: Start proc
13943:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:46:12.200 1317 1456 W ActivityManager: Slow operation: 267ms so far, now
at startProcess: starting to update pids map
02-01 11:46:12.200 1317 1456 W ActivityManager: Slow operation: 267ms so far, now
at startProcess: done updating pids map
02-01 11:46:12.256 1317 1506 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
105 ms.
02-01 11:46:12.262 1317 1506 D PackageManager: installPackageLI:
path=/data/app/vmdl892834954.tmp
02-01 11:46:12.307 1317 1752 I ActivityManager: Process com.facebook.appmanager
(pid 11592) has died: cch+15 CEM
02-01 11:46:12.321 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:12.325 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:12.329 1317 1521 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:12.430 1317 1521 W ActivityManager: Slow operation: 58ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:12.430 1317 1521 W ActivityManager: Slow operation: 58ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:12.438 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.438 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.439 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.439 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.442 1317 1521 W ActivityManager: Slow operation: 70ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:12.443 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.443 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.444 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.444 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.445 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.445 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.445 1317 1521 W ActivityManager: Slow operation: 73ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:46:12.446 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.446 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.447 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.447 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.448 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.448 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.451 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.451 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.452 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.452 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.454 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.454 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.455 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.455 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.457 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.457 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.458 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.458 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.459 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.459 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.464 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.464 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.465 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.466 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.467 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.467 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.469 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.469 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.470 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.470 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.471 1317 1506 W PackageParsing: Unknown element under <manifest>:
module at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #7
02-01 11:46:12.471 1317 1506 W PackageParsing: Unknown element under <manifest>:
uses-sdk at /data/app/vmdl892834954.tmp/base.apk Binary XML file line #14
02-01 11:46:12.490 1317 1506 D PackageManager: Replace existing pacakge:
com.facebook.lite
02-01 11:46:12.504 1317 1506 D PackageManager: Existing package:
PackageSetting{754c1c2 com.facebook.lite/10185}
02-01 11:46:12.505 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 13838, uid = 10154
02-01 11:46:12.523 1317 4128 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:12.524 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:12.527 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:12.550 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:46:12.615 1317 1506 D PackageManager: Renaming
/data/app/vmdl892834954.tmp to
/data/app/~~sUxWNz2_z9sDBGLi6FXG_Q==/com.facebook.lite-3R9Du5xWjKaL_lYWT_Turg==
02-01 11:46:12.645 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:12.646 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:12.652 1317 1752 I ActivityManager: Process
com.google.android.calendar (pid 13667) has died: cch+5 CEM
02-01 11:46:12.723 1317 1506 D PackageManager: replacePackageLI:
new=Package{47a755c com.facebook.lite}, old=Package{7a2e997 com.facebook.lite}
02-01 11:46:12.723 1317 1506 D PackageManager: replaceNonSystemPackageLI:
new=Package{47a755c com.facebook.lite}, old=Package{7a2e997 com.facebook.lite}
02-01 11:46:12.745 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:12.749 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:12.750 1317 1455 I ActivityManager: Force stopping com.facebook.lite
appid=10185 user=-1: installPackageLI
02-01 11:46:12.764 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:12.772 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:46:12.789 1317 1506 I PackageManager: Update package com.facebook.lite
code path from /data/app/~~uaCIcQ4dc7gMVkvLbZwH-A==/com.facebook.lite-
Ucn6ORAstzvtZY_sxKO3pQ== to /data/app/~~sUxWNz2_z9sDBGLi6FXG_Q==/com.facebook.lite-
3R9Du5xWjKaL_lYWT_Turg==; Retain data and using new
02-01 11:46:12.796 1317 1506 D _V_VivoPKMSUtils: isSupportRomVersion configOsName
is null
02-01 11:46:12.801 1317 1455 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:46:12.806 1317 1506 D PackageManager: Removing non-system package:
com.facebook.lite
02-01 11:46:12.807 1317 1506 I _V_PackageManager: deleteInstalledPackageLIF
ps:PackageSetting{754c1c2 com.facebook.lite/10185} deleteCodeAndResources:true
02-01 11:46:12.811 1317 1506 D PackageManager: removePackageDataLI:
PackageSetting{754c1c2 com.facebook.lite/10185}
02-01 11:46:12.812 1317 1506 I _V_PackageManager: cleanPackageDataStructuresLILPw
pkg:Package{7a2e997 com.facebook.lite}
02-01 11:46:12.837 1317 1506 D PackageManager: Propagating install state across
downgrade
02-01 11:46:12.838 1317 1506 D PackageManager: user 0 => true
02-01 11:46:12.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:12.866 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:12.907 1317 1506 D PackageManager: New package installed in
/data/app/~~sUxWNz2_z9sDBGLi6FXG_Q==/com.facebook.lite-3R9Du5xWjKaL_lYWT_Turg==
02-01 11:46:12.918 1317 1506 I PackageManager: Permission ownership changed.
Updating all permissions.
02-01 11:46:13.123 1317 1431 W Looper : Slow dispatch took 164ms android.fg
h=android.os.Handler c=<recycled PooledLambda@f7744b8> m=0
02-01 11:46:13.123 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 13155, uid = 10160
02-01 11:46:13.125 1317 1317 W Looper : Slow dispatch took 155ms main
h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0
02-01 11:46:13.271 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 11592, uid = 10099
02-01 11:46:13.314 1317 1506 W PackageManager: Preserving older settings backup
02-01 11:46:13.467 1317 2134 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:46:13.470 1317 2134 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:46:13.472 1317 1431 W Looper : Slow dispatch took 348ms android.fg
h=android.os.Handler c=<recycled PooledLambda@bad566b> m=0
02-01 11:46:13.472 1317 1431 W Looper : Slow delivery took 346ms android.fg
h=android.os.Handler c=<recycled PooledLambda@f7744b8> m=0
02-01 11:46:13.481 1317 1434 W Looper : Slow dispatch took 655ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@c911ee8
m=0
02-01 11:46:13.482 1317 2188 I ActivityManager: Process
com.google.process.gservices (pid 13943) has died: cch+5 CEM
02-01 11:46:13.489 1317 1434 W Looper : Slow delivery took 351ms android.display
h=com.android.server.wm.VivoWmsImpl$4 c=com.android.server.wm.VivoWmsImpl$8@92b5932
m=0
02-01 11:46:13.496 1317 1431 W Looper : Drained
02-01 11:46:13.502 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:13.598 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 13667, uid = 10161
02-01 11:46:13.708 1317 2134 I ActivityManager: Process com.vivo.imanager:remote
(pid 10219) has died: svcb SVC
02-01 11:46:13.731 1317 2134 W ActivityManager: Scheduling restart of crashed
service com.vivo.imanager/com.iqoo.secure.service.SecureService in 1000ms for
start-requested
02-01 11:46:13.732 1317 2134 W ActivityManager: Scheduling restart of crashed
service com.vivo.imanager/com.iqoo.secure.datausage.service.DataUsageService in
11000ms for start-requested
02-01 11:46:13.736 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:13.750 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:14.024 1317 1752 W ContentProviderHelper: Slow operation: 288ms so
far, now at getContentProviderImpl: before checkContentProviderPermission
02-01 11:46:14.025 1317 1752 W ContentProviderHelper: Slow operation: 289ms so
far, now at getContentProviderImpl: after checkContentProviderPermission
02-01 11:46:14.026 1317 1752 W ContentProviderHelper: Slow operation: 290ms so
far, now at getContentProviderImpl: incProviderCountLocked
02-01 11:46:14.027 1317 1752 W ContentProviderHelper: Slow operation: 291ms so
far, now at getContentProviderImpl: before updateOomAdj
02-01 11:46:14.028 1317 1752 W ContentProviderHelper: Slow operation: 292ms so
far, now at getContentProviderImpl: after updateOomAdj
02-01 11:46:14.029 1317 1752 W ContentProviderHelper: Slow operation: 293ms so
far, now at getContentProviderImpl: done!
02-01 11:46:14.030 1317 1431 W Looper : Slow dispatch took 400ms android.fg
h=android.os.Handler c=<recycled PooledLambda@a18d739> m=0
02-01 11:46:14.031 1317 1431 W Looper : Slow delivery took 558ms android.fg
h=android.os.Handler c=<recycled PooledLambda@d3d317e> m=0
02-01 11:46:14.044 1317 1434 W Looper : Drained
02-01 11:46:14.108 1317 1506 D PackageManager: profAbsPath=/data/misc/usable-
profiles/com.facebook.lite.prof
02-01 11:46:14.109 1317 1506 D PackageManager: isInstallSilence = true,
replace=true, packageName com.facebook.lite, value def userInstall false
isProfExist false
02-01 11:46:14.124 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 13943, uid = 10154
02-01 11:46:14.125 1317 1506 D PackageManager: addIdleSpeedAppSet:
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite, com.facebook.services,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.facebook.katana, com.facebook.lite,
com.google.android.apps.youtube.music, com.google.android.inputmethod.latin}
02-01 11:46:14.180 1317 1506 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:14.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:14.679 1317 1447 I _V_FreezerManager: handleAppExitInfo: tag = lmkd,
pid = 10219, uid = 10073
02-01 11:46:14.724 1317 1455 W _V_VivoAmsImpl: mCallingPidFilter=-1,
mCallingUidFilter=-1
02-01 11:46:14.741 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.imanager
02-01 11:46:14.743 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10073; state: DISABLED
02-01 11:46:14.744 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10073; state: ENABLED
02-01 11:46:14.767 1317 1456 I ActivityManager: Start proc
13981:com.vivo.imanager:remote/u0a73 for service
{com.vivo.imanager/com.iqoo.secure.service.SecureService}
02-01 11:46:14.939 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:14.943 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:14.944 1317 2135 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:14.950 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:46:14.957 1317 2135 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10073; state: DISABLED
02-01 11:46:15.013 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:15.016 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:15.207 1317 2135 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:46:15.210 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:15.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
3.3783784; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:15.308 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:15.349 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.addresstypeahead.AddressTypeAheadActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.353 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adscomposer.AdsComposerActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.360 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.lite.BrowserLiteBottomSheetActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.364 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.lite.BrowserLiteInMainProcessBottomSheetActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.370 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.lite.BrowserLite2Activity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.372 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.litev2.lite.BrowserLiteDITransparentActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.375 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.litev2.lite.BrowserLiteDIActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.378 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.lite.BrowserLiteActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.380 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.dma.dmabrowser.lite.DMASecureBrowserActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.384 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.lite.BrowserLiteInMainProcessActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.389 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.liteclient.rapidfeedback.BrowserLiteRapidFeedbackAct
ivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.391 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.dbl.activity.FacebookLoginActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.395 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.turnoninterstitial.NotificationsTurnOnIntersti
tialActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:15.396 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.sowa.SowaTurnOnInterstitialActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.399 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.switcher.nux.ActivateDeviceBasedLoginNuxActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.401 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.dbl.activity.DeviceBasedLoginActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.404 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.switcher.activity.SimpleAccountSwitcherActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.406 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.switcher.settings.DBLPinSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.409 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.switcher.settings.DBLLoggedInAccountSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.412 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.platform.FacebookAuthenticationActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.417 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.professionalservices.booking.activities.Appointmen
tActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.419 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.common.requesttime.shared.cancelappointment.RejectAppo
intmentActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:15.422 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.katana.LogoutActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.424 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.profileswitch.activity.ProfileSwitchingActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.427 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.app.FacebookSplashScreenActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.430 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.twofac.push.LoginApprovalsPushActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.432 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bugreporter.activity.BugReportActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.435 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.activity.photos.PhotosTabActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.439 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.pandora.ui.PandoraTabPagerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.443 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.creatorchannel.CreatorChannelsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.446 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.activity.media.photoset.PhotoSetActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.449 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.media.mediapicker.MediaPickerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.451 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.activity.media.ViewVideoActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.459 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.activity.FbMainTabActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.464 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.immersiveactivity.ImmersiveActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.470 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.immersiveactivity.ImmersiveTransparentActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.473 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bloks.facebook.loggedout.FbExperimentalLoggedOutBloksActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.477 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.activity.PlatformFacewebActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.485 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.activity.react.ImmersiveReactActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.487 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.activity.react.TransparentImmersiveReactActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.489 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.katana.LoginActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.492 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.nearby.fallback.NearbyPlacesFallbackActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.494 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.offers.activity.OfferRedirectToWebActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.497 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.clicktocall.activity.CallExtensionDeepLinkActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.499 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.activity.nearby.NearbyPlacesActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.502 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.activity.nearby.SubcategorySelectionActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.504 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.widget.friendselector.CaspianFriendSelectorActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.507 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.settings.activity.SettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.509 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.navigation.tabbar.ui.tabcustomization.TabBarBadgeSettingsAct
ivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.524 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.navigation.tabbar.ui.tabcustomization.TabCustomizationSettin
gsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:15.531 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.datasensitivity.DataSavingsModeSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.545 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.watch.settings.DataSaverActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.549 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.watch.settings.ContactUploadActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.551 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:15.551 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:15.552 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.watch.settings.MediaActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.554 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:46:15.555 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.watch.settings.MediaAndContactActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.561 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.NotificationSettingsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.563 1317 1506 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:15.563 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.chatsettings.ui.ChatSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.567 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.mobileconfig.ui.MobileConfigPreferenceActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.569 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feed.prefs.NativeFeedSettingsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.571 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feed.prefs.NewsfeedEventLogActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.574 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.feed.prefs.FeedDataActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.581 1317 1506 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:46:15.590 1317 1506 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:46:15.591 1317 1432 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:46:15.598 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.settings.VideoAutoPlaySettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.598 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:46:15.601 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.settings.language.LanguageInVideosPickerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.602 1317 1506 I PackageManager: MSG_FLUSH_IDLE_DEXOPT_APP_TO_DISK
02-01 11:46:15.602 1317 1506 D PackageManager: getIdleDexoptAppSet:
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite, com.facebook.services,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.facebook.katana, com.facebook.lite,
com.google.android.apps.youtube.music, com.google.android.inputmethod.latin}
02-01 11:46:15.603 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.settings.globalsubtitle.GlobalSubtitleSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.605 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.settings.messaging.UnifiedPresenceControlSettingsActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.607 1317 1506 D _V_PackageManager: handlePackagePostInstall
com.facebook.system com.facebook.lite isUpdate:true originating=null
02-01 11:46:15.608 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.settings.messaging.MibUnifiedPresenceControlSettingsA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.611 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.internal.ZeroInternSettingsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.612 1317 1506 D _V_PackageManager: pms-
pkgState:pkg=com.facebook.lite,userId=0,installed=true,hidden=false,suspended=false
,enabled=0,lastDisableAppCaller=com.facebook.system,vHidden=1
02-01 11:46:15.617 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.runtimepermissions.RuntimePermissionsInternalActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.620 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rapidfeedback.debug.RapidFeedbackPreferencesActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.621 1317 1506 V _V_VivoPmsImpl: refreshThirdLauncherPkgNames
mPms.mThirdLauncherNames:[]
02-01 11:46:15.622 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.view.LoggedOutWebViewActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.624 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.tray.service.SystemTrayLogWrapperActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.626 1317 1506 D _V_VivoPmsImpl: --- install_resource:
com.facebook.system IsInstallSilence: true installResourceVersion: 115.0.13
02-01 11:46:15.627 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.GoogleNowIntentHandler newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.629 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.scindia.usability.guidedtour.settings.GuidedTourInternalSett
ingsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:15.632 1317 1506 I _V_VivoPKMSUtils: isOVsea true deviceBC true
install, check something...
02-01 11:46:15.632 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.scindia.usability.guidedtour.settings.FeatureSettingsActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.644 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.deeplinking.activity.StoryDeepLinkLoadingActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.647 1317 1503 I _V_PKMSCommonUtils: wifi is working.
02-01 11:46:15.647 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.katana.UriAuthHandler
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.654 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.messengerkids.NeoUriActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.657 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.messengerkids.NeoDeeplinkUriActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.660 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.instantshopping.InstantShoppingRichDocumentActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.662 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.notes.NotesActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.665 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.notes.NoteActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.667 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.stonehenge.accountlinking.StonehengeAccountLinkingUrlHandler
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.670 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.stonehenge.StonehengeShowOffersActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.676 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.instantarticles.paywall.SubscriptionAccountLinkingCallbackUr
iHandlerActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:15.679 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.instantarticles.paywall.StonehengeCarouselFirstArticleWebRed
irectAccountLinkingHelperActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:15.688 1317 1432 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:46:15.691 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.leadgen.deeplink.LeadGenActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.695 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groupcommerce.deep_link.ForSalePostSellComposerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.697 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.platform.common.activity.PlatformActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.700 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.platform.common.activity.PlatformWrapperActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.703 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.platform.PlatformCanonicalProfileIdActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.706 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.pandora.ui.PandoraAlbumMediaSetActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.717 1317 1503 I _V_VivoPKMSUtils: pkgInfoMap:
{versionName=444.0.0.9.110, versionCode=507801289}
02-01 11:46:15.718 1317 1503 I _V_VivoPKMSUtils: pkgInfoMap:
{versionName=115.0.13, versionCode=674463269}
02-01 11:46:15.720 1317 1503 I _V_VivoPKMSUtils: com.facebook.system false false
02-01 11:46:15.721 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.pandora.ui.mediaset.PandoraMediaSetActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.721 1317 1503 I _V_VivoPKMSUtils: com.facebook.system install
com.facebook.lite
02-01 11:46:15.723 1317 1503 W _V_PackageManager: ## return empyt for Intent
{ act=vivo.intent.action.BEHAVIOR_APPSTORE_PACKAGE_INSTALLED flg=0x4000010
pkg=com.bbk.appstore (has extras) } pkgName:com.bbk.appstore
02-01 11:46:15.723 1317 1503 W _V_PackageManager: ## return empyt for Intent
{ act=vivo.intent.action.PACKAGE_INSTALLED flg=0x4000010 pkg=com.vivo.assistant }
pkgName:com.vivo.assistant
02-01 11:46:15.730 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.albums.video.VideoAlbumPermalinkActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.733 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.composer.pageselect.PageSelectorActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.736 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.privacy.audience.edit.EditStoryPrivacyActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.740 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.surveyplatform.presentation.RemixSurveyDialogActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.744 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rapidfeedback.RapidFeedbackLCAUDialogActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.766 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feedplugins.endoffeed.activity.WhyAmISeeingThisActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.769 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.nativetemplates.fb.action.custombottomsheetactivitysupport.N
TCustomBottomSheetHostingActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:15.771 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.woodhenge.CSWoodhengeFullScreenActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.778 1317 1506 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/app/~~uaCIcQ4dc7gMVkvLbZwH-A==/com.facebook.lite-Ucn6ORAstzvtZY_sxKO3pQ==
02-01 11:46:15.778 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.sotto.SottoConsiderationActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.791 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.nativetemplates.fb.action.inapppurchasepurchaseproduct.NTInA
ppPurchaseActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:15.812 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:15.828 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.google.android.play.core.common.PlayCoreDialogWrapperActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.830 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.orca.threadview.ThreadViewActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.834 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.threadview.iconpicker.ThreadIconPickerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.836 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.orca.diode.DiodeMessengerActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.837 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.familybridges.installation.ui.FamilyAppInstallationActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.839 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.stickers.store.StickerStoreActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.841 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.memories.viewer.activity.MemoryViewerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.847 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adinterfaces.AdInterfacesObjectiveActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.857 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adinterfaces.MapAreaPickerActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.863 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.adexpress.AdExpressActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.867 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.storelocator.StoreLocatorActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.874 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adinterfaces.ui.selector.TargetingSelectorActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.884 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adinterfaces.adcenter.AdCenterHostingActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.888 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adinterfaces.adcenter.AdCenterPostSelectorHostingActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.905 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.survey.activities.SurveyDialogActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.910 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.http.prefs.delaybasedqp.DelayBasedHttpQPActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.915 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adinterfaces.AdInterfacesCouponInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.918 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adinterfaces.AdInterfacesExtendedObjectivesOfflineActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.920 1317 1506 I ActivityManager: Force stopping com.facebook.lite
appid=10185 user=0: pkg removed
02-01 11:46:15.927 1317 1506 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:46:15.933 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.hashtag.activity.HashtagDiscoveryActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.937 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feed.storyunderstanding.settings.StoryUnderstandingSettingsA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:15.988 1317 1506 I ActivityManager: Force stopping com.facebook.lite
appid=10185 user=0: pkg removed
02-01 11:46:15.999 1317 1506 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:46:16.000 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messenger.intents.MediaEditShareIntentHandler newState:0
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:16.016 1317 1515 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=request_complete cat=[892834954] flg=0x10
pkg=com.facebook.system
cmp=com.facebook.system/com.facebook.oxygen.installer.core.InstallationManagerCallb
ackReceiver (has extras) } send by ApplicationInfo{8578fc0 com.facebook.system}
should with permissions for security!!!
02-01 11:46:16.020 1317 1561 D _V_SplashStoreUtils: receive PackageRemoved!
02-01 11:46:16.021 1317 1431 W Looper : Drained
02-01 11:46:16.028 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.lite userId=0
02-01 11:46:16.036 1317 1317 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:46:16.049 1317 1561 I _V_SplashStoreUtils: deleteSplash success.
packageName:com.facebook.lite
02-01 11:46:16.080 1317 1434 W Looper : Slow dispatch took 137ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@3bf8c3e
m=0
02-01 11:46:16.111 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.ui.fb4a.QuickPromotionFbInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:16.143 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.abtest.qe.settings.QuickExperimentListActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:16.148 1317 1506 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10185; state: DISABLED
02-01 11:46:16.153 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.lite size:0
02-01 11:46:16.158 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.abtest.qe.settings.QuickExperimentViewActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:16.183 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.lite size:0
02-01 11:46:16.190 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.lite size:0
02-01 11:46:16.201 1317 2666 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10038; state: DISABLED
02-01 11:46:16.207 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:16.225 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.switcher.shortcuts.AccountSwitcherShortcutActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:16.244 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:46:16.251 1317 1317 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.keychain
02-01 11:46:16.251 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:46:16.252 1317 1317 W Looper : Slow dispatch took 224ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@8ed39e9 m=0
02-01 11:46:16.254 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.lite userId=0
02-01 11:46:16.263 1317 1317 W Looper : Slow delivery took 233ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@7dcd66e m=0
02-01 11:46:16.263 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.lite)
02-01 11:46:16.273 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:16.273 1317 1596 D _V_NetworkStats: ACTION_PACKAGE_ADDED for
uid=10185
02-01 11:46:16.274 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:16.333 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:16.333 1317 1317 D _V_VivoNpmsImpl: Receive the delete broadcast
02-01 11:46:16.346 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adspreviewinjection.AdsPreviewInjectionActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:16.347 1317 1317 I _V_VivoNightModeService: remove installed pkg
com.facebook.lite
02-01 11:46:16.363 1317 1456 W ActivityManager: Slow operation: 67ms so far, now
at startProcess: returned from zygote!
02-01 11:46:16.369 1317 1456 W ActivityManager: Slow operation: 119ms so far, now
at startProcess: done updating battery stats
02-01 11:46:16.373 1317 1456 W ActivityManager: Slow operation: 123ms so far, now
at startProcess: building log message
02-01 11:46:16.373 1317 1456 I ActivityManager: Start proc
14065:com.android.keychain/1000 for service
{com.android.keychain/com.android.keychain.KeyChainService}
02-01 11:46:16.373 1317 1456 W ActivityManager: Slow operation: 123ms so far, now
at startProcess: starting to update pids map
02-01 11:46:16.392 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.audience.stories.archive.StoriesArchiveActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:16.410 1317 1317 I Telecom : eo: Package com.facebook.lite is not
tracked.: SSH.oR@AAI
02-01 11:46:16.551 1317 1317 W Looper : Slow dispatch took 153ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@5530f88 m=0
02-01 11:46:16.809 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.wearlistener.DataLayerListenerService newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:16.814 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:16.815 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 7.6013517; kalmanLux = 7.6013517; speculatedLux = 7.6013517;
finalLux = 7.6013517
02-01 11:46:16.823 1317 1456 W ActivityManager: Slow operation: 573ms so far, now
at startProcess: done updating pids map
02-01 11:46:16.830 1317 1317 W Looper : Slow dispatch took 231ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@e554546 m=0
02-01 11:46:16.863 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:16.875 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:16.943 1317 1317 W Looper : Slow dispatch took 112ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@2cd9c34 m=0
02-01 11:46:16.975 1317 1431 W Looper : Slow dispatch took 610ms android.fg
h=android.os.Handler c=<recycled PooledLambda@4e1b71e> m=0
02-01 11:46:17.059 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:17.074 1317 1317 W Looper : Slow dispatch took 119ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@9943dcc m=0
02-01 11:46:17.132 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.audience.stories.highlights.StoriesHighlightsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.161 1317 1317 I _V_VivoNightModeService: add installed pkg
com.facebook.lite
02-01 11:46:17.179 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:17.180 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:17.186 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:17.195 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:17.195 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:17.195 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:17.195 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:17.196 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:17.196 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:17.196 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:17.196 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:17.215 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.audience.stories.highlights.settings.StoriesHighlightsSettin
gsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:17.235 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.blockchain_wallet.deeplinking.BlockchainWalletUriHandlerActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.241 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bugreporter.activity.suggestifier.nonwork.SuggestifierActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.242 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:17.248 1317 1431 W Looper : Slow delivery took 649ms android.fg
h=android.os.Handler c=<recycled PooledLambda@776aeda> m=0
02-01 11:46:17.248 1317 1431 W Looper : Slow dispatch took 264ms android.fg
h=android.os.Handler c=<recycled PooledLambda@776aeda> m=0
02-01 11:46:17.252 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:17.255 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:17.269 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.businessintegrity.gdpr.consents.GDPRConsentsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.289 1317 1317 I _V_VivoPermManagerImpl: Receive Intent
{ act=android.intent.action.PACKAGE_ADDED dat=package:com.facebook.lite
flg=0x4000010 (has extras) }
02-01 11:46:17.308 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.businessintegrity.mlex.adactivity.dashboard.AdActivityDashbo
ardActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:17.325 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:17.327 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.car.magiclink.LastResortRecoveryMagicLinkHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.336 1317 1434 W Looper : Slow dispatch took 1248ms
android.display h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@2eff30
m=0
02-01 11:46:17.353 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 11.824325; finalLux = 11.824325; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:17.384 1317 1936 W ActivityManager: Slow operation: 57ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:46:17.385 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:46:17.391 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:46:17.391 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10154, timeNow=478413
02-01 11:46:17.391 1317 1530 D DeviceIdleController: Time to remove uid 10154:
493710
02-01 11:46:17.405 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10154, delay=15297
02-01 11:46:17.407 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.car.magiclink.LastResortRecoveryDeeplinkMagicLinkHandlerActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.412 1317 1936 W ActivityManager: Slow operation: 91ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:46:17.416 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.car.magiclink.AuthenticityWizardTriggerFromEmailMagicLinkHan
dlerActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:17.425 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.car.magiclink.EpsilonMagicLinkHandlerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.438 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.car.magiclink.DisavowMagicLinkHandlerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.447 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.commercecamera.CommerceCameraUriLauncherActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.466 1317 1936 W ActivityManager: Slow operation: 146ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:17.466 1317 1936 W ActivityManager: Slow operation: 146ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:17.472 1317 1936 W ActivityManager: Slow operation: 151ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:17.491 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.commercecamera.CommerceCameraActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.518 1317 1317 W Looper : Drained
02-01 11:46:17.549 1317 1522 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:17.595 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.activity.ComposerActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.598 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:46:17.599 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10153, timeNow=478621
02-01 11:46:17.599 1317 1530 D DeviceIdleController: Time to remove uid 10153:
478762
02-01 11:46:17.599 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10153, delay=141
02-01 11:46:17.609 1317 1431 W Looper : Slow dispatch took 116ms android.fg
h=android.os.Handler c=<recycled PooledLambda@dd4e8e> m=0
02-01 11:46:17.611 1317 1455 I ActivityManager: Waited long enough for:
ServiceRecord{cf25505 u0
com.vivo.imanager/com.iqoo.secure.service.ReleasableService}
02-01 11:46:17.611 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:46:17.611 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:17.627 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.groups.picker.GroupPickerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.646 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:17.703 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:17.746 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:17.789 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:17.790 1317 3292 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:17.791 1317 1317 W Looper : Slow dispatch took 135ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@3a9a554 m=0
02-01 11:46:17.792 1317 1317 I _V_VivoPermManagerImpl: Receive Intent
{ act=android.intent.action.PACKAGE_REPLACED dat=package:com.facebook.lite
flg=0x4000010 (has extras) }
02-01 11:46:17.802 1317 1431 W Looper : Slow dispatch took 193ms android.fg
h=android.os.Handler c=<recycled PooledLambda@90d6df2> m=0
02-01 11:46:17.808 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:46:17.808 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10153, timeNow=478830
02-01 11:46:17.808 1317 1530 D DeviceIdleController: Removing uid 10153 from temp
whitelist
02-01 11:46:17.808 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10154]
02-01 11:46:17.811 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.media.picker.metagallery.launcher.MetaGalleryMediaP
ickerUriLauncherActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:17.844 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.settings
02-01 11:46:17.845 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:46:17.864 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creator.creatorhub.CreatorHubHomeHandlerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.886 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creator.creatorhub.CreatorHubIssueHelpContentViewHandlerActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.904 1317 1456 W ActivityManager: Slow operation: 82ms so far, now
at startProcess: returned from zygote!
02-01 11:46:17.911 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creator.creatorhub.CreatorHubAgentSupportHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:17.930 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creator.creatorhub.CreatorHubFPMProgramEligibilityHandlerAct
ivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:18.009 1317 1431 W Looper : Slow dispatch took 112ms android.fg
h=android.os.Handler c=<recycled PooledLambda@be046fb> m=0
02-01 11:46:18.047 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creator.creatorhub.CreatorHubDelegateHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:18.079 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:18.108 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10154]
02-01 11:46:18.127 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:46:18.132 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:46:18.147 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creatorbonuses.CreatorBonusesHomeUrlHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:18.153 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:18.155 1317 3810 I _V_ANRManager: Create new log list for pid: 2019
02-01 11:46:18.158 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creatorecosystem.ReelsDMCreatorOnboardingHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:18.164 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.katana.IntentUriHandler
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:18.165 1317 3810 I _V_ANRManager: Add log successfully, pid = 2019
02-01 11:46:18.174 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.deeplinking.aliasactivity.CollaborationInviteDeepLinkingAlia
sActivity newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:18.198 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.deeplinking.aliasactivity.SmsNotificationShortUrlAliasActivi
ty newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:18.240 1317 1456 W ActivityManager: Slow operation: 418ms so far, now
at startProcess: done updating battery stats
02-01 11:46:18.241 1317 1456 W ActivityManager: Slow operation: 419ms so far, now
at startProcess: building log message
02-01 11:46:18.241 1317 1456 I ActivityManager: Start proc
14122:com.android.settings/1000 for broadcast
{com.android.settings/com.vivo.settings.receiver.AppControllerReceiver}
02-01 11:46:18.241 1317 1456 W ActivityManager: Slow operation: 419ms so far, now
at startProcess: starting to update pids map
02-01 11:46:18.245 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:18.248 1317 1456 W ActivityManager: Slow operation: 426ms so far, now
at startProcess: done updating pids map
02-01 11:46:18.250 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
9.290541; medianLux = 10.135136; kalmanLux = 10.135136; speculatedLux = 10.135136;
finalLux = 10.135136
02-01 11:46:18.256 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 9.290541; finalLux = 10.135136; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:18.256 1317 3276 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:19.097 1317 3276 W ContentProviderHelper: Slow operation: 845ms so
far, now at getContentProviderImpl: after updateOomAdj
02-01 11:46:19.098 1317 3276 W ContentProviderHelper: Slow operation: 847ms so
far, now at getContentProviderImpl: done!
02-01 11:46:19.098 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:46:19.134 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.deeplinking.aliasactivity.FacebookLoggedInUsersDeeplinkAlias
Activity newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.155 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:19.156 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.159 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.172 1317 1431 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:46:19.174 1317 1431 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10181; state: DISABLED
02-01 11:46:19.176 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.deeplinking.aliasactivity.UniversalDeepLinkingAliasActivity
newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.180 1317 1431 W Looper : Slow dispatch took 1170ms android.fg
h=android.os.Handler c=com.android.internal.infra.ServiceConnector$Impl$
$ExternalSyntheticLambda2@eca8436 m=0
02-01 11:46:19.180 1317 5773 I _V_ANRManager: Add log successfully, pid = 2019
02-01 11:46:19.190 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.192 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.deeplinking.aliasactivity.OpcAcceleratorOnboardingAliasActiv
ity newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.195 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.202 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:19.245 1317 1317 W Looper : Slow dispatch took 1058ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:46:19.247 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.247 1317 1317 W Looper : Slow delivery took 1050ms main
h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0
02-01 11:46:19.283 1317 1431 W Looper : Slow dispatch took 103ms android.fg
h=android.os.Handler c=<recycled PooledLambda@90d6df2> m=0
02-01 11:46:19.284 1317 2188 W ActivityManager: Slow operation: 79ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:46:19.289 1317 2134 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.294 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.deeplinking.aliasactivity.VanityThreeLetterPrefixSmallAliasA
ctivity newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.298 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:46:19.305 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.deeplinking.aliasactivity.VanityThreeLetterPrefixBigAliasAct
ivity newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.316 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.dialtone.activity.DialtoneWifiInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.327 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.dialtone.activity.DialtoneUnsupportedCarrierInterstitialActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.330 1317 2188 W ActivityManager: Slow operation: 125ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:46:19.342 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.dialtone.activity.DialtoneIntentInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.348 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.dialtone.activity.DialtoneUriIntentHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.359 1317 2188 W ActivityManager: Slow operation: 154ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:19.391 1317 2188 W ActivityManager: Slow operation: 186ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:19.391 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.events.create.EventEditFlowLauncherActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.400 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.events.create.multistepscreation.EventCreationLauncherActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.404 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.408 1317 2188 W ActivityManager: Slow operation: 203ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:19.422 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.events.inappmessaging.EventsInAppMessagingActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.430 1317 2188 W ActivityManager: Slow operation: 225ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:46:19.435 1317 3277 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #5116} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (107
skipped)
02-01 11:46:19.445 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.events.messaging.EventMessagingStoriesFeedbackActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.451 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:19.492 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.events.messaging.EventMessagingConnectedUsersActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.499 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.events.privacy.EditEventsResponsePrivacyActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.503 1317 1317 W Looper : Slow dispatch took 256ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@9fb281b m=0
02-01 11:46:19.510 1317 1431 W Looper : Slow dispatch took 227ms android.fg
h=android.os.Handler c=<recycled PooledLambda@4e1b71e> m=0
02-01 11:46:19.520 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.events.reminder.EventsReminderBottomSheetActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.524 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbreact.autoupdater.fbprefs.ReactOTATestInternalSettingsActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.527 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbshorts.audio.replaceaudio.urilauncher.FbShortsReplaceAudio
UriLauncherActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:19.531 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:19.532 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.540 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fxcal.accountscenterhome.FxCalAccountsCenterHomeActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.545 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:19.549 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fxcal.accountscenterredirect.FxCalAccountsCenterRedirectActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.551 1317 1317 W Looper : Drained
02-01 11:46:19.555 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.562 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fxcal.approvefromanotherdevice.BloksApproveFromAnotherDevice
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.569 1317 1434 W Looper : Slow delivery took 1255ms
android.display h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@52cec82
m=0
02-01 11:46:19.569 1317 1434 W Looper : Slow dispatch took 2233ms
android.display h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@52cec82
m=0
02-01 11:46:19.587 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fxcal.deeplink.FxCalAccountsCenterDeepLinkActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.591 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:19.597 1317 4128 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:19.625 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fxcal.deeplink.FxCalAccountsCenterIndividualSettingDeepLinkA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.666 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.675 1317 1521 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent
{ act=com.android.vending.INTENT_COMPLETE_UPDATE_FINISH_SPLASH_SCREEN flg=0x10
pkg=com.android.vending (has extras) } send by ApplicationInfo{ea75870
com.android.vending} should with permissions for security!!!
02-01 11:46:19.677 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:19.710 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.716 1317 1434 W Looper : Slow dispatch took 141ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@1c54794
m=0
02-01 11:46:19.732 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fxcal.deeplink.FxCalAccountsCenterRedirectActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.745 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fxcal.interappidentityswitch.InterAppIdentitySwitchUrlHandle
rActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.762 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.790 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:19.856 1317 2189 I _V_VivoCommonService: get info binder pid
is :13784
02-01 11:46:19.873 1317 1431 W Looper : Slow dispatch took 205ms android.fg
h=android.os.Handler c=<recycled PooledLambda@e908856> m=0
02-01 11:46:19.874 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:19.878 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.games.gamingservices.deeplink.GamingServicesDeeplinkActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:19.888 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:19.909 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 11.824325; kalmanLux = 11.824325; speculatedLux = 11.824325;
finalLux = 11.824325
02-01 11:46:19.924 1317 1434 W Looper : Slow dispatch took 205ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@71ae9b6
m=0
02-01 11:46:19.954 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:19.971 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:19.972 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:19.972 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:19.972 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:19.972 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:19.972 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:19.972 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:19.972 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~sUxWNz2_z9sDBGLi6FXG_Q==/com.facebook.lite-3R9Du5xWjKaL_lYWT_Turg==/
base.apk
02-01 11:46:19.975 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:19.993 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:20.002 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.021 1317 1431 W Looper : Slow dispatch took 148ms android.fg
h=android.os.Handler c=<recycled PooledLambda@310378f> m=0
02-01 11:46:20.024 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.037 1317 4128 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:20.047 1317 1317 W Looper : Slow dispatch took 158ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@80ac1d9 m=0
02-01 11:46:20.049 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 7.6013513; kalmanLux = 7.6013513; speculatedLux = 7.6013513;
finalLux = 7.6013513
02-01 11:46:20.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 7.6013513; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:20.050 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.adminautonomy.adminreviewqueue.GroupAdminAutonomyAdmi
nReviewQueueFragmentActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:20.080 1317 1317 W Looper : Slow delivery took 264ms main
h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@e4f8f4d m=0
02-01 11:46:20.095 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:46:20.098 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.adminautonomy.memberflaggedcontent.GroupAdminAutonomy
MemberFlaggedContentFragmentActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:20.105 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.123 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.chats.threadview.memberonboarding.GroupsChatsMemberOn
boardingActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:20.133 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:20.141 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.fb4a.create.FB4AGroupsCreateNTLoadingActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.151 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.memberlist.GroupMemberListHostingActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.164 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.177 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.memberlist.moderationupsell.GroupFullTopFanModeratorL
istActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:20.183 1317 1941 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:20.188 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.workgroup.videomeetup.VideoMeetupActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.198 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.nux.UserAccountNUXActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.213 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.216 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.nux.UserAccountNUXBloksWrapperActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.238 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:46:20.283 1317 1431 W Looper : Slow dispatch took 165ms android.fg
h=android.os.Handler c=<recycled PooledLambda@bad566b> m=0
02-01 11:46:20.286 1317 1317 W Looper : Slow dispatch took 170ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:46:20.292 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.308 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.311 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.311 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:20.312 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.325 1317 5741 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:46:20.325 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.nux.NuxProfilePhotoWrapperActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.384 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.nux.CILegalNuxActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.391 1317 1317 W Looper : Drained
02-01 11:46:20.402 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:20.405 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~sUxWNz2_z9sDBGLi6FXG_Q==/com.facebook.lite-3R9Du5xWjKaL_lYWT_Turg==/
base.apk
02-01 11:46:20.415 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.contactimporter.StepInviteActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.431 1317 1431 W Looper : Slow dispatch took 148ms android.fg
h=android.os.Handler c=<recycled PooledLambda@f7744b8> m=0
02-01 11:46:20.441 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.445 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.friendfinder.FriendFinderStartActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.449 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.friendfinder.FriendFinderHostingActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.453 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.friendfinder.FriendFinderLearnMoreActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.457 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.promotion.NativeNameActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.555 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:20.556 1317 1431 W Looper : Slow dispatch took 125ms android.fg
h=android.os.Handler c=<recycled PooledLambda@c81b8d> m=0
02-01 11:46:20.559 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.katana)
02-01 11:46:20.561 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.addcontactpoint.AddContactpointActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.569 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.growth.ndx.NDXActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.579 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.625 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.ndx.internalsettings.ShowNDXStepPreferenceActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.625 1317 2134 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:20.636 1317 3087 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:20.638 1317 2188 W _V_VivoAmsImpl: mCallingPidFilter=13784,
mCallingUidFilter=10038
02-01 11:46:20.651 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.653 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
02-01 11:46:20.671 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:20.672 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.673 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.681 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.684 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:20.694 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
02-01 11:46:20.695 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.732 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.huddle.deeplink.HuddleDeeplinkActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.742 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.reels.composerlanding.activity.ReelsComposerLand
ingActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:20.758 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.reels.composerlanding.urilauncher.InspirationRee
lsComposerLandingUriLauncherActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:20.783 1317 1431 W Looper : Slow dispatch took 116ms android.fg
h=android.os.Handler c=<recycled PooledLambda@18e2d5a> m=0
02-01 11:46:20.785 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.785 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.integrityhub.AccountStatusHandlerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.790 1317 1456 W ActivityManager: Slow operation: 137ms so far, now
at startProcess: returned from zygote!
02-01 11:46:20.792 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.autologin.AutoLoginInterstitialActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.796 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.katana.gdp.ProxyAuthDialog
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.803 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.katana.gdp.WebViewProxyAuth
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.809 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.languages.switcher.activity.LanguageSwitcherActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.814 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.languages.switcher.activity.LanguageSwitcherBookmarksActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.816 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.languages.switcher.activity.SuggestedLanguageSwitchActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.831 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.languages.switcher.nonworkactivity.SuggestedLanguageSwitchAc
tivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.889 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.925 1317 1456 W ActivityManager: Slow operation: 272ms so far, now
at startProcess: done updating battery stats
02-01 11:46:20.937 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.languages.switcher.nonworkactivity.LanguageSwitchPromotionAc
tivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.946 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.marketplace.shops.activity.MarketplaceShopsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.067568; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:20.951 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.msys.thread.bubbles.activity.StaxThreadViewBubbles
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.956 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.aibot.deeplink.AiStudioDeepLinkHandler
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.969 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.aibot.deeplink.GenAiChatDeepLinkHandler
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.970 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.973 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.aibot.deeplink.GenAIMemuDeepLinkHandler
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.977 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.aibot.deeplink.GenAIMemoryDeepLinkHandler
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.981 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.fallback.deeplink.MibE2eeFallbackActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.987 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.neko.directinstall.DirectInstallActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.990 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.neko.directinstall.UniversalLinkRedirectActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.991 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:20.996 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.neko.directinstall.ShortUniversalLinkRedirectActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:20.996 1317 1456 W ActivityManager: Slow operation: 341ms so far, now
at startProcess: building log message
02-01 11:46:20.996 1317 1456 I ActivityManager: Start proc
14199:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbo
xedProcessService0:0/u0i3 for
{com.vivo.appstore/org.chromium.content.app.SandboxedProcessService0:0}
02-01 11:46:20.997 1317 1456 W ActivityManager: Slow operation: 344ms so far, now
at startProcess: starting to update pids map
02-01 11:46:21.001 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.neko.playables.activity.NekoPlayableAdActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.004 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.dialog.launchactivity.NotificationsDialogLaunc
hActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.008 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.landtofeed.activity.NotificationsLandToFeedDee
pLinkLoadingActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.026 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.permissions.AndroidTSystemDialogActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.034 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.prefetch.birthdaycenter.BirthdayCenterLaunchAc
tivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.044 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.prefetch.creatordigest.CreatorDigestLaunchActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.056 1317 1456 W ActivityManager: Slow operation: 403ms so far, now
at startProcess: done updating pids map
02-01 11:46:21.057 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.prefetch.shoppingcart.ShoppingCartLaunchActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.063 1317 1431 W Looper : Slow dispatch took 252ms android.fg
h=android.os.Handler c=<recycled PooledLambda@1836774> m=0
02-01 11:46:21.074 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:21.075 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.tray.actions.PushNotificationsActionRedirectAc
tivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.082 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.tray.parallelfetch.PushNotificationsParallelFe
tchRedirectActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.095 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:21.098 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:21.102 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.urlnavigationhandler.push.StaleNotifDigestLaun
chActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.111 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.app.booking.launcher.FBServicesBloksLaunchActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.113 1317 2135 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:21.117 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.common.biimadsdeeplink.BiiMAdsDeeplinkHandlingActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.120 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.common.biimupsell.BiiMUpsellUrlHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.161 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.localpaymentmethod.LocalPaymentMethodAppSwitchActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.165 1317 1431 W Looper : Slow dispatch took 102ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:46:21.178 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.places.checkin.activity.SelectAtTagActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.187 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.places.checkin.PlaceCrowdsourcePhotoActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.198 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:21.198 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.privacycenter.deeplink.PrivacyCenterDeepLinkActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.229 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.promotionalad.PromoAdIABUrlHandlerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.233 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.login.fb.QuickPromotionFbInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:21.252 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.login.fb.QuickPromotionFbLoginInterstitialAct
ivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.261 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.login.fb.FbQpPpuActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.299 1317 2183 W ActivityManager: Slow operation: 98ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:21.299 1317 2183 W ActivityManager: Slow operation: 98ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:21.300 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:21.306 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.redrawable.ReDrawableDebugActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.326 1317 2183 W ActivityManager: Slow operation: 125ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:21.329 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:21.360 1317 1431 W Looper : Drained
02-01 11:46:21.361 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rooms.call.incall.effect.deeplink.NribArEffectDeeplinkActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.364 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:21.380 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rooms.deeplink.RoomsLobbyDeeplinkActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.404 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:21.406 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rooms.mainapp.RoomIntermediateActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.411 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.search.debug.SearchDebugActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.417 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.search.debug.SearchAwarenessTutorialNuxDebugActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.422 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.search.results.fragment.breakingnews.SearchResultsBreakingNe
wsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.427 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.securitycheckup.SecurityCheckupMainActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.430 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.shops.checkout.UpdatePaymentActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.432 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.shops.checkout.ShopsAdsCheckoutDeeplinkActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.435 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.shops.launcher.FBShopsLaunchActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.438 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.shops.orders_hub.HubOrderDetailsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.441 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.shops.orders_hub.OrdersHubHomeActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.444 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.shops.saved_reviews.FBShopsSavedReviewsToastActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.449 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.stars.defaulton.DefaultFirstTimeStarsReceiverExperienceHandl
erActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.452 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.stars.starscustomblokshost.StarsCustomBloksHostingActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.459 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.camera.ProfileCameraActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.465 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.contextualprofiles.platform.activity.IMContextualPr
ofileActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.469 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:21.476 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.contextualprofiles.platform.editactivity.IMContextu
alProfileEditActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.487 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.contextualprofiles.platform.editactivity.IMContextu
alProfileEditJobTitleActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:21.489 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.contextualprofiles.platform.editactivity.IMContextu
alProfileEditJobLocationActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:21.492 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.coverphoto.activity.CoverPhotoRepositionActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.503 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.majorlifeevent.creation.activity.MajorLifeEventComp
oserRootActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.514 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.majorlifeevent.creation.sharesheet.DummyDialogActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.519 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.majorlifeevent.creation.media.MajorLifeEventMediaUn
derwoodActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.523 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.majorlifeevent.creation.category.MajorLifeEventCate
gorySelectionActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.524 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:21.526 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.majorlifeevent.creation.category.MajorLifeEventSubC
ategorySelectionActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.529 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.majorlifeevent.home.MajorLifeEventHomeActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.537 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.music.MusicFullListActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.539 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.profileplus.followerslist.fragment.ProfileSingleLis
tActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.543 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.profileplus.followerslist.fragment.ProfileFollowers
ListActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.547 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.stagingground.StagingGroundActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.556 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.stagingground.ProfilePictureShareActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.559 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:21.657 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.stagingground.Fb4aProfilePictureShareActivityAlias
newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.669 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:21.714 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:21.748 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.stagingground.WorkProfilePictureShareActivityAlias
newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.753 1317 2187 I _V_ANRManager: Create new log list for pid: 13784
02-01 11:46:21.759 1317 2187 I _V_ANRManager: Add log successfully, pid = 13784
02-01 11:46:21.760 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.offplatformcreators.OpcAcceleratorOnboardingUrlHandler
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.767 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.videohome.prefs.VideoHomeSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.775 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.videohome.fragment.GroupsMallWarionLauncherActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.779 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.voltron.ui.impl.AppModuleDownloadActivity2 newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.783 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.activity.ZeroIntentInterstitialActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.785 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.upsell.activity.ZeroUpsellBuyConfirmInterstitialActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.792 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.optin.activity.NativeOptinInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.807 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.optin.activity.NativeTermsAndConditionsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.817 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:21.831 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.optin.activity.ZeroOptinInterstitialActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.841 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:21.846 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.optin.activity.DialtoneOptinInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.850 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:21.856 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.optin.activity.DialtoneOptinInterstitialActivityNew
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.861 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.optin.activity.LightswitchOptinInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.864 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.optin.activity.LightswitchOptinInterstitialActivityNew
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.868 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.internal.ZeroDogfoodingAppActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.873 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.internal.ZeroInternStatusActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.876 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.internal.ZeroE2ETestActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.877 1317 3278 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:21.880 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.internal.ZeroUrlDebugActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.883 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.internal.ZeroGatekeepersDebugActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.896 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.zerobalance.ui.AutoflexSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.901 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.zerobalance.ui.AutoflexOptinInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.907 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.zerobalance.ui.AutoflexDataAvailableScreen newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.911 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.zerobalance.ui.AutoflexOptinInterstitial newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.917 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.optin.activity.AutoFlexNewResOptinActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.920 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:21.924 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.optin.activity.ZeroFlexOptinInterstitialRedesignActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.928 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.optin.activity.ZeroFlexOptinReconsiderActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.934 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.specialpricing.VideoDataSaverNuxActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.940 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.discoverhub.redirectactivity.ExploreSurfaceRed
irectActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:21.945 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartglasses.intenthandler.MwaShareIntentHandler newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.949 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartglasses.intenthandler.OptInActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.956 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.login.activity.SimpleLoginActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.959 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adpreview.activity.AdPreviewActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.961 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adsexperiencetool.AdsInjectConfirmationActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.968 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adspayments.activity.AddPaymentCardActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.971 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adspayments.activity.BrazilianTaxIdActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.976 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adspayments.activity.BrazilianAddressActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.979 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adspayments.activity.PrepayFlowFundingActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.990 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:21.990 1317 1752 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:21.991 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adspayments.activity.AddressActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:21.997 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adspayments.activity.SelectPaymentOptionActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.010 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adspayments.activity.PaymentStatusActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.029 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adspayments.activity.IntentRouteHandlerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.031 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:22.031 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ImplicitShareIntentHandler newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.033 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.PlatformShareSnackBarActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.035 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ImplicitShareIntentHandlerDefaultAlias
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.037 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToBroadcastFlowAlias newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.039 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.AddToStoryAlias newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.040 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:22.042 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToReelAlias newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.044 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsAlias newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.093 1317 2189 W ContentProviderHelper: Slow operation: 62ms so
far, now at getContentProviderImpl: before checkContentProviderPermission
02-01 11:46:22.097 1317 2189 W ContentProviderHelper: Slow operation: 67ms so
far, now at getContentProviderImpl: after checkContentProviderPermission
02-01 11:46:22.097 1317 2189 W ContentProviderHelper: Slow operation: 67ms so
far, now at getContentProviderImpl: incProviderCountLocked
02-01 11:46:22.097 1317 2189 W ContentProviderHelper: Slow operation: 67ms so
far, now at getContentProviderImpl: before updateOomAdj
02-01 11:46:22.100 1317 2189 W ContentProviderHelper: Slow operation: 70ms so
far, now at getContentProviderImpl: after updateOomAdj
02-01 11:46:22.100 1317 2189 W ContentProviderHelper: Slow operation: 70ms so
far, now at getContentProviderImpl: done!
02-01 11:46:22.730 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:22.732 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:22.733 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsDisableSinglePhotoAlias
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.733 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:22.735 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:22.735 1317 1317 W Looper : Slow delivery took 574ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:46:22.735 1317 1317 W Looper : Drained
02-01 11:46:22.736 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:22.746 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:22.754 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:22.759 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:22.765 1317 4128 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:22.780 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:22.800 1317 5741 I _V_ANRManager: Add log successfully, pid = 13784
02-01 11:46:22.801 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.goodwill.composer.GoodwillComposerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.810 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.fbshorts.shareintent.InspirationFbShortsExternal
ShareActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:22.812 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.katana)
02-01 11:46:22.847 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:22.856 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.fbshorts.shareintent.InpirationFbShortsShareAlia
s newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.860 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:22.887 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:22.887 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:22.887 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:22.887 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:22.887 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:22.887 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:22.887 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:22.887 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:22.894 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.fbshorts.shareintent.InpirationFbShortsSharePhot
oAlias newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.898 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.fbshorts.shareintent.InpirationFbShortsShareMult
ipleAlias newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.905 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.platformsharing.activity.InspirationCameraExtern
alShareActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:22.910 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.platformsharing.activity.InpirationCameraShareDe
faultAlias newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:22.914 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.platformsharing.activity.InpirationCameraShareMu
ltipleAlias newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:22.918 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ixbrowser.InstantExperiencesBrowserUriHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.921 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.notification.activity.MessagingInBlueNotific
ationActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:22.924 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:22.930 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:22.930 1317 5741 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:22.936 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:22.938 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:22.947 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.threadview.ui.activity.main.MibMainActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.956 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:22.964 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.threadview.ui.activity.main.BubblesMainActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:22.996 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.offers.activity.OfferNfcActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.005 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.transactionhub.HubLandingActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.019 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.transactionhub.HubSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.031 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.professionalratertool.activity.RatingMainActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.037 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.qrcode.QRCodeActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.047 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.qrcode.QRCodeLaunchActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.058 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:23.063 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.qrcode.QRCodeActivityAlias
newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.065 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.ui.QpInterstitialChainActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.069 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.debug.QuickPromotionSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.075 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.debug.QuickPromotionFiltersActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.078 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.ui.QuickPromotionInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.085 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.ui.QuickPromotionLoginInterstitialBloksActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.089 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.ui.QuickPromotionLoginInterstitialBloksActivi
tyV2 newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.098 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:23.103 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.debug.SeguePreviewSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.104 1317 4128 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:13784 callingUid:10038
02-01 11:46:23.107 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.debug.QuickPromotionTriggersActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.110 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.debug.QpInjectionSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.117 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.registration.activity.AccountRegistrationActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.119 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.registration.activity.RegistrationLoginActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.122 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.registration.activity.ConfirmationLoginActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.126 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.transferyourinformation.TYIMobileRedirectActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.128 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.transferyourinformation.TransferYourInformationRedirectActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.135 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.transferyourinformation.TYIActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.138 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.msys.thread.fragment.MsysThreadViewActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.141 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.threadview.activities.MibThreadViewUnsentNux
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.145 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.threadview.activities.FbmBottomSheetThreadVi
ewHostActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:23.152 1317 2666 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:23.152 1317 1431 W Looper : Slow delivery took 200ms android.fg
h=android.os.Handler c=<recycled PooledLambda@f59dab8> m=0
02-01 11:46:23.155 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.rooms.call.app.RoomActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.169 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rooms.mainapp.helpers.activity.CallIntentHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.199 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rooms.call.endcall.blokssurvey.SurveyHostActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.202 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicklog.module.QPLRecorderDumpActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.205 1317 1521 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
02-01 11:46:23.208 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicklog.module.QPLEventFlushActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.212 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.reportingcoordinator.RapidReportingHostActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.221 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.upload.dialog.UploadDialogsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.227 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:23.229 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ads.internal.ipc.AudienceNetworkRemoteActivity newState:0
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.229 1317 2666 W _V_VivoAmsImpl: mCallingPidFilter=13784,
mCallingUidFilter=10038
02-01 11:46:23.235 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ads.internal.ipc.AudienceNetworkExportedActivity newState:0
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.243 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bloks.facebook.actions.plugins.bkactionfbfbcontextualexperie
ncecreateandissuenativewalletoffer.CreateAndIssueNativeWalletOfferActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.243 1317 2666 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
02-01 11:46:23.244 1317 2666 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10165; state: DISABLED
02-01 11:46:23.245 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bloks.facebook.actions.plugins.bkactionlaunchsecureembeddedw
ebview.WebAuthenticationActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:23.248 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
02-01 11:46:23.249 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bloks.facebook.actions.plugins.bkactionsecurewebviewwithonch
ange.TrustlyAuthenticationActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:23.258 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:46:23.270 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledRe
ceiver
02-01 11:46:23.272 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bloks.facebook.actions.plugins.bkactiontrustlyauthentication
.TrustlyLightboxActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:23.275 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorRec
eiverImpl$RegisteredReceiver
02-01 11:46:23.275 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgro
undPackageMonitorReceiverImpl$RegisteredReceiver
02-01 11:46:23.276 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.Manifest
PackageEventReceiver
02-01 11:46:23.282 1317 1456 I ActivityManager: Start proc
14266:com.google.android.webview:webview_service/u0a165 for service
{com.google.android.webview/org.chromium.android_webview.services.ComponentsProvide
rService}
02-01 11:46:23.283 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.
receiver.PackageChangeReceiver_Receiver
02-01 11:46:23.284 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:46:23.285 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
02-01 11:46:23.291 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
02-01 11:46:23.291 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:46:23.292 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.vivo.appstore/.receiver.PackageChangeReceiver
02-01 11:46:23.292 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.vivo.imanager/com.iqoo.secure.datausage.receiver.DatausageReceiver
02-01 11:46:23.292 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.ss.android.ugc.trill/com.ss.android.common.applog.HotsoonReceiver
02-01 11:46:23.294 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bloks.facebook.actions.plugins.bkactiontrustlyauthentication
.FBRedirectUrlHandlerActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:23.311 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.lite.RecentTabsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.320 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.screencast.ui.ScreencastActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.328 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feedplugins.researchpoll.activity.ResearchPollActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.329 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:23.332 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ipc.composer.launch.ComposerLaunchActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.338 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.groups.selector.GroupSelectorActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.341 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.dialtone.switcher.DialtoneManualSwitcherNuxRedesignActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.344 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fds.patterns.multiselect.FDSMultiSelectPatternActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.347 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.activity.profilelist.FriendSingleSelectorActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.349 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.taggablegallery.TaggableGalleryActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.352 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.taggablegallery.ProductionVideoGalleryActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.355 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.media.picker.fragment.MediaPickerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.367 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.creatorcomposer.activity.CreatorComposerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.374 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creator.videocomposer.activity.VodComposerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.393 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creator.videocomposer.activity.VodEditVideoActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.414 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creator.videocomposer.activity.VodVideoPlayerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.420 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creator.videocomposer.vod2activity.VodShareSheetActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.425 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.customsettings.CustomSettingsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.429 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.customsettings.AccountSettingsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.433 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:23.435 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.customsettings.SecuritySettingsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.440 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.facecast.broadcast.notifications.LiveAudioRoomV2Notification
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.450 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.facecast.deeplink.FacecastDeeplinkActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.455 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbavatar.FbAvatarEditorActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.461 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.views.PaymentMethodsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.467 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.views.DemaskCardActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.472 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.views.PaymentActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.482 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.status.statusedit.StatusEditActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.486 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.react.devsupport.DevSettingsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.489 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.activity.DeprecatedFullscreenVideoPlayerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.492 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.activity.FullscreenVideoPlayerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.496 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.watch.entrypoint.UnifiedPlayerEntryPointLaunchActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.498 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.admin.adminassist.activities.GroupAdminAssistActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.501 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.auth.reauth.ReauthActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.507 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.confirmation.activity.SimpleConfirmAccountActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.510 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.confirmation.activity.PhoneNumberAcquisitionActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.513 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.confirmation.activity.PnuQpAddPhoneNumberActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.515 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.languages.switcher.LanguageSwitchActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.518 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.lightweightmessaging.activity.LightweightMes
sagingBridgeActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:23.520 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ixt.enrollmenttrigger.IXTEnrollmentActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.526 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ixt.playground.IXTTriggerPlaygroundActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.556 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:23.558 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:23.559 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ixt.playground.IXTContentTriggerTestUserActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.559 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:23.561 1317 2181 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:23.564 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ixt.playground.IXTProductExamplesActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.566 1317 2181 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:23.568 1317 3292 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:23.570 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:23.585 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:23.594 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.actorgateway.ui.ActorGatewayActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.606 1317 1522 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10165; state: DISABLED
02-01 11:46:23.608 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adsconsentvalue.acvdeeplinkhandler.ACVDeeplinkHandler
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.612 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.carriermon.checkout.CarrierMonCheckoutStatusDeeplinkHandlerA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.628 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.carriermon.esim.CarrierMonESimMainFlowDeeplinkHandlerActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.630 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.mqtt.service.MqttServiceV2
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.639 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.checkpoint.CheckpointActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.644 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:23.647 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.compost.ui.CompostActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.647 1317 1522 W ActivityManager: Slow operation: 74ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:23.647 1317 1522 W ActivityManager: Slow operation: 74ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:23.650 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:23.659 1317 1434 W Looper : Drained
02-01 11:46:23.659 1317 1434 W Looper : Slow dispatch took 844ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@6d29cf9
m=0
02-01 11:46:23.660 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.familycenter.FamilyCenterDeeplinkHandler newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.662 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbreact.fragment.ReactActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.667 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbreact.fragment.TransparentReactActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.674 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbreact.fragment.DimmedTransparentReactActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.675 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:23.677 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feedback.unifiedfeedback.NonEncodedFeedStoryIdIntentHandlerA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.680 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feedplugins.multisubmit.leadgen.chainedformactivity.FBMultiS
ubmitLeadGenChainedFormActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:23.683 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.goodwill.ar.GoodwillArLoadingActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.685 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.googleplaystore.GooglePlaystoreOverlayExternalActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.686 1317 1522 W ActivityManager: Slow operation: 113ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:23.694 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.chats.admodshare.AdmodShareTransitionActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.704 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.chats.groupupdatesmessages.GroupUpdatesMessagesTransi
tionActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:23.713 1317 1431 W Looper : Drained
02-01 11:46:23.727 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.chats.singlegroupinbox.GroupsChatsTransitionActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.743 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:23.750 1317 1429 W ActivityManager: Background start not allowed:
service Intent { cmp=com.facebook.katana/com.facebook.mqtt.service.MqttServiceV2
(has extras) } to com.facebook.katana/com.facebook.mqtt.service.MqttServiceV2 from
pid=13695 uid=10205 pkg=com.facebook.katana startFg?=false
02-01 11:46:23.760 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.community.bot.CommunityBotSetupTransitionActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.786 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.preloads.mobileconsent.MobileConsentCallbackActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.801 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:23.805 1317 1429 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:23.810 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.preloads.mobileconsent.MobileConsentAutoApproveActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.813 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.health.physicalhealth.ChildhoodVaccinesLauncherActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.816 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.activity.InspirationCameraActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.818 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:23.820 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.internsettingsactivity.InternSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.824 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.internsettingsactivity.WhitehatSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.827 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.internsettingsactivity.MetaCheckoutDeveloperSettingsA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.846 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:23.850 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.internsettingsactivity.CrashActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.863 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.internsettingsactivity.ANAdsStatsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.869 1317 3276 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
02-01 11:46:23.883 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:23.887 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:23.893 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10205; state: DISABLED
02-01 11:46:23.914 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.katana.ProxyAuth newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:23.923 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:23.925 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.katana)
02-01 11:46:23.934 1317 1445 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:46:23.949 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:23.964 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:23.967 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:23.967 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:23.967 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:23.967 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:23.967 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:23.967 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:23.967 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:23.967 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:23.978 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:24.001 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.dbl.activity.LoginLanguageSelectorActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.015 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:24.020 1317 1429 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.settings
02-01 11:46:24.021 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.dbl.activity.PasswordErrorActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.028 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:46:24.028 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.dbl.activity.FirstBootActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.030 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:24.033 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.localcontent.menus.PhotoMenuUploadActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.038 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.publicchats.activities.PublicChatsTransition
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.042 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.push.permission.NotificationPermissionDialogAc
tivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.044 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.tray.actions.KeyguardDismissActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.046 1317 1445 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:46:24.050 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:24.066 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.settings.SystemNotificationSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.067 1317 1456 W ActivityManager: Slow operation: 52ms so far, now
at startProcess: returned from zygote!
02-01 11:46:24.084 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.settings.InAppNotificationSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.109 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.integration.appupdates.fb4a.AppUpdateSetting
sActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.207 1317 1456 W ActivityManager: Slow operation: 193ms so far, now
at startProcess: done updating battery stats
02-01 11:46:24.207 1317 1456 W ActivityManager: Slow operation: 193ms so far, now
at startProcess: building log message
02-01 11:46:24.207 1317 1456 I ActivityManager: Start proc
14305:com.android.settings:SettingsExProvider/1000 for content provider
{com.android.settings/com.vivo.settings.selfstart.provider.SelfStartProvider}
02-01 11:46:24.207 1317 1456 W ActivityManager: Slow operation: 193ms so far, now
at startProcess: starting to update pids map
02-01 11:46:24.210 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:24.228 1317 1456 W ActivityManager: Slow operation: 203ms so far, now
at startProcess: done updating pids map
02-01 11:46:24.279 1317 1317 W Looper : Slow dispatch took 195ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=1
02-01 11:46:24.280 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.integration.appupdates.fb4a.ThirdPartyAppUpd
ateSettingsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.285 1317 1317 W Looper : Slow delivery took 308ms main
h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0
02-01 11:46:24.302 1317 1429 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.integration.sso.PostInstallSsoActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.325 1317 1431 W Looper : Slow delivery took 242ms android.fg
h=android.os.Handler c=<recycled PooledLambda@c1c9480> m=0
02-01 11:46:24.327 1317 2666 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:24.338 1317 3810 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:24.341 1317 1317 W Looper : Drained
02-01 11:46:24.343 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.albumcreator.activity.AlbumCreateAndEditActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.356 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.privacy.consent.bloks.katana.ConsentFlowHostActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.367 1317 1943 W ActivityManager: Slow operation: 71ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:24.368 1317 1943 W ActivityManager: Slow operation: 72ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:24.372 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.privacy.consent.bloks.katana.ConsentOpenIABUrlActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.374 1317 1943 W ActivityManager: Slow operation: 78ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:24.375 1317 1943 W ActivityManager: Slow operation: 79ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:46:24.393 1317 2667 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:46:24.399 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.privacy.consent.urimap.ConsentLaunchNTActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.402 1317 1943 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:24.404 1317 2189 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:24.414 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:24.426 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.resources.impl.WaitingForStringsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.434 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.silentapp.SilentAppActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.444 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.socialgood.nonprofitmanager.NonprofitManagerLauncherActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.456 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.storygallerysurvey.activity.StoryGallerySurveyWithStoryActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.467 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.newpicker.fragments.NewPickerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.496 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:24.506 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.newpicker.expandedcard.NewPickerMediaSetActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.507 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:24.524 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.newpicker.fragments.NewPickerTabActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.535 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:24.542 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.postscuration.ManagePostsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.543 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:24.545 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.pronouns.edit.ProfilePronounsEditLauncherActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.559 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:24.572 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.wem.shield.AddOverlayActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.575 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.wem.shield.ChangePhotoActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.578 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.wem.shield.ShieldLandingActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.581 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.wem.shield.PreviewActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.584 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.wem.ui.PPSSTitlebarActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.595 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.settings.FlexSettingsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.603 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.settings.MobileCenterPingActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.607 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.push.loggedoutpush.interstitial.NotificationsL
oggedOutPushInterstitialActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:24.609 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.QuicksilverActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.612 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.views.common.QuicksilverMenuFeedbackActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.615 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverStartScreenOverlayActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.618 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverErrorOverlayActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.620 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverTournamentDialogOverla
yActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.624 1317 1431 W Looper : Drained
02-01 11:46:24.626 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverPaymentsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.630 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverShareNTOverlayActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.632 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverZeroRatedInterstitialA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.634 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:24.635 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverSubscribeBotOverlayAct
ivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.645 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverNTDialogOverlayActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.648 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverHSShortcutActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.650 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverMatchOverlayActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.653 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverToSOverlayActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.654 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:24.656 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverSandboxConsentBottomSh
eetActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.682 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bloks.facebook.nativeshell.FbBloksNativeShellActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.686 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.lite.extensions.autofill.facebook.internalsettings.A
utofillKeyMigrationPlaygroundActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:24.690 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbandroidexperiences.windowtestactivity.WindowInfoActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.692 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbmosaiccomponent.internalsettings.FBMosaicComponentActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.695 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fds.core.debug.adoptionplayground.FDSAdoptionDebugActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.697 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fx.fxpfinternalsettings.UnifiedLauncherTestActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.702 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fx.fxpfinternalsettings.LinkageCacheDebugActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.705 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fx.fxpfinternalsettings.ServiceCacheDebugActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.708 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fx.fxpfinternalsettings.AccessLibraryDebugActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.711 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fx.fxpfinternalsettings.DeviceLibraryDebugActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.715 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fx.fxpfinternalsettings.ACLDebugActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.716 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:24.718 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fx.fxpfinternalsettings.XEDebuggerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.725 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.genai.internalsettings.MetaAIIntentBottomSheetActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.728 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.lottie.internalsettings.LottiePlaygroundActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.739 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.internalprefs.burner.MessengerInternalBurnerBulkSe
ndActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.742 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.internalprefs.burner.MessengerInternalBurnerBulkRe
ceiveActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.745 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.internalprefs.burner.MessengerInternalBurnerHistor
yFlowActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.748 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.screentime.internalsettings.ScreenTimeIntervalsDebuggingActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.753 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeinapp.quietmode.activity.TimeInAppQuietModeInterstitialA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.757 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:24.762 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.mediagallery.ui.MediaGalleryActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.767 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.clicktocall.PstnCallActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.780 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feedplugins.share.inlinesharesheet.ShareToNewGroupActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.784 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.reachability.ui.activity.ReachabilitySetting
sActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.787 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.nativetemplates.fb.action.securitykeyregisteraction.FBSecuri
tyKeyRegisterActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.790 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.nativetemplates.fb.action.zeroopenzeroratedcheckoutv2.OpenZe
roRatedCheckoutActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.794 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.neko.directinstall.downloadmanager.DirectInstallNotification
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.801 1317 6548 D CompatibilityChangeReporter: Compat change id
reported: 183164979; UID 10205; state: ENABLED
02-01 11:46:24.803 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.notify.permissions.AndroidTNotificationsPermission
DialogActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.807 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.notify.permissions.plugins.postprompt.inboxnux.And
roidTNotificationPermissionPostPromptNuxActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.810 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.notify.permissions.plugins.postprompt.inboxnux.Bac
kgroundAccountNotificationNuxActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:24.813 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.messaginginblue.actions.MibNotificationsAction
sActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.815 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.profileswitch.ui.fullscreen.ProfileAccountSwitcherFull
ScreenActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.822 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.locationcomponents.locationpicker.LocationPickerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.843 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.places.common.SelectPageTopicActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.847 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.securedaction.SecuredActionChallengeActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.856 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.securedaction.challenges.fido.FIDOPreferenceActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.859 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.stories.viewer.activity.StoryViewerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.860 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:24.862 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.stories.viewer.activity.StoryViewerBlackNavBarActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.865 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.stories.viewer.activity.StoryViewerDefaultNavBarActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.869 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.actionbar.ProfileDynamicActionBarOverflowActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.871 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.actionbar.ContextualProfileDynamicActionBarOverflow
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.874 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.wem.privatesharing.ui.WemPrivateSharingHomeActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.881 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.coverphoto.avatarcover.presenter.AvatarCoverPhotoAc
tivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.884 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.legacycontact.RememberMemorializedActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.892 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.legacycontact.BeingLegacyContactActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.900 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.legacycontact.MemorialFriendRequestsNTActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.902 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.gemstone.edit.settings.GemstoneEditSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.905 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.gemstone.home.GemstoneHomeActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.909 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.gemstone.settings.accountscenterlauncher.GemstoneAc
countsCenterLauncherActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:24.912 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.majorlifeevent.creation.iconpicker.MajorLifeEventIc
onPickerActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.917 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.sensitiveactionprotection.BloksSensitiveActionProtec
tionHostActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.925 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.tabs.photos.activities.SinglePandoraFragmentActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.928 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.liteclient.report.BrowserRapidReportingHostActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.931 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.liteclient.report.BrowserReportingInterstitialActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.933 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rapidfeedback.survey.LandingPageSurveyActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.936 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.diode.activity.InboxInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.938 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.quickpromotion.activity.MibInterstitialActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.941 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.quickpromotion.activity.MibFriendingActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.943 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.additionalprofiles.creationactivity.AdditionalProfi
leDeeplinkEntryPointActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:24.945 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.foa.cds.bottomsheet.FbCdsFragmentActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.948 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.sosource.bsod.BSODActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.951 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.aibot.aiplugins.search.activity.AISearchSourceBott
omSheetActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:24.954 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.debug.debugoverlay.DebugOverlaySettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.957 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fos.headers.transparency.HeaderTransparencyInterstitialActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.963 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:24.977 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.paymentmethods.cardform.CardFormActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.980 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.editgallery.EditGalleryActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.982 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.prefill.PrefilledComposerLauncherActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.985 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.crossposting.whatsapp.ShareToStoryActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.987 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.confirmation.ConfirmationActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.990 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.about.AboutActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.992 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.simplerecovery.SimpleRecoveryActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.995 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.extrig.ZeroExtrigHeadersActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:24.998 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.inbox.activities.InboxActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.003 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:25.006 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.inbox.activities.setting.SettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.009 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.inbox.activities.tabbedinbox.TabbedInboxActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.012 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.inbox.activities.chatnotificationsettings.Ch
atNotificationSettingsActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.014 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.inbox.activities.privacysettings.PrivacySett
ingsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.018 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.inbox.activities.privacysettings.BlockedAcco
untsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.020 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.inbox.activities.privacysettings.RestrictedA
ccountsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.023 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.inbox.activities.privacysettings.HideAccount
sActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.025 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.inbox.activities.privacysettings.securityale
rts.SecurityAlertsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.028 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.inbox.activities.groupinvite.GroupInviteFrag
mentActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.031 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.threadsettings.surface.activity.MiBThreadSet
tingsSurfaceActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.034 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.recovery.AccountRecoveryActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.037 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.hub.activity.FBPayHubActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.040 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.hub.activity.FBPayHubEnableAccountActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.045 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.shoppay.FBShopPayCustomTabsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.048 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.auth.AuthenticationActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.051 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.auth.pin.newpin.PaymentPinActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.054 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.auth.pin.newpinv2.PaymentPinV2Activity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.060 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.auth.settings.PaymentPinSettingsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.067 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:25.068 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.shipping.form.ShippingAddressActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.072 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.simplescreen.PaymentsSimpleScreenActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.074 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.transactionhub.gamebalancedetails.HubGameBalanceDet
ailActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.078 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.transactionhub.transactiondetails.HubTransactionDet
ailActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.080 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.transactionhub.transactionsupport.HubTransactionSup
portActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.092 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.webview.PaymentsWebViewActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.095 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.paymentmethods.bankaccount.BankAccountActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.098 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.paymentmethods.provider.PaymentProviderActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.101 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.socialgood.create.beneficiaryselector.FundraiserCreationBene
ficiarySelectorActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.104 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.wellbeing.unknowncontact.reachabilitycontrols.acti
vity.ReachabilitySettingsActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.106 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.aibot.memory.activity.ManageAiMemorySettingsActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.109 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.search.messages.MessageSearchActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.114 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.threadsettings2.activity.ThreadSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.117 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.wellbeing.ixt.MessengerIXTActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.119 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.mediaviewer.activity.MibMediaViewerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.123 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fxcal.sso.nux.FXSSOBusinessOrSharedAccountsNuxActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.126 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.camerarollprocessor.internalui.AdvProInternalUCRLandingActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.128 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.camerarollprocessor.internalui.AdvProInternalModelSelectionA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.132 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.camerarollprocessor.internalui.AdvProInternalUCRFilterActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.134 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.camerarollprocessor.internalui.AdvProInternalUploadActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.140 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.camerarollprocessor.internalui.AdvProInternalResizeActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.143 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.facebookpay.msc.activity.BSCActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.148 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feed.rows.topoffeedhighlight.TopOfFeedHighlightLaunchActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.151 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.nme.deeplink.MetaVerifiedUrlHandlerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.154 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:libraries.bkmmasdk.launcher.MetaManagedAccountLoginActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.156 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.urilauncher.InspirationUriLauncherActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.159 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.clicktocall.nativecall.mainactivity.NativeCallActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.161 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.creativeplayground.activity.CreativePlaygroundActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.168 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.runtimepermissions.devicepermissionkit.katana.location.DPKDe
tectFromBackgroundActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.170 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:25.171 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bloks.facebook.actions.plugins.bkactionwebviewwithonchange.O
penWebViewWithUrlChangeActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.174 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.push.loggedoutpush.testtool.LoggedOutPushTestA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.174 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:25.179 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:libraries.bkmmasdk.sso.SSOIntentHandlerActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.182 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.album.activity.AlbumSelectorActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.184 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.local.pagerecommendations.composerlauncher.PageRecommendatio
nsComposerLauncherActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.186 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.targetedtab.composer.inlinecomposer.picker.GroupsTabC
omposerGroupPickerActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.189 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.crowdsourcing.feather.activity.FeatherActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.193 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.crowdsourcing.suggestedits.activity.SuggestEditsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.197 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.crowdsourcing.placepin.PlacePinEditActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.200 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.tagging.conversion.FriendSuggestionsAndSelectorActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.202 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.facecast.launcher.FacecastUnsupportedActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.205 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.friendsharing.gif.activity.GifPickerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.207 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.events.permalink.cohost.EventCohostRequestListActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.210 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.composer.activity.InspirationComposerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.213 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.composer.activity.InspirationComposerUriLauncher
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.216 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.composer.activity.InspirationImagineUriLauncherA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.219 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.composer.activity.StoriesComposerUriLauncherActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.221 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.composer.activity.StoriesComposerForChannelShare
UriLauncherActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.224 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.composer.activity.InspirationComposerPageStories
HomebaseUriLauncherActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.226 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.composer.activity.InspirationComposerWithCameraR
ollActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.228 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.composer.activity.InspirationMemoryReshareActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.231 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.notes.ui.composeractivity.NotesComposerActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.234 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.profilelist.ProfilesListActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.241 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.devicerequests.DeviceRequestUtils$DeviceRequestNotificationH
andlerActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.244 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.locationcomponents.distancepicker.DistancePickerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.247 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.commerce.cpdp.CPDPFBLaunchActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.250 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.commerce.cpdp.CPDPFBRedirectActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.253 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbreact.messagingcommerce.messagingcommerceidverification.Me
ssagingCommerceIDVerificationCameraActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.255 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.idverification.IDVerificationCameraActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.259 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.authenticity.idv.IdentityVerificationActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.263 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.location.optin.AccountLocationSettingsOptInActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.266 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.location.optin.DeviceLocationSettingsOptInActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.269 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.location.optin.LocationSettingsReviewOptInActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.271 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.gemstone.edit.profile.questions.QuestionPickerActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.274 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.gemstone.edit.profile.questions.QuestionComposerAct
ivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.277 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.audience.stories.highlights.editstoryhighlights.EditStoryHig
hlightsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.280 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.majorlifeevent.creation.datepicker.DatePickerActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.283 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbshorts.viewer.interestpicker.FbShortsInterestTopicSettingA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.286 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewprocess.QuicksilverWebViewActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.289 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.analytics.fbmetricsdebugger.prefs.FbMetricsDebuggerSettingsA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.292 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feed.browserads.util.BrowserAdsFragmentContainerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.297 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.sharing.localshare.ShareAsMessageComposerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.311 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.recommendations.RecommendationsGroupTabMapActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.315 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.shortcut.cameralauncher.InspirationCameraExterna
lLaunchActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.320 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.onsitesignals.autofill.AutofillFullScreenActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.326 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.cameraroll.fragment.CameraRollPreviewActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.332 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.bypasslogin.interstitial.BPLInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.336 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.commerce.productdetails.intent.ProductDetailsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.339 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.commerce.productdetails.intent.ProductDetailsUnifiedActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.342 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.customerrorpage.CustomErrorPageActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.346 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.payout.PaymentsPayoutSupportUrlHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.353 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.payout.StepUpActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.355 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:25.360 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.payout.GenericPaySupportActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.368 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.friending.newuserpromotion.NewUserPromotionActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.372 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.accessibility.central.debug.AccessibilityPlaygroundActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.377 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.recovery.ear.ExtendedAccountRecoveryActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.380 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.securitykeys.playground.PlaygroundActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.384 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.aymt.internalsettings.LookUpTipsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.387 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bladerunner_examples.FBBladeRunnerWeatherPageActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.394 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bladerunner_examples.FBBladeRunnerHelloWorldPageActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.398 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bladerunner_examples.FBBladeRunnerExamplesPageActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.400 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bladerunner_examples.FBBladeRunnerExamplesChatRoomPageActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.403 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bladerunner_examples.FBBladeRunnerRealtimeClientSyncExampleP
ageActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.405 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.lite.debug.debugger.BrowserLiteDebuggerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.408 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.lite.debug.debugger.BrowserLiteDebuggerSettingsActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.413 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.camerarollprocessor.internalui.uploader.UploaderTestLandingA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.416 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.camerarollprocessor.internalui.uploader.MultiMediaSelectActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.420 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.camerarollprocessor.internalui.uploader.MultiUploadOperation
ResultActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.423 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.clashmanagement.debug.ClashManagementSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.426 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.common.dextricksprefs.DextricksActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.429 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.common.dextricksprefs.ViewDetailActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.431 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.copresence.ui.CopresenceSettingsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.433 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:25.435 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.delights.settings.TextDelightsPreferencesActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.438 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.device_id.debug.FamilyDeviceIdPreferencesActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.441 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.errorreporting.internal.LacrimaActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.444 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbmitigations.FBMitigationsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.446 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feedback.reactions.info.ui.ReactionsDebugActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.450 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.ffdb.FFDBActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.451 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:25.452 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.emp.playground.EMPPlaygroundActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.455 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.interstitial.debug.InterstitialDebugActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.458 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.mobileidservices.feo2.internal.Feo2TestActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.461 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.neko.directinstall.internal.NeonEligibilityInfoActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.463 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.neko.directinstall.internal.DTEligibilityInfoActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.466 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.offlineexperimentbase.fdid.fb.internalsettings.FdidOfflineEx
perimentPreferencesActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.469 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.offlineexperimentbase.fdid.fb.internalsettings.FdidOfflineEx
perimentDetailPreferencesActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.472 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.privacy.consent.example.ConsentPromptExampleActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.474 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:25.475 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.stories.viewer.ui.buckets.regular.media.endcard.util.campaig
n.CreateMuseumCampaignActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.477 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.surveyplatformdev.SurveyPlatformPreferenceActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.480 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.surveyplatformdev.InjectedIntegrationPointStatusActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.492 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:25.502 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.katana)
02-01 11:46:25.520 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.surveyplatformdev.DebugRemixSurveyActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.534 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:25.540 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.surveyplatform.remix.ui.RemixSurveyDialogActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.550 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ui.legacynavbar.wordmark.debug.WordmarkDelightsPreferencesAc
tivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.555 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.voltron.prefs.VoltronDebugActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.559 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.workshared.accountswitcher.dbl.internalsettings.WorkInternal
SettingsLogDblActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.564 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:25.564 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:25.564 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:25.564 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:25.564 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:25.564 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:25.564 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:25.565 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:25.566 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartcapture.fbprefs.SmartCaptureInternalSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.569 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:25.574 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.platform.auth.activity.AccountKitConfirmationCodeActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.585 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.transliteration.ui.activity.TransliterationActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.591 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.transliteration.TransliterationQPActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.600 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:46:25.604 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.businesslinkmanagement.DeeplinkToAPPlusSettingActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.611 1317 2134 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:25.615 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:25.617 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.businesslinkmanagement.BusinessLinkManagementSettingEntrypoi
ntActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.623 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:25.627 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:25.642 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.challenges.deeplink.ChallengesDeepLinkActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.649 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.gdp.ProxyAuth newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.654 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.messaging.autologin.activities.XAVAutoLoginActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.658 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.growth.messaging.crossapptagging.ui.XATIGProfileBottomsheetA
ctivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.660 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.supportinbox.ui.FBSupportInboxPlaceHolderActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.665 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.accountquality.AccountQualityActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.669 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.accountquality.AccountQualityActorLauncherActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.672 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.accountquality.AccountQualityCommerceContentLauncherActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.674 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.clicktocall.deeplinks.nativecallextension.NativeCallExtensio
nDeeplinkActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.685 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.clicktocall.nativecall.deeplink.NativeCallDeeplinkActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.687 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:25.689 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.customer_advocacy.FBShopReferralDetailsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.701 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.leadgen.deeplink.leadsdownload.LeadGenLeadsDeeplinkActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.706 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.leadgen.inappcalling.InAppCallingDeeplinkActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.728 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.privacy.audience.selector.AudiencePickerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.734 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.supporthome.SupportHomeActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.753 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.capo.deeplink.SingleReelsTopicActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.762 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:25.770 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.capo.deeplink.ReelsInspirationHubActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.776 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.app.booking.calendar.AppointmentCalendarActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.793 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.albumcreator.privacy.AlbumCreatorContributorAudienceP
ickerActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.794 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:25.797 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.privacy.consent.bloks.katana.urihandler.ConsentFlowDeeplinkH
andler newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.799 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.games.dmaconsent.optoutbottomsheet.FBGamingDMAOptoutSheetAct
ivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.804 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.shortcut.QuicksilverShortcutExternalActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.809 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.QuicksilverShortcutExternalActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.817 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.camerarollprocessor.mlinferenceengine.mlplayground.MLPlaygro
undActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.822 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.facecast.display.stickers.ViewerSideStickersActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.829 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.graphql.fleetbeacon.preference.FleetBeaconPreferenceActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.832 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.graphql.preference.litho.LithoGraphQLDebugActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.851 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.graphql.preference.scenarios.fbasync.FBAsyncScenarioActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.855 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.internsettingsactivity.settings.usersession.logging.S
essionScopedLoggingPrefActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.857 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.internsettingsactivity.settings.usersession.mobilecon
fig.SessionScopedMCPrefActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.863 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.cloudbackup.ui.activities.quickpromotio
n.MibCloudBackupQpActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.871 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.cloudbackup.ui.activities.MibCloudBacku
pActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.876 1317 1431 W Looper : Slow delivery took 226ms android.fg
h=android.os.Handler c=<recycled PooledLambda@22f21b9> m=0
02-01 11:46:25.883 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.cloudbackup.ui.activities.pinsetup.Clou
dBackupPinSetupActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.891 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.cloudbackup.ui.activities.coresettings.
CloudBackupCoreSettingsActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.899 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.cloudbackup.ui.activities.fortydigit.Cl
oudBackupFortyDigitSetupActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:25.908 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.cloudbackup.ui.activities.onboardingnux
.MibCloudBackupNuxActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.924 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.cloudbackup.ui.activities.gdrive.CloudB
ackupGDriveSetupActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.929 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:25.938 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.cloudbackup.ui.activities.otc.MibEbOtcN
otificationActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.952 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.abtest.gkprefs.GkSettingsListActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.955 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:46:25.956 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.offlineexperiment.internalsettings.OfflineExperimentPreferen
ceActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.962 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.nativetemplates.fb.ntnativehybrid.NativeTemplatesNativeHybri
dPlaygroundActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.971 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.tray.testlayouts.PushLayoutsTestActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.976 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.debug.devtool.QuickPromotionFBInternalSetting
sActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.983 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.msysdebug.activity.QuickPromotionMsysFBIntern
alSettingsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:25.991 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.msysdebug.activity.FBMsysQuickPromotionListAc
tivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:25.994 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.msysdebug.activity.FBMsysQuickPromotionTrigge
rListActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.001 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quickpromotion.msysdebug.activity.FBMsysQuickPromotionDetail
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.006 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeinapp.screentime.activity.ScreenTimeInterstitialActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.010 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.mediagallery.ui.widget.EditAltTextActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.020 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.keymanagement.ui.activity.MibKeyManagem
entActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.024 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.clicktocall.callback.form.CallAdsCallbackFormActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.031 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.clicktocall.survey.CallAdsSurveyActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.036 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.groupschats.activity.GroupsChatsTemporaryChatsCreat
ionActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.040 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.fb4a.whatsapp.resourcehub.WhatsAppResourceHubActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.047 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.local.pagerecommendations.composer.activity.PageRecommendati
onsComposerActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.051 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.local.pagerecommendations.composer.activity.PageRecommendati
onsComposerChainingActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:26.054 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.p2p.p2pinblue.idv.P2PInBlueIDVActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.057 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.p2p.p2pinblue.p2pflows.transfer_and_requests.P2PPay
mentPickerActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.060 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rapidreporting.ui.frxtagsearch.FRXTagSearchActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.063 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.dogfoodingassistant.DogfoodingAssistantBottomSheetActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.066 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.privacymanagers.upsellmanager.AdvancedUpsellLaun
cherActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.071 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.places.suggestions.MarkAsDuplicatesActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.074 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.integration.install.fb4a.barcelonabottomshee
t.ThreadsInstallBottomSheetActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:26.078 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.birthday.birthdaycard.BirthdayCardActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.083 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.about.ProfileAboutActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.087 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.gemstone.messaging.thread.video.activity.Fb4aRTCAct
ivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.092 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.gemstone.messaging.thread.video.nativeactivity.main
activity.VideoDateActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.095 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.businessintegrity.waist.BIWaistActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.099 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.directinstall.appdetails.AppDetailsActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.105 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:26.107 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.directinstall.appdetails.ScreenshotFullscreenActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.114 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bwpclientauthmanager.AuthenticationActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.117 1317 3277 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bwpclientauthmanager.SingleEntryPointAuthenticationActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.121 1317 2676 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bloks.messenger.activity.MSGBloksActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.126 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bloks.messenger.activity.MSGBloksTransparentActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.129 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.audience.snacks.storysurface.activity.StoriesSurfaceActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.132 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.commerce.cart.activity.CartFeedLaunchActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.144 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.facebookpay.offsite.loginwithapp.FBPayLoginWithAppActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.148 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.deeplink.BlueECPUrlHandlerActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.157 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.deeplink.BlueECPE2EUrlHandlerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.168 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.games.entrypoint.deeplink.GamesDeepLinkActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.172 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.games.entrypoint.deeplink.GamesDeeplinkErrorActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.176 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.games.bookmark.GamesActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.179 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.games.bookmark.InstantGamesHubActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.184 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.subfeed.deeplink.GroupsSubfeedDeeplinkActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.186 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.app.mainactivity.FbMainActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.189 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.location.qmigration.LocationQDeviceSettingsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.192 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.managespace.FBManageSpaceActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.194 1317 5741 I ActivityManager: com.android.vending is exempt
from freezer
02-01 11:46:26.195 1317 5741 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.vending
02-01 11:46:26.195 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.marketingdeeplinks.facebookdeeplinks.MDPFacebookDeeplinkActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.208 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.marketplace.deeplink.MarketplaceSellWithShippingDeeplinkActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.210 1317 5741 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10153; state: DISABLED
02-01 11:46:26.212 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10153; state: ENABLED
02-01 11:46:26.219 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.marketplace.deeplink.ChargebackRepresentmentActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.222 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:26.232 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.urlhandler.FreeSuiteUpsellCreatePostUriLauncherActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.249 1317 1456 W ActivityManager: Slow operation: 55ms so far, now
at startProcess: building log message
02-01 11:46:26.249 1317 1456 I ActivityManager: Start proc
14345:com.android.vending:background/u0a153 for broadcast
{com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgr
oundPackageMonitorReceiverImpl$RegisteredReceiver}
02-01 11:46:26.249 1317 1456 W ActivityManager: Slow operation: 55ms so far, now
at startProcess: starting to update pids map
02-01 11:46:26.255 1317 1456 W ActivityManager: Slow operation: 61ms so far, now
at startProcess: done updating pids map
02-01 11:46:26.259 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.commercialbreak.adbreakadminpreview.AdBreakAdminPrevie
wActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.281 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.whatsapp.pageswhatsappsmblinking.WhatsAppSMBPagesLinkingActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.285 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.whatsapp.pagewhatsapplinking.WhatsAppPageLinkingActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.288 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.form.PaymentsFormActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.292 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.picker.PickerScreenActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.295 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.selector.PaymentsSelectorScreenActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.298 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.receipt.PaymentsReceiptActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.302 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.ads.AudienceNetworkActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.305 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.profile.memberlist.ui.activity.MemberListAct
ivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.311 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.receipt.subscription.PaymentsSubscriptionReceiptAct
ivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.315 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.p2p.p2pinblue.activity.P2PinBlueActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.318 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.incentives.FbpayIncentiveDetailsUrlHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.322 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.incentives.FbpayIncentiveHomeUrlHandlerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.326 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.aibot.feedback.activity.AIBotFeedbackActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.330 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.fxcal.linking.FxCalLinkingActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.334 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.xapp.messaging.composer.aibot.discover.activity.AiBotDiscove
rActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.340 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.common.ui.activity.MsysBootstrapFailureActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.343 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.chatheads.interstitialnux.ChatHeadsInterstitialNux
LauncherActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.347 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.google.android.gms.auth.api.signin.internal.SignInHubActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.349 1317 6548 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:26.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:26.351 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartcapture.view.SelfieCaptureActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.356 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:26.357 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartcapture.view.SelfieCapturePermissionsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.358 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:26.359 1317 1522 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:26.389 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartcapture.view.SelfieOnboardingActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.394 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartcapture.view.SelfieReviewActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.398 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartcapture.view.SelfieDataInformationActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.401 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartcapture.view.SelfieTimeoutActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.405 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.clicktocall.nativecall.requestcallback.RequestCallActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.413 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.urlnavigation.internalsettings.FindUrlNavigationHandlerActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.420 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.fxcropapp.CropActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.426 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.cloudstreaming.backends.fb4a.Horizon2DActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.426 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:26.433 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.nativetemplates.fb.action.acpsecuritykeysignin.FBACPSecurity
KeySignInActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.440 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.music.activities.MusicPickerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.444 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.music.activities.MusicTrimmerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.449 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fxcal.helper.FxCalUrlHandlerForFacebookActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.453 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.inspiration.features.optional.producttagging.settings.Produc
tTaggingSettingsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.457 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.minutiae.iconpicker.MinutiaeIconPickerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.460 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.minutiae.activity.MinutiaeTabbedPickerActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.463 1317 4128 W ActivityManager: Slow operation: 98ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:26.464 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.minutiae.activity.MinutiaeObjectSelectorActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.467 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.integration.install.fb4a.m4a.M4aInstallBotto
mSheetActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.470 1317 4128 W ActivityManager: Slow operation: 106ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:46:26.471 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.integration.install.fb4a.m4afullscreen.M4aIn
stallFullScreenActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.475 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.topfans.TopFansManageCommentBannerActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.480 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartcapture.view.PermissionsActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.483 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartcapture.view.IdCaptureActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.487 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartcapture.view.PhotoReviewActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.491 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ugc.notif.ShareReviewAsStoryActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.495 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.loginmanagement.ui.activities.loginslis
t.MibLoginManagementListActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:26.498 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.local.recommendations.recommendationsview.RecommendationsVie
wActivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.499 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:26.502 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.huddle.ui.activity.HuddleRoomActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.507 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oauthaccountlinking.OAuthAccountLinkingActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.510 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fboauthaccountlinking.FbOAuthAccountLinkingActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.513 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bugreporter.screenshot.uipresenter.BugReportScreenshotActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.517 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebookpay.webview.WebViewActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.521 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.clientsignals.internalsettings.common.ClientSignalsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.524 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.clientsignals.internalsettings.fb.FbClientSignalsActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.527 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.leadgen.inappcalling.mainactivity.InAppCallingActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.529 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:26.532 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.auth.dynamicdescriptor.DynamicDescriptorMainActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.536 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.auth.dynamicdescriptor.DDExternalIntentActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.539 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.peoplepicker.ui.activity.PeoplePickerActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.542 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.profile.blockmember.ui.activity.MessagingInB
lueBlockMemberActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.542 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:26.545 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.ephemeral.ui.activities.MibEphemeralSet
tingsSummaryActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.547 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:26.548 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.readreceipts.ui.activities.MibReadRecei
ptsSettingsActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.551 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.fallback.activity.E2eeInterstitialActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.554 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.threadview.ui.thread.photoviewer.FullScreenM
ultiPhotoActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:26.557 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.aibot.launcher.activity.AiStudioFragmentActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.563 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.aibot.launcher.activity.AiStudioCreationFragmentAc
tivity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:26.566 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.integration.install.fb4a.barcelonafullscreen
.BarcelonaInstallFullScreenActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:27.029 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.036 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.039 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.google.android.gms.common.api.GoogleApiActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.046 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.050 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.053 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.060 1317 1317 W Looper : Slow delivery took 408ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:46:27.062 1317 1317 W Looper : Drained
02-01 11:46:27.063 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:27.100 1317 1432 W Looper : Slow delivery took 349ms android.ui
h=android.os.Handler
c=com.android.server.policy.motion.ThreeFingerGesture$1@3bc205b m=0
02-01 11:46:27.113 1317 1431 W Looper : Drained
02-01 11:46:27.114 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbshorts.sharesheet.abtesting.activity.FbShortsABTestingSele
ctCoversActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.122 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.privatereply.NativePrivateReplyActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.127 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.privatereply.bottomsheet.PrivateReplyBottomSheetActivi
ty newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.133 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.payments.chromecustomtabs.CustomTabMainActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.136 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:27.136 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.quickpromotion.interstitial.ui.MessengerQPIntersti
tialActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.140 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fxcal.urihandler.FxCalUrlHandlerBaseActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.144 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bugreporter.mediacapture.BugReportMediaCaptureActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.147 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.threadmute.ThreadNotificationMuteDialogActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.147 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.151 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.marketplace.viewlisting.ThreadNotificationViewList
ingActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.154 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.e2ee.automaticpreviews.ui.activities.MibAuto
maticPreviewsSettingsActivity newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:27.160 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.profile.updatenicknames.ui.activity.UpdateNi
cknamesActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.162 1317 1432 W Looper : Drained
02-01 11:46:27.164 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.xma.template.activity.youtube.GenericXmaYoutubePla
yerScreenActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.168 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.events.attending.picker.activity.EventSelectionForA
ttendingActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.180 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.montage.blocking.MontageHiddenUsersActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.190 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.credentials.playservices.HiddenActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.201 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.actionitems.ActionItemsComposerActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.209 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.avatarspost.composition.AvatarsPostCompositionActiv
ity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.216 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.events.creating.EventsCreationAndSelectionActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.223 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fds.patterns.locationpicker.FDSLocationPickerPatternActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.227 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.tagging.product.ProductTagSelectorActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.231 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.ui.underwood.modal.ModalUnderwoodActivity
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.235 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.neue.nux.webview.NeueNuxWebViewActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.238 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.bizapp_di.casd_bl_disclosure.OpenWebviewForAuthActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.242 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.android.billingclient.api.ProxyBillingActivity newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.245 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.android.billingclient.api.ProxyBillingActivityV2 newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.250 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:27.251 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.251 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:27.253 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.threadview.ui.composer.plugin.camera.activit
y.MibCameraActivity newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.258 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.work.timeline.protiles.skills.edit.WorkProfileEditSkillsActi
vity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.264 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.stories.features.momentsbucket.activity.MomentsBucketLanding
Activity newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.268 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ipc.videos.tv.TVCastingBottomSheetLaunchActivity newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.272 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pages.app.bizposts.ufi.ui.BusinessContentFeedbackListActivit
y newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.277 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.secure.packagefinder.PackageFinderActivity newState:0
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.286 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.mobileconfig.init.MobileConfigEnableReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.289 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.FacebookAccountReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.292 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.orca.notify.MessagesNotificationBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.295 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.common.init.OnAppUpdateReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.298 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.contacts.service.ContactLocaleChangeReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.302 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.watson.WatsonBroadcastReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.305 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ui.mainview.tabshortcut.TabShortcutCreator$ShortcutMadeInten
tReceiver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.306 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:27.308 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbreact.neo.ReactParentDashboardShortcutModule$ParentDashboa
rdShortcutInstalledIntentReceiver newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:27.311 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.games.entrypoint.shortcut.GamesShortcutHelper$GamingTabBookm
arkShortcutCreatedIntentReceiver newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:27.315 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.uievaluations.uiqr.fbcore.sapienz.TriggerUIEvaluationsIntent
Receiver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.323 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.login.notification.LoginNotificationServiceReceiver
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.330 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.login.notification.LoginNotificationServiceScheduler
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.343 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.switcher.shortcuts.AccountSwitcherShortcutReceiver
newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.348 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bugreporter.core.scheduler.AlarmsBroadcastReceiver
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.353 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.caa.shared.identityhash.IdentityHashReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.354 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.356 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.conditionalworker.ConditionalWorkerServiceReceiver
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.359 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.device_id.UniqueIdSupplier
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.362 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.appwidget.MediumNotificationsWidgetProvider
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.364 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:27.372 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.appwidget.SmallNotificationsWidgetProvider
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.376 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:27.379 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.appwidget.receiver.NotificationsWidgetAppUpgra
deReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.386 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:27.395 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.appwidget.widgetpicker.NotificationsWidgetPick
erPinnedReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.400 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.push.token.refresh.NotificationsTokenRefreshRe
ceiver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.407 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.tray.helpers.receivers.ActivityTransitionRecei
ver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.411 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.tray.helpers.receivers.NotificationsRemovalTim
erReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.414 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.tray.helpers.receivers.NotificationsRemovalApp
UpdateReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.418 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rooms.mainapp.receivers.RoomsStartCallReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.425 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.iptest.ZeroIPTestBroadcastReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.427 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.mqtt.receiver.BootCompleteBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.431 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.nobreak.CrashLoop$LastState
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.435 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaginginblue.threadview.ui.activity.main.BubblesDeleteInt
entReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.440 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.registration.notification.RegistrationNotificationServiceRec
eiver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.455 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rooms.call.receivers.PictureInPictureReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.457 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.458 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rooms.call.receivers.RoomEndCallReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.462 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.upload.receiver.ConnectivityChangeReceiver newState:0
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.472 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fdidlite.FDIDSyncLiteReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.478 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.confirmation.util.VoiceCallListenerExpiryReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.481 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.confirmation.task.SMSBroadcastReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.484 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.confirmation.notification.ConfirmationNotificationServiceRec
eiver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.487 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:27.488 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.confirmation.notification.ConfirmationNotificationReSchedule
r newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.491 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.battery.monitor.ContinuousBatteryMonitorService$BroadcastRec
eiver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.494 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.credentials.AuthTokenDebugLogger newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.498 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.tray.util.NotificationsClientSignalStaticBroad
castReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.502 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.integration.dogfooding.AuthListener$Employee
LoggedInMarkerReceiver newState:0 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.506 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.integration.sso.PostInstallSsoReceiver
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.510 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.integration.tosacceptance.TosAcceptedFlagCom
ponent newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.514 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.adm.MessageAlertReceiver newState:0 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.519 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rti.orca.UpdateQeBroadcastReceiver newState:0 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.524 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rti.orca.FbnsLiteBroadcastReceiver newState:0 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.527 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.util.QuicksilverShortcutCreationUtil$ShortcutMad
eIntentReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.531 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.registration.RegistrarHelperReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.535 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.registration.FacebookPushServerRegistrar$LocalBroadcast
Receiver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.546 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.profileinstaller.ProfileInstallReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.550 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feed.platformads.AppInstallReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.553 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.delayedworker.DelayedWorkerServiceReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.560 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.whatsapp.foabackuptoken.FoaBackupTokenReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.561 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.563 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.caa.shared.wacoderetriever.CAARegWACodeReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.566 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.analytics2.logger.legacy.uploader.HighPriUploadRetryReceiver
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.571 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.compost.service.CompostNotificationServiceReceiver
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.578 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.groups.share.helpers.GroupOpenChooserShareIntentBroadcastRec
eiver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.584 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.sdk.firstparty.settings.TosAcceptedFlag
newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.588 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.googleplay.GooglePlayInstallReferrerReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.591 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.glc.GLCServiceSchedulerReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.595 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppF
lag newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.605 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppR
eceiver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.626 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.zero.easydogfooding.notification.ZeroEasyDogfoodNotification
ActionReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.630 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.fbnslite.FbPushSdkFbnsReceiverShim newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.633 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.fbnslite.FbnsLiteRtcPushNotificationReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.638 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.negativefeedback.PushNegativeFeedbackReceiver
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.642 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.nna.NNABroadcastReceiver newState:0 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.645 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feedplugins.share.externalshare.logging.FeedShareIntentResul
tBroadcastReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.648 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:27.649 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.appcomponentmanager.fb.FbAppComponentReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.654 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.appcomponentmanager.testreceivers.AppComponentManagerTesting
Receiver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.659 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.appcomponentmanager.testreceivers.FirstEnableStageTestReceiv
er newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.663 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.665 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.appcomponentmanager.testreceivers.SecondEnableStageTestRecei
ver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.668 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.google.firebase.iid.FirebaseInstanceIdReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.671 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.676 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryCharging
Proxy newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.680 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowPr
oxy newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.684 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowPr
oxy newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.689 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStatePro
xy newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.693 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.background.systemalarm.RescheduleReceiver newState:0
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.697 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver
newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.701 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.diagnostics.DiagnosticsReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.704 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.notify.util.intent.MessengerNotificationAndroidSur
veyReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.707 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.notify.util.intent.NoteNotificationMuteBroadcastRe
ceiver newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.711 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.sdk.firstparty.settings.wa.ITA newState:0
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.715 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.google.android.gms.analytics.AnalyticsReceiver newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.719 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.errorreporting.lacrima.detector.broadcast.SecureShutdownBoot
BroadcastReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.725 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.errorreporting.lacrima.detector.broadcast.ProtectedLockScree
nBroadcastReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.729 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:27.729 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.errorreporting.lacrima.detector.broadcast.PublicLockScreenBr
oadcastReceiver newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:27.737 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.contacts.provider.ContactsConnectionsProvider newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.738 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:27.739 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.provider.AttributionIdProvider newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.742 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.platform.common.provider.PlatformProviderBase newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.745 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.database.threads.MessagesDbContentProvider
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.748 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.xapp.messaging.composer.broadcast.transportagnostic.attachme
nt.source.TamAttachmentProvider newState:1 userId:0 callingPackage:null
callingUid:10205 callingPid:13695
02-01 11:46:27.751 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.secure.fileprovider.SecureFileProvider newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.755 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:androidx.startup.InitializationProvider
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.766 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.push.dedup.provider.ClientMessagePushDedupInfoProv
ider newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.767 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.771 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.sharekey.contentprovider.SecureMessagingKeyContent
Provider newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.775 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.abtest.qe.db.QuickExperimentContentProvider newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.778 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.contacts.data.FbContactsContentProvider newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.783 1317 3087 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.fdidlite.FDIDLiteProvider
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.787 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.liteprovider.FirstPartyUserValuesLiteProvider
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.819 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.provider.UserValuesProvider newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.824 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.provider.FirstPartyUserValuesProvider newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.842 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.provider.InstallReferrerProvider newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.870 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.880 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.provider.CacheProvider newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.917 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.database.threads.ThreadsDbPropertiesContentProvide
r newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.934 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.integration.dogfooding.AppManagerSsoProvider
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.949 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.provider.PhotosProvider newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.959 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rti.common.sharedprefs.SharedPreferencesContentProvider
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.965 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:androidx.core.content.FileProvider
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.973 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:27.976 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.fcm.customprovider.FirebaseInitCustomProvider
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:27.998 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.whatsapp.foabackuptoken.FoaBackupTokenProvider newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.001 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:28.014 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.mobileidservices.feo2.fb4a.fbprovider.FeO2InAppContentProvid
er newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.035 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.RemoveRawContactsService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.046 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.lite.BrowserLiteIntentService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.057 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.lite.BrowserLiteInMainProcessIntentService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.067 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.liteclient.BrowserLiteCallbackService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.083 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.businessintegrity.cloakingdetection.service.CloakingDetectio
nService newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.092 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.audiencenetwork.AudienceNetworkService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.093 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:28.113 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.cameracore.mediapipeline.asyncscripting.AsyncScriptingServic
e newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.127 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.platform.FacebookAuthenticationService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.143 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.katana.platform.TokenRefreshService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:28.158 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.platform.common.service.PlatformService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.168 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adinterfaces.service.BoostLiveService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.181 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.notify.logging.MessagesSystemTrayLogService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.195 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.contacts.service.ContactLocaleChangeService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.203 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.friending.jewel.FriendRequestsPrivacySettingService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.214 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:28.220 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.tv.notification.CastNotificationActionService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.226 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.login.notification.LoginNotificationService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.246 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.helium.content.SandboxedProcessService0 newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.263 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.helium.content.SandboxedProcessService1 newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.275 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.helium.content.PrivilegedProcessService0 newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.286 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bugreporter.core.scheduler.GCMBugReportService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.290 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.bugreporter.core.scheduler.LollipopBugReportService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.294 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.conditionalworker.ConditionalWorkerService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.304 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.conditionalworker.LollipopConditionalWorkerService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.308 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.conditionalworker.GooglePlayConditionalWorkerService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.311 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbservice.service.BlueService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.317 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbservice.service.BlueServiceJobIntentService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.321 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.mqttlite.MqttService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.326 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.appwidget.refresh.NotificationsWidgetCollectio
nService newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.330 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.appwidget.bugreporter.NotificationsWidgetDebug
Helper newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.333 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rooms.mainapp.incallservice.InRoomsCallForegroundService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.334 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:28.340 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.meta.trusteddevice.service.TrustedDeviceFoundationServiceImpl
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.343 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.bgplayback.notification.service.PlaybackNotificationSe
rvice newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.350 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.reportaproblem.base.bugreport.BugReportUploadService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.353 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.graphql.executor.offlinemutations.OfflineMutationsRetryJobSe
rvice newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.360 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.graphql.executor.offlinemutations.OfflineMutationsRetryGCMTa
skService newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.364 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.mqtt.service.MqttPushHelperService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.370 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.analytics2.logger.GooglePlayUploadService newState:0
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.374 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.adspayments.analytics.ExperimentExposeService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.382 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.registration.notification.RegistrationNotificationService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.386 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.smartglasses.ipc.service.SmartGlassesTunnelService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.391 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.upload.service.PhotosUploadHelperService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.396 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ads.internal.ipc.AudienceNetworkRemoteService newState:0
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.402 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.appcomponentmanager.AppComponentManagerService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.406 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.screencast.ScreencastService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.412 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.facecast.broadcast.notifications.LiveAudioRoomV2Notification
Service newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.417 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.427 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.ipc.FBPaymentServiceImpl newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.429 1317 2187 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:28.436 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.fbpay.w3c.ipc.AutofillKeyFetchServiceImpl newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.437 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:28.450 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.watch.entrypoint.WatchEntryPointLaunchService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.460 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.confirmation.service.AutoSmsConfirmService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.474 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.confirmation.service.AddPhoneNumberService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.482 1317 3810 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.Manifest
PackageEventReceiver
02-01 11:46:28.490 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.
receiver.PackageChangeReceiver_Receiver
02-01 11:46:28.491 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:46:28.491 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.katana flg=0x4000010 (has extras) } to
com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
02-01 11:46:28.499 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10038; state: DISABLED
02-01 11:46:28.514 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.confirmation.notification.ConfirmationNotificationService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.533 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.battery.monitor.ContinuousBatteryMonitorService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.535 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:28.553 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.katana)
02-01 11:46:28.558 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:28.634 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.media.local.UpdateLocalMediaStoreJobService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.641 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:28.644 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.media.local.UpdateLocalMediaStoreGcmTaskService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.658 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:28.658 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:28.663 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:28.663 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:28.663 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:28.663 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:28.666 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:28.666 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:28.674 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.tray.service.SystemTrayLogService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.706 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:28.711 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: true
02-01 11:46:28.711 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10205, delay=20000
02-01 11:46:28.711 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10154, 10205]
02-01 11:46:28.719 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:28.733 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:28.735 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10154, 10205]
02-01 11:46:28.761 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:28.766 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.notifications.tray.actions.PushNotificationsActionService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.768 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:28.777 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:28.795 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:46:28.809 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:28.816 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.papaya.fb.client.services.FBPapayaJobService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.832 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:28.854 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:28.870 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.push.adm.ADMService
newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.926 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.adm.ADMBroadcastReceiver newState:0 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.933 1317 1752 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:28.936 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:28.960 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.adm.ADMBroadcastReceiverJobBase newState:0 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.974 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.push.adm.ADMJobIntentService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:28.979 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:28.979 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:28.995 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.push.adm.AdmWorkGCMService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:29.029 1317 1431 W Looper : Slow dispatch took 163ms android.fg
h=android.os.Handler c=<recycled PooledLambda@1ec2d80> m=0
02-01 11:46:29.085 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:29.109 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.adm.AdmWorkLollipopService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:29.117 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:29.142 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:29.157 1317 1431 W Looper : Slow delivery took 337ms android.fg
h=android.os.Handler c=<recycled PooledLambda@2a6a1ac> m=0
02-01 11:46:29.157 1317 1431 W Looper : Slow dispatch took 128ms android.fg
h=android.os.Handler c=<recycled PooledLambda@2a6a1ac> m=0
02-01 11:46:29.190 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.fbpushdata.common.FbPushDataHandlerService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:29.195 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:29.235 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.rti.push.service.FbnsService
newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:29.238 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:29.251 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:29.262 1317 1936 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewservice.QuicksilverWebviewService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:29.263 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:29.291 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:29.353 1317 1752 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:29.354 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:29.391 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.registration.RegistrarHelperService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:29.394 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:29.398 1317 1434 W Looper : Slow dispatch took 836ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@cbc6be0
m=0
02-01 11:46:29.428 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: false
02-01 11:46:29.445 1317 1431 W Looper : Slow dispatch took 287ms android.fg
h=android.os.Handler c=<recycled PooledLambda@69d4537> m=0
02-01 11:46:29.464 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.registration.FacebookPushServerRegistrarGCMService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:29.486 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:29.533 1317 1506 W PackageManager: Preserving older settings backup
02-01 11:46:29.817 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:29.832 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:29.984 1317 2181 W ActivityManager: Slow operation: 525ms so far, now
at startProcess: done creating new process record
02-01 11:46:29.984 1317 2181 W ActivityManager: Slow operation: 526ms so far, now
at startProcess: stepping in to startProcess
02-01 11:46:29.993 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:29.995 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:29.998 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.000 1317 2181 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.katana
02-01 11:46:30.001 1317 2181 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10205; state: DISABLED
02-01 11:46:30.003 1317 2181 W ActivityManager: Slow operation: 545ms so far, now
at startProcess: done starting proc!
02-01 11:46:30.008 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.010 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.010 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10205; state: ENABLED
02-01 11:46:30.011 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.012 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.019 1317 2181 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #5273} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (181
skipped)
02-01 11:46:30.024 1317 1432 W Looper : Slow dispatch took 596ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:46:30.032 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.048 1317 1456 W ActivityManager: Slow operation: 64ms so far, now
at startProcess: returned from zygote!
02-01 11:46:30.049 1317 1456 W ActivityManager: Slow operation: 65ms so far, now
at startProcess: done updating battery stats
02-01 11:46:30.115 1317 2676 D JobServiceContext: doCallback of :
JobStatus{c19bffe #u0a205/-935512961
com.facebook.katana/com.facebook.push.mqtt.service.MqttPushHelperService u=0
s=10205 TIME=none:-1s12ms READY} v:VERB_EXECUTING
02-01 11:46:30.199 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.225 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.232 1317 2676 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.308 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:30.356 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:30.426 1317 1456 W ActivityManager: Slow operation: 81ms so far, now
at startProcess: building log message
02-01 11:46:30.426 1317 1456 I ActivityManager: Start proc
14415:com.facebook.katana:pretosproc/u0a205 for broadcast
{com.facebook.katana/com.facebook.appcomponentmanager.fb.FbAppComponentReceiver}
02-01 11:46:30.427 1317 1456 W ActivityManager: Slow operation: 442ms so far, now
at startProcess: starting to update pids map
02-01 11:46:30.434 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.registration.FacebookPushServerRegistrarLollipopService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.448 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:30.448 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:30.454 1317 1456 W ActivityManager: Slow operation: 469ms so far, now
at startProcess: done updating pids map
02-01 11:46:30.458 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:30.458 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:30.512 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.registration.FacebookPushServerFinishNotifiedGCMService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.523 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:30.538 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.registration.FacebookPushServerFinishNotifiedLollipopSe
rvice newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.554 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.registration.PushNegativeFeedbackGCMService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.562 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.563 1317 1431 W Looper : Drained
02-01 11:46:30.570 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.registration.PushNegativeFeedbackLollipopService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.608 1317 1941 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:30.614 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.account.twofac.protocol.LoginApprovalNotificationService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.623 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:30.631 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.ppml.receiver.ReceiverService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.654 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:30.672 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:30.685 1317 1522 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.push.fcm.FcmListenerService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.696 1317 2135 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:30.696 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.wearable.mediastream.service.MediaStreamService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.721 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:30.731 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.profilo.upload.TraceUploadRetryJob newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.759 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.779 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.google.firebase.messaging.FirebaseMessagingService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.781 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:30.799 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.bgaudio.BgAudioPlayerService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.807 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.watchandgo.service.WatchAndGoService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:30.856 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:30.862 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:30.880 1317 3278 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:30.914 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:30.920 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.watchandgo.service.UnifiedMiniPlayerService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.938 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:46:30.938 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=491960
02-01 11:46:30.938 1317 1530 D DeviceIdleController: Time to remove uid 1000:
507056
02-01 11:46:30.938 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=15096
02-01 11:46:30.945 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:30.956 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feed.platformads.AppInstallService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.965 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.feed.platformads.AppInstallTrackerService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:30.965 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:31.046 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.delayedworker.DelayedWorkerService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.063 1317 4262 W ActivityManager: Slow operation: 101ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:46:31.067 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.videolite.api.VideoUploadForegroundService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.068 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:31.092 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.videolite.api.VideoUploadJobService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.119 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.videolite.api.jobscheduler.UploadJobSchedulerService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.138 1317 4262 W ActivityManager: Slow operation: 176ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:31.138 1317 4262 W ActivityManager: Slow operation: 176ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:31.161 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.heroplayer.service.HeroKeepAliveService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.168 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.analytics2.logger.service.LollipopUploadSafeService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.171 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:31.172 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.analytics2.logger.legacy.uploader.LollipopUploadService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.191 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.analytics2.logger.legacy.uploader.Analytics2UploadService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.205 1317 4262 W ActivityManager: Slow operation: 243ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:31.214 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.analytics2.logger.legacy.uploader.AlarmBasedUploadService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.217 1317 4262 W ActivityManager: Slow operation: 255ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:46:31.225 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.compost.service.CompostNotificationService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.231 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.facecast.display.debugoverlay.FacecastDebugOverlayService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.235 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.quicksilver.webviewprocess.QuicksilverWarmupService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.247 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.publish.internal.ComposerPublishService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.257 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.huddle.notification.speakernotification.impl.HuddleLiveSessi
onNotificationService newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:31.261 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.cid.server.RemoteProcessOnDeviceSignalServiceHost newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.264 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:31.264 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.cid.server.LocalProcessOnDeviceSignalServiceHost newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.268 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.googleplay.GooglePlayInstallRefererService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.271 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.glc.ScheduledWifiMonitorService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.275 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:31.276 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.glc.LongRunningWifiMonitorService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.287 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.glc.GLCService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.291 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppC
acheService newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:31.295 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppC
acheJobService newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:31.298 1317 2135 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.common.errorreporting.memory.service.jobschedulercompat.fbsv
c.DumperUploadService newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:31.302 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.orca.notify.MessagesNotificationService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.316 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.pumpkin.PumpkinService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.338 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.negativefeedback.PushNegativeFeedbackFbJobIntentService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.344 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:31.348 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:31.349 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.push.nna.NNAService
newState:0 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.361 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:31.364 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:31.368 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pushlite.PushLiteFallbackJobService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.372 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pushlite.PushLiteLollipopJobService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.376 1317 14447 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:31.414 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:31.414 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.pushlite.PushLiteGCMJobService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.417 1317 14448 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:31.426 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.places.suggestions.common.SuggestProfilePicUploadService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.433 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.fcm.FcmRegistrarFbJobIntentService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.449 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.fcm.GetFcmTokenRegistrarGCMService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.457 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.push.fcm.GetFcmTokenRegistrarLollipopService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.464 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.lite.webviewrtc.RTCService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.471 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.browser.helium.preload.AppZygoteWarmerService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.479 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.video.tv.mediasession.TVCastingMediaSessionService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.481 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:31.488 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.google.firebase.components.ComponentDiscoveryService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.493 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.messaging.prefs.notifications.NotificationPrefsSyncService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.500 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.directinstall.feed.progressservice.ProgressService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.504 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.directinstall.feed.progressservice.InstallNotificationServic
e newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.510 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.voltron.download.scheduledinstaller.OxygenScheduledInstaller
JobService newState:1 userId:0 callingPackage:null callingUid:10205
callingPid:13695
02-01 11:46:31.514 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.google.android.gms.auth.api.signin.RevocationBoundService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.519 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.background.systemalarm.SystemAlarmService newState:0
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.523 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.background.systemjob.SystemJobService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.527 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.impl.foreground.SystemForegroundService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.533 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.directinstall.shortcut.ShortcutInstallerService newState:1
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.537 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fixie.fixes.signal.AppDeathSignalService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.541 1317 2134 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana className:com.facebook.mqtt.service.MqttServiceV2
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.544 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.room.MultiInstanceInvalidationService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.548 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.multiusermqtt.MultiuserMqttService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.553 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.google.android.gms.analytics.AnalyticsService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.558 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.google.android.gms.analytics.AnalyticsJobService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.568 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.wearlistener.DataLayerListenerService newState:0 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.573 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.credentials.playservices.CredentialProviderMetadataHolder
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.584 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:31.597 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:androidx.work.multiprocess.RemoteWorkManagerService newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.602 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.rtc.connectionservice.RtcSelfManagedConnectionService
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:31.670 1317 4128 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:31.687 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:31.710 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:31.710 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:46:31.753 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:31.793 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:31.846 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:31.894 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:31.997 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:32.036 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:32.077 1317 4128 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:32.100 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:32.120 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: false
02-01 11:46:32.162 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: false
02-01 11:46:32.180 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:32.203 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:32.306 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:32.326 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: false
02-01 11:46:32.354 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: false
02-01 11:46:32.432 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:32.434 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: false
02-01 11:46:32.437 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:32.444 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:32.513 1317 1752 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.maps
02-01 11:46:32.546 1317 1432 D DeviceIdleController: Adding AppId 10205 to temp
whitelist. New entry: false
02-01 11:46:32.548 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10168; state: ENABLED
02-01 11:46:32.569 1317 1456 W ActivityManager: Slow operation: 57ms so far, now
at startProcess: returned from zygote!
02-01 11:46:32.570 1317 1456 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: done updating battery stats
02-01 11:46:32.570 1317 1456 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: building log message
02-01 11:46:32.570 1317 1456 I ActivityManager: Start proc
14462:com.google.android.apps.maps:server_recovery_process_scheduled/u0a168 for
broadcast
{com.google.android.apps.maps/com.google.android.apps.gmm.plugins.serverrecovery.Sc
heduledRecoverySignalHandlerImpl}
02-01 11:46:32.570 1317 1456 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: starting to update pids map
02-01 11:46:32.570 1317 1456 W ActivityManager: Slow operation: 58ms so far, now
at startProcess: done updating pids map
02-01 11:46:32.582 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:32.638 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ImplicitShareIntentHandlerDefaultAlias
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:32.648 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.AddToStoryAlias newState:1 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:32.653 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsAlias newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:32.661 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.composer.shareintent.ShareToGroupsDisableSinglePhotoAlias
newState:2 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:32.683 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:32.702 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:32.732 1317 1521 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:32.737 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:32.738 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:46:32.738 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10154, timeNow=493760
02-01 11:46:32.738 1317 1530 D DeviceIdleController: Removing uid 10154 from temp
whitelist
02-01 11:46:32.738 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10205]
02-01 11:46:32.800 1317 2134 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:32.802 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:32.805 1317 2183 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:32.814 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:32.815 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.katana)
02-01 11:46:32.842 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:32.845 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10205]
02-01 11:46:32.878 1317 1455 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{27b862a 10205/u0 ReceiverList{bb62315
13695 com.facebook.katana/10205/u0 remote:db4c4cc}}
02-01 11:46:32.882 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:46:32.891 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:46:32.934 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:32.955 1317 2667 W ActivityManager: Slow operation: 67ms so far, now
at attachApplicationLocked: before bindApplication
02-01 11:46:32.974 1317 1317 W Looper : Slow dispatch took 114ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@923daf6 m=0
02-01 11:46:32.975 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:32.975 1317 1431 W Looper : Slow dispatch took 147ms android.fg
h=android.os.Handler c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@f4e164 m=0
02-01 11:46:32.978 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:32.997 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:32.997 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:32.997 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:32.997 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:32.997 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:32.997 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:32.997 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:32.997 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:33.003 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:33.010 1317 2667 W ActivityManager: Slow operation: 122ms so far, now
at attachApplicationLocked: immediately before bindApplication
02-01 11:46:33.048 1317 1434 W Looper : Slow dispatch took 232ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@9baa8e8
m=0
02-01 11:46:33.055 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.124 1317 2667 W ActivityManager: Slow operation: 236ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:33.124 1317 2667 W ActivityManager: Slow operation: 236ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:33.150 1317 2667 W ActivityManager: Slow operation: 262ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:33.162 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.164 1317 2667 W ActivityManager: Slow operation: 275ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:46:33.248 1317 4128 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:33.258 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:33.261 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.265 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:33.282 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:33.357 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.370 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:33.373 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.476 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.486 1317 1431 W Looper : Slow dispatch took 296ms android.fg
h=android.os.Handler c=<recycled PooledLambda@ca70151> m=0
02-01 11:46:33.566 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:33.575 1317 3278 W _V_ContentProviderHelper: Failed to find
provider:com.bbk.iqoo.logsystemes for user 0
02-01 11:46:33.579 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.589 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.649 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:33.658 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:33.682 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.684 1317 1522 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.731 1317 1431 W Looper : Slow delivery took 298ms android.fg
h=android.os.Handler c=<recycled PooledLambda@bae01bc> m=0
02-01 11:46:33.731 1317 1431 W Looper : Slow dispatch took 245ms android.fg
h=android.os.Handler c=<recycled PooledLambda@bae01bc> m=0
02-01 11:46:33.785 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.810 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:33.888 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:33.901 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:33.904 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:33.904 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:33.904 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:33.904 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:33.904 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:33.904 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:33.904 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:33.904 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:33.938 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:33.995 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:34.006 1317 1431 W Looper : Slow dispatch took 115ms android.fg
h=android.os.Handler c=<recycled PooledLambda@aa8a84a> m=0
02-01 11:46:34.077 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.ipc.IsReadyToPayServiceImpl newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:34.590 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:34.592 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:34.593 1317 1317 W Looper : Slow dispatch took 498ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:46:34.597 1317 1317 W Looper : Slow delivery took 466ms main
h=android.app.PropertyInvalidatedCache$AutoCorker$1 c=null m=0
02-01 11:46:34.597 1317 1317 W Looper : Drained
02-01 11:46:34.599 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:34.606 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.ipc.FBPaymentServiceImpl newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:34.615 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:34.615 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:34.617 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:34.618 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:34.624 1317 2135 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:34.630 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:34.636 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.katana)
02-01 11:46:34.637 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:34.638 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.fbpay.w3c.views.PaymentActivity newState:2 userId:0
callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:34.666 1317 1431 W Looper : Drained
02-01 11:46:34.769 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:34.774 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:34.781 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:34.861 1317 1431 W Looper : Slow delivery took 207ms android.fg
h=android.os.Handler c=<recycled PooledLambda@d41e34d> m=0
02-01 11:46:34.878 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:34.981 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:35.084 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:35.159 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:35.167 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.katana)
02-01 11:46:35.167 1317 1431 W Looper : Drained
02-01 11:46:35.220 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:46:35.226 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:35.227 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:35.227 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:35.227 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:35.227 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:35.227 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:35.227 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:35.227 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:35.227 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:35.241 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:35.264 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:35.324 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:35.333 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:35.353 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:35.471 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:35.546 1317 1431 W Looper : Slow delivery took 209ms android.fg
h=android.os.Handler c=<recycled PooledLambda@5d9cc7e> m=0
02-01 11:46:35.607 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:35.651 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:46:35.674 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:35.701 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:35.728 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:35.769 1317 3276 W _V_ContentProviderHelper: Failed to find
provider:com.android.launcher3.cornermark.unreadbadge for user 0
02-01 11:46:36.122 1317 2666 I ActivityManager: Force stopping
com.facebook.appmanager appid=10099 user=0: stop by com.vivo.abe
02-01 11:46:36.255 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:36.266 1317 14494 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:36.288 1317 2666 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:46:36.372 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:36.391 1317 1431 W Looper : Drained
02-01 11:46:36.502 1317 3087 I ActivityManager: Process
com.google.android.apps.maps:server_recovery_process_scheduled (pid 14462) has
died: cch+5 CEM
02-01 11:46:36.584 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:36.632 1317 1434 W Looper : Slow dispatch took 288ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@fb15166
m=0
02-01 11:46:36.650 1317 1317 W Looper : Slow dispatch took 195ms main
h=com.android.server.alarm.AlarmManagerService$AlarmHandler
c=android.app.PendingIntent$FinishedDispatcher@4f11df2 m=0
02-01 11:46:36.650 1317 1317 W Looper : Slow delivery took 235ms main
h=com.android.server.notification.NotificationManagerService$WorkerHandler
c=com.android.server.notification.NotificationManagerService$16@cf5ac43 m=0
02-01 11:46:36.652 1317 2184 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=com.vivo.appstore.PROCESS_CREATE flg=0x10 } from com.vivo.appstore
(pid=13784, uid=10038) to
com.bbk.theme/com.vivo.ad.overseas.downLoad.receiver.AppStoreStartReceiver requires
com.vivo.appstore.permission.process.start
02-01 11:46:36.673 1317 1317 W Looper : Drained
02-01 11:46:36.684 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:36.699 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:36.719 1317 1429 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:46:36.721 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:46:36.722 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:46:36.753 1317 1456 I ActivityManager: Start proc
14499:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:46:36.881 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:36.902 1317 2188 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorRec
eiverImpl$RegisteredReceiver
02-01 11:46:36.927 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgro
undPackageMonitorReceiverImpl$RegisteredReceiver
02-01 11:46:36.927 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppR
emoveMonitor
02-01 11:46:36.927 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.google.android.apps.maps/com.google.android.libraries.social.peoplekit.thirdpar
ty.viewcontrollers.ThirdPartyReceiver
02-01 11:46:36.927 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:46:36.928 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
02-01 11:46:36.928 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:46:36.928 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.vivo.appstore/.receiver.PackageChangeReceiver
02-01 11:46:36.960 1317 1455 I ActivityManager: com.facebook.system is exempt
from freezer
02-01 11:46:36.960 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.system
02-01 11:46:36.961 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10034; state: DISABLED
02-01 11:46:36.961 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10034; state: DISABLED
02-01 11:46:36.961 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10034; state: DISABLED
02-01 11:46:36.961 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10034; state: ENABLED
02-01 11:46:36.963 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10034; state: ENABLED
02-01 11:46:36.984 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:36.988 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:37.030 1317 1456 W ActivityManager: Slow operation: 78ms so far, now
at startProcess: returned from zygote!
02-01 11:46:37.037 1317 1456 W ActivityManager: Slow operation: 86ms so far, now
at startProcess: done updating battery stats
02-01 11:46:37.042 1317 1456 W ActivityManager: Slow operation: 91ms so far, now
at startProcess: building log message
02-01 11:46:37.046 1317 1456 I ActivityManager: Start proc
14511:com.facebook.system/u0a34 for broadcast
{com.facebook.system/com.facebook.oxygen.installer.core.InstallationManagerCallback
Receiver}
02-01 11:46:37.050 1317 1456 W ActivityManager: Slow operation: 99ms so far, now
at startProcess: starting to update pids map
02-01 11:46:37.088 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:37.125 1317 1456 W ActivityManager: Slow operation: 123ms so far, now
at startProcess: done updating pids map
02-01 11:46:37.151 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:37.211 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:37.217 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:37.225 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:37.232 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.photos.upload.receiver.ConnectivityChangeReceiver newState:2
userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:37.242 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:37.316 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:37.371 1317 2666 W ActivityManager: Slow operation: 56ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:37.371 1317 2666 W ActivityManager: Slow operation: 58ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:37.374 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:37.380 1317 2666 W ActivityManager: Slow operation: 66ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:37.382 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:37.391 1317 2666 W ActivityManager: Slow operation: 78ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:46:37.396 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:37.404 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:37.429 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:37.431 1317 2666 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:37.495 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:37.501 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:37.526 1317 2183 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10034; state: DISABLED
02-01 11:46:37.545 1317 2183 W ActivityManager: Slow operation: 62ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:37.545 1317 2183 W ActivityManager: Slow operation: 63ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:37.546 1317 2183 W ActivityManager: Slow operation: 64ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:37.561 1317 2183 W ActivityManager: Slow operation: 78ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:46:37.606 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:37.644 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:37.649 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:37.746 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:37.759 1317 2184 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:37.760 1317 3276 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:37.760 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:37.829 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:37.831 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:37.880 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:37.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:46:37.904 1317 4262 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=install cat=[28] flg=0x10 pkg=com.facebook.appmanager
cmp=com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.InstallerCal
lbackReceiver (has extras) } send by ApplicationInfo{960e957
com.facebook.appmanager} should with permissions for security!!!
02-01 11:46:37.916 1317 4262 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledRe
ceiver
02-01 11:46:37.917 1317 4262 I ActivityManager: Killing
14065:com.android.keychain/1000 (adj 955): empty #9
02-01 11:46:37.934 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorRec
eiverImpl$RegisteredReceiver
02-01 11:46:37.934 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgro
undPackageMonitorReceiverImpl$RegisteredReceiver
02-01 11:46:37.934 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.
receiver.PackageChangeReceiver_Receiver
02-01 11:46:37.935 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:46:37.935 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
02-01 11:46:37.935 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
02-01 11:46:37.935 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:46:37.935 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.vivo.appstore/.receiver.PackageChangeReceiver
02-01 11:46:37.935 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.vivo.imanager/com.iqoo.secure.datausage.receiver.DatausageReceiver
02-01 11:46:37.935 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.facebook.katana/com.facebook.feed.platformads.AppInstallReceiver
02-01 11:46:37.935 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.ss.android.ugc.trill/com.ss.android.common.applog.HotsoonReceiver
02-01 11:46:37.942 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10153; state: DISABLED
02-01 11:46:37.962 1317 4262 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:46:37.962 1317 4262 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:46:37.982 1317 2184 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@819a8b0
02-01 11:46:38.032 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.046 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:38.051 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.053 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:38.053 1317 2188 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.videos uid 10187, isRmsPreload = false, keepQuiet =false
02-01 11:46:38.060 1317 2188 W _V_VivoAmsImpl: mCallingPidFilter=2774,
mCallingUidFilter=10154
02-01 11:46:38.068 1317 2188 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.videos
02-01 11:46:38.069 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10187; state: DISABLED
02-01 11:46:38.070 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10187; state: DISABLED
02-01 11:46:38.073 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.075 1317 3276 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.101 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.103 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.107 1317 1456 I ActivityManager: Start proc
14535:com.google.android.videos/u0a187 for service
{com.google.android.videos/com.google.android.apps.play.movies.common.service.drm.R
efreshLicenseTaskService}
02-01 11:46:38.149 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.159 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.228 1317 3276 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:38.233 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:38.235 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:38.247 1317 2188 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10187; state: DISABLED
02-01 11:46:38.248 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.302 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:38.308 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.katana)
02-01 11:46:38.347 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:38.360 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.363 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:38.363 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:38.363 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:38.363 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:38.363 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:38.363 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:38.363 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:38.364 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:38.365 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:38.369 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:38.373 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:38.373 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:38.383 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:38.383 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:46:38.411 1317 1434 W Looper : Slow dispatch took 100ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@2bb9b42
m=0
02-01 11:46:38.414 1317 3276 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.
receiver.PackageChangeReceiver_Receiver
02-01 11:46:38.431 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:46:38.431 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.lite flg=0x4000010 (has extras) } to
com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
02-01 11:46:38.462 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:46:38.463 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.472 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.511 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:38.531 1317 1943 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
02-01 11:46:38.539 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.562 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.568 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.605 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:46:38.638 1317 6548 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.stagingground.Fb4aProfilePictureShareActivityAlias
newState:1 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:38.669 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.702 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.katana
className:com.facebook.timeline.stagingground.WorkProfilePictureShareActivityAlias
newState:2 userId:0 callingPackage:null callingUid:10205 callingPid:13695
02-01 11:46:38.716 1317 6548 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:38.742 1317 2687 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
02-01 11:46:38.754 1317 2184 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:38.772 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.789 1317 1431 W Looper : Slow delivery took 216ms android.fg
h=android.os.Handler c=<recycled PooledLambda@b7e31d9> m=0
02-01 11:46:38.799 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:46:38.810 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:38.854 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:46:38.861 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.lite
02-01 11:46:38.862 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10185; state: DISABLED
02-01 11:46:38.864 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10185; state: ENABLED
02-01 11:46:38.884 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.944 1317 1456 W ActivityManager: Slow operation: 84ms so far, now
at startProcess: returned from zygote!
02-01 11:46:38.948 1317 1456 W ActivityManager: Slow operation: 88ms so far, now
at startProcess: done updating battery stats
02-01 11:46:38.948 1317 1456 W ActivityManager: Slow operation: 88ms so far, now
at startProcess: building log message
02-01 11:46:38.948 1317 1456 I ActivityManager: Start proc
14559:com.facebook.lite:pretosproc/u0a185 for broadcast
{com.facebook.lite/com.facebook.lite.pretos.LiteAppComponentReceiver}
02-01 11:46:38.948 1317 1456 W ActivityManager: Slow operation: 88ms so far, now
at startProcess: starting to update pids map
02-01 11:46:38.957 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:38.959 1317 1456 W ActivityManager: Slow operation: 99ms so far, now
at startProcess: done updating pids map
02-01 11:46:38.989 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:38.991 1317 1432 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: true
02-01 11:46:38.992 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=20000
02-01 11:46:38.993 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10185, 10205]
02-01 11:46:39.010 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10185, 10205]
02-01 11:46:39.019 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:46:39.027 1317 1432 W Looper : Slow dispatch took 148ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:46:39.045 1317 2188 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:39.049 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:39.051 1317 4262 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:39.091 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:39.127 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:39.163 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:39.167 1317 2181 W ActivityManager: Slow operation: 72ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:39.171 1317 2181 W ActivityManager: Slow operation: 76ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:39.174 1317 2181 W ActivityManager: Slow operation: 78ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:39.190 1317 2181 W ActivityManager: Slow operation: 95ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:46:39.194 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:39.197 1317 1431 W Looper : Drained
02-01 11:46:39.229 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:39.280 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:39.306 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:39.325 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:39.345 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:39.384 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:39.426 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:39.530 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:39.533 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:39.566 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:39.632 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:39.750 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:39.762 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:39.808 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.katana userId=0
02-01 11:46:39.834 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:39.839 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.katana)
02-01 11:46:39.864 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:39.868 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:39.869 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:39.966 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:39.966 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:39.966 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:39.966 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:39.966 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:39.966 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:39.966 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:39.966 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:39.968 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:39.975 1317 1936 W ContentProviderHelper: Slow operation: 148ms so
far, now at getContentProviderImpl: after updateOomAdj
02-01 11:46:39.975 1317 1936 W ContentProviderHelper: Slow operation: 148ms so
far, now at getContentProviderImpl: done!
02-01 11:46:39.984 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.MainActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.045 1317 1428 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #5384} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (123
skipped)
02-01 11:46:40.079 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:40.097 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:40.132 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:40.155 1317 1317 W Looper : Slow dispatch took 129ms main
h=com.android.server.media.MediaRouter2ServiceImpl$UserHandler
c=com.android.server.media.MediaRoute2ProviderWatcher$
$ExternalSyntheticLambda0@afa1e6 m=0
02-01 11:46:40.159 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:40.180 1317 1434 W Looper : Slow dispatch took 362ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@c003327
m=0
02-01 11:46:40.187 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:40.200 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:40.257 1317 4128 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:40.312 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:40.312 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.rtc.RTCActivity
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.316 1317 5773 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.webviewrtc.RTCIncomingCallActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.320 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.nativeRtc.NativeRtcCallActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.322 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.media.AlbumGalleryActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.329 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.platform.LoginGDPDialogActivityV2 newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.352 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.android.play.core.common.PlayCoreDialogWrapperActivity
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.364 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.storagemanager.ManageStorageActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.381 1317 1431 W Looper : Slow dispatch took 356ms android.fg
h=android.os.Handler c=<recycled PooledLambda@2effab3> m=0
02-01 11:46:40.390 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.bugreporter.screencast.ScreencastActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.403 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.inappbrowser.common.BrowserLiteProxyActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.406 1317 1428 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.browser.lite.BrowserLiteActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.408 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.browser.lite.BrowserLiteInMainProcessActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.410 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.UIQRE2EActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.416 1317 1941 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.waotp.WAOtpReceiveCodeActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.418 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.openzeroratedcheckoutactivity.OpenZeroRatedCheckoutActi
vity newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.423 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:40.425 1317 1431 W Looper : Slow delivery took 360ms android.fg
h=android.os.Handler c=<recycled PooledLambda@aeeab9c> m=0
02-01 11:46:40.426 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.openzeroratedcheckoutactivity.OpenZeroRatedCheckoutActi
vityV2 newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.437 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.messaging.MuteThreadActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.440 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.PermalinkPossiblePatternsActivit
yAlias newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.444 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.PermalinkFBLinksAlias newState:0
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.452 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.UIQRE2EActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.456 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.stories.activities.ShareToFbStoriesAlias newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.460 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.stories.activities.ShareToFbMultiStoriesAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.482 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentMultiPhotoAlphabeticalAl
ias newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.501 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentLinkGroupsAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.527 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:40.555 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentMultiPhotoGroupsAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.565 1317 1431 W Looper : Slow dispatch took 111ms android.fg
h=android.os.Handler c=<recycled PooledLambda@1ec2d80> m=0
02-01 11:46:40.571 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentVideoGroupsAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.577 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentVideoAlphabeticalAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.581 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentMultiVideoAlphabeticalAl
ias newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.594 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.PermalinkWatchShortAlias
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.607 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.PermalinkFbliteMessagingFbMePref
ixAlias newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.617 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.CommunityChatsMDotMePrefixAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.630 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:40.640 1317 2183 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.FbliteFamilyCenterAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.660 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareTextToMessagingAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.672 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareMediaToMessagingAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.679 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.android.gms.auth.api.signin.internal.SignInHubActivity
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:40.733 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:40.745 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:40.754 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:41.282 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.284 1317 1317 W Looper : Slow delivery took 448ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:46:41.284 1317 1317 W Looper : Drained
02-01 11:46:41.286 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.android.billingclient.api.ProxyBillingActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.287 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.289 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.290 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.android.billingclient.api.ProxyBillingActivityV2 newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.291 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.292 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.308 1317 2184 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:41.338 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.pretos.LiteAppComponentReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.368 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.rtc.IncomingCallReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.386 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.387 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.campaign.CampaignReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.399 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.appManager.AppManagerReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.424 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.sharing.NativeShareSheetReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.429 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deviceid.FbLitePhoneIdRequestReceiver newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.434 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.appupdate.DownloadCompleteReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.439 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deviceid.FbLitePhoneIdUpdater$LocalBroadcastReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.442 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.FbnsIntentService$CallbackReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.447 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.rti.push.service.MqttSystemBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.452 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.AppController$NetworkStateBroadcastReceiver newState:0
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.459 1317 4262 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.PushNotificationLogBroadcastReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.488 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notifications.messaging.impl.DeleteMessageNotificationB
roadcastReceiver newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:41.497 1317 1431 W Looper : Slow dispatch took 133ms android.fg
h=android.os.Handler c=<recycled PooledLambda@5d9cc7e> m=0
02-01 11:46:41.502 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.502 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.shortcuts.ShortcutCreationReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.542 1317 4262 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:46:41.572 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.lite userId=0
02-01 11:46:41.579 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.LocalNotificationLogBroadcastReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.602 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.644 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:41.646 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:41.646 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:41.646 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:41.646 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:41.646 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:41.646 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:41.646 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:41.647 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:41.658 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:41.663 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:41.705 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.751 1317 1431 W Looper : Slow dispatch took 254ms android.fg
h=android.os.Handler c=<recycled PooledLambda@cbc16cc> m=0
02-01 11:46:41.751 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.lite)
02-01 11:46:41.775 1317 1317 W Looper : Slow dispatch took 103ms main
h=com.android.server.media.MediaRouterService$UserHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@a5a161b
m=0
02-01 11:46:41.809 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.810 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.821 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.834 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.widget.receiver.NotificationsWidgetProvide
r newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:41.858 1317 7357 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.widget.receiver.NotificationsWidgetForceUp
dateReceiver newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:41.911 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:41.927 1317 1431 W Looper : Drained
02-01 11:46:41.955 1317 1943 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.widget.receiver.NotificationsWidgetAppUpgr
adeReceiver newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:42.003 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.NotificationsRemovalTimerReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.024 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.BalanceSimulationNotificationBroadcastRece
iver newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.039 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.NotificationsSnoozeTimerReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.040 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.051 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.NotificationSchedulingReceiver newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.063 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.browser.ChromeCustomTabsReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.076 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.intent.IntentScheduler
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.088 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.intent.WakefulIntentForwarder newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.106 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.datausage.DataUsageBroadCastReceiver newState:0
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.117 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.registration.EmptyAppNotifServiceReceiver newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.135 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.waotp.WAOtpCodeReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.143 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.152 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppF
lag newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.158 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:42.167 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppR
eceiver newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.208 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.oxygen.preloads.sdk.firstparty.settings.TosAcceptedFlag
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.218 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.nativeRtc.receiver.NotificationActionReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.222 1317 1431 W Looper : Slow delivery took 263ms android.fg
h=android.os.Handler c=<recycled PooledLambda@b7e31d9> m=0
02-01 11:46:42.229 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.firebase.iid.FirebaseInstanceIdReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.238 1317 5741 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.legacy.uploader.HighPriUploadRetryReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.250 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deviceid.FbLitePhoneIdProvider newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.260 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:androidx.core.content.FileProvider
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.270 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.secure.fileprovider.SecureFileProvider newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.281 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.281 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.photo.PhotoFileProvider
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.299 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.photo.MediaContentProvider newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.317 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:42.322 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.diode.UserValuesProvider
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.339 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.diode.LiteUserValuesProvider newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.348 1317 1521 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:42.368 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.mobileidservices.FeO2ContentProvider newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.374 1317 2188 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:46:42.390 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.metainstallreferrer.InstallReferrerProvider newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.415 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.msys.LiteSecureMessagingKeyContentProvider newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.419 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.435 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:androidx.startup.InitializationProvider
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.457 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.webviewrtc.RTCService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.461 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.download.DownloadService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.473 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.FbnsIntentService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.480 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.FbnsForegroundService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.490 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.messaging.ArmadilloNotificationForegroundS
ervice newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.493 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analyticslite.memory.MemoryDumpUploadService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.499 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.rti.push.service.FbnsService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.504 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.LiteFirebaseMessagingService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.507 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.intent.WakefulIntentService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.510 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.intent.PeriodicTaskJobService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.514 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.intent.WidgetTaskScheduleJobService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.522 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.524 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.service.SnoozeNotificationService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.531 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.service.NotificationLoggingService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.539 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.service.NotificationQuickActionService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:42.552 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.service.AppInitService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.563 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.service.AppRestartService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.568 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.messagingapps.FirstPartyMessagingAppsDetectionService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.581 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.bugreporter.screencast.ScreencastService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.593 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.service.MediaUploadService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.611 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.browser.lite.BrowserLiteIntentService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.666 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.678 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.browser.BrowserLiteCallbackService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.686 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.appcomponentmanager.AppComponentManagerService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.710 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.rtc.impl.service.RtcService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.717 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppC
acheService newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:42.728 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.732 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppC
acheJobService newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:42.737 1317 4128 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.758 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.video.heroplayer.service.HeroKeepAliveService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.775 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:42.785 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:42.787 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.videolite.api.VideoUploadForegroundService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.808 1317 4262 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:42.811 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.815 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.videolite.api.VideoUploadJobService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.820 1317 3276 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.videolite.api.jobscheduler.UploadJobSchedulerService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.825 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.secure.packagefinder.PackageFinderService newState:0
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.828 1317 4128 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.access.accountmanager.AccountAuthenticatorService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.831 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.833 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.firebase.messaging.FirebaseMessagingService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.838 1317 2666 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.voltron.download.scheduledinstaller.OxygenScheduledInstaller
JobService newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:42.841 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.firebase.components.ComponentDiscoveryService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.844 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.android.gms.auth.api.signin.RevocationBoundService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.874 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.GooglePlayUploadService newState:0
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.886 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.service.LollipopUploadSafeService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.903 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.legacy.uploader.LollipopUploadService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.917 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.934 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:42.946 1317 1521 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.legacy.uploader.Analytics2UploadService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.951 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.legacy.uploader.AlarmBasedUploadService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:42.980 1317 2666 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.020 1317 14637 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:43.039 1317 1431 W Looper : Drained
02-01 11:46:43.044 1317 4262 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.045 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.055 1317 1521 I ActivityManager: Killing
14266:com.google.android.webview:webview_service/u0a165 (adj 965): empty #9
02-01 11:46:43.113 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.140 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.212 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.lite userId=0
02-01 11:46:43.221 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.lite)
02-01 11:46:43.244 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.251 1317 14639 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:43.256 1317 1530 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10185; state: ENABLED
02-01 11:46:43.259 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
begin!
02-01 11:46:43.260 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 6, provider = Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}
02-01 11:46:43.260 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked p pkg=com.android.deskclock tag=6
02-01 11:46:43.260 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, host = Host{HostId{user:0, app:10133,
hostId:1024, pkg:com.android.launcher3}}
02-01 11:46:43.260 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked h pkg=com.android.launcher3 host.tag=0
02-01 11:46:43.260 1317 1667 D _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked i = 0, widget = AppWidgetId{5:Host{HostId{user:0,
app:10133, hostId:1024, pkg:com.android.launcher3}}:Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}}}
02-01 11:46:43.260 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g widget.provider=Provider{ProviderId{user:0,
app:10076,
cmp:ComponentInfo{com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProv
ider}}} widget.provider.tag=6 id=5
02-01 11:46:43.260 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g id=5 rid=0 hostTag=0
02-01 11:46:43.261 1317 1667 W _V_AppWidgetServiceImpl:
writeProfileStateToFileLocked g minWidth=204 minHeight=155 maxWidth=385
maxHeight=300 host_category:1 id=5
02-01 11:46:43.267 1317 1667 D _V_AppWidgetServiceImpl: saveStateLocked userId:0
end!
02-01 11:46:43.276 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.296 1317 1521 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.308 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.347 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.421 1317 4128 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:43.427 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:43.451 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:43.453 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.553 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.691 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.786 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:46:43.787 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:46:43.787 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.facebook.katana mWorkingState isCheckDownload false
02-01 11:46:43.794 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:43.897 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:44.001 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:44.103 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:44.268 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:44.270 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.lite uid 10185, isRmsPreload = false, keepQuiet =false
02-01 11:46:44.274 1317 2181 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10185; state: DISABLED
02-01 11:46:44.294 1317 1432 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
02-01 11:46:44.299 1317 3810 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.lite
02-01 11:46:44.300 1317 3810 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10185; state: DISABLED
02-01 11:46:44.301 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10185; state: ENABLED
02-01 11:46:44.312 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:44.330 1317 1456 I ActivityManager: Start proc
14648:com.facebook.lite:fbns/u0a185 for broadcast
{com.facebook.lite/com.facebook.rti.push.service.MqttSystemBroadcastReceiver}
02-01 11:46:44.338 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.MainActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.343 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.rtc.RTCActivity
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.348 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.webviewrtc.RTCIncomingCallActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:44.353 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.nativeRtc.NativeRtcCallActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.358 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.media.AlbumGalleryActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.361 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.platform.LoginGDPDialogActivityV2 newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.366 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.android.play.core.common.PlayCoreDialogWrapperActivity
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.370 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.storagemanager.ManageStorageActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.374 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.bugreporter.screencast.ScreencastActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.377 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.inappbrowser.common.BrowserLiteProxyActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.380 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.browser.lite.BrowserLiteActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.383 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.browser.lite.BrowserLiteInMainProcessActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.386 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.UIQRE2EActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.389 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.waotp.WAOtpReceiveCodeActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.392 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.openzeroratedcheckoutactivity.OpenZeroRatedCheckoutActi
vity newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.395 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.openzeroratedcheckoutactivity.OpenZeroRatedCheckoutActi
vityV2 newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.398 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.messaging.MuteThreadActivity newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.401 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.PermalinkPossiblePatternsActivit
yAlias newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.406 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.PermalinkFBLinksAlias newState:0
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.409 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.UIQRE2EActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.412 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.stories.activities.ShareToFbStoriesAlias newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.415 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.stories.activities.ShareToFbMultiStoriesAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.418 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentMultiPhotoAlphabeticalAl
ias newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.422 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentLinkGroupsAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.422 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:44.425 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentMultiPhotoGroupsAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.429 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentVideoGroupsAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.432 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentVideoAlphabeticalAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.436 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareIntentMultiVideoAlphabeticalAl
ias newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.439 1317 3292 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.PermalinkWatchShortAlias
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.444 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.PermalinkFbliteMessagingFbMePref
ixAlias newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.448 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.CommunityChatsMDotMePrefixAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.451 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deeplinking.activities.FbliteFamilyCenterAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.455 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareTextToMessagingAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.458 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.composer.activities.ShareMediaToMessagingAlias
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.459 1317 3810 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:44.461 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.android.gms.auth.api.signin.internal.SignInHubActivity
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.463 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.android.billingclient.api.ProxyBillingActivity newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.463 1317 2181 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:44.465 1317 3810 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:46:44.465 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.android.billingclient.api.ProxyBillingActivityV2 newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.470 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.pretos.LiteAppComponentReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.490 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.rtc.IncomingCallReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.494 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.campaign.CampaignReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.517 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.appManager.AppManagerReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.529 1317 3810 W ActivityManager: Slow operation: 59ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:46:44.529 1317 3810 W ActivityManager: Slow operation: 59ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:46:44.532 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.sharing.NativeShareSheetReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.533 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:44.534 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deviceid.FbLitePhoneIdRequestReceiver newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.535 1317 3810 W ActivityManager: Slow operation: 64ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:46:44.537 1317 3810 W ActivityManager: Slow operation: 67ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:46:44.538 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.appupdate.DownloadCompleteReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.542 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deviceid.FbLitePhoneIdUpdater$LocalBroadcastReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.545 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.FbnsIntentService$CallbackReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.548 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.rti.push.service.MqttSystemBroadcastReceiver newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.551 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.AppController$NetworkStateBroadcastReceiver newState:0
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.554 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.PushNotificationLogBroadcastReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.556 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notifications.messaging.impl.DeleteMessageNotificationB
roadcastReceiver newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:44.560 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.shortcuts.ShortcutCreationReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.564 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.LocalNotificationLogBroadcastReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.566 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.widget.receiver.NotificationsWidgetProvide
r newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.570 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.widget.receiver.NotificationsWidgetForceUp
dateReceiver newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:44.573 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.widget.receiver.NotificationsWidgetAppUpgr
adeReceiver newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:44.575 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.NotificationsRemovalTimerReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.578 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.BalanceSimulationNotificationBroadcastRece
iver newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.579 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:44.580 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.NotificationsSnoozeTimerReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.582 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.NotificationSchedulingReceiver newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.582 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:44.584 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.browser.ChromeCustomTabsReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.587 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.intent.IntentScheduler
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.589 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.intent.WakefulIntentForwarder newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.592 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.datausage.DataUsageBroadCastReceiver newState:0
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.594 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.registration.EmptyAppNotifServiceReceiver newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.596 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.waotp.WAOtpCodeReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.599 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppF
lag newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.602 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppR
eceiver newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.605 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.oxygen.preloads.sdk.firstparty.settings.TosAcceptedFlag
newState:0 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.607 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.nativeRtc.receiver.NotificationActionReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.610 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.firebase.iid.FirebaseInstanceIdReceiver newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.612 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.legacy.uploader.HighPriUploadRetryReceiver
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.617 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.deviceid.FbLitePhoneIdProvider newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.621 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:androidx.core.content.FileProvider
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.623 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.secure.fileprovider.SecureFileProvider newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.626 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.photo.PhotoFileProvider
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.629 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.photo.MediaContentProvider newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.631 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.diode.UserValuesProvider
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.633 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.diode.LiteUserValuesProvider newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.636 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.mobileidservices.FeO2ContentProvider newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.637 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:44.639 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.metainstallreferrer.InstallReferrerProvider newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.641 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.msys.LiteSecureMessagingKeyContentProvider newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.644 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:androidx.startup.InitializationProvider
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.648 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.webviewrtc.RTCService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.651 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.download.DownloadService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.653 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.FbnsIntentService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.655 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.FbnsForegroundService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.657 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.messaging.ArmadilloNotificationForegroundS
ervice newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.660 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analyticslite.memory.MemoryDumpUploadService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.662 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.rti.push.service.FbnsService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.665 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.notification.LiteFirebaseMessagingService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.667 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.intent.WakefulIntentService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.669 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.intent.PeriodicTaskJobService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.671 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.intent.WidgetTaskScheduleJobService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.674 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.service.SnoozeNotificationService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.676 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.service.NotificationLoggingService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.679 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.service.NotificationQuickActionService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.681 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.service.AppInitService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.683 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite className:com.facebook.lite.service.AppRestartService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.686 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.messagingapps.FirstPartyMessagingAppsDetectionService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.689 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.bugreporter.screencast.ScreencastService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.691 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.service.MediaUploadService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.693 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.browser.lite.BrowserLiteIntentService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.695 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:46:44.696 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.browser.BrowserLiteCallbackService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.698 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.appcomponentmanager.AppComponentManagerService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.700 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.rtc.impl.service.RtcService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.703 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppC
acheService newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:44.706 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppC
acheJobService newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:44.709 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.video.heroplayer.service.HeroKeepAliveService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.711 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.videolite.api.VideoUploadForegroundService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.716 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.videolite.api.VideoUploadJobService newState:1 userId:0
callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.720 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.videolite.api.jobscheduler.UploadJobSchedulerService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.724 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.secure.packagefinder.PackageFinderService newState:0
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.727 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.lite.access.accountmanager.AccountAuthenticatorService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.730 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.firebase.messaging.FirebaseMessagingService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.733 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.voltron.download.scheduledinstaller.OxygenScheduledInstaller
JobService newState:1 userId:0 callingPackage:null callingUid:10185
callingPid:14559
02-01 11:46:44.737 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.firebase.components.ComponentDiscoveryService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.740 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.google.android.gms.auth.api.signin.RevocationBoundService newState:1
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.743 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.GooglePlayUploadService newState:0
userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.746 1317 2184 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.service.LollipopUploadSafeService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.749 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.legacy.uploader.LollipopUploadService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.752 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.legacy.uploader.Analytics2UploadService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.755 1317 3810 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.lite
className:com.facebook.analytics2.logger.legacy.uploader.AlarmBasedUploadService
newState:1 userId:0 callingPackage:null callingUid:10185 callingPid:14559
02-01 11:46:44.757 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:44.761 1317 3810 D JobServiceContext: doCallback of :
JobStatus{a720b78 #u0a185/137875812
com.facebook.lite/com.facebook.appcomponentmanager.AppComponentManagerService u=0
s=10185 TIME=none:-498ms READY} v:VERB_EXECUTING
02-01 11:46:44.762 1317 3810 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:44.775 1317 2184 I ActivityManager: Killing
14415:com.facebook.katana:pretosproc/u0a205 (adj 965): empty #9
02-01 11:46:44.828 1317 2184 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:46:44.946 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:45.064 1317 2184 I BroadcastQueue: Delay finish:
com.facebook.lite/com.facebook.rti.push.service.MqttSystemBroadcastReceiver
02-01 11:46:45.084 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:45.187 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:45.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:45.290 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:45.402 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:45.514 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:45.543 1317 2184 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:45.634 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:45.737 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:45.840 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:45.943 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:45.999 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:46.046 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:46.068 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:46:46.068 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=507090
02-01 11:46:46.072 1317 1530 D DeviceIdleController: Removing uid 1000 from temp
whitelist
02-01 11:46:46.072 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10185, 10205]
02-01 11:46:46.076 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10185, 10205]
02-01 11:46:46.080 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:46:46.080 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:46:46.149 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
1.6891892; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:46.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 1.6891892; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:46.159 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:46.213 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
02-01 11:46:46.241 1317 1317 D _V_VivoLcmEsd: proximity positive is :true
02-01 11:46:46.243 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:46:46.270 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:46.400 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:46.488 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
02-01 11:46:46.492 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
02-01 11:46:46.492 1317 1317 D _V_VivoLcmEsd: proximity positive is :false
02-01 11:46:46.511 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:46.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
3.3783784; medianLux = 1.6891892; kalmanLux = 1.6891892; speculatedLux = 1.6891892;
finalLux = 1.6891892
02-01 11:46:46.743 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:46.748 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 3.3783784; kalmanLux = 3.3783784; speculatedLux = 3.3783784;
finalLux = 3.3783784
02-01 11:46:46.889 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:47.009 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:47.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.067568; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:47.113 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:47.216 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:47.319 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:47.440 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:47.542 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:47.724 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:47.799 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:47.827 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:47.930 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:47.951 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 4.222973; finalLux = 4.222973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:48.033 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:48.037 1317 2184 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:46:48.136 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:48.239 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:48.343 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:48.446 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:48.549 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:48.652 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:48.748 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:46:48.748 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10205, timeNow=509770
02-01 11:46:48.748 1317 1530 D DeviceIdleController: Time to remove uid 10205:
513568
02-01 11:46:48.748 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10205, delay=3798
02-01 11:46:48.755 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:48.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 4.222973; finalLux = 4.222973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:49.245 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:49.348 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:49.452 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:49.469 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:49.504 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:49.554 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:49.658 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:49.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:46:49.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.067568; finalLux = 4.222973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:49.761 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:49.976 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:50.049 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:50.131 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:50.259 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:50.315 1317 2181 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #5428} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (51
skipped)
02-01 11:46:50.333 1317 14713 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:50.350 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:46:50.372 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:50.475 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:50.578 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:50.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.067568; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:50.690 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:50.836 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:50.939 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:50.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:51.042 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:51.145 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:51.249 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:51.360 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:51.463 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:51.550 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 4.222973; finalLux = 4.222973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:51.567 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:51.670 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:51.773 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:51.876 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:51.997 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:52.099 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:52.134 1317 2181 I ActivityManager: Killing
14511:com.facebook.system/u0a34 (adj 965): empty #9
02-01 11:46:52.153 1317 14714 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:52.174 1317 2181 I ActivityManager: Killing
14345:com.android.vending:background/u0a153 (adj 975): empty #9
02-01 11:46:52.203 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:52.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:46:52.306 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:52.409 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:52.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 4.222973; finalLux = 4.222973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:52.578 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:46:52.578 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10205, timeNow=513600
02-01 11:46:52.578 1317 1530 D DeviceIdleController: Removing uid 10205 from temp
whitelist
02-01 11:46:52.578 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [10185]
02-01 11:46:52.583 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [10185]
02-01 11:46:52.585 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:46:52.585 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:46:52.659 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:52.749 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
3.3783784; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:46:52.762 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:52.788 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
02-01 11:46:52.794 1317 1317 D _V_VivoLcmEsd: proximity positive is :true
02-01 11:46:52.794 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:46:52.874 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:53.321 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:53.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 3.3783784; finalLux = 3.3783784; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = true; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:53.424 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:53.527 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:53.631 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:53.649 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 3.3783784; kalmanLux = 3.3783784; speculatedLux = 3.3783784;
finalLux = 3.3783784
02-01 11:46:53.688 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
02-01 11:46:53.691 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
02-01 11:46:53.691 1317 1317 D _V_VivoLcmEsd: proximity positive is :false
02-01 11:46:53.799 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:46:53.836 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:54.099 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:46:54.200 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:54.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:54.455 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:54.559 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:54.662 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:54.783 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:54.885 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:54.976 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:54.989 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:55.031 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:55.092 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:55.140 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:55.150 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:55.158 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:55.195 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:55.298 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:55.445 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:56.035 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:56.051 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:56.142 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:56.296 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:56.399 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:56.502 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:56.605 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:56.709 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:56.811 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:56.915 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:56.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:56.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:57.018 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:57.121 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:57.224 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:57.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:46:57.327 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:57.430 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:57.534 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:57.671 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:57.848 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:57.895 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:57.999 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:46:58.119 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:58.221 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:58.325 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:58.428 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:58.540 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:58.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:46:58.651 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:58.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:58.754 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:58.858 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:58.961 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:59.010 1317 2181 I ActivityManager: Killing
14199:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbo
xedProcessService0:0/u0a38i3 (adj 965): empty #9
02-01 11:46:59.028 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:46:59.029 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10185, timeNow=520051
02-01 11:46:59.029 1317 1530 D DeviceIdleController: Time to remove uid 10185:
525316
02-01 11:46:59.029 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=5265
02-01 11:46:59.050 1317 2181 W ActivityManager: Scheduling restart of crashed
service com.vivo.appstore/org.chromium.content.app.SandboxedProcessService0:0 in
1000ms for connection
02-01 11:46:59.064 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:59.092 1317 14724 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:59.106 1317 14725 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:59.119 1317 14726 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:46:59.167 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:59.288 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:59.442 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:59.482 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:59.496 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:59.597 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:46:59.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:46:59.900 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:00.062 1317 1455 I ActivityManager: Waited long enough for:
ServiceRecord{6d9bec0 u0
com.facebook.lite/com.facebook.rti.push.service.FbnsService}
02-01 11:47:00.063 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:47:00.067 1317 1432 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
02-01 11:47:00.070 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.lite
02-01 11:47:00.073 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10185; state: DISABLED
02-01 11:47:00.076 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10185; state: ENABLED
02-01 11:47:00.111 1317 1456 I ActivityManager: Start proc
14728:com.facebook.lite/u0a185 for broadcast
{com.facebook.lite/com.facebook.lite.notification.widget.receiver.NotificationsWidg
etAppUpgradeReceiver}
02-01 11:47:00.223 1317 3292 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:00.226 1317 3292 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:00.229 1317 3292 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:00.250 1317 3292 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10185; state: DISABLED
02-01 11:47:00.305 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:00.311 1317 3292 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:00.436 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:00.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:00.550 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:01.029 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:01.039 1317 1432 D DeviceIdleController: Adding AppId 10185 to temp
whitelist. New entry: false
02-01 11:47:01.041 1317 3292 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #5448} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (21
skipped)
02-01 11:47:01.048 1317 3292 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.apps.maps
02-01 11:47:01.049 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10168; state: ENABLED
02-01 11:47:01.051 1317 3292 I ActivityManager: Killing
13784:com.vivo.appstore/u0a38 (adj 915): empty #9
02-01 11:47:01.092 1317 1456 I ActivityManager: Start proc
14773:com.google.android.apps.maps:server_recovery_process_scheduled/u0a168 for
broadcast
{com.google.android.apps.maps/com.google.android.apps.gmm.plugins.serverrecovery.Sc
heduledRecoverySignalHandlerImpl}
02-01 11:47:01.104 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:01.171 1317 1600 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10168; state: ENABLED
02-01 11:47:01.193 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:01.196 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:01.198 1317 4128 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:01.210 1317 4128 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10168; state: DISABLED
02-01 11:47:01.248 1317 4128 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:01.252 1317 4128 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:01.283 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:01.386 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:01.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:01.490 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:01.592 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:01.618 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:01.695 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:01.799 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:01.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:01.902 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:02.005 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:02.108 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:02.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:47:02.212 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:02.252 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:02.315 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:02.321 1317 3292 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10154; state: DISABLED
02-01 11:47:02.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.067568; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:02.395 1317 2181 I _V_ActivityManager: isSystemApp: true,
packageName: com.bbk.iqoo.logsystem
02-01 11:47:02.397 1317 2181 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10125; state: DISABLED
02-01 11:47:02.398 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10125; state: ENABLED
02-01 11:47:02.399 1317 2181 I ActivityManager: Killing
14305:com.android.settings:SettingsExProvider/1000 (adj 965): empty #9
02-01 11:47:02.418 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:02.419 1317 1456 I ActivityManager: Start proc
14858:com.bbk.iqoo.logsystem/u0a125 for broadcast
{com.bbk.iqoo.logsystem/com.bbk.iqoo.logsystem.app.receiver.ExceptionReceiver}
02-01 11:47:02.444 1317 2181 I ActivityManager: Process
com.google.android.apps.maps:server_recovery_process_scheduled (pid 14773) has
died: cch+5 CEM
02-01 11:47:02.522 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:02.557 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:02.565 1317 1941 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:02.567 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:02.580 1317 2189 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10125; state: DISABLED
02-01 11:47:02.622 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:02.624 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:02.626 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:02.712 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:02.727 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:02.848 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:02.899 1317 2187 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_RESTARTED
dat=package:com.facebook.appmanager flg=0x10 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:47:02.924 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.appmanager
02-01 11:47:02.925 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10099; state: DISABLED
02-01 11:47:02.926 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10099; state: ENABLED
02-01 11:47:02.927 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:02.945 1317 1456 I ActivityManager: Start proc
14894:com.facebook.appmanager/u0a99 for broadcast
{com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.InstallerCallba
ckReceiver}
02-01 11:47:02.952 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.055 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:03.058 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:03.060 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:03.072 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.090 1317 2187 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:03.127 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:03.132 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:03.162 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:47:03.162 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:47:03.192 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:03.264 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:03.330 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.450 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.478 1317 2187 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:03.515 1317 2187 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:47:03.549 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:03.587 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.607 1317 2187 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.helium.trampoline.HeliumSandboxedService
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:03.635 1317 2187 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:47:03.689 1317 2187 I ActivityManager: com.facebook.system is exempt
from freezer
02-01 11:47:03.689 1317 2187 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.system
02-01 11:47:03.689 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10034; state: DISABLED
02-01 11:47:03.690 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10034; state: DISABLED
02-01 11:47:03.690 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10034; state: DISABLED
02-01 11:47:03.690 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10034; state: ENABLED
02-01 11:47:03.690 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10034; state: ENABLED
02-01 11:47:03.710 1317 1456 I ActivityManager: Start proc
14940:com.facebook.system/u0a34 for content provider
{com.facebook.system/com.facebook.oxygen.installer.api.AppManagerApiProvider}
02-01 11:47:03.786 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:03.791 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:03.793 1317 2187 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:03.800 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.810 1317 2134 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10034; state: DISABLED
02-01 11:47:03.819 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.820 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.828 1317 1455 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=android.intent.action.BATTERY_CHANGED flg=0x60000010 (has extras) }
from null (pid=-1, uid=-1) requires
com.facebook.appmanager.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION due to registered
receiver BroadcastFilter{eb6af73 10099/u0 ReceiverList{1b46fe2 14894
com.facebook.appmanager/10099/u0 remote:1ae40ad}}
02-01 11:47:03.845 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:03.848 1317 1941 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:03.850 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.859 1317 2187 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:47:03.878 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.899 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:03.965 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:03.970 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.nekodirect.NekoDirectProvider newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:03.972 1317 2188 W _V_ContentProviderHelper: Failed to find
provider:com.facebook.appmanager.nekodirect for user 0
02-01 11:47:03.974 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.installapi.OxInstallApiProvider newState:1
userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.024 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldAcceptTos newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.027 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowTos newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.028 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowExplicitTos
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.034 1317 2189 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallDeepLinkActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.037 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.039 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.042 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallActivity newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.059 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.063 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteActivity
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.079 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.081 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4AActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.083 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramActiv
ity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.089 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsActivit
y newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.095 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:04.102 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerActiv
ity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.126 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteLoggedOu
tActivity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.133 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteLoggedOu
tActivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.136 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ALoggedOutA
ctivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.139 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramLogge
dOutActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:14894
02-01 11:47:04.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:04.150 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsLoggedO
utActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:14894
02-01 11:47:04.156 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerLogge
dOutActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:14894
02-01 11:47:04.163 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:14894
02-01 11:47:04.164 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:14894
02-01 11:47:04.166 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ARestricted
Activity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.169 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:14894
02-01 11:47:04.170 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsRestric
tedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:14894
02-01 11:47:04.171 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:14894
02-01 11:47:04.173 1317 2188 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.modules.api.ModulesApiProvider newState:1
userId:0 callingPackage:null callingUid:10099 callingPid:14894
02-01 11:47:04.198 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:04.332 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:47:04.332 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10185, timeNow=525354
02-01 11:47:04.332 1317 1530 D DeviceIdleController: Time to remove uid 10185:
542061
02-01 11:47:04.332 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10185, delay=16707
02-01 11:47:04.361 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:04.431 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:04.533 1317 2189 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:04.537 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:47:04.545 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:47:04.549 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:04.550 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:04.800 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:04.907 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:04.910 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:47:04.992 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:05.006 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:05.047 1317 2188 D JobServiceContext: doCallback of :
JobStatus{f2345a6 #u0a99/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10099 TIME=none:-1s415ms READY} v:VERB_EXECUTING
02-01 11:47:05.048 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:05.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:05.054 1317 2188 D _V_RMS-Preload: setRmsPreload
pkgName:com.bbk.iqoo.logsystem uid 10125, isRmsPreload = false, keepQuiet =false
02-01 11:47:05.057 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:05.117 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:05.221 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:05.232 1317 1433 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
02-01 11:47:05.337 1317 1936 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:05.479 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:05.552 1317 2188 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:05.582 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:05.685 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:05.788 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:05.891 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:05.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:05.994 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:06.097 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:06.201 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:06.304 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:06.335 1317 2188 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:06.407 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:06.545 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:06.568 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:06.648 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:06.751 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:06.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:06.854 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:06.975 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:07.029 1317 2189 D JobServiceContext: doCallback of :
JobStatus{8d2bbfb #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-3s238ms READY} v:VERB_EXECUTING
02-01 11:47:07.029 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:07.049 1317 1936 I ActivityManager: Killing
14122:com.android.settings/1000 (adj 955): empty #9
02-01 11:47:07.087 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:07.093 1317 1515 I _V_PackageInstallerSession: extractNativeLibraries
packageDir:/data/app/vmdl1730326172.tmp libDir:/data/app/vmdl1730326172.tmp/lib
abiOverride:null
02-01 11:47:07.096 1317 1506 I PackageManager: startCopy UserHandle{0}:
InstallParams{7764d46 file=/data/app/vmdl1730326172.tmp}
02-01 11:47:07.119 1317 1506 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: true
02-01 11:47:07.119 1317 1506 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10153, delay=17000
02-01 11:47:07.119 1317 1506 D DeviceIdleController: Setting activity manager
temp whitelist to [10153, 10185]
02-01 11:47:07.133 1317 1506 D DeviceIdleController: Setting wakelock temp
whitelist to [10153, 10185]
02-01 11:47:07.135 1317 1530 D DeviceIdleController: handleMessage(14)
02-01 11:47:07.135 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:47:07.140 1317 15006 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:07.147 1317 1432 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: false
02-01 11:47:07.159 1317 15007 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:07.169 1317 1581 D _V_RuleIndexingController: Package name base size:
2 App Certificate base size: 2
02-01 11:47:07.169 1317 15008 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:07.176 1317 1506 I PackageManager: Integrity check passed for
file:///data/app/vmdl1730326172.tmp
02-01 11:47:07.186 1317 15009 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:07.387 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:07.490 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:07.580 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:07.597 1317 2189 I ActivityManager: Killing
14499:com.google.process.gservices/u0a154 (adj 965): empty #9
02-01 11:47:07.637 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:07.648 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:07.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:07.757 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:07.860 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:07.989 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.092 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.122 1317 1506 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.facebook.system
installerPackageName:com.facebook.system originatingUid:0 packageNameUid:10034
02-01 11:47:08.123 1317 1936 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:47:08.124 1317 1506 I _V_VivoPKMSUtils: -installStage -
checkDeviceInstallShouldBeSilent packageName:com.facebook.system
stagedDir:/data/app/vmdl1730326172.tmp installerPackageName:com.facebook.system
originatingUid:0 installerUid:10034 fromVivo:false fromAdb:false isGMSApk:false
sessionParams.installFlags:4194322
02-01 11:47:08.125 1317 1506 I PackageManager: init_copy: InstallParams{5f5f371
file=/data/app/vmdl1730326172.tmp}
02-01 11:47:08.125 1317 1506 I PackageManager: startCopy UserHandle{0}:
InstallParams{5f5f371 file=/data/app/vmdl1730326172.tmp}
02-01 11:47:08.135 1317 7357 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:47:08.137 1317 1506 D PackageManager: /data/app/vmdl1730326172.tmp
already staged; skipping copy
02-01 11:47:08.218 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.230 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:08.231 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:47:08.234 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10205; state: DISABLED
02-01 11:47:08.278 1317 1506 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
126 ms.
02-01 11:47:08.279 1317 1506 D PackageManager: installPackageLI:
path=/data/app/vmdl1730326172.tmp
02-01 11:47:08.290 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.299 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.319 1317 1506 D PackageManager: Replace existing pacakge:
com.facebook.system
02-01 11:47:08.324 1317 1506 D PackageManager: Existing package:
PackageSetting{5bb46bd com.facebook.system/10034}
02-01 11:47:08.327 1317 1506 D PackageManager: Renaming
/data/app/vmdl1730326172.tmp to
/data/app/~~fRYvEOZ79Z8vIODblN0Fig==/com.facebook.system-cCQvgXz3rmWVL4pZTqthug==
02-01 11:47:08.336 1317 1506 D PackageManager: replacePackageLI:
new=Package{378e4b2 com.facebook.system}, old=Package{3d3cc03 com.facebook.system}
02-01 11:47:08.336 1317 1455 I ActivityManager: Force stopping
com.facebook.system appid=10034 user=-1: installPackageLI
02-01 11:47:08.336 1317 1506 D PackageManager: replaceSystemPackageLI:
new=Package{378e4b2 com.facebook.system}, old=Package{3d3cc03 com.facebook.system}
02-01 11:47:08.341 1317 1455 I ActivityManager: Killing
14940:com.facebook.system/u0a34 (adj 925): stop com.facebook.system due to
installPackageLI
02-01 11:47:08.368 1317 1506 I PackageManager: Update system package
com.facebook.system code path from
/data/app/~~0m8AvL5soK7FAO_6N2GLHg==/com.facebook.system-kgjizbAtYMyxRkImLJ2rbg==
to /data/app/~~fRYvEOZ79Z8vIODblN0Fig==/com.facebook.system-
cCQvgXz3rmWVL4pZTqthug==; Retain data and using new
02-01 11:47:08.388 1317 1455 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:47:08.391 1317 1506 D _V_VivoPKMSUtils: isSupportRomVersion configOsName
is null
02-01 11:47:08.393 1317 1506 I _V_PackageManager: cleanPackageDataStructuresLILPw
pkg:Package{3d3cc03 com.facebook.system}
02-01 11:47:08.405 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.413 1317 2189 V ActivityManager: Got obituary of
14940:com.facebook.system
02-01 11:47:08.474 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.492 1317 1506 D PackageManager: New package installed in
/data/app/~~fRYvEOZ79Z8vIODblN0Fig==/com.facebook.system-cCQvgXz3rmWVL4pZTqthug==
02-01 11:47:08.493 1317 1506 D PackageManager: Implicitly enabling system package
on upgrade: com.facebook.system
02-01 11:47:08.493 1317 1506 D PackageManager: user 0 => true
02-01 11:47:08.504 1317 1506 I PackageManager: Permission ownership changed.
Updating all permissions.
02-01 11:47:08.505 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.608 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:08.662 1317 1506 W PackageManager: Preserving older settings backup
02-01 11:47:08.712 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.774 1317 1431 W Looper : Slow dispatch took 256ms android.fg
h=android.os.Handler c=<recycled PooledLambda@688a974> m=0
02-01 11:47:08.774 1317 1431 W Looper : Slow delivery took 256ms android.fg
h=android.os.Handler c=<recycled PooledLambda@69d4537> m=0
02-01 11:47:08.787 1317 1431 W Looper : Drained
02-01 11:47:08.815 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.851 1317 1506 D PackageManager: profAbsPath=/data/misc/usable-
profiles/com.facebook.system.prof
02-01 11:47:08.852 1317 1506 D PackageManager: isInstallSilence = true,
replace=true, packageName com.facebook.system, value def userInstall false
isProfExist false
02-01 11:47:08.854 1317 1506 D PackageManager: addIdleSpeedAppSet:
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite, com.facebook.services,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.facebook.katana, com.facebook.lite,
com.facebook.system, com.google.android.apps.youtube.music,
com.google.android.inputmethod.latin}
02-01 11:47:08.863 1317 1506 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:08.919 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.022 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.142 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.167 1317 1431 W Looper : Slow dispatch took 215ms android.fg
h=android.os.Handler c=<recycled PooledLambda@a525a5e> m=0
02-01 11:47:09.169 1317 1431 W Looper : Slow delivery took 393ms android.fg
h=android.os.Handler c=<recycled PooledLambda@f4d4e3f> m=0
02-01 11:47:09.262 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.365 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.468 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.500 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.563 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:09.569 1317 1936 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.571 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.674 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.778 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.890 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.890 1317 2687 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:47:09.921 1317 1506 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:09.929 1317 1473 D _V_dexopt_compile: pkg: com.facebook.system failed
to get acutal compiler filter
02-01 11:47:09.933 1317 1506 I PackageManager: MSG_FLUSH_IDLE_DEXOPT_APP_TO_DISK
02-01 11:47:09.933 1317 1506 D PackageManager: getIdleDexoptAppSet:
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite, com.facebook.services,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.facebook.katana, com.facebook.lite,
com.facebook.system, com.google.android.apps.youtube.music,
com.google.android.inputmethod.latin}
02-01 11:47:09.937 1317 1506 D _V_PackageManager: handlePackagePostInstall
com.facebook.system com.facebook.system isUpdate:true originating=null
02-01 11:47:09.940 1317 1506 D _V_PackageManager: pms-
pkgState:pkg=com.facebook.system,userId=0,installed=true,hidden=false,suspended=fal
se,enabled=0,lastDisableAppCaller=com.facebook.system,vHidden=1
02-01 11:47:09.945 1317 1506 V _V_VivoPmsImpl: refreshThirdLauncherPkgNames
mPms.mThirdLauncherNames:[]
02-01 11:47:09.949 1317 1506 D _V_VivoPmsImpl: --- install_resource:
com.facebook.system IsInstallSilence: true installResourceVersion: 116.0.16
02-01 11:47:09.949 1317 1506 I _V_VivoPKMSUtils: isOVsea true deviceBC true
install, check something...
02-01 11:47:09.962 1317 1503 I _V_PKMSCommonUtils: wifi is working.
02-01 11:47:09.964 1317 1506 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/app/~~0m8AvL5soK7FAO_6N2GLHg==/com.facebook.system-
kgjizbAtYMyxRkImLJ2rbg==
02-01 11:47:09.982 1317 1503 I _V_VivoPKMSUtils: pkgInfoMap:
{versionName=116.0.16, versionCode=682584340}
02-01 11:47:09.982 1317 1503 I _V_VivoPKMSUtils: pkgInfoMap:
{versionName=116.0.16, versionCode=682584340}
02-01 11:47:09.987 1317 1506 I ActivityManager: Force stopping
com.facebook.system appid=10034 user=0: pkg removed
02-01 11:47:09.991 1317 1503 I _V_VivoPKMSUtils: com.facebook.system false false
02-01 11:47:09.992 1317 1503 I _V_VivoPKMSUtils: com.facebook.system install
com.facebook.system
02-01 11:47:09.995 1317 1506 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:47:10.001 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.009 1317 1506 I ActivityManager: Force stopping
com.facebook.system appid=10034 user=0: pkg removed
02-01 11:47:10.013 1317 1506 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:47:10.018 1317 1503 W _V_PackageManager: ## return empyt for Intent
{ act=vivo.intent.action.BEHAVIOR_APPSTORE_PACKAGE_INSTALLED flg=0x4000010
pkg=com.bbk.appstore (has extras) } pkgName:com.bbk.appstore
02-01 11:47:10.022 1317 1561 D _V_SplashStoreUtils: receive PackageRemoved!
02-01 11:47:10.026 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.system userId=0
02-01 11:47:10.028 1317 1317 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: true
02-01 11:47:10.028 1317 1317 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=30000
02-01 11:47:10.028 1317 1317 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10153, 10185]
02-01 11:47:10.031 1317 1431 W Looper : Drained
02-01 11:47:10.048 1317 1561 I _V_SplashStoreUtils: deleteSplash success.
packageName:com.facebook.system
02-01 11:47:10.055 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorRec
eiverImpl$RegisteredReceiver
02-01 11:47:10.058 1317 1515 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=install cat=[29] flg=0x10 pkg=com.facebook.appmanager
cmp=com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.InstallerCal
lbackReceiver (has extras) } send by ApplicationInfo{3995736
com.facebook.appmanager} should with permissions for security!!!
02-01 11:47:10.067 1317 1503 W _V_PackageManager: ## return empyt for Intent
{ act=vivo.intent.action.PACKAGE_INSTALLED flg=0x4000010 pkg=com.vivo.assistant }
pkgName:com.vivo.assistant
02-01 11:47:10.079 1317 1506 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10034; state: DISABLED
02-01 11:47:10.079 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.system size:0
02-01 11:47:10.086 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.system size:0
02-01 11:47:10.104 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.system userId=0
02-01 11:47:10.104 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.125 1317 1596 D _V_NetworkStats: ACTION_PACKAGE_ADDED for
uid=10034
02-01 11:47:10.125 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.system)
02-01 11:47:10.127 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.199 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgro
undPackageMonitorReceiverImpl$RegisteredReceiver
02-01 11:47:10.207 1317 1317 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10153, 10185]
02-01 11:47:10.207 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.208 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.209 1317 1434 W Looper : Slow dispatch took 137ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@22aa4cb
m=0
02-01 11:47:10.213 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.system size:0
02-01 11:47:10.219 1317 1530 D DeviceIdleController: handleMessage(14)
02-01 11:47:10.226 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:10.229 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:47:10.234 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:10.315 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.323 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppR
emoveMonitor
02-01 11:47:10.328 1317 6548 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:10.388 1317 1434 W Looper : Slow dispatch took 179ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@409edc9
m=0
02-01 11:47:10.414 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.414 1317 1317 W _V_VivoAmsImpl: mCallingPidFilter=1317,
mCallingUidFilter=1000
02-01 11:47:10.430 1317 1317 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.keychain
02-01 11:47:10.443 1317 1434 W Looper : Slow delivery took 260ms android.display
h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@ffd0269
m=0
02-01 11:47:10.447 1317 1317 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:47:10.448 1317 1317 W Looper : Slow dispatch took 420ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@e873d8f m=0
02-01 11:47:10.448 1317 1317 W Looper : Slow delivery took 427ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@ff0f81c m=0
02-01 11:47:10.451 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:10.481 1317 1317 D _V_VivoNpmsImpl: Receive the delete broadcast
02-01 11:47:10.490 1317 1456 W ActivityManager: Slow operation: 61ms so far, now
at startProcess: returned from zygote!
02-01 11:47:10.496 1317 1431 W Looper : Slow dispatch took 168ms android.fg
h=android.os.Handler c=<recycled PooledLambda@8975d23> m=0
02-01 11:47:10.517 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.573 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:10.597 1317 1431 W Looper : Slow delivery took 203ms android.fg
h=android.os.Handler c=<recycled PooledLambda@deb1d67> m=0
02-01 11:47:10.598 1317 1317 I _V_VivoNightModeService: remove installed pkg
com.facebook.system
02-01 11:47:10.601 1317 2183 W ContentProviderHelper: Slow operation: 66ms so
far, now at getContentProviderImpl: before checkContentProviderPermission
02-01 11:47:10.601 1317 2183 W ContentProviderHelper: Slow operation: 66ms so
far, now at getContentProviderImpl: after checkContentProviderPermission
02-01 11:47:10.602 1317 2183 W ContentProviderHelper: Slow operation: 67ms so
far, now at getContentProviderImpl: incProviderCountLocked
02-01 11:47:10.602 1317 2183 W ContentProviderHelper: Slow operation: 67ms so
far, now at getContentProviderImpl: before updateLruProcess
02-01 11:47:10.604 1317 2183 W ContentProviderHelper: Slow operation: 69ms so
far, now at getContentProviderImpl: after updateLruProcess
02-01 11:47:10.605 1317 2183 W ContentProviderHelper: Slow operation: 69ms so
far, now at getContentProviderImpl: before updateOomAdj
02-01 11:47:10.621 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.674 1317 2183 W ContentProviderHelper: Slow operation: 139ms so
far, now at getContentProviderImpl: after updateOomAdj
02-01 11:47:10.675 1317 2183 W ContentProviderHelper: Slow operation: 140ms so
far, now at getContentProviderImpl: done!
02-01 11:47:10.676 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:47:10.722 1317 4262 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:10.723 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.755 1317 1317 I Telecom : eo: Package com.facebook.system is not
tracked.: SSH.oR@AAM
02-01 11:47:10.802 1317 1317 W Looper : Slow dispatch took 144ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@a9a34ac m=0
02-01 11:47:10.807 1317 4262 W ContentProviderHelper: Slow operation: 85ms so
far, now at getContentProviderImpl: after updateOomAdj
02-01 11:47:10.807 1317 4262 W ContentProviderHelper: Slow operation: 85ms so
far, now at getContentProviderImpl: done!
02-01 11:47:10.827 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.901 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:10.933 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:10.938 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:10.980 1317 1431 W Looper : Slow dispatch took 171ms android.fg
h=android.os.Handler c=<recycled PooledLambda@3bd3f3d> m=0
02-01 11:47:10.984 1317 1317 W Looper : Slow dispatch took 147ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@31fb883 m=0
02-01 11:47:10.985 1317 1456 W ActivityManager: Slow operation: 556ms so far, now
at startProcess: done updating battery stats
02-01 11:47:10.987 1317 1456 W ActivityManager: Slow operation: 558ms so far, now
at startProcess: building log message
02-01 11:47:10.995 1317 1456 I ActivityManager: Start proc
15029:com.android.keychain/1000 for service
{com.android.keychain/com.android.keychain.KeyChainService}
02-01 11:47:10.995 1317 1456 W ActivityManager: Slow operation: 566ms so far, now
at startProcess: starting to update pids map
02-01 11:47:10.998 1317 1456 W ActivityManager: Slow operation: 569ms so far, now
at startProcess: done updating pids map
02-01 11:47:11.050 1317 2687 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #5550} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (109
skipped)
02-01 11:47:11.069 1317 1752 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent
{ act=com.android.vending.INTENT_COMPLETE_UPDATE_FINISH_SPLASH_SCREEN flg=0x10
pkg=com.android.vending (has extras) } send by ApplicationInfo{ea75870
com.android.vending} should with permissions for security!!!
02-01 11:47:11.102 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:11.111 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
02-01 11:47:11.112 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:47:11.113 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.vivo.appstore/.receiver.PackageChangeReceiver
02-01 11:47:11.114 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:11.124 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10099; state: DISABLED
02-01 11:47:11.131 1317 3810 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:11.131 1317 1455 I _V_ANRManager: Delete logs for pid: 13784
02-01 11:47:11.134 1317 1434 W Looper : Drained
02-01 11:47:11.162 1317 1428 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:11.191 1317 1548 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:47:11.191 1317 1431 W Looper : Slow dispatch took 211ms android.fg
h=android.os.Handler c=com.android.server.Watchdog$HandlerChecker@f1ddd01 m=0
02-01 11:47:11.200 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:11.323 1317 1429 W ActivityManager: Slow operation: 105ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:47:11.324 1317 1429 W ActivityManager: Slow operation: 105ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:47:11.333 1317 1429 W ActivityManager: Slow operation: 115ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:47:11.342 1317 3810 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:11.348 1317 1428 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:11.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:11.370 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:11.413 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:47:11.423 1317 1317 W Looper : Slow dispatch took 373ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@8c8271a m=0
02-01 11:47:11.424 1317 1317 I _V_VivoNightModeService: add installed pkg
com.facebook.system
02-01 11:47:11.445 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:11.451 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:11.489 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:11.525 1317 1317 I _V_VivoPermManagerImpl: Receive Intent
{ act=android.intent.action.PACKAGE_ADDED dat=package:com.facebook.system
flg=0x4000010 (has extras) }
02-01 11:47:11.536 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:11.552 1317 2184 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:47:11.581 1317 6548 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledRe
ceiver
02-01 11:47:11.596 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:11.601 1317 6548 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:11.606 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorRec
eiverImpl$RegisteredReceiver
02-01 11:47:11.607 1317 1431 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.permissioncontroller uid 10181, isRmsPreload = false,
keepQuiet =false
02-01 11:47:11.612 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgro
undPackageMonitorReceiverImpl$RegisteredReceiver
02-01 11:47:11.612 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.Manifest
PackageEventReceiver
02-01 11:47:11.612 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.
receiver.PackageChangeReceiver_Receiver
02-01 11:47:11.613 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:47:11.613 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
02-01 11:47:11.613 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
02-01 11:47:11.613 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:47:11.613 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.vivo.appstore/.receiver.PackageChangeReceiver
02-01 11:47:11.625 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.vivo.imanager/com.iqoo.secure.datausage.receiver.DatausageReceiver
02-01 11:47:11.626 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.facebook.katana/com.facebook.feed.platformads.AppInstallReceiver
02-01 11:47:11.629 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:11.640 1317 1455 I _V_ActivityManager: isSystemApp: true,
packageName: com.android.settings
02-01 11:47:11.647 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 1000; state: DISABLED
02-01 11:47:11.650 1317 1943 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:11.677 1317 1456 I ActivityManager: Start proc
15066:com.android.settings/1000 for broadcast
{com.android.settings/com.vivo.settings.receiver.AppControllerReceiver}
02-01 11:47:11.706 1317 1317 I _V_VivoPermManagerImpl: Receive Intent
{ act=android.intent.action.PACKAGE_REPLACED dat=package:com.facebook.system
flg=0x4000010 (has extras) }
02-01 11:47:11.717 1317 1431 W Looper : Drained
02-01 11:47:11.756 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:11.761 1317 3810 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:11.828 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:11.829 1317 2188 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:11.840 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:11.845 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:11.847 1317 2687 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:11.863 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:11.876 1317 1317 W Looper : Slow dispatch took 140ms main
h=com.android.server.job.JobSchedulerService$JobHandler c=null m=4
02-01 11:47:11.881 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:11.883 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:11.922 1317 2184 I ActivityManager: com.vivo.appstore is exempt from
freezer
02-01 11:47:11.924 1317 2184 I _V_ActivityManager: isSystemApp: true,
packageName: com.vivo.appstore
02-01 11:47:11.924 1317 2184 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
02-01 11:47:11.926 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
02-01 11:47:11.935 1317 2184 W ContentProviderHelper: Slow operation: 70ms so
far, now at getContentProviderImpl: after start process
02-01 11:47:11.935 1317 2184 W ContentProviderHelper: Slow operation: 70ms so
far, now at getContentProviderImpl: updating data structures
02-01 11:47:11.935 1317 2184 W ContentProviderHelper: Slow operation: 70ms so
far, now at getContentProviderImpl: done!
02-01 11:47:11.941 1317 1317 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:11.941 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.katana uid 10205, isRmsPreload = false, keepQuiet =false
02-01 11:47:11.968 1317 1456 W ActivityManager: Slow operation: 60ms so far, now
at startProcess: returned from zygote!
02-01 11:47:11.969 1317 1456 W ActivityManager: Slow operation: 61ms so far, now
at startProcess: done updating battery stats
02-01 11:47:11.969 1317 1456 W ActivityManager: Slow operation: 61ms so far, now
at startProcess: building log message
02-01 11:47:11.969 1317 1456 I ActivityManager: Start proc
15090:com.vivo.appstore/u0a38 for content provider
{com.vivo.appstore/com.vivo.appstore.provider.ApiProvider}
02-01 11:47:11.969 1317 1456 W ActivityManager: Slow operation: 61ms so far, now
at startProcess: starting to update pids map
02-01 11:47:11.970 1317 1456 W ActivityManager: Slow operation: 61ms so far, now
at startProcess: done updating pids map
02-01 11:47:12.003 1317 1317 W Looper : Drained
02-01 11:47:12.014 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:12.022 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:12.055 1317 1445 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:47:12.061 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:12.073 1317 1445 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:47:12.092 1317 5773 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:12.102 1317 3087 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:12.106 1317 2687 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:12.108 1317 1429 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:47:12.109 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:12.149 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:12.188 1317 3087 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:12.196 1317 3277 W ActivityManager: Slow operation: 62ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:47:12.198 1317 3277 W ActivityManager: Slow operation: 63ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:47:12.201 1317 3277 W ActivityManager: Slow operation: 67ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:47:12.204 1317 3277 W ActivityManager: Slow operation: 70ms so far, now
at attachApplicationLocked: after updateOomAdjLocked
02-01 11:47:12.205 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:12.231 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:12.258 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:12.291 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:12.322 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:12.324 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:12.327 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:12.558 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:12.562 1317 1936 I ActivityManager: com.facebook.system is exempt
from freezer
02-01 11:47:12.562 1317 1936 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.system
02-01 11:47:12.563 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10034; state: DISABLED
02-01 11:47:12.563 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 177438394; UID 10034; state: DISABLED
02-01 11:47:12.564 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 135772972; UID 10034; state: DISABLED
02-01 11:47:12.564 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 135754954; UID 10034; state: ENABLED
02-01 11:47:12.586 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10034; state: ENABLED
02-01 11:47:12.617 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:12.626 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~fRYvEOZ79Z8vIODblN0Fig==/com.facebook.system-cCQvgXz3rmWVL4pZTqthug==/
base.apk
02-01 11:47:12.627 1317 1456 W ActivityManager: Slow operation: 66ms so far, now
at startProcess: returned from zygote!
02-01 11:47:12.628 1317 1456 W ActivityManager: Slow operation: 67ms so far, now
at startProcess: done updating battery stats
02-01 11:47:12.628 1317 1456 W ActivityManager: Slow operation: 67ms so far, now
at startProcess: building log message
02-01 11:47:12.628 1317 1456 I ActivityManager: Start proc
15121:com.facebook.system/u0a34 for content provider
{com.facebook.system/com.facebook.oxygen.installer.api.AppManagerApiProvider}
02-01 11:47:12.628 1317 1456 W ActivityManager: Slow operation: 67ms so far, now
at startProcess: starting to update pids map
02-01 11:47:12.630 1317 1456 W ActivityManager: Slow operation: 69ms so far, now
at startProcess: done updating pids map
02-01 11:47:12.645 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:12.699 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:12.702 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~fRYvEOZ79Z8vIODblN0Fig==/com.facebook.system-cCQvgXz3rmWVL4pZTqthug==/
base.apk
02-01 11:47:12.752 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:12.755 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:12.762 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:12.816 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:12.828 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:12.836 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:12.852 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:12.861 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:12.873 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:13.029 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.system
className:com.facebook.oxygen.installer.crashhandler.CrashRedirectActivity
newState:1 userId:0 callingPackage:null callingUid:10034 callingPid:15121
02-01 11:47:13.030 1317 2667 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.system
className:com.facebook.oxygen.installer.ui.AppDetailsActivity newState:1 userId:0
callingPackage:null callingUid:10034 callingPid:15121
02-01 11:47:13.055 1317 3277 D JobServiceContext: doCallback of :
JobStatus{74ebf66 #u0a99/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10099 TIME=none:-2s837ms READY} v:VERB_EXECUTING
02-01 11:47:13.060 1317 3277 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:13.068 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:13.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:13.308 1317 3277 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:13.314 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:13.324 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:13.351 1317 3277 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:13.561 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:13.664 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:13.732 1317 1936 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10038; state: DISABLED
02-01 11:47:13.768 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:13.811 1317 3087 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:13.870 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:13.899 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:47:13.899 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:47:13.974 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:14.046 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:14.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:14.077 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:14.098 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 1000; state: DISABLED
02-01 11:47:14.107 1317 3087 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
02-01 11:47:14.127 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:47:14.180 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:14.283 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:14.338 1317 3087 I ActivityManager: com.android.vending is exempt
from freezer
02-01 11:47:14.339 1317 3087 I _V_ActivityManager: isSystemApp: false,
packageName: com.android.vending
02-01 11:47:14.343 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10153; state: DISABLED
02-01 11:47:14.344 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10153; state: ENABLED
02-01 11:47:14.367 1317 1456 I ActivityManager: Start proc
15215:com.android.vending:background/u0a153 for broadcast
{com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgr
oundPackageMonitorReceiverImpl$RegisteredReceiver}
02-01 11:47:14.386 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:14.472 1317 3087 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:14.477 1317 3087 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:14.481 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:14.490 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:14.540 1317 2667 W ActivityManager: Slow operation: 53ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:47:14.543 1317 2667 W ActivityManager: Slow operation: 55ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:47:14.592 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:14.593 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:14.599 1317 2183 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:14.696 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:14.799 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:14.902 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:14.929 1317 2183 D JobServiceContext: doCallback of :
JobStatus{bfbfb79 #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-3s378ms READY} v:VERB_EXECUTING
02-01 11:47:14.933 1317 2183 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:14.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:14.950 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:14.971 1317 2183 I ActivityManager: Killing
14535:com.google.android.videos/u0a187 (adj 955): empty #9
02-01 11:47:15.005 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:15.070 1317 1515 I _V_PackageInstallerSession: extractNativeLibraries
packageDir:/data/app/vmdl178634966.tmp libDir:/data/app/vmdl178634966.tmp/lib
abiOverride:null
02-01 11:47:15.079 1317 1506 I PackageManager: startCopy UserHandle{0}:
InstallParams{706fec1 file=/data/app/vmdl178634966.tmp}
02-01 11:47:15.117 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:15.167 1317 1506 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: false
02-01 11:47:15.180 1317 1432 D DeviceIdleController: Adding AppId 10153 to temp
whitelist. New entry: false
02-01 11:47:15.229 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:15.234 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:15.267 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:15.273 1317 1943 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:47:15.297 1317 1581 D _V_RuleIndexingController: Package name base size:
2 App Certificate base size: 2
02-01 11:47:15.308 1317 1506 I PackageManager: Integrity check passed for
file:///data/app/vmdl178634966.tmp
02-01 11:47:15.332 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:15.435 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:15.445 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:15.538 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:15.626 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:15.642 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:15.762 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:15.844 1317 1943 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:15.850 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:15.865 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:15.969 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:16.008 1317 3087 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:16.028 1317 3087 I ActivityManager: Killing
14559:com.facebook.lite:pretosproc/u0a185 (adj 965): empty #9
02-01 11:47:16.073 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:16.080 1317 2687 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
02-01 11:47:16.107 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:47:16.109 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.Manifest
PackageEventReceiver
02-01 11:47:16.114 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.
receiver.PackageChangeReceiver_Receiver
02-01 11:47:16.114 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:47:16.114 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.system flg=0x4000010 (has extras) } to
com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
02-01 11:47:16.128 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:16.175 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:16.253 1317 3087 W BroadcastQueue: Permission Denial: broadcasting
Intent { act=com.vivo.appstore.PROCESS_CREATE flg=0x10 } from com.vivo.appstore
(pid=15090, uid=10038) to
com.bbk.theme/com.vivo.ad.overseas.downLoad.receiver.AppStoreStartReceiver requires
com.vivo.appstore.permission.process.start
02-01 11:47:16.278 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:16.381 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:16.416 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:47:16.416 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:47:16.451 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:47:16.451 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:47:16.468 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:0, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:47:16.468 1317 1625 D _V_VivoConnectivityService: isWifiPoorLink:false,
nai.everValidated:true, networkType:1, networkDetailedState:CONNECTED,
nai.isLingering():false
02-01 11:47:16.488 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:16.588 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:16.659 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:16.691 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:16.733 1317 1506 E _V_VivoPmsImpl:
interceptPackageInstallWithBlackList packageName:com.facebook.appmanager
installerPackageName:com.facebook.system originatingUid:0 packageNameUid:10099
02-01 11:47:16.753 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:16.779 1317 1506 I _V_VivoPKMSUtils: -installStage -
checkDeviceInstallShouldBeSilent packageName:com.facebook.appmanager
stagedDir:/data/app/vmdl178634966.tmp installerPackageName:com.facebook.system
originatingUid:0 installerUid:10034 fromVivo:false fromAdb:false isGMSApk:false
sessionParams.installFlags:4194322
02-01 11:47:16.779 1317 1506 I PackageManager: init_copy: InstallParams{a29b596
file=/data/app/vmdl178634966.tmp}
02-01 11:47:16.779 1317 1506 I PackageManager: startCopy UserHandle{0}:
InstallParams{a29b596 file=/data/app/vmdl178634966.tmp}
02-01 11:47:16.794 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:16.817 1317 1506 D PackageManager: /data/app/vmdl178634966.tmp
already staged; skipping copy
02-01 11:47:16.898 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:16.925 1317 1506 E _V_VivoUserDataPreparerImpl: notifySpeedUpNow took
107 ms.
02-01 11:47:16.927 1317 1506 D PackageManager: installPackageLI:
path=/data/app/vmdl178634966.tmp
02-01 11:47:17.007 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:17.012 1317 1429 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:17.056 1317 1506 D PackageManager: Replace existing pacakge:
com.facebook.appmanager
02-01 11:47:17.058 1317 1506 D PackageManager: Existing package:
PackageSetting{564da32 com.facebook.appmanager/10099}
02-01 11:47:17.084 1317 1506 D PackageManager: Renaming
/data/app/vmdl178634966.tmp to
/data/app/~~6cBduRe1QC6dGoP3DAfKUQ==/com.facebook.appmanager-
e8x1FC2c8H6MnfOXdiT7iw==
02-01 11:47:17.097 1317 1506 D PackageManager: replacePackageLI:
new=Package{b185383 com.facebook.appmanager}, old=Package{d1fa900
com.facebook.appmanager}
02-01 11:47:17.099 1317 1506 D PackageManager: replaceSystemPackageLI:
new=Package{b185383 com.facebook.appmanager}, old=Package{d1fa900
com.facebook.appmanager}
02-01 11:47:17.104 1317 1506 I PackageManager: Update system package
com.facebook.appmanager code path from
/data/app/~~w4Al501olrK1dMk9BUYidA==/com.facebook.appmanager-
rrAznm5XKjqCLinYUgPJMg== to
/data/app/~~6cBduRe1QC6dGoP3DAfKUQ==/com.facebook.appmanager-
e8x1FC2c8H6MnfOXdiT7iw==; Retain data and using new
02-01 11:47:17.105 1317 1506 D _V_VivoPKMSUtils: isSupportRomVersion configOsName
is null
02-01 11:47:17.106 1317 1506 I _V_PackageManager: cleanPackageDataStructuresLILPw
pkg:Package{d1fa900 com.facebook.appmanager}
02-01 11:47:17.113 1317 1455 I ActivityManager: Force stopping
com.facebook.appmanager appid=10099 user=-1: installPackageLI
02-01 11:47:17.115 1317 1455 I ActivityManager: Killing
14894:com.facebook.appmanager/u0a99 (adj 905): stop com.facebook.appmanager due to
installPackageLI
02-01 11:47:17.120 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:17.152 1317 1455 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:47:17.155 1317 1506 D PackageManager: New package installed in
/data/app/~~6cBduRe1QC6dGoP3DAfKUQ==/com.facebook.appmanager-
e8x1FC2c8H6MnfOXdiT7iw==
02-01 11:47:17.156 1317 1506 D PackageManager: Implicitly enabling system package
on upgrade: com.facebook.appmanager
02-01 11:47:17.156 1317 1506 D PackageManager: user 0 => true
02-01 11:47:17.160 1317 1506 I PackageManager: Permission ownership changed.
Updating all permissions.
02-01 11:47:17.187 1317 2667 V ActivityManager: Got obituary of
14894:com.facebook.appmanager
02-01 11:47:17.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:17.224 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:17.322 1317 1506 W PackageManager: Preserving older settings backup
02-01 11:47:17.327 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:17.430 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:17.434 1317 1431 W Looper : Slow dispatch took 265ms android.fg
h=android.os.Handler c=<recycled PooledLambda@1a83a4f> m=0
02-01 11:47:17.434 1317 1431 W Looper : Slow delivery took 264ms android.fg
h=android.os.Handler c=<recycled PooledLambda@e7f15dc> m=0
02-01 11:47:17.450 1317 1431 W Looper : Drained
02-01 11:47:17.527 1317 1506 D PackageManager: profAbsPath=/data/misc/usable-
profiles/com.facebook.appmanager.prof
02-01 11:47:17.527 1317 1506 D PackageManager: isInstallSilence = true,
replace=true, packageName com.facebook.appmanager, value def userInstall false
isProfExist false
02-01 11:47:17.529 1317 1506 D PackageManager: addIdleSpeedAppSet:
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite, com.facebook.services,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.facebook.katana, com.facebook.lite,
com.facebook.system, com.google.android.apps.youtube.music,
com.facebook.appmanager, com.google.android.inputmethod.latin}
02-01 11:47:17.533 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:17.542 1317 1506 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:17.637 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:17.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:17.739 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:17.809 1317 1431 W Looper : Slow dispatch took 202ms android.fg
h=android.os.Handler c=<recycled PooledLambda@a18d739> m=0
02-01 11:47:17.814 1317 1431 W Looper : Slow delivery took 374ms android.fg
h=android.os.Handler c=<recycled PooledLambda@5cb2447> m=0
02-01 11:47:17.843 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:17.972 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:18.223 1317 2187 W _V_VivoAmsImpl: mCallingPidFilter=15090,
mCallingUidFilter=10038
02-01 11:47:18.230 1317 2187 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10038; state: DISABLED
02-01 11:47:18.237 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10038; state: ENABLED
02-01 11:47:18.264 1317 1456 I ActivityManager: Start proc
15313:com.google.android.webview:sandboxed_process0:org.chromium.content.app.Sandbo
xedProcessService0:0/u0i4 for
{com.vivo.appstore/org.chromium.content.app.SandboxedProcessService0:0}
02-01 11:47:18.274 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:47:18.275 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:47:18.280 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.google.android.videos mWorkingState isCheckDownload
false
02-01 11:47:18.308 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:18.411 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:18.482 1317 2187 W ActivityManager: Slow operation: 66ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:47:18.482 1317 2187 W ActivityManager: Slow operation: 66ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:47:18.499 1317 2187 W ActivityManager: Slow operation: 83ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:47:18.514 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:18.519 1317 1431 W Looper : Drained
02-01 11:47:18.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:18.571 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:47:18.617 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:18.737 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:18.840 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:18.943 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:18.971 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:19.046 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:19.147 1317 2667 W _V_ActivityManager:
getHistoricalProcessExitReasons callingPid:15090 callingUid:10038
02-01 11:47:19.174 1317 2667 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:19.182 1317 2667 W _V_VivoAmsImpl: mCallingPidFilter=15090,
mCallingUidFilter=10038
02-01 11:47:19.186 1317 2667 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.webview
02-01 11:47:19.189 1317 2667 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10165; state: DISABLED
02-01 11:47:19.189 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10165; state: ENABLED
02-01 11:47:19.215 1317 1456 I ActivityManager: Start proc
15352:com.google.android.webview:webview_service/u0a165 for service
{com.google.android.webview/org.chromium.android_webview.services.ComponentsProvide
rService}
02-01 11:47:19.253 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:19.364 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:19.372 1317 2667 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:19.374 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:19.376 1317 3087 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:19.394 1317 3087 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10165; state: DISABLED
02-01 11:47:19.450 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:19.463 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:19.467 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:19.486 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:19.523 1317 3087 D _V_RMS-Preload: setRmsPreload
pkgName:com.google.android.gms uid 10154, isRmsPreload = false, keepQuiet =false
02-01 11:47:19.572 1317 3087 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:47:19.578 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:19.589 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:19.665 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:19.692 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:19.795 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:19.907 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:20.036 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:20.049 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:20.147 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:20.250 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:20.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:20.362 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:20.491 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:20.499 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:20.573 1317 2667 D _V_VivoAmsImpl: getDex2oatAppropriateStatus : fg
processName: com.roblox.client mInstallerPackageName = null
02-01 11:47:20.603 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:20.706 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:20.799 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:20.809 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:20.913 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.016 1317 5741 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.imanager uid 10073, isRmsPreload = false, keepQuiet =false
02-01 11:47:21.019 1317 5741 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10073; state: DISABLED
02-01 11:47:21.024 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.031 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.072 1317 2667 D JobServiceContext: doCallback of :
JobStatus{d5e2221 #u0a73/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10073
TIME=none:-65ms READY} v:VERB_EXECUTING
02-01 11:47:21.073 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.079 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:47:21.079 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10185, timeNow=542101
02-01 11:47:21.079 1317 2667 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #5734} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (167
skipped)
02-01 11:47:21.081 1317 1530 D DeviceIdleController: Removing uid 10185 from temp
whitelist
02-01 11:47:21.081 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10153]
02-01 11:47:21.091 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10153]
02-01 11:47:21.098 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:47:21.140 1317 15380 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:21.145 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.249 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:21.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:21.257 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.360 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.362 1317 1530 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:21.390 1317 1530 D CompatibilityChangeReporter: Compat change id
reported: 171306433; UID 10185; state: ENABLED
02-01 11:47:21.392 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:47:21.408 1317 3087 D _V_RMS-Preload: setRmsPreload
pkgName:com.vivo.imanager uid 10073, isRmsPreload = false, keepQuiet =false
02-01 11:47:21.418 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.434 1317 2187 D JobServiceContext: doCallback of :
JobStatus{4f1d82a #u0a73/0
com.vivo.imanager/com.iqoo.secure.notification.NotificationService u=0 s=10073
TIME=none:-29ms READY} v:VERB_EXECUTING
02-01 11:47:21.434 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.436 1317 1506 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.463 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.468 1317 1506 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: true
02-01 11:47:21.471 1317 1506 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10154, delay=17000
02-01 11:47:21.471 1317 1506 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10153, 10154]
02-01 11:47:21.476 1317 1506 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10153, 10154]
02-01 11:47:21.477 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:47:21.482 1317 1506 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:47:21.482 1317 1432 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:47:21.489 1317 1506 I PackageManager: MSG_FLUSH_IDLE_DEXOPT_APP_TO_DISK
02-01 11:47:21.489 1317 1506 D PackageManager: getIdleDexoptAppSet:
{com.google.android.youtube, com.google.android.trichromelibrary_683407930,
com.google.android.trichromelibrary_683416330, com.android.vending,
com.google.android.gm, com.google.android.apps.searchlite, com.facebook.services,
com.google.android.apps.nbu.files, com.google.android.apps.maps,
com.google.android.webview, com.vivo.unionpay, com.google.android.gms,
com.google.android.calendar, com.facebook.katana, com.facebook.lite,
com.facebook.system, com.google.android.apps.youtube.music,
com.facebook.appmanager, com.google.android.inputmethod.latin}
02-01 11:47:21.499 1317 1506 D _V_PackageManager: handlePackagePostInstall
com.facebook.system com.facebook.appmanager isUpdate:true originating=null
02-01 11:47:21.501 1317 1506 D _V_PackageManager: pms-
pkgState:pkg=com.facebook.appmanager,userId=0,installed=true,hidden=false,suspended
=false,enabled=0,lastDisableAppCaller=com.facebook.system,vHidden=1
02-01 11:47:21.517 1317 1506 V _V_VivoPmsImpl: refreshThirdLauncherPkgNames
mPms.mThirdLauncherNames:[]
02-01 11:47:21.520 1317 1506 D _V_VivoPmsImpl: --- install_resource:
com.facebook.system IsInstallSilence: true installResourceVersion: 116.0.16
02-01 11:47:21.522 1317 1506 I _V_VivoPKMSUtils: isOVsea true deviceBC true
install, check something...
02-01 11:47:21.535 1317 1503 I _V_PKMSCommonUtils: wifi is working.
02-01 11:47:21.552 1317 1432 D DeviceIdleController: Adding AppId 10154 to temp
whitelist. New entry: false
02-01 11:47:21.559 1317 1506 D _V_VivoPmsImpl: removeCodePathLI call INSTALL TO
rm /data/app/~~w4Al501olrK1dMk9BUYidA==/com.facebook.appmanager-
rrAznm5XKjqCLinYUgPJMg==
02-01 11:47:21.566 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.571 1317 1503 I _V_VivoPKMSUtils: pkgInfoMap:
{versionName=116.0.16, versionCode=682584414}
02-01 11:47:21.572 1317 1503 I _V_VivoPKMSUtils: pkgInfoMap:
{versionName=116.0.16, versionCode=682584340}
02-01 11:47:21.573 1317 1503 I _V_VivoPKMSUtils: com.facebook.system false false
02-01 11:47:21.574 1317 1503 I _V_VivoPKMSUtils: com.facebook.system install
com.facebook.appmanager
02-01 11:47:21.574 1317 1503 W _V_PackageManager: ## return empyt for Intent
{ act=vivo.intent.action.BEHAVIOR_APPSTORE_PACKAGE_INSTALLED flg=0x4000010
pkg=com.bbk.appstore (has extras) } pkgName:com.bbk.appstore
02-01 11:47:21.575 1317 1503 W _V_PackageManager: ## return empyt for Intent
{ act=vivo.intent.action.PACKAGE_INSTALLED flg=0x4000010 pkg=com.vivo.assistant }
pkgName:com.vivo.assistant
02-01 11:47:21.582 1317 1506 I ActivityManager: Force stopping
com.facebook.appmanager appid=10099 user=0: pkg removed
02-01 11:47:21.594 1317 1506 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:47:21.628 1317 1506 I ActivityManager: Force stopping
com.facebook.appmanager appid=10099 user=0: pkg removed
02-01 11:47:21.632 1317 1506 W VivoTaskImpl: occlude resumeTop canOccclude =
false next.occlude = false
02-01 11:47:21.642 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.appmanager size:0
02-01 11:47:21.652 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.appmanager size:0
02-01 11:47:21.654 1317 1506 I _V_VivoAmsImpl:
cleanProviderPublishTimedOutRecordIfNeed for com.facebook.appmanager size:0
02-01 11:47:21.678 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.706 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.appmanager userId=0
02-01 11:47:21.709 1317 1317 D DeviceIdleController: Adding AppId 1000 to temp
whitelist. New entry: false
02-01 11:47:21.716 1317 1561 D _V_SplashStoreUtils: receive PackageRemoved!
02-01 11:47:21.733 1317 1517 D OverlayManager: reconcileSettingsForPackage
pkgName=com.facebook.appmanager userId=0
02-01 11:47:21.739 1317 1431 D CompanionDeviceManagerService:
onPackageModified(packageName = com.facebook.appmanager)
02-01 11:47:21.743 1317 1596 D _V_NetworkStats: ACTION_PACKAGE_ADDED for
uid=10099
02-01 11:47:21.744 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.745 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.760 1317 1561 I _V_SplashStoreUtils: deleteSplash success.
packageName:com.facebook.appmanager
02-01 11:47:21.833 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.837 1317 5741 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:21.857 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorRec
eiverImpl$RegisteredReceiver
02-01 11:47:21.858 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:21.869 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgro
undPackageMonitorReceiverImpl$RegisteredReceiver
02-01 11:47:21.869 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppR
emoveMonitor
02-01 11:47:21.870 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:47:21.870 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
02-01 11:47:21.870 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:47:21.870 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REMOVED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.vivo.appstore/.receiver.PackageChangeReceiver
02-01 11:47:21.871 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledRe
ceiver
02-01 11:47:21.871 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.impl.PackageMonitorRec
eiverImpl$RegisteredReceiver
02-01 11:47:21.871 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.android.vending/com.google.android.finsky.packagemonitor.backgroundimpl.Backgro
undPackageMonitorReceiverImpl$RegisteredReceiver
02-01 11:47:21.871 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.
receiver.PackageChangeReceiver_Receiver
02-01 11:47:21.871 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:47:21.871 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
02-01 11:47:21.871 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
02-01 11:47:21.871 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.vivo.appfilter/.receiver.VivoBringupPkgReceiver
02-01 11:47:21.871 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.vivo.appstore/.receiver.PackageChangeReceiver
02-01 11:47:21.872 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.vivo.imanager/com.iqoo.secure.datausage.receiver.DatausageReceiver
02-01 11:47:21.872 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.facebook.katana/com.facebook.feed.platformads.AppInstallReceiver
02-01 11:47:21.872 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_ADDED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.ss.android.ugc.trill/com.ss.android.common.applog.HotsoonReceiver
02-01 11:47:21.876 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10153; state: DISABLED
02-01 11:47:21.880 1317 1434 W Looper : Slow dispatch took 276ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@84c9183
m=0
02-01 11:47:21.889 1317 1515 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=request_complete cat=[178634966] flg=0x10
pkg=com.facebook.system
cmp=com.facebook.system/com.facebook.oxygen.installer.core.InstallationManagerCallb
ackReceiver (has extras) } send by ApplicationInfo{b420f00 com.facebook.system}
should with permissions for security!!!
02-01 11:47:21.892 1317 1434 W Looper : Slow delivery took 248ms android.display
h=com.android.server.wm.ActivityTaskSupervisor$ActivityTaskSupervisorHandler c=null
m=201
02-01 11:47:21.897 1317 1936 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:21.957 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:21.962 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:21.975 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:22.073 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.110 1317 2666 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:22.151 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:22.152 1317 1431 W Looper : Slow dispatch took 131ms android.fg
h=android.os.Handler c=<recycled PooledLambda@d3d317e> m=0
02-01 11:47:22.208 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.211 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:22.259 1317 1431 W Looper : Slow dispatch took 107ms android.fg
h=android.os.Handler c=<recycled PooledLambda@876e4fa> m=0
02-01 11:47:22.262 1317 1317 W Looper : Slow dispatch took 552ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@7bfdaab m=0
02-01 11:47:22.264 1317 1317 W Looper : Slow delivery took 558ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@bbe56c6 m=0
02-01 11:47:22.273 1317 1943 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:22.277 1317 1431 W Looper : Slow delivery took 241ms android.fg
h=android.os.Handler c=<recycled PooledLambda@afee9dd> m=0
02-01 11:47:22.279 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.307 1317 1429 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.352 1317 2187 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.354 1317 1317 D _V_VivoNpmsImpl: Receive the delete broadcast
02-01 11:47:22.381 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:22.395 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.409 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.488 1317 1317 I _V_VivoNightModeService: remove installed pkg
com.facebook.appmanager
02-01 11:47:22.502 1317 1431 W Looper : Slow dispatch took 144ms android.fg
h=android.os.Handler c=<recycled PooledLambda@981d95f> m=0
02-01 11:47:22.521 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.542 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:22.602 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.606 1317 2187 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:22.616 1317 6548 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:22.625 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.664 1317 1317 I Telecom : eo: Package com.facebook.appmanager is
not tracked.: SSH.oR@AAQ
02-01 11:47:22.681 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.692 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.700 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.752 1317 1317 W Looper : Slow dispatch took 176ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@4a0a4b0 m=0
02-01 11:47:22.755 1317 2667 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.796 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.819 1317 5741 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.826 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:22.847 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.860 1317 1434 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:22.879 1317 1317 I _V_VivoNightModeService: add installed pkg
com.facebook.appmanager
02-01 11:47:22.899 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.912 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:22.919 1317 1941 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:22.922 1317 1317 I _V_VivoPermManagerImpl: Receive Intent
{ act=android.intent.action.PACKAGE_ADDED dat=package:com.facebook.appmanager
flg=0x4000010 (has extras) }
02-01 11:47:23.002 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.005 1317 2183 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:23.012 1317 1429 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:23.052 1317 1434 W Looper : Slow dispatch took 1160ms
android.display h=com.android.server.input.InputManagerService$InputManagerHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@f2238a4
m=0
02-01 11:47:23.054 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:23.055 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:23.105 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.118 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.130 1317 3087 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent
{ act=com.android.vending.INTENT_COMPLETE_UPDATE_FINISH_SPLASH_SCREEN flg=0x10
pkg=com.android.vending (has extras) } send by ApplicationInfo{ea75870
com.android.vending} should with permissions for security!!!
02-01 11:47:23.338 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.339 1317 1317 W Looper : Slow dispatch took 144ms main
h=com.android.server.media.MediaRouterService$UserHandler
c=android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0@ebff9c2
m=0
02-01 11:47:23.344 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.346 1317 2667 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:23.359 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:23.371 1317 1434 W Looper : Slow dispatch took 297ms android.display
h=com.android.server.wm.ActivityTaskManagerService$H
c=com.android.server.wm.ActivityTaskSupervisor$$ExternalSyntheticLambda1@3e43609
m=0
02-01 11:47:23.387 1317 3087 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.415 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.515 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:23.518 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.554 1317 1317 W Looper : Slow dispatch took 141ms main
h=android.app.ActivityThread$H c=android.app.LoadedApk$ReceiverDispatcher$Args$
$ExternalSyntheticLambda0@5b2b0dd m=0
02-01 11:47:23.555 1317 1317 I _V_VivoPermManagerImpl: Receive Intent
{ act=android.intent.action.PACKAGE_REPLACED dat=package:com.facebook.appmanager
flg=0x4000010 (has extras) }
02-01 11:47:23.573 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~6cBduRe1QC6dGoP3DAfKUQ==/com.facebook.appmanager-
e8x1FC2c8H6MnfOXdiT7iw==/base.apk
02-01 11:47:23.622 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.651 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:23.666 1317 1941 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.facebook.appmanager/com.facebook.oxygen.common.packages.event.manifest.Manifest
PackageEventReceiver
02-01 11:47:23.717 1317 1317 W Looper : Drained
02-01 11:47:23.721 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.google.android.apps.nbu.files/.documentbrowser.browselanding.rootcontainerlist.
receiver.PackageChangeReceiver_Receiver
02-01 11:47:23.721 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
02-01 11:47:23.721 1317 1455 W BroadcastQueue: Background execution not allowed:
receiving Intent { act=android.intent.action.PACKAGE_REPLACED
dat=package:com.facebook.appmanager flg=0x4000010 (has extras) } to
com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
02-01 11:47:23.724 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.734 1317 1432 D DeviceIdleController: Adding AppId 10099 to temp
whitelist. New entry: true
02-01 11:47:23.737 1317 1432 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10099, delay=20000
02-01 11:47:23.737 1317 1432 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10099, 10153, 10154]
02-01 11:47:23.747 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:23.768 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.828 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.837 1317 1455 I _V_ActivityManager: isSystemApp: false,
packageName: com.facebook.appmanager
02-01 11:47:23.876 1317 1455 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10099; state: DISABLED
02-01 11:47:23.877 1317 1455 W ActivityManager: Slow operation: 54ms so far, now
at startProcess: done starting proc!
02-01 11:47:23.877 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10099; state: ENABLED
02-01 11:47:23.884 1317 1432 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10099, 10153, 10154]
02-01 11:47:23.887 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:47:23.890 1317 1432 W Looper : Slow dispatch took 155ms android.ui
h=com.android.server.am.ActivityManagerService$UiHandler c=null m=68
02-01 11:47:23.894 1317 1496 E VerityUtils: Failed to measure fs-verity, errno 1:
/data/app/~~6cBduRe1QC6dGoP3DAfKUQ==/com.facebook.appmanager-
e8x1FC2c8H6MnfOXdiT7iw==/base.apk
02-01 11:47:23.906 1317 1456 W ActivityManager: Slow operation: 75ms so far, now
at startProcess: returned from zygote!
02-01 11:47:23.928 1317 1456 W ActivityManager: Slow operation: 97ms so far, now
at startProcess: done updating battery stats
02-01 11:47:23.931 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:23.946 1317 2667 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:23.950 1317 1941 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:23.959 1317 1456 W ActivityManager: Slow operation: 105ms so far, now
at startProcess: building log message
02-01 11:47:23.960 1317 1456 I ActivityManager: Start proc
15429:com.facebook.appmanager/u0a99 for broadcast
{com.facebook.appmanager/com.facebook.oxygen.common.packages.selfupdate.MyPackageUp
datedReceiver}
02-01 11:47:23.967 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:23.967 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:24.010 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:24.013 1317 1456 W ActivityManager: Slow operation: 182ms so far, now
at startProcess: starting to update pids map
02-01 11:47:24.022 1317 1456 W ActivityManager: Slow operation: 191ms so far, now
at startProcess: done updating pids map
02-01 11:47:24.035 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:24.086 1317 3292 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:24.101 1317 1428 W ContentProviderHelper: Slow operation: 65ms so
far, now at getContentProviderImpl: before getProviderByClass
02-01 11:47:24.134 1317 1428 W ContentProviderHelper: Slow operation: 98ms so
far, now at getContentProviderImpl: after getProviderByClass
02-01 11:47:24.134 1317 1428 W ContentProviderHelper: Slow operation: 98ms so
far, now at getContentProviderImpl: before getApplicationInfo
02-01 11:47:24.134 1317 1428 W ContentProviderHelper: Slow operation: 98ms so
far, now at getContentProviderImpl: after getApplicationInfo
02-01 11:47:24.134 1317 1428 W ContentProviderHelper: Slow operation: 98ms so
far, now at getContentProviderImpl: now have ContentProviderRecord
02-01 11:47:24.134 1317 1428 W ContentProviderHelper: Slow operation: 98ms so
far, now at getContentProviderImpl: before set stopped state
02-01 11:47:24.134 1317 1428 W ContentProviderHelper: Slow operation: 98ms so
far, now at getContentProviderImpl: after set stopped state
02-01 11:47:24.134 1317 1428 W ContentProviderHelper: Slow operation: 98ms so
far, now at getContentProviderImpl: looking for process record
02-01 11:47:24.134 1317 1428 W ContentProviderHelper: Slow operation: 98ms so
far, now at getContentProviderImpl: before start process
02-01 11:47:24.136 1317 1428 I _V_ActivityManager: isSystemApp: false,
packageName: com.google.android.gsf
02-01 11:47:24.137 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:24.140 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:24.140 1317 1428 D CompatibilityChangeReporter: Compat change id
reported: 135634846; UID 10154; state: DISABLED
02-01 11:47:24.141 1317 1428 W ContentProviderHelper: Slow operation: 105ms so
far, now at getContentProviderImpl: after start process
02-01 11:47:24.141 1317 1428 W ContentProviderHelper: Slow operation: 105ms so
far, now at getContentProviderImpl: updating data structures
02-01 11:47:24.141 1317 1456 D CompatibilityChangeReporter: Compat change id
reported: 143937733; UID 10154; state: ENABLED
02-01 11:47:24.158 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:47:24.158 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10153, timeNow=545180
02-01 11:47:24.158 1317 1530 D DeviceIdleController: Time to remove uid 10153:
553202
02-01 11:47:24.158 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10153, delay=8022
02-01 11:47:24.185 1317 1428 W ContentProviderHelper: Slow operation: 149ms so
far, now at getContentProviderImpl: done!
02-01 11:47:24.222 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:24.240 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:24.242 1317 1456 W ActivityManager: Slow operation: 107ms so far, now
at startProcess: done updating battery stats
02-01 11:47:24.243 1317 1456 W ActivityManager: Slow operation: 108ms so far, now
at startProcess: building log message
02-01 11:47:24.243 1317 1456 I ActivityManager: Start proc
15449:com.google.process.gservices/u0a154 for content provider
{com.google.android.gsf/com.google.android.gsf.gservices.GservicesProvider}
02-01 11:47:24.243 1317 1456 W ActivityManager: Slow operation: 108ms so far, now
at startProcess: starting to update pids map
02-01 11:47:24.247 1317 1456 W ActivityManager: Slow operation: 112ms so far, now
at startProcess: done updating pids map
02-01 11:47:24.278 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:24.344 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:24.434 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:24.447 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:24.524 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:24.525 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:24.527 1317 1752 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:24.528 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:24.529 1317 3277 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:24.531 1317 7357 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is false
02-01 11:47:24.549 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:24.552 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:24.552 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:24.581 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:47:24.582 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:47:24.583 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.facebook.lite mWorkingState isCheckDownload false
02-01 11:47:24.631 1317 2181 W ActivityManager: Slow operation: 90ms so far, now
at attachApplicationLocked: immediately after bindApplication
02-01 11:47:24.631 1317 2181 W ActivityManager: Slow operation: 90ms so far, now
at attachApplicationLocked: after updateLruProcessLocked
02-01 11:47:24.646 1317 2181 W ActivityManager: Slow operation: 105ms so far, now
at attachApplicationLocked: after mServices.attachApplicationLocked
02-01 11:47:24.653 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:24.665 1317 2181 W ActivityManager: Slow operation: 124ms so far, now
at attachApplicationLocked: after sendPendingBroadcastsLocked
02-01 11:47:24.669 1317 1431 W Looper : Drained
02-01 11:47:24.697 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:24.707 1317 2189 I ActivityManager: Killing
14728:com.facebook.lite/u0a185 (adj 965): empty #9
02-01 11:47:24.774 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:24.849 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:24.850 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:24.851 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:47:24.851 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:47:24.852 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.facebook.katana mWorkingState isCheckDownload false
02-01 11:47:24.855 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:24.857 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:24.860 1317 7357 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:24.877 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:25.000 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:25.032 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:25.034 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:25.091 1317 1752 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:25.134 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:25.159 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:25.235 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:25.238 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:25.274 1317 3278 I _V_PackageManager: resolveService null :
PackageUserState{ceDataInode=3682, installed=true, stopped=false,
notLaunched=false, hidden=false, distractionFlags=0, suspended=false,
instantApp=false, virtualPreload=false, enabled=0, lastDisableAppCaller='null',
installReason=0, harmfulAppWarning='null', splashScreenTheme='null',
disabledComponents={com.google.android.gms.mdm.settings.AdmSettingsActivity,
com.google.android.gms.fido.fido2.ui.PolluxActivity,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivityAlias,
com.google.android.gms.nearby.sharing.SettingsCollapsingToolbarActivity,
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.location.util.LocationAccuracyInjectorService,
com.google.android.gms.pay.notifications.GcmBroadcastReceiver,
com.google.android.gms.pay.security.storagekey.service.StorageKeyCacheService,
com.google.android.gms.nearby.sharing.SettingsActivity,
com.google.android.gms.kids.BiometricSettingsActivity,
com.google.android.gms.tapandpay.globalactions.QuickAccessWalletService,
com.google.android.gms.nearby.sharing.SettingsPreferenceActivity,
com.google.android.gms.location.settings.NlpConsentFooterGla2024Receiver,
com.google.android.gms.matchstick.ui.LighterMessageIntentActivity,
com.google.android.gms.audiomodem.service.AudioModemService,
com.google.android.gms.fido.fido2.pollux.CableAuthenticatorService,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curity, com.google.android.gms.mdm.settings.QrlSettingsActivity,
com.google.android.gms.pay.notifications.PayNotificationService,
com.google.android.gms.nearby.sharing.send.SendActivityAliasSamsungGallery,
com.google.android.gms.backup.component.BackupOrRestoreSettingsActivity,
com.google.android.gms.nearby.sharing.ShareSheetActivityAliasSamsungGallery,
com.google.android.gms.auth.account.authenticator.WorkAccountAuthenticatorService,
com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity,
com.google.android.location.settings.ArwEAlertSettingsV31Activity,
com.google.android.gms.kids.BlockedSettingsActivity,
com.google.android.gms.tapandpay.globalactions.WalletQuickAccessWalletService,
com.google.android.gms.nearby.sharing.DeviceVisibilityActivity,
com.google.android.gms.nearby.sharing.migration.TransparentTrampolineActivity,
com.google.android.gms.panorama.PanoramaViewActivity,
com.google.android.gms.findmydevice.spot.suw.SetupWizardActivity,
com.google.android.gms.nearby.sharing.SettingsActivityAlias,
com.google.android.gms.mdm.receivers.OneTimeInitializerReceiver,
com.google.android.gms.auth.managed.ui.SettingsSecurityDeviceOwnerActivity,
com.google.android.gms.nearby.fastpair.sass.device.connection.ui.SassProcessActivit
y, com.google.android.gms.smart_profile.SmartProfileActivity,
com.google.android.gms.trustlet.onbody.discovery.OnbodyPromotionActivity,
com.google.android.gms.nearby.sharing.suw.SetupWizardActivity,
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.nearby.sharing.send.SendActivityAliasSamsungMyFiles,
com.google.android.gms.location.settings.ArwEAlertPlatformSettingsActivity,
com.google.android.gms.safebrowsing.settings.SafeBrowsingSettingsActivityAdvancedSe
curitySafetyCenter,
com.google.android.location.drivingmode.DrivingModeSettingsNoSummaryActivity,
com.google.android.gms.rcs.binding.RcsBindingPersistentService,
com.google.android.gms.accountsettings.ui.SafetyCenterActivityControlsActivity,
com.google.android.gms.nearby.sharing.rece
02-01 11:47:25.274 1317 3278 W ActivityManager: Unable to start service Intent
{ act=com.google.android.gms.gservices.START pkg=com.google.android.gms } U=0: not
found
02-01 11:47:25.280 1317 3278 W ActivityManager: Unbind failed: could not find
connection for android.os.BinderProxy@fef4051
02-01 11:47:25.294 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:25.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:25.341 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:25.396 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:25.412 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:25.493 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:25.496 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:25.599 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:25.602 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:25.620 1317 1559 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:25.650 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:25.702 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:25.706 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:25.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:25.805 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:25.943 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:25.972 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.helium.trampoline.HeliumSandboxedService
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.001 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:26.013 1317 1752 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:47:26.046 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:26.065 1317 1445 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:47:26.080 1317 1752 D CompatibilityChangeReporter: Compat change id
reported: 168419799; UID 10034; state: DISABLED
02-01 11:47:26.081 1317 1445 I _V_SettingsProvider: insert settings
success:false, table:SETTINGS_SECURE name:accessibility_enabled value:0 pkg:android
userId:0
02-01 11:47:26.082 1317 3278 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:26.114 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:26.127 1317 2687 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=install cat=[30] flg=0x10 pkg=com.facebook.appmanager
cmp=com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.InstallerCal
lbackReceiver (has extras) } send by ApplicationInfo{978fbd8
com.facebook.appmanager} should with permissions for security!!!
02-01 11:47:26.130 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.nekodirect.NekoDirectProvider newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.133 1317 2687 W _V_ContentProviderHelper: Failed to find
provider:com.facebook.appmanager.nekodirect for user 0
02-01 11:47:26.136 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.installapi.OxInstallApiProvider newState:1
userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.149 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:26.169 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldAcceptTos newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.170 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowTos newState:2
userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.172 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.firstparty.tos.ShouldShowExplicitTos
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.194 1317 3278 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
02-01 11:47:26.212 1317 3278 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:47:26.224 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:26.226 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.241 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:26.246 1317 1752 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkActivityV2
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.248 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:47:26.251 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteActivity
newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.257 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.262 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4AActivity
newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.272 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramActiv
ity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.286 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsActivit
y newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.288 1317 2181 I BroadcastQueue: Delay finish:
com.android.settings/com.vivo.settings.receiver.AppControllerReceiver
02-01 11:47:26.295 1317 3278 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerActiv
ity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.304 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteLoggedOu
tActivity newState:1 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.305 1317 1455 I BroadcastQueue: Resuming delayed broadcast
02-01 11:47:26.310 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteLoggedOu
tActivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.310 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ALoggedOutA
ctivity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.314 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramLogge
dOutActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:15429
02-01 11:47:26.321 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsLoggedO
utActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:15429
02-01 11:47:26.328 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerLogge
dOutActivity newState:1 userId:0 callingPackage:null callingUid:10099
callingPid:15429
02-01 11:47:26.340 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkIgliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:15429
02-01 11:47:26.341 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFbliteRestrict
edActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:15429
02-01 11:47:26.342 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkFB4ARestricted
Activity newState:2 userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.344 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkInstagramRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:15429
02-01 11:47:26.347 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkThreadsRestric
tedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:15429
02-01 11:47:26.349 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.webinstall.WebInstallAppLinkMessengerRestr
ictedActivity newState:2 userId:0 callingPackage:null callingUid:10099
callingPid:15429
02-01 11:47:26.349 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:26.352 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.modules.api.ModulesApiProvider newState:1
userId:0 callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:26.391 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:26.441 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:26.524 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:26.544 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:26.589 1317 2687 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:26.599 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:26.615 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:26.648 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:26.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:26.729 1317 2687 D JobServiceContext: doCallback of :
JobStatus{af8d797 #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-520ms READY} v:VERB_EXECUTING
02-01 11:47:26.730 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:26.751 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:26.798 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:26.799 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:26.854 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:26.891 1317 1445 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:26.957 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:26.990 1317 2181 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:27.060 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:27.152 1317 2181 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:27.159 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.system
className:com.facebook.oxygen.installer.crashhandler.CrashRedirectActivity
newState:1 userId:0 callingPackage:null callingUid:10034 callingPid:15121
02-01 11:47:27.160 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.system
className:com.facebook.oxygen.installer.ui.AppDetailsActivity newState:1 userId:0
callingPackage:null callingUid:10034 callingPid:15121
02-01 11:47:27.163 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:27.176 1317 2687 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.appmanager
className:com.facebook.oxygen.appmanager.ui.about.AboutActivity newState:1 userId:0
callingPackage:null callingUid:10099 callingPid:15429
02-01 11:47:27.266 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:27.370 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:27.473 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:27.484 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.system
className:com.facebook.oxygen.installer.crashhandler.CrashRedirectActivity
newState:1 userId:0 callingPackage:null callingUid:10034 callingPid:15121
02-01 11:47:27.485 1317 2181 W _V_PackageManager: setEnabledSetting
packageName:com.facebook.system
className:com.facebook.oxygen.installer.ui.AppDetailsActivity newState:1 userId:0
callingPackage:null callingUid:10034 callingPid:15121
02-01 11:47:27.491 1317 2181 D _V_RMS-Preload: setRmsPreload
pkgName:com.facebook.appmanager uid 10099, isRmsPreload = false, keepQuiet =false
02-01 11:47:27.505 1317 7357 W _V_VivoAmsImpl: ****vivo protected
broadcast:Intent { act=scheduleNext flg=0x10
cmp=com.facebook.appmanager/com.facebook.oxygen.appmanager.scheduler.RescheduleServ
ice } send by ApplicationInfo{7dc8ab0 com.facebook.appmanager} should with
permissions for security!!!
02-01 11:47:27.510 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:27.526 1317 2181 D JobServiceContext: doCallback of :
JobStatus{19ece44 #u0a99/5500
com.facebook.appmanager/com.facebook.oxygen.appmanager.update.core.UpdateService
u=0 s=10099 TIME=none:-38ms READY} v:VERB_EXECUTING
02-01 11:47:27.527 1317 2181 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:27.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:27.576 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:27.679 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:27.699 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:27.723 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:27.782 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:27.886 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:28.099 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:28.102 1317 2189 D _V_VivoCommonService: doCommonJob
isFeatureSupportmsg is true
02-01 11:47:28.138 1317 2189 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:28.243 1317 2189 D JobServiceContext: doCallback of :
JobStatus{a622ff2 #u0a99/5100
com.facebook.appmanager/com.facebook.oxygen.common.jobqueue.JobQueueService u=0
s=10099 TIME=none:-2s241ms READY} v:VERB_EXECUTING
02-01 11:47:28.244 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:28.261 1317 7357 I ActivityManager: Killing
14858:com.bbk.iqoo.logsystem/u0a125 (adj 965): empty #9
02-01 11:47:28.322 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:28.374 1317 1433 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
02-01 11:47:28.378 1317 15513 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:28.405 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:28.449 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:28.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:28.500 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:28.508 1317 1434 W Looper : Drained
02-01 11:47:28.508 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:28.581 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:28.643 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:28.746 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:28.849 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:28.952 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.055 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.158 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.261 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:29.365 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.468 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.571 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.615 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.634 1317 2189 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.674 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.777 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.880 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:29.993 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:30.096 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:30.199 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:30.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:30.302 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:30.406 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:30.517 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:30.620 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:30.723 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:30.826 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:31.008 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:31.112 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:31.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:31.213 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:31.317 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:31.420 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:31.523 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:31.599 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:31.626 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:31.701 1317 3292 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:31.729 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:31.762 1317 3292 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #5882} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (171
skipped)
02-01 11:47:31.832 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:32.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:32.219 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:47:32.219 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10153, timeNow=553241
02-01 11:47:32.220 1317 1530 D DeviceIdleController: Removing uid 10153 from temp
whitelist
02-01 11:47:32.220 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10099, 10154]
02-01 11:47:32.231 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10099, 10154]
02-01 11:47:32.238 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:47:32.239 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:47:32.281 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:32.401 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:32.950 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:33.061 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:33.149 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:33.295 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:33.642 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:33.646 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:33.648 1317 1317 W Looper : Slow delivery took 251ms main
h=com.android.server.power.Notifier$NotifierHandler c=null m=1
02-01 11:47:33.649 1317 1317 W Looper : Drained
02-01 11:47:33.650 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:33.707 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:33.812 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:33.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:33.956 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:34.059 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:34.180 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:34.283 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:34.395 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:34.506 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:34.609 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:34.713 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:34.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:34.816 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:34.919 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:35.022 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:35.125 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:35.228 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:35.513 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:35.616 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:35.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:35.744 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:35.874 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:35.985 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:36.140 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:36.277 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:36.380 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:36.501 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:36.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:36.622 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:36.725 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:36.828 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:37.060 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:37.137 1317 7357 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:37.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:37.461 1317 7357 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:37.550 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:37.796 1317 15532 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:37.869 1317 7357 D _V_VivoWidgetAppControllx: mWidgetStartSwitch is
false
02-01 11:47:38.032 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:38.203 1317 1317 D _V_RMS-Preload: setRmsPreload
pkgName:com.android.vending uid 10153, isRmsPreload = false, keepQuiet =false
02-01 11:47:38.227 1317 1317 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:38.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:38.488 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:38.508 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:47:38.508 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10154, timeNow=559530
02-01 11:47:38.508 1317 1530 D DeviceIdleController: Time to remove uid 10154:
559574
02-01 11:47:38.509 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=10154, delay=44
02-01 11:47:38.591 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:47:38.591 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10154, timeNow=559613
02-01 11:47:38.591 1317 1530 D DeviceIdleController: Removing uid 10154 from temp
whitelist
02-01 11:47:38.591 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000, 10099]
02-01 11:47:38.602 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000, 10099]
02-01 11:47:38.604 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:47:38.605 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:47:38.627 1317 15537 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:38.643 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:38.746 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:38.848 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:38.952 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:38.990 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:39.055 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:39.158 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:39.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:39.269 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:39.373 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:39.493 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:39.613 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:39.625 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:39.635 1317 3278 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:39.717 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:39.820 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:39.923 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:40.068 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:47:40.068 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=561090
02-01 11:47:40.068 1317 1530 D DeviceIdleController: Time to remove uid 1000:
572731
02-01 11:47:40.068 1317 1530 D DeviceIdleController:
postTempActiveTimeoutMessage: uid=1000, delay=11641
02-01 11:47:40.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:40.233 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:41.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:41.950 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:41.987 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:42.125 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:42.311 1317 2181 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:42.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:42.933 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:43.529 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:43.665 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:43.737 1317 3278 I ActivityManager: Killing
13695:com.facebook.katana/u0a205 (adj 455): empty #9
02-01 11:47:43.754 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:43.754 1317 3278 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #5908} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (25
skipped)
02-01 11:47:43.772 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:47:43.772 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=10099, timeNow=564794
02-01 11:47:43.772 1317 1530 D DeviceIdleController: Removing uid 10099 from temp
whitelist
02-01 11:47:43.772 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to [1000]
02-01 11:47:43.782 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to [1000]
02-01 11:47:43.786 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:47:43.787 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:47:43.820 1317 15543 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:43.844 1317 15544 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:43.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
7.6013513; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:43.912 1317 2687 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:44.087 1317 1600 D VgcUtil : getFile name :theme_dir_path not exit in
vgc_path_config.xml
02-01 11:47:44.646 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:44.651 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:45.067 1317 1594 D _V_BatteryService: HealthHalCallback called,
HealthInfo = {.chargerAcOnline = false, .chargerUsbOnline =
false, .chargerWirelessOnline = false, .maxChargingCurrent = 0, .maxChargingVoltage
= 0, .batteryStatus = DISCHARGING, .batteryHealth = GOOD, .batteryPresent =
true, .batteryLevel = 24, .batteryVoltage = 3719, .batteryTemperature =
361, .batteryCurrent = -561, .batteryCycleCount = 1, .batteryFullCharge =
4910000, .batteryChargeCounter = 114000, .batteryTechnology = Li-poly},
mShutdownBatteryTemperature = 600
02-01 11:47:45.098 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:45.122 1317 1317 D _V_BBKTouchScreenServiceService:
ACTION_BATTERY_CHANGED! charge disconnected!
02-01 11:47:45.125 1317 1317 I _V_BBKTouchScreenServiceService: displayId = 2
type = 4 state = 0
02-01 11:47:45.132 1317 1317 E _V_BBKTouchScreenServiceService: packageName:null
02-01 11:47:45.134 1317 1317 E _V_Sensor_NativeNotification:
ACTION_BATTERY_CHANGED plugged = 0
02-01 11:47:45.160 1317 1317 I DeviceIdleController: updateChargingLocked:
charging=false
02-01 11:47:45.399 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:45.552 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:46.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:46.858 1317 1936 D _V_VivoNetworkWatchlistServiceImpl:
VivoNetworkFuseTracker not init yet
02-01 11:47:47.200 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:47.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:47.501 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:47.649 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:48.250 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:48.849 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:49.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:49.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:49.640 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:49.660 1317 2687 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:50.050 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:50.350 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:50.950 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:51.748 1317 1530 D DeviceIdleController: handleMessage(6)
02-01 11:47:51.749 1317 1530 D DeviceIdleController:
checkTempAppWhitelistTimeout: uid=1000, timeNow=572771
02-01 11:47:51.749 1317 1530 D DeviceIdleController: Removing uid 1000 from temp
whitelist
02-01 11:47:51.749 1317 1530 D DeviceIdleController: Setting activity manager
temp whitelist to []
02-01 11:47:51.777 1317 1530 I ActivityManager: Killing
15029:com.android.keychain/1000 (adj 985): empty #9
02-01 11:47:51.790 1317 15555 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:51.800 1317 1530 I ActivityManager: Killing
15352:com.google.android.webview:webview_service/u0a165 (adj 995): empty #10
02-01 11:47:51.811 1317 1530 D DeviceIdleController: Setting wakelock temp
whitelist to []
02-01 11:47:51.816 1317 15556 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:51.816 1317 1530 D DeviceIdleController: handleMessage(15)
02-01 11:47:51.823 1317 1530 D DeviceIdleController: handleMessage(13)
02-01 11:47:51.837 1317 15557 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:51.851 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:51.868 1317 15558 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:51.886 1317 15559 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:51.899 1317 15560 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:47:52.750 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:53.651 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:54.551 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:55.149 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.067568; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:55.448 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.067568; finalLux = 5.067568; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:55.598 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:55.602 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 5.067568; kalmanLux = 5.067568; speculatedLux = 5.067568;
finalLux = 5.067568
02-01 11:47:55.710 1317 1596 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:55.833 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:55.854 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:55.909 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:56.011 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:56.114 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:56.217 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:56.320 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:56.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:56.432 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:56.535 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:56.638 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:56.784 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:56.905 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:56.949 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:57.008 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:57.111 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:57.223 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:57.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:57.326 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:57.429 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:57.532 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:57.653 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:57.842 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:58.031 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:58.134 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:58.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:58.238 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:58.299 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:58.341 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:58.444 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:58.547 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:58.667 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:58.822 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:58.926 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:59.050 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:59.149 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:59.252 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:59.349 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:47:59.355 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:59.458 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:59.561 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:59.652 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:59.662 1317 7357 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:59.665 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:59.768 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:59.798 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:47:59.871 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:47:59.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:47:59.974 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:00.078 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:00.198 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:00.301 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:00.400 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:48:00.422 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:00.542 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:00.662 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:00.774 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:00.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:00.877 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:00.989 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:01.135 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:01.149 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:48:01.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:01.789 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:02.433 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:02.536 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:02.640 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:02.648 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:48:02.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:02.743 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:02.846 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:02.949 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:03.052 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:03.155 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:03.268 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:03.379 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:03.500 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:03.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:03.792 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:04.282 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:04.394 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:04.449 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:04.497 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:04.600 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:04.703 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:04.807 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:04.910 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:04.912 1317 1474 I _V_quickfrozen: getFrozenFailReason processState 0
02-01 11:48:04.912 1317 1474 I _V_quickfrozen: getFrozenFailReason processState +
mWorkingState 0
02-01 11:48:04.914 1317 1474 I _V_quickfrozen: checkFrozenStatusLocked
info.failReason .0 pkgName com.facebook.lite mWorkingState isCheckDownload false
02-01 11:48:05.022 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:05.125 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:05.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:48:05.228 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:05.331 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:05.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:05.435 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:05.538 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:05.641 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:05.744 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:05.855 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:06.053 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:06.165 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:06.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:06.268 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:06.371 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:06.483 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:06.638 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:06.741 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:06.844 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:06.948 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:07.149 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:07.173 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:07.275 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:07.377 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:07.481 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:07.585 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:07.688 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:07.791 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:07.894 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:07.899 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:48:08.005 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:08.049 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:08.109 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:08.212 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:08.315 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:08.418 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:08.521 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:08.624 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:08.727 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:08.830 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:08.949 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:08.985 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:09.157 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:09.604 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:09.657 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:09.666 1317 2184 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:09.707 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:09.811 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:09.849 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:09.948 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:10.051 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:10.172 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:10.292 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:10.405 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:10.449 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:48:10.508 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:10.611 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:10.722 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:10.749 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:10.920 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:11.049 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:11.152 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:11.199 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
4.222973; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:48:11.265 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:11.368 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:11.503 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
3.3783784; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:48:11.507 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
false to true
02-01 11:48:11.514 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:11.541 1317 1317 D _V_VivoLcmEsd: proximity positive is :true
02-01 11:48:11.543 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 1, arg3: 1000, arg4: 0, name: android
02-01 11:48:11.649 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 4.222973; finalLux = 4.222973; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = true; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:12.090 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:12.193 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:12.247 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 4.222973; kalmanLux = 4.222973; speculatedLux = 4.222973;
finalLux = 4.222973
02-01 11:48:12.287 1317 1317 D _V_VivoLcmEsd: onSensorChanged change mNear from
true to false
02-01 11:48:12.294 1317 1317 D _V_VivoLcmEsd: proximity positive is :false
02-01 11:48:12.295 1317 1570 D BatteryStatsService: notePemString noteWhich:
56,arg1: 1, arg2: 0, arg3: 1000, arg4: 0, name: android
02-01 11:48:12.296 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:12.399 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:48:12.400 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:12.503 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:12.549 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:12.614 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:12.699 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:48:12.934 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:13.149 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
5.9121623; medianLux = 6.756757; kalmanLux = 6.756757; speculatedLux = 6.756757;
finalLux = 6.756757
02-01 11:48:13.164 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:13.268 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:13.371 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:13.448 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 5.9121623; finalLux = 5.9121623; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:13.474 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:13.577 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:13.681 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:13.900 1317 1690 I _V_Sensor_LuxManager: getOptimizedLux lux =
6.756757; medianLux = 5.9121623; kalmanLux = 5.9121623; speculatedLux = 5.9121623;
finalLux = 5.9121623
02-01 11:48:14.000 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:14.104 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:14.229 1317 2183 W ProcessStats: Tracking association
SourceState{d871ab2 system/1000 ImpFg #5918} whose proc state 4 is better than
process ProcessState{454ca03 com.vivo.rms/1000 pkg=com.vivo.abe} proc state 7 (13
skipped)
02-01 11:48:14.248 1317 15575 I _V_ActivityManager: collectPssSampleEventTracking
02-01 11:48:14.349 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:15.204 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:15.249 1317 1690 I _V_Sensor_AutomaticBrightnessController:
handleNewLux origin = 6.756757; finalLux = 6.756757; brightness = 0.10462266;
mReadyOn = false; mWaitingFirstLux = false; lightCover = false; upLux = 29; downLux
= 2; motion = 0; gameMode = false; cameraMode = false; childMode = false; newLuxBr
= false; curveName = auto_default; isUseVicoBrightness = false; foldState = -1;
realLcmBrightness = 248; mHBMState = false; mAnimatingStatus = 0; isDemoMachine =
false; mCalcNewBrightness = false; userSetting = true; lockBrightness = false
02-01 11:48:15.358 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:15.460 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:15.563 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:15.666 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:15.770 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:15.873 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:15.976 1317 1576 D _V_VivoPowerManagerService: button light 0 111
trun off
02-01 11:48:15.999 1317 1690 I _V_Senso

You might also like