Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 01-12 02:44:02.920 3868 4090 I Unity : NetworkConenction@ Onclick_MatchMaking()
- 01-12 02:44:02.920 3868 4090 I Unity :
- 01-12 02:44:02.920 3868 4090 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
- 01-12 02:44:02.920 3868 4090 I Unity :
- 01-12 02:44:02.923 3868 4090 I Unity : Onclick_LoadScene()
- 01-12 02:44:02.923 3868 4090 I Unity :
- 01-12 02:44:02.923 3868 4090 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
- 01-12 02:44:02.923 3868 4090 I Unity :
- 01-12 02:44:02.944 3868 4090 I Unity : RoomRPC_2_ToClientRoomData() - Host send room data to Client
- 01-12 02:44:02.944 3868 4090 I Unity :
- 01-12 02:44:02.944 3868 4090 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
- 01-12 02:44:02.944 3868 4090 I Unity :
- 01-12 02:44:02.944 3868 4090 I Unity : doing things
- 01-12 02:44:02.944 3868 4090 I Unity :
- 01-12 02:44:02.944 3868 4090 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
- 01-12 02:44:02.944 3868 4090 I Unity :
- 01-12 02:44:03.450 1281 1370 D SensorService: 0x72058304c0 addFd fd=319
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: Write failure
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: java.io.IOException: write failed: EPIPE (Broken pipe)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at libcore.io.IoBridge.write(IoBridge.java:501)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at java.io.FileOutputStream.write(FileOutputStream.java:316)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at com.android.internal.util.FastPrintWriter.flushBytesLocked(FastPrintWriter.java:336)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at com.android.internal.util.FastPrintWriter.flushLocked(FastPrintWriter.java:359)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at com.android.internal.util.FastPrintWriter.appendLocked(FastPrintWriter.java:304)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at com.android.internal.util.FastPrintWriter.write(FastPrintWriter.java:622)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at java.io.PrintWriter.append(PrintWriter.java:1004)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at java.io.PrintWriter.append(PrintWriter.java:1000)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at java.util.Formatter$FormatSpecifier.print(Formatter.java:2951)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at java.util.Formatter$FormatSpecifier.printString(Formatter.java:2922)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at java.util.Formatter$FormatSpecifier.print(Formatter.java:2802)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at java.util.Formatter.format(Formatter.java:2491)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at java.io.PrintWriter.format(PrintWriter.java:905)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at java.io.PrintWriter.printf(PrintWriter.java:804)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at com.android.server.am.ActivityManagerService.dumpMemItems(ActivityManagerService.java:19030)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at com.android.server.am.ActivityManagerService.dumpMemItems(ActivityManagerService.java:19042)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at com.android.server.am.ActivityManagerService.dumpApplicationMemoryUsage(ActivityManagerService.java:19541)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at com.android.server.am.ActivityManagerService$MemBinder.dump(ActivityManagerService.java:3046)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at android.os.Binder.doDump(Binder.java:414)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at android.os.Binder.dump(Binder.java:401)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at android.os.Binder.onTransact(Binder.java:352)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at android.os.Binder.transact(Binder.java:504)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at oppo.x.filterExecTransact(Unknown Source)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at com.oppo.color.safe.jni.JniManager.execTransact(Unknown Source)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: Caused by: android.system.ErrnoException: write failed: EPIPE (Broken pipe)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at libcore.io.Posix.writeBytes(Native Method)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at libcore.io.Posix.write(Posix.java:273)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at libcore.io.BlockGuardOs.write(BlockGuardOs.java:319)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: at libcore.io.IoBridge.write(IoBridge.java:496)
- 01-12 02:44:03.628 1281 1321 W FastPrintWriter: ... 23 more
- 01-12 02:44:03.656 1281 1321 I android.os.Debug: void android::android_os_Debug_getIONDISP(long int*) match 4: ion_mm_heap 1 9400320 3 ffffffc01c241180 ffffffc0299a6600.
- 01-12 02:44:03.656 1281 1321 I android.os.Debug: : 1 9400320 3 9400320
- 01-12 02:44:03.656 1281 1321 I android.os.Debug: void android::android_os_Debug_getIONDISP(long int*) match 4: ion_mm_heap 158 7000064 1 ffffffc03504e180 ffffffc034324200.
- 01-12 02:44:03.656 1281 1321 I android.os.Debug: : 158 7000064 1 16400384
- 01-12 02:44:03.656 1281 1321 I android.os.Debug: void android::android_os_Debug_getIONDISP(long int*) match 4: ion_mm_heap 158 7000064 1 ffffffc037b02280 ffffffc037a14f00.
- 01-12 02:44:03.656 1281 1321 I android.os.Debug: : 158 7000064 1 23400448
- 01-12 02:44:03.656 1281 1321 I android.os.Debug: void android::android_os_Debug_getIONDISP(long int*) match 4: ion_mm_heap 158 7000064 1 ffffffc037b05200 ffffffc037a14c00.
- 01-12 02:44:03.656 1281 1321 I android.os.Debug: : 158 7000064 1 30400512
- 01-12 02:44:04.714 1645 1645 V SensorManager: unRegisterListener by com.android.internal.telephony.OemProximitySensorManager$ProximitySensorEventListener
- 01-12 02:44:04.715 1281 1860 W SensorService: SensorEventConnection sensor handle=8, package = com.android.internal.telephony.OemProximitySensorManager disable
- 01-12 02:44:04.715 1281 1860 D SensorService: 0x720582ea80 removeFd fd=308
- 01-12 02:44:04.715 1281 1860 D SensorService: SensorDevice::activate: ident=0x720582ea80, handle=0x00000008, enabled=0, count=3
- 01-12 02:44:04.715 1281 1860 D SensorService: disable index=0
- 01-12 02:44:04.715 1281 1860 D SensorService: >>> actuating h/w setDelay 8 1000000
- 01-12 02:44:04.715 1281 1860 E Sensors : handleToDriver handle(7)
- 01-12 02:44:04.715 1281 1860 D PROXIMITY: setDelay: (handle=7, ns=1000000)
- 01-12 02:44:04.716 1281 1860 E Sensors : new setDelay handle(7),ns(1000000)m, error(0), index(6)
- 01-12 02:44:04.716 1281 1313 D SensorService: ~SensorEventConnection(0x720582ea80)
- 01-12 02:44:04.716 1281 1313 D SensorService: 3 active sensors
- 01-12 02:44:04.716 1281 1313 D SensorService: removing connection 0x720582ea80 for sensor[0].handle=0x00000001
- 01-12 02:44:04.716 1281 1313 D SensorService: removing connection 0x720582ea80 for sensor[1].handle=0x00000005
- 01-12 02:44:04.716 1281 1313 D SensorService: removing connection 0x720582ea80 for sensor[2].handle=0x00000008
- 01-12 02:44:04.795 4284 4464 I CheckinCompat: Done disabling old GoogleServicesFramework version
- 01-12 02:44:04.988 1281 1281 D WifiService: onReceive, action:android.intent.action.BATTERY_CHANGED
- 01-12 02:44:04.988 1281 1404 D WifiController: ApStaDisabledState{ when=0 what=155652 arg1=2 target=com.android.internal.util.StateMachine$SmHandler }
- 01-12 02:44:04.988 1281 1404 D WifiController: DefaultState{ when=0 what=155652 arg1=2 target=com.android.internal.util.StateMachine$SmHandler }
- 01-12 02:44:04.988 1281 1404 D WifiController: battery changed pluggedType: 2
- 01-12 02:44:05.397 1281 3831 I ActivityManager: Low on memory:
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 890669: com.ButterSquad.UnbeatableButterSquad ( 694,450K memtrack) (pid 3868) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 142586: faced ( 93,776K memtrack) (pid 539) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 121664: com.facebook.orca (pid 4557) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 89486: com.google.android.gms.persistent (pid 4325) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 74564: surfaceflinger ( 55,796K memtrack) (pid 355) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 71335: com.google.android.googlequicksearchbox:search (pid 4779) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 62575: com.nearme.statistics.rom (pid 3895) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 53453: com.android.vending (pid 4243) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 51237: cameraserver (pid 522) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 42499: com.whatsapp (pid 4621) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 41388: com.iflytek.inputmethod.google (pid 4955) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 36548: android.process.contacts (pid 3969) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 35624: com.google.android.gms (pid 4284) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 34335: android.process.acore (pid 4189) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 30924: com.google.android.gms.unstable ( 1,256K memtrack) (pid 4821) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 26165: audioserver (pid 521) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 20579: com.facebook.katana:notification (pid 4025) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 18611: com.iflytek.inputmethod.assist (pid 5003) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 18363: zygote (pid 519) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 13145: com.coloros.simsettings (pid 3881) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 12025: com.coloros.mcs (pid 3926) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 11881: vtservice (pid 501) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 11835: com.coloros.safecenter:clear_filter (pid 3982) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 11788: com.coloros.oppoguardelf (pid 3995) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 11544: com.oppo.launcher (pid 5043) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 11060: com.coloros.safesdkproxy (pid 4048) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 10844: zygote64 (pid 518) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 10762: com.android.incallui (pid 3833) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 9869: com.google.process.gapps (pid 4378) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 9600: com.coloros.safecenter (pid 3911) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 9208: com.coloros.wirelesssettings (pid 4265) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 9119: com.coloros.exserviceui ( 1,288K memtrack) (pid 3955) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 9008: com.coloros.securitypermission (pid 4012) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 8744: com.coloros.pictorial (pid 3846) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 7920: volte_imcb (pid 880) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 7065: com.android.providers.downloads (pid 4503) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 6532: com.nearme.romupdate (pid 4089) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 6325: com.coloros.notificationmanager (pid 5069) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 6032: com.google.android.partnersetup (pid 4853) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 5961: media.codec (pid 502) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 5806: com.coloros.recents (pid 4362) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 5713: media.extractor (pid 527) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 5531: com.coloros.gamespace (pid 4073) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 5407: com.coloros.gamespace:service (pid 3938) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 5167: mediaserver (pid 528) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 5157: com.android.cellbroadcastreceiver (pid 4221) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 4433: mtkfusionrild (pid 1069) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 4372: mtk_agpsd (pid 511) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 3799: logd (pid 312) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 3716: drmserver (pid 523) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 3259: mediadrmserver (pid 526) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 3182: netd (pid 529) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 2916: volte_stack (pid 878) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 2565: aal (pid 500) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 2285: atci_service (pid 481) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 2060: criticallog (pid 494) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 2006: /init (pid 1) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1895: vold (pid 317) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1874: ged_srv (pid 2369) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1691: pq (pid 499) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1295: bspCriticalLog (pid 517) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1249: keystore (pid 525) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1240: em_svr (pid 364) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1233: fingerprintd (pid 533) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1208: ueventd (pid 265) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1167: wfca (pid 356) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1166: emdlogger1 (pid 877) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1156: mcDriverDaemon (pid 311) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1143: adbd (pid 12641) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1096: installd (pid 524) native
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ntv N 1062: volte_ua (pid 87
- 01-12 02:44:05.397 1281 3831 I ActivityManager: sys P 245226: system ( 17,582K memtrack) (pid 1281) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 90363: com.android.systemui ( 18,024K memtrack) (pid 18865) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 34717: com.android.phone (pid 1645) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 14492: com.android.keyguard ( 1,288K memtrack) (pid 3530) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 10844: com.mediatek.ims (pid 1836) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 9426: com.oppo.resmonitor (pid 18733) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 8220: com.oppo.service.account (pid 18821) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 7524: com.mediatek.wfo.impl (pid 1841) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 7340: com.oppo.gestureservice (pid 18340) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 7297: com.coloros.appmanager (pid 18287) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 6683: se.dirac.acs (pid 2596) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 6118: com.oppo.multimedia.dirac (pid 2611) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 6029: com.color.eyeprotect (pid 18439) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 4992: com.oppo.localservice (pid 18841) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 4903: com.baidu.map.location (pid 18612) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: pers P 4766: com.mediatek.gba (pid 2570) fixed
- 01-12 02:44:05.397 1281 3831 I ActivityManager: fore T 0: com.ButterSquad.UnbeatableButterSquad (pid 3668) top-activity
- 01-12 02:44:05.397 1281 3831 I ActivityManager: fore SB 0: com.google.android.gms (pid 2039) exec-service
- 01-12 02:44:05.397 1281 3831 I ActivityManager: fore SB 0: com.coloros.safecenter:clear_filter (pid 1670) provider
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.coloros.safecenter/.common.provider.SafeProvider<=Proc{3530:com.android.keyguard/u0a21}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: fore SB 0: com.coloros.notificationmanager (pid 3567) provider
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.coloros.notificationmanager/.PowerProvider<=Proc{3530:com.android.keyguard/u0a21}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: fore SB 0: com.coloros.securitypermission (pid 1683) provider
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.coloros.securitypermission/.common.provider.PermissionProvider<=Proc{1281:system/1000}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: vis IF 0: com.coloros.recents (pid 2120) service
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.coloros.recents/.RecentsService<=Proc{18865:com.android.systemui/1000}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: vis IF 0: com.coloros.simsettings (pid 3119) service
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.coloros.simsettings/.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: vis IF 0: com.coloros.pictorial (pid 1365) service
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.coloros.pictorial/.service.exp.PictorialManagerService<=Proc{3530:com.android.keyguard/u0a21}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: vis IF 0: com.coloros.gamespace (pid 1726) provider
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.coloros.gamespace/.provider.AppListProvider<=Proc{1555:com.coloros.gamespace:service/1000}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: vis IF 0: com.coloros.oppoguardelf (pid 1608) service
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.coloros.oppoguardelf/.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: vis IF 0: com.coloros.mcs (pid 1600) service
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.coloros.mcs/.service.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: vis IF 0: com.coloros.exserviceui (pid 1585) service
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.coloros.exserviceui/.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: vis IF 0: com.coloros.gamespace:service (pid 1555) service
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.coloros.gamespace/.service.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: vis SB 0: com.android.incallui (pid 1471) service
- 01-12 02:44:05.397 1281 3831 I ActivityManager: com.android.incallui/.OppoInCallServiceImpl<=Proc{1281:system/1000}
- 01-12 02:44:05.397 1281 3831 I ActivityManager: home HO 0: com.oppo.launcher (pid 2520) home
- 01-12 02:44:05.397 1281 3831 I ActivityManager: prev LA 0: android.process.acore (pid 1965) provider
- 01-12 02:44:05.397 1281 3831 I ActivityManager: cch CE 0: com.google.android.gms.unstable (pid 2646) cch-empty
- 01-12 02:44:05.397 1281 3831 I ActivityManager: cch+2 CE 0: com.google.android.googlequicksearchbox:search (pid 3105) cch-empty
- 01-12 02:44:05.397 1281 3831 I ActivityManager: 2644580 kB: TOTAL (883460 kB memtrack)
- 01-12 02:44:05.397 1281 3831 I ActivityManager: MemInfo: 139360 kB slab, 4208 kB shmem, 0 kB vm alloc, 40728 kB page tables 33872 kB kernel stack
- 01-12 02:44:05.397 1281 3831 I ActivityManager: 25300 kB buffers, 1107780 kB cached, 697272 kB mapped, 2337820 kB free
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ZRAM: 110580 kB RAM, 1048572 kB swap total, 763944 kB swap free
- 01-12 02:44:05.397 1281 3831 I ActivityManager: Free RAM: 2773628 kB
- 01-12 02:44:05.397 1281 3831 I ActivityManager: Used RAM: 2862748 kB
- 01-12 02:44:05.397 1281 3831 I ActivityManager: Lost RAM: 280872 kB
- 01-12 02:44:05.397 1281 3831 I ActivityManager: ExtraMemInfo:
- 01-12 02:44:05.408 1281 3831 D DropBoxManagerService: file :: /data/system/dropbox/[email protected]
- 01-12 02:44:05.409 1281 3831 D AES : onEndOfErrorDumpThread: system_server_lmk_uevent Process: lowmmeorykiller
- 01-12 02:44:05.409 1281 3831 D AES : Subject: Low on memory maybe memleak
- 01-12 02:44:05.409 1281 3831 D AES : Build: OPPO/CPH1727/CPH1727:7.1.1/N6F26Q/1512210326:user/release-keys
- 01-12 02:44:05.409 1281 3831 D AES :
- 01-12 02:44:05.409 1281 3831 D AES : Low on memory:
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 890669: com.ButterSquad.UnbeatableButterSquad ( 694,450K memtrack) (pid 3868) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 142586: faced ( 93,776K memtrack) (pid 539) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 121664: com.facebook.orca (pid 4557) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 89486: com.google.android.gms.persistent (pid 4325) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 74564: surfaceflinger ( 55,796K memtrack) (pid 355) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 71335: com.google.android.googlequicksearchbox:search (pid 4779) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 62575: com.nearme.statistics.rom (pid 3895) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 53453: com.android.vending (pid 4243) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 51237: cameraserver (pid 522) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 42499: com.whatsapp (pid 4621) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 41388: com.iflytek.inputmethod.google (pid 4955) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 36548: android.process.contacts (pid 3969) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 35624: com.google.android.gms (pid 4284) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 34335: android.process.acore (pid 4189) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 30924: com.google.android.gms.unstable ( 1,256K memtrack) (pid 4821) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 26165: audioserver (pid 521) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 20579: com.facebook.katana:notification (pid 4025) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 18611: com.iflytek.inputmethod.assist (pid 5003) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 18363: zygote (pid 519) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 13145: com.coloros.simsettings (pid 3881) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 12025: com.coloros.mcs (pid 3926) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 11881: vtservice (pid 501) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 11835: com.coloros.safecenter:clear_filter (pid 3982) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 11788: com.coloros.oppoguardelf (pid 3995) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 11544: com.oppo.launcher (pid 5043) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 11060: com.coloros.safesdkproxy (pid 4048) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 10844: zygote64 (pid 518) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 10762: com.android.incallui (pid 3833) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 9869: com.google.process.gapps (pid 4378) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 9600: com.coloros.safecenter (pid 3911) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 9208: com.coloros.wirelesssettings (pid 4265) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 9119: com.coloros.exserviceui ( 1,288K memtrack) (pid 3955) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 9008: com.coloros.securitypermission (pid 4012) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 8744: com.coloros.pictorial (pid 3846) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 7920: volte_imcb (pid 880) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 7065: com.android.providers.downloads (pid 4503) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 6532: com.nearme.romupdate (pid 4089) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 6325: com.coloros.notificationmanager (pid 5069) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 6032: com.google.android.partnersetup (pid 4853) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 5961: media.codec (pid 502) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 5806: com.coloros.recents (pid 4362) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 5713: media.extractor (pid 527) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 5531: com.coloros.gamespace (pid 4073) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 5407: com.coloros.gamespace:service (pid 3938) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 5167: mediaserver (pid 528) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 5157: com.android.cellbroadcastreceiver (pid 4221) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 4433: mtkfusionrild (pid 1069) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 4372: mtk_agpsd (pid 511) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 3799: logd (pid 312) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 3716: drmserver (pid 523) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 3259: mediadrmserver (pid 526) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 3182: netd (pid 529) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 2916: volte_stack (pid 878) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 2565: aal (pid 500) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 2285: atci_service (pid 481) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 2060: criticallog (pid 494) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 2006: /init (pid 1) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 1895: vold (pid 317) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 1874: ged_srv (pid 2369) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 1691: pq (pid 499) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 1295: bspCriticalLog (pid 517) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 1249: keystore (pid 525) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 1240: em_svr (pid 364) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 1233: fingerprintd (pid 533) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 1208: ueventd (pid 265) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 1167: wfca (pid 356) native
- 01-12 02:44:05.409 1281 3831 D AES : ntv N 1166: emdlogger1 (pid 877)
- 01-12 02:44:05.409 1281 3831 W AES : Exception Log handling...
- 01-12 02:44:05.415 1281 3831 D AES : ExceptionLog: notify aed
- 01-12 02:44:05.416 1281 3831 D AES : process : lowmmeorykiller
- 01-12 02:44:05.416 1281 3831 D AES : module :
- 01-12 02:44:05.416 1281 3831 D AES : cause : system_server_lmk_uevent
- 01-12 02:44:05.416 1281 3831 D AES : pid : 1281
- 01-12 02:44:05.416 1281 3831 W AES : not correct type, but use JE as default
- 01-12 02:44:05.416 1281 3831 D AEE_LIBAEE: shell: raise_exp(4, 1281, -1361051648, lowmmeorykiller, 0x0x7217bb0e20, 0x0x0)
- 01-12 02:44:05.416 1281 3831 D AEE_LIBAEE: shell: connected with AED OK
- 01-12 02:44:05.417 544 544 D AEE_AED : $===AEE===AEE===AEE===$
- 01-12 02:44:05.417 544 544 D AEE_AED : p 1 poll events 1 revents 1
- 01-12 02:44:05.418 544 544 D AEE_AED : PPM cpu cores:8, online:8
- 01-12 02:44:05.418 544 544 D AEE_AED : aed_main_fork_worker: generator 0x70d1c2fc60, worker 0x7ff712cb60, recv_fd 12
- 01-12 02:44:05.420 5206 5206 D AEE_AED : read success, handling msg (Ind, AE_IND_FATAL_RAISED)
- 01-12 02:44:05.420 5206 5206 I AEE_AED : [preset_info] pid: 1281, tid: -1361051648, name: UNKNOWN >>> system_server <<<
- 01-12 02:44:05.420 5206 5206 V AEE_AED : dashboard_record_update() : rec->module = system_server
- 01-12 02:44:05.420 5206 5206 D AEE_AED : Skip duplicated exception !
- 01-12 02:44:05.420 5206 5206 D AEE_AED : Exception Class: 4
- 01-12 02:44:05.420 5206 5206 D AEE_AED : Module: system_server
- 01-12 02:44:05.420 5206 5206 D AEE_AED : Count: 97
- 01-12 02:44:05.420 5206 5206 D AEE_AED : Last exception time: 1515696241
- 01-12 02:44:05.420 5206 5206 D AEE_AED :
- 01-12 02:44:05.420 5206 5206 V AEE_AED : process session - skipped
- 01-12 02:44:05.421 544 544 D AEE_AED : clear ppm settings
- 01-12 02:44:05.422 544 544 D AEE_AED : $===AEE===AEE===AEE===$
- 01-12 02:44:05.423 1281 3831 D AEE_LIBAEE: shell: got the request (cmd:Ind,AE_IND_LOG_CLOSE)
- 01-12 02:44:05.423 1281 3831 D AEE_LIBAEE: shell: Got session close ind from AED
- 01-12 02:44:05.608 508 508 I thermal_repeater: oh, queryMdThermalInfo (0)No such file or directory
- 01-12 02:44:05.614 508 508 I thermal_repeater: [recvMdThermalInfo] ret=26, strLen=127, 3, 41, 0, 0, 32767, 25467
- 01-12 02:44:05.678 1281 6936 D AppOps : startOperation: allowing code 40 uid 10155 package com.facebook.orca
- 01-12 02:44:05.688 4557 4562 I art : Do partial code cache collection, code=18KB, data=20KB
- 01-12 02:44:05.689 4557 4562 I art : After code cache collection, code=18KB, data=20KB
- 01-12 02:44:05.689 4557 4562 I art : Increasing code cache capacity to 128KB
- 01-12 02:44:05.878 2369 2379 D GasService: mode=0
- 01-12 02:44:05.878 2369 2369 D GED DVFS Service: signo=49, event_notify=00000400
- 01-12 02:44:05.878 2369 2379 I PerfService: PerfServiceNative_notifyDisplayType:1
- 01-12 02:44:05.879 2369 2379 D GasService: notify perf: 1(DISPLAY_TYPE_OTHERS)
- 01-12 02:44:05.879 2369 2379 D GasService: event: change to 0x400
- 01-12 02:44:05.879 1281 1368 D PerfServiceManager: [PerfService] idle_prefer 0
- 01-12 02:44:05.879 1281 2678 D PerfServiceManager: [PerfService] notifyDisplayType:1
- 01-12 02:44:05.878 2369 2369 W GpuAppSpectator: type=1400 audit(0.0:193975): avc: denied { create } for scontext=u:r:ged_srv:s0 tcontext=u:r:ged_srv:s0 tclass=udp_socket permissive=0
- 01-12 02:44:05.879 1281 2678 I libPerfService: perfNotifyDisplayType - type:1
- 01-12 02:44:05.880 1281 1368 D PerfServiceManager: [PerfService] cpuset L+LL
- 01-12 02:44:06.231 1281 1327 I ActivityManager: Process com.coloros.wirelesssettings (pid 4265) has died
- 01-12 02:44:06.232 1281 1327 D ActivityManager: cleanUpApplicationRecord -- 4265
- 01-12 02:44:06.235 1281 1327 W Process : Unable to open /proc/4221/status
- 01-12 02:44:06.236 1281 1327 W ActivityManager: Process 4221 does not match uid 10005 ignore setting hits oom adj
- 01-12 02:44:06.241 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.coloros.wirelesssettings
- 01-12 02:44:06.242 1281 5172 I ActivityManager: Process com.android.cellbroadcastreceiver (pid 4221) has died
- 01-12 02:44:06.244 1281 5172 D ActivityManager: cleanUpApplicationRecord -- 4221
- 01-12 02:44:06.247 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.android.cellbroadcastreceiver
- 01-12 02:44:06.299 1281 1294 I ActivityManager: Process com.google.android.googlequicksearchbox:search (pid 4779) has died
- 01-12 02:44:06.300 1281 1294 D ActivityManager: cleanUpApplicationRecord -- 4779
- 01-12 02:44:06.302 353 353 E lowmemorykiller: Error writing /proc/4503/oom_score_adj; errno=22
- 01-12 02:44:06.308 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.google.android.googlequicksearchbox:search
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: Session failed to close due to remote exception
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: android.os.DeadObjectException
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at android.os.BinderProxy.transactNative(Native Method)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at android.os.BinderProxy.transact(Binder.java:622)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at com.android.internal.view.IInputMethodSession$Stub$Proxy.finishSession(IInputMethodSession.java:306)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at com.android.server.InputMethodManagerService.finishSessionLocked(InputMethodManagerService.java:1966)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at com.android.server.InputMethodManagerService.clearClientSessionLocked(InputMethodManagerService.java:1957)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at com.android.server.InputMethodManagerService.clearCurMethodLocked(InputMethodManagerService.java:1983)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at com.android.server.InputMethodManagerService.onServiceDisconnected(InputMethodManagerService.java:2002)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:1641)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1655)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at android.os.Handler.handleCallback(Handler.java:836)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at android.os.Handler.dispatchMessage(Handler.java:103)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at android.os.Looper.loop(Looper.java:232)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at com.android.server.SystemServer.run(SystemServer.java:542)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at com.android.server.SystemServer.main(SystemServer.java:392)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at java.lang.reflect.Method.invoke(Native Method)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1103)
- 01-12 02:44:06.314 1281 1281 W InputMethodManagerService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)
- 01-12 02:44:06.315 1281 1313 I ActivityManager: Process com.iflytek.inputmethod.google (pid 4955) has died
- 01-12 02:44:06.317 1281 1313 D ActivityManager: cleanUpApplicationRecord -- 4955
- 01-12 02:44:06.321 353 353 E lowmemorykiller: Error writing /proc/5003/oom_score_adj; errno=22
- 01-12 02:44:06.327 1281 1368 D ActivityManager: lowmemorykiller uevent: {SUBSYSTEM=module, SEQNUM=61535, ACTION=change, DEVPATH=/module/lowmemorykiller, LMK=LOWMEM}
- 01-12 02:44:06.334 1281 1313 W Process : Unable to open /proc/4821/status
- 01-12 02:44:06.334 1281 1313 W ActivityManager: Process 4821 does not match uid 10012 ignore setting hits oom adj
- 01-12 02:44:06.336 353 353 E lowmemorykiller: Error writing /proc/4503/oom_score_adj; errno=22
- 01-12 02:44:06.340 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.iflytek.inputmethod.google
- 01-12 02:44:06.340 1281 1294 I ActivityManager: Process com.google.android.gms.unstable (pid 4821) has died
- 01-12 02:44:06.341 1281 1294 D ActivityManager: cleanUpApplicationRecord -- 4821
- 01-12 02:44:06.341 1281 1368 D ActivityManager: lowmemorykiller uevent: {SUBSYSTEM=module, SEQNUM=61536, ACTION=change, DEVPATH=/module/lowmemorykiller, LMK=LOWMEM}
- 01-12 02:44:06.343 353 353 E lowmemorykiller: Error writing /proc/4503/oom_score_adj; errno=22
- 01-12 02:44:06.345 1281 8383 I ActivityManager: Process com.oppo.launcher (pid 5043) has died
- 01-12 02:44:06.346 1281 8383 D ActivityManager: cleanUpApplicationRecord -- 5043
- 01-12 02:44:06.348 353 353 E lowmemorykiller: Error writing /proc/5069/oom_score_adj; errno=22
- 01-12 02:44:06.349 353 353 E lowmemorykiller: Error writing /proc/4503/oom_score_adj; errno=22
- 01-12 02:44:06.351 1281 5172 I ActivityManager: Process com.google.process.gapps (pid 4378) has died
- 01-12 02:44:06.352 1281 5172 D ActivityManager: cleanUpApplicationRecord -- 4378
- 01-12 02:44:06.355 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.google.android.gms.unstable
- 01-12 02:44:06.355 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.oppo.launcher
- 01-12 02:44:06.355 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.google.process.gapps
- 01-12 02:44:06.356 1281 1368 D ActivityManager: lowmemorykiller uevent: {SUBSYSTEM=module, SEQNUM=61537, ACTION=change, DEVPATH=/module/lowmemorykiller, LMK=LOWMEM}
- 01-12 02:44:06.357 1281 16688 I ActivityManager: Process com.iflytek.inputmethod.assist (pid 5003) has died
- 01-12 02:44:06.358 1281 16688 D ActivityManager: cleanUpApplicationRecord -- 5003
- 01-12 02:44:06.360 353 353 E lowmemorykiller: Error writing /proc/5069/oom_score_adj; errno=22
- 01-12 02:44:06.360 353 353 E lowmemorykiller: Error writing /proc/4503/oom_score_adj; errno=22
- 01-12 02:44:06.363 1281 16688 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
- 01-12 02:44:06.366 1281 1313 I ActivityManager: Process com.whatsapp (pid 4621) has died
- 01-12 02:44:06.366 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.iflytek.inputmethod.assist
- 01-12 02:44:06.368 1281 1313 D ActivityManager: cleanUpApplicationRecord -- 4621
- 01-12 02:44:06.368 353 353 E lowmemorykiller: Error writing /proc/4284/oom_score_adj; errno=22
- 01-12 02:44:06.369 1281 1313 D ActivityManager: com.whatsapp bA=true, iR=false
- 01-12 02:44:06.369 1281 1313 D ActivityManager: allow restart service in proc com.whatsapp
- 01-12 02:44:06.369 1281 1313 D ActivityManager: com.whatsapp bA=true, iR=false
- 01-12 02:44:06.369 1281 1313 D ActivityManager: allow restart service in proc com.whatsapp
- 01-12 02:44:06.370 1281 1313 W Process : Unable to open /proc/4325/status
- 01-12 02:44:06.370 1281 1313 W ActivityManager: Process 4325 does not match uid 10012 ignore setting hits oom adj
- 01-12 02:44:06.372 353 353 E lowmemorykiller: Error writing /proc/3895/oom_score_adj; errno=22
- 01-12 02:44:06.373 1281 1864 I ActivityManager: Process com.facebook.katana:notification (pid 4025) has died
- 01-12 02:44:06.375 1281 1864 D ActivityManager: cleanUpApplicationRecord -- 4025
- 01-12 02:44:06.375 1281 1864 D ActivityManager: com.facebook.katana:notification bA=true, iR=false
- 01-12 02:44:06.375 1281 1864 D ActivityManager: allow restart service in proc com.facebook.katana:notification
- 01-12 02:44:06.377 353 353 E lowmemorykiller: Error writing /proc/3895/oom_score_adj; errno=22
- 01-12 02:44:06.378 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.whatsapp
- 01-12 02:44:06.378 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.facebook.katana:notification
- 01-12 02:44:06.393 1281 4893 I ActivityManager: Process com.coloros.mcs (pid 3926) has died
- 01-12 02:44:06.393 18287 18287 I appmanager: onServiceDisconnected name == ComponentInfo{com.coloros.mcs/com.coloros.mcs.service.ColorAppServicesManagerClient} serviceInfo.mShouldStart = true
- 01-12 02:44:06.394 1281 4893 D ActivityManager: cleanUpApplicationRecord -- 3926
- 01-12 02:44:06.395 1281 1300 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 76)
- 01-12 02:44:06.396 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.coloros.mcs
- 01-12 02:44:06.399 1281 1887 I ActivityManager: Process com.nearme.statistics.rom (pid 3895) has died
- 01-12 02:44:06.400 1281 1887 D ActivityManager: cleanUpApplicationRecord -- 3895
- 01-12 02:44:06.404 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.nearme.statistics.rom
- 01-12 02:44:06.405 1281 1864 I ActivityManager: Process com.coloros.safesdkproxy (pid 4048) has died
- 01-12 02:44:06.406 1281 1864 D ActivityManager: cleanUpApplicationRecord -- 4048
- 01-12 02:44:06.409 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.coloros.safesdkproxy
- 01-12 02:44:06.413 1281 23855 I ActivityManager: Process com.nearme.romupdate (pid 4089) has died
- 01-12 02:44:06.414 1281 23855 D ActivityManager: cleanUpApplicationRecord -- 4089
- 01-12 02:44:06.419 1281 5172 I ActivityManager: Process com.coloros.safecenter (pid 3911) has died
- 01-12 02:44:06.419 4012 4012 D PermissionDialogService: disconnect verify connection
- 01-12 02:44:06.419 18287 18287 I appmanager: onServiceDisconnected name == ComponentInfo{com.coloros.safecenter/com.coloros.safecenter.ColorAppServicesManagerClient} serviceInfo.mShouldStart = true
- 01-12 02:44:06.421 1281 5172 D ActivityManager: cleanUpApplicationRecord -- 3911
- 01-12 02:44:06.423 1281 8383 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=227, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@6d9fe41)
- 01-12 02:44:06.424 353 353 E lowmemorykiller: Error writing /proc/3982/oom_score_adj; errno=22
- 01-12 02:44:06.425 1281 1416 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=227, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
- 01-12 02:44:06.428 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.nearme.romupdate
- 01-12 02:44:06.428 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.coloros.safecenter
- 01-12 02:44:06.428 1281 1294 I ActivityManager: Process com.coloros.notificationmanager (pid 5069) has died
- 01-12 02:44:06.429 1281 1294 D ActivityManager: cleanUpApplicationRecord -- 5069
- 01-12 02:44:06.430 1281 1294 W Process : Unable to open /proc/4503/status
- 01-12 02:44:06.430 1281 1294 W ActivityManager: Process 4503 does not match uid 10013 ignore setting hits oom adj
- 01-12 02:44:06.431 1281 1327 I ActivityManager: Process com.coloros.pictorial (pid 3846) has died
- 01-12 02:44:06.433 1281 1327 D ActivityManager: cleanUpApplicationRecord -- 3846
- 01-12 02:44:06.436 1281 1887 I ActivityManager: Process com.android.providers.downloads (pid 4503) has died
- 01-12 02:44:06.437 1281 1887 D ActivityManager: cleanUpApplicationRecord -- 4503
- 01-12 02:44:06.439 1281 2741 I ActivityManager: Process com.google.android.partnersetup (pid 4853) has died
- 01-12 02:44:06.442 1281 2741 D ActivityManager: cleanUpApplicationRecord -- 4853
- 01-12 02:44:06.444 1281 16496 I ActivityManager: Process com.android.vending (pid 4243) has died
- 01-12 02:44:06.445 521 3419 D AudioFlinger_Threads: reset track timestretch tracn name 4096, ratio 100, mTimeStretchTrackName[name-4096] 0
- 01-12 02:44:06.445 521 3419 V AudioPolicyIntefaceImpl: releaseOutput()
- 01-12 02:44:06.445 521 3419 V AudioPolicyService: AudioCommandThread() adding release output 21
- 01-12 02:44:06.445 1281 16688 D GraphicsStats: Buffer count: 4
- 01-12 02:44:06.445 521 860 V AudioPolicyService: AudioCommandThread() processing release output 21
- 01-12 02:44:06.445 521 860 V AudioPolicyIntefaceImpl: doReleaseOutput from tid 860
- 01-12 02:44:06.445 1281 16496 D ActivityManager: cleanUpApplicationRecord -- 4243
- 01-12 02:44:06.445 18287 18287 I appmanager: onServiceDisconnected name == ComponentInfo{com.android.contacts/com.android.contacts.ColorAppServicesManagerClient} serviceInfo.mShouldStart = true
- 01-12 02:44:06.447 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.coloros.notificationmanager
- 01-12 02:44:06.447 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.coloros.pictorial
- 01-12 02:44:06.447 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.android.providers.downloads
- 01-12 02:44:06.447 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.google.android.partnersetup
- 01-12 02:44:06.447 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.android.vending
- 01-12 02:44:06.447 1281 5172 I ActivityManager: Process com.google.android.gms (pid 4284) has died
- 01-12 02:44:06.448 1281 5172 D ActivityManager: cleanUpApplicationRecord -- 4284
- 01-12 02:44:06.450 1281 5172 W Process : Unable to open /proc/4325/status
- 01-12 02:44:06.450 1281 5172 W ActivityManager: Process 4325 does not match uid 10012 ignore setting hits oom adj
- 01-12 02:44:06.450 1281 1294 I ActivityManager: Process android.process.contacts (pid 3969) has died
- 01-12 02:44:06.452 1281 1294 D ActivityManager: cleanUpApplicationRecord -- 3969
- 01-12 02:44:06.454 353 353 E lowmemorykiller: Error writing /proc/4189/oom_score_adj; errno=22
- 01-12 02:44:06.456 1281 1300 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 80)
- 01-12 02:44:06.456 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.google.android.gms
- 01-12 02:44:06.456 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: android.process.contacts
- 01-12 02:44:06.465 1281 1887 D GnssStatusListenerHelper: Remote Listener died: android.location.IGnssStatusListener$Stub$Proxy@3873d7d
- 01-12 02:44:06.465 1281 16688 I LocationManagerService: remove 2a1a3f8
- 01-12 02:44:06.465 1281 16688 E LocationManagerService: fakeLocationFeatureEnable result = false
- 01-12 02:44:06.467 1281 1281 V BackupManagerService: Disconnected from transport ComponentInfo{com.google.android.gms/com.google.android.gms.backup.BackupTransportService}
- 01-12 02:44:06.467 1281 1281 V BackupManagerService: Registering transport com.google.android.gms/.backup.BackupTransportService::null = null
- 01-12 02:44:06.467 1281 1281 D GeofenceProxy: ComponentInfo{com.google.android.gms/com.google.android.location.geofencer.service.GeofenceProviderService} disconnected
- 01-12 02:44:06.467 1281 1281 D LocationProviderProxy-network: ComponentInfo{com.google.android.gms/com.google.android.location.network.NetworkLocationService} disconnected
- 01-12 02:44:06.467 1281 1281 D GeocoderProxy: ComponentInfo{com.google.android.gms/com.google.android.location.geocode.GeocodeService} disconnected
- 01-12 02:44:06.467 1281 1281 D ActivityRecognitionProxy: ComponentInfo{com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService} disconnected
- 01-12 02:44:06.467 1281 1281 D GeofenceHardwareImpl: Monitor callback reaped:android.hardware.location.IGeofenceHardwareMonitorCallback$Stub$Proxy@ff7472
- 01-12 02:44:06.468 1281 2740 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:06.468 1281 1330 I LocationManagerService: remove f237226
- 01-12 02:44:06.469 1281 1330 E LocationManagerService: fakeLocationFeatureEnable result = false
- 01-12 02:44:06.472 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5214
- 01-12 02:44:06.474 1281 2740 W Process : -59269327ms so far, end read result
- 01-12 02:44:06.474 1281 2740 I ActivityManager: Start proc 5214:com.coloros.pictorial/u0a21 for service com.coloros.pictorial/.service.exp.PictorialManagerService
- 01-12 02:44:06.475 1281 2674 I ActivityManager: Process com.coloros.simsettings (pid 3881) has died
- 01-12 02:44:06.476 1281 2674 D ActivityManager: cleanUpApplicationRecord -- 3881
- 01-12 02:44:06.478 18287 18287 I appmanager: onServiceDisconnected name == ComponentInfo{com.coloros.simsettings/com.coloros.simsettings.ColorAppServicesManagerClient} serviceInfo.mShouldStart = true
- 01-12 02:44:06.478 1281 1324 I ActivityManager: Process com.coloros.safecenter:clear_filter (pid 3982) has died
- 01-12 02:44:06.479 1281 1324 D ActivityManager: cleanUpApplicationRecord -- 3982
- 01-12 02:44:06.480 1281 1324 W ActivityManager: Canceling start item Intent { cmp=com.coloros.safecenter/.privacy.control.AppProtectService } in service ComponentInfo{com.coloros.safecenter/com.coloros.safecenter.privacy.control.AppProtectService}
- 01-12 02:44:06.480 1281 1324 W ActivityManager: Canceling start item Intent { cmp=com.coloros.safecenter/.privacy.control.AppProtectService } in service ComponentInfo{com.coloros.safecenter/com.coloros.safecenter.privacy.control.AppProtectService}
- 01-12 02:44:06.480 1281 1324 W ActivityManager: Canceling start item Intent { cmp=com.coloros.safecenter/.privacy.control.AppProtectService } in service ComponentInfo{com.coloros.safecenter/com.coloros.safecenter.privacy.control.AppProtectService}
- 01-12 02:44:06.482 1281 2643 I ActivityManager: Process android.process.acore (pid 4189) has died
- 01-12 02:44:06.482 1281 2643 D ActivityManager: cleanUpApplicationRecord -- 4189
- 01-12 02:44:06.484 1281 1860 I ActivityManager: Process com.facebook.orca (pid 4557) has died
- 01-12 02:44:06.485 1281 1860 D ActivityManager: cleanUpApplicationRecord -- 4557
- 01-12 02:44:06.486 1281 1860 D ActivityManager: com.facebook.orca bA=true, iR=false
- 01-12 02:44:06.486 1281 1860 D ActivityManager: allow restart service in proc com.facebook.orca
- 01-12 02:44:06.487 1281 1293 I ActivityManager: Process com.google.android.gms.persistent (pid 4325) has died
- 01-12 02:44:06.488 1281 1293 D ActivityManager: cleanUpApplicationRecord -- 4325
- 01-12 02:44:06.492 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.coloros.simsettings
- 01-12 02:44:06.492 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.coloros.safecenter:clear_filter
- 01-12 02:44:06.492 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: android.process.acore
- 01-12 02:44:06.492 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.facebook.orca
- 01-12 02:44:06.492 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.google.android.gms.persistent
- 01-12 02:44:06.525 5214 5214 W System : ClassLoader referenced unknown path: /system/app/OppoLockScreenPictorial3/lib/arm64
- 01-12 02:44:06.562 5214 5214 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:06.639 5214 5214 D OppoLockScreenPictorial: DownLoadManager:countryCode=MY
- 01-12 02:44:06.671 5214 5214 D OppoLockScreenPictorial: DownLoadManager:setPreReleaseMode, isPreReleaseMode=false
- 01-12 02:44:06.671 5214 5214 D OppoLockScreenPictorial: DownLoadManager:setCheckImg, checked=true
- 01-12 02:44:06.821 1281 3826 I ActivityManager: Low on memory:
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1206825: com.ButterSquad.UnbeatableButterSquad (1,000,562K memtrack) (pid 3868) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 142586: faced ( 93,776K memtrack) (pid 539) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 123732: com.facebook.orca (pid 4557) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 89486: com.google.android.gms.persistent (pid 4325) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 74608: surfaceflinger ( 55,796K memtrack) (pid 355) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 62583: com.nearme.statistics.rom (pid 3895) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 53453: com.android.vending (pid 4243) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 51237: cameraserver (pid 522) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 42514: com.whatsapp (pid 4621) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 36548: android.process.contacts (pid 3969) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 35624: com.google.android.gms (pid 4284) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 34335: android.process.acore (pid 4189) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 26165: audioserver (pid 521) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 20580: com.facebook.katana:notification (pid 4025) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 18363: zygote (pid 519) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 13145: com.coloros.simsettings (pid 3881) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 12025: com.coloros.mcs (pid 3926) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 11881: vtservice (pid 501) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 11835: com.coloros.safecenter:clear_filter (pid 3982) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 11792: com.coloros.oppoguardelf (pid 3995) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 11060: com.coloros.safesdkproxy (pid 4048) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 10844: zygote64 (pid 518) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 10762: com.android.incallui (pid 3833) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 9869: com.google.process.gapps (pid 4378) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 9600: com.coloros.safecenter (pid 3911) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 9208: com.coloros.wirelesssettings (pid 4265) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 9119: com.coloros.exserviceui ( 1,288K memtrack) (pid 3955) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 9008: com.coloros.securitypermission (pid 4012) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 8894: com.iflytek.inputmethod.google (pid 4955) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 8744: com.coloros.pictorial (pid 3846) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 7920: volte_imcb (pid 880) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 7065: com.android.providers.downloads (pid 4503) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 6532: com.nearme.romupdate (pid 4089) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 5961: media.codec (pid 502) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 5806: com.coloros.recents (pid 4362) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 5713: media.extractor (pid 527) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 5531: com.coloros.gamespace (pid 4073) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 5407: com.coloros.gamespace:service (pid 3938) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 5167: mediaserver (pid 528) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 5157: com.android.cellbroadcastreceiver (pid 4221) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 4433: mtkfusionrild (pid 1069) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 4372: mtk_agpsd (pid 511) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 3807: logd (pid 312) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 3716: drmserver (pid 523) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 3259: mediadrmserver (pid 526) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 3182: netd (pid 529) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 2916: volte_stack (pid 878) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 2565: aal (pid 500) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 2285: atci_service (pid 481) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 2060: criticallog (pid 494) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 2006: /init (pid 1) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1895: vold (pid 317) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1874: ged_srv (pid 2369) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1691: pq (pid 499) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1295: bspCriticalLog (pid 517) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1256: com.google.android.gms.unstable ( 1,256K memtrack) (pid 4821) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1249: keystore (pid 525) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1240: em_svr (pid 364) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1233: fingerprintd (pid 533) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1208: ueventd (pid 265) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1167: wfca (pid 356) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1166: emdlogger1 (pid 877) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1156: mcDriverDaemon (pid 311) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1143: adbd (pid 12641) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1096: installd (pid 524) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 1062: volte_ua (pid 879) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 982: junklogcollector (pid 368) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 951: gatekeeperd (pid 530) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 928: healthd (pid 341) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 925: program_binary_service (pid 536) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 921: nvram_agent_binder (pid 505) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 906: mnld (pid 510) native
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ntv N 877: cryptoengservi
- 01-12 02:44:06.821 1281 3826 I ActivityManager: sys P 253281: system ( 17,582K memtrack) (pid 1281) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 99081: com.android.systemui ( 17,448K memtrack) (pid 18865) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 38094: com.android.phone (pid 1645) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 20829: com.oppo.resmonitor (pid 18733) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 19028: com.oppo.service.account (pid 18821) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 16458: com.android.keyguard ( 1,288K memtrack) (pid 3530) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 12967: com.mediatek.ims (pid 1836) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 9414: com.mediatek.wfo.impl (pid 1841) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 9084: com.oppo.gestureservice (pid 18340) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 9065: com.coloros.appmanager (pid 18287) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 8542: se.dirac.acs (pid 2596) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 7850: com.oppo.multimedia.dirac (pid 2611) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 7790: com.color.eyeprotect (pid 18439) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 6536: com.oppo.localservice (pid 18841) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 6483: com.baidu.map.location (pid 18612) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: pers P 6283: com.mediatek.gba (pid 2570) fixed
- 01-12 02:44:06.821 1281 3826 I ActivityManager: fore T 0: com.ButterSquad.UnbeatableButterSquad (pid 3668) top-activity
- 01-12 02:44:06.821 1281 3826 I ActivityManager: fore SB 0: com.google.android.gms (pid 2039) exec-service
- 01-12 02:44:06.821 1281 3826 I ActivityManager: fore SB 0: com.google.android.gms.persistent (pid 1806) provider
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.google.android.gms/.instantapps.routing.InstantAppsContentProvider<=Proc{2039:com.google.android.gms/u0a12}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: fore SB 0: com.coloros.safecenter:clear_filter (pid 1670) provider
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.safecenter/.common.provider.SafeProvider<=Proc{3530:com.android.keyguard/u0a21}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: fore SB 0: com.coloros.notificationmanager (pid 3567) provider
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.notificationmanager/.PowerProvider<=Proc{3530:com.android.keyguard/u0a21}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: fore SB 0: com.coloros.securitypermission (pid 1683) provider
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.securitypermission/.common.provider.PermissionProvider<=Proc{1281:system/1000}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis IF 0: com.coloros.recents (pid 2120) service
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.recents/.RecentsService<=Proc{18865:com.android.systemui/1000}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis IF 0: android.process.acore (pid 1965) provider
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.android.providers.contacts/.ContactsProvider2<=Proc{1633:android.process.contacts/u0a2}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis IF 0: com.coloros.simsettings (pid 3119) service
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.simsettings/.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis IF 0: com.coloros.pictorial (pid 1365) service
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.pictorial/.service.exp.PictorialManagerService<=Proc{3530:com.android.keyguard/u0a21}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis IF 0: android.process.contacts (pid 1633) service
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.android.contacts/.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis SB 0: com.coloros.safecenter (pid 1569) service
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.safecenter/.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis IF 0: com.coloros.gamespace (pid 1726) provider
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.gamespace/.provider.AppListProvider<=Proc{1555:com.coloros.gamespace:service/1000}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis IF 0: com.coloros.oppoguardelf (pid 1608) service
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.oppoguardelf/.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis IF 0: com.coloros.mcs (pid 1600) service
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.mcs/.service.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis IF 0: com.coloros.exserviceui (pid 1585) service
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.exserviceui/.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis IF 0: com.coloros.gamespace:service (pid 1555) service
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.coloros.gamespace/.service.ColorAppServicesManagerClient<=Proc{18287:com.coloros.appmanager/1000}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: vis SB 0: com.android.incallui (pid 1471) service
- 01-12 02:44:06.821 1281 3826 I ActivityManager: com.android.incallui/.OppoInCallServiceImpl<=Proc{1281:system/1000}
- 01-12 02:44:06.821 1281 3826 I ActivityManager: prcp SF 0: androi
- 01-12 02:44:06.821 1281 3826 I ActivityManager: MemInfo: 110904 kB slab, 4208 kB shmem, 0 kB vm alloc, 23212 kB page tables 26512 kB kernel stack
- 01-12 02:44:06.821 1281 3826 I ActivityManager: 1532 kB buffers, 840796 kB cached, 339132 kB mapped, 2869016 kB free
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ZRAM: 110564 kB RAM, 1048572 kB swap total, 763944 kB swap free
- 01-12 02:44:06.821 1281 3826 I ActivityManager: Free RAM: 3372212 kB
- 01-12 02:44:06.821 1281 3826 I ActivityManager: Used RAM: 3013461 kB
- 01-12 02:44:06.821 1281 3826 I ActivityManager: Lost RAM: -468425 kB
- 01-12 02:44:06.821 1281 3826 I ActivityManager: ExtraMemInfo:
- 01-12 02:44:06.841 1281 3826 D DropBoxManagerService: file :: /data/system/dropbox/[email protected]
- 01-12 02:44:06.841 1281 3826 D AES : onEndOfErrorDumpThread: system_server_lmk_uevent Process: lowmmeorykiller
- 01-12 02:44:06.841 1281 3826 D AES : Subject: Low on memory maybe memleak
- 01-12 02:44:06.841 1281 3826 D AES : Build: OPPO/CPH1727/CPH1727:7.1.1/N6F26Q/1512210326:user/release-keys
- 01-12 02:44:06.841 1281 3826 D AES :
- 01-12 02:44:06.841 1281 3826 D AES : Low on memory:
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1206825: com.ButterSquad.UnbeatableButterSquad (1,000,562K memtrack) (pid 3868) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 142586: faced ( 93,776K memtrack) (pid 539) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 123732: com.facebook.orca (pid 4557) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 89486: com.google.android.gms.persistent (pid 4325) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 74608: surfaceflinger ( 55,796K memtrack) (pid 355) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 62583: com.nearme.statistics.rom (pid 3895) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 53453: com.android.vending (pid 4243) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 51237: cameraserver (pid 522) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 42514: com.whatsapp (pid 4621) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 36548: android.process.contacts (pid 3969) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 35624: com.google.android.gms (pid 4284) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 34335: android.process.acore (pid 4189) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 26165: audioserver (pid 521) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 20580: com.facebook.katana:notification (pid 4025) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 18363: zygote (pid 519) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 13145: com.coloros.simsettings (pid 3881) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 12025: com.coloros.mcs (pid 3926) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 11881: vtservice (pid 501) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 11835: com.coloros.safecenter:clear_filter (pid 3982) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 11792: com.coloros.oppoguardelf (pid 3995) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 11060: com.coloros.safesdkproxy (pid 4048) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 10844: zygote64 (pid 518) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 10762: com.android.incallui (pid 3833) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 9869: com.google.process.gapps (pid 4378) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 9600: com.coloros.safecenter (pid 3911) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 9208: com.coloros.wirelesssettings (pid 4265) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 9119: com.coloros.exserviceui ( 1,288K memtrack) (pid 3955) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 9008: com.coloros.securitypermission (pid 4012) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 8894: com.iflytek.inputmethod.google (pid 4955) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 8744: com.coloros.pictorial (pid 3846) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 7920: volte_imcb (pid 880) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 7065: com.android.providers.downloads (pid 4503) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 6532: com.nearme.romupdate (pid 4089) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 5961: media.codec (pid 502) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 5806: com.coloros.recents (pid 4362) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 5713: media.extractor (pid 527) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 5531: com.coloros.gamespace (pid 4073) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 5407: com.coloros.gamespace:service (pid 3938) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 5167: mediaserver (pid 528) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 5157: com.android.cellbroadcastreceiver (pid 4221) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 4433: mtkfusionrild (pid 1069) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 4372: mtk_agpsd (pid 511) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 3807: logd (pid 312) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 3716: drmserver (pid 523) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 3259: mediadrmserver (pid 526) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 3182: netd (pid 529) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 2916: volte_stack (pid 878) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 2565: aal (pid 500) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 2285: atci_service (pid 481) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 2060: criticallog (pid 494) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 2006: /init (pid 1) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1895: vold (pid 317) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1874: ged_srv (pid 2369) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1691: pq (pid 499) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1295: bspCriticalLog (pid 517) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1256: com.google.android.gms.unstable ( 1,256K memtrack) (pid 4821) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1249: keystore (pid 525) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1240: em_svr (pid 364) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1233: fingerprintd (pid 533) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1208: ueventd (pid 265) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1167: wfca (pid 356) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1166: emdlogger1 (pid 877) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1156: mcDriverDaemon (pid 311) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1143: adbd (pid 12641) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1096: installd (pid 524) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 1062: volte_ua (pid 879) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 982: junklogcollector (pid 368) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 951: gatekeeperd (pid 530) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv N 928: healthd (pid 341) native
- 01-12 02:44:06.841 1281 3826 D AES : ntv
- 01-12 02:44:06.841 1281 3826 W AES : Exception Log handling...
- 01-12 02:44:06.847 1281 3826 D AES : ExceptionLog: notify aed
- 01-12 02:44:06.847 1281 3826 D AES : process : lowmmeorykiller
- 01-12 02:44:06.847 1281 3826 D AES : module :
- 01-12 02:44:06.847 1281 3826 D AES : cause : system_server_lmk_uevent
- 01-12 02:44:06.847 1281 3826 D AES : pid : 1281
- 01-12 02:44:06.847 1281 3826 W AES : not correct type, but use JE as default
- 01-12 02:44:06.847 1281 3826 D AEE_LIBAEE: shell: raise_exp(4, 1281, -1361051648, lowmmeorykiller, 0x0x72037e2320, 0x0x0)
- 01-12 02:44:06.848 1281 3826 D AEE_LIBAEE: shell: connected with AED OK
- 01-12 02:44:06.850 544 544 D AEE_AED : $===AEE===AEE===AEE===$
- 01-12 02:44:06.850 544 544 D AEE_AED : p 1 poll events 1 revents 1
- 01-12 02:44:06.851 544 544 D AEE_AED : PPM cpu cores:8, online:8
- 01-12 02:44:06.853 544 544 D AEE_AED : aed_main_fork_worker: generator 0x70d1c2fc60, worker 0x7ff712cb60, recv_fd 12
- 01-12 02:44:06.855 5231 5231 D AEE_AED : read success, handling msg (Ind, AE_IND_FATAL_RAISED)
- 01-12 02:44:06.856 5231 5231 I AEE_AED : [preset_info] pid: 1281, tid: -1361051648, name: UNKNOWN >>> system_server <<<
- 01-12 02:44:06.856 5231 5231 V AEE_AED : dashboard_record_update() : rec->module = system_server
- 01-12 02:44:06.856 5231 5231 D AEE_AED : Skip duplicated exception !
- 01-12 02:44:06.856 5231 5231 D AEE_AED : Exception Class: 4
- 01-12 02:44:06.856 5231 5231 D AEE_AED : Module: system_server
- 01-12 02:44:06.856 5231 5231 D AEE_AED : Count: 98
- 01-12 02:44:06.857 5231 5231 D AEE_AED : Last exception time: 1515696245
- 01-12 02:44:06.857 5231 5231 D AEE_AED :
- 01-12 02:44:06.857 5231 5231 V AEE_AED : process session - skipped
- 01-12 02:44:06.857 1281 3826 D AEE_LIBAEE: shell: got the request (cmd:Ind,AE_IND_LOG_CLOSE)
- 01-12 02:44:06.857 1281 3826 D AEE_LIBAEE: shell: Got session close ind from AED
- 01-12 02:44:06.859 544 544 D AEE_AED : clear ppm settings
- 01-12 02:44:06.859 544 544 D AEE_AED : $===AEE===AEE===AEE===$
- 01-12 02:44:06.898 18287 18287 D appmanager: ----- nStartMode = 1, nType=15
- 01-12 02:44:06.899 18287 18287 D appmanager: action === com.coloros.mcs.ColorAppServicesManagerClient
- 01-12 02:44:06.900 18287 18287 W ContextImpl: Implicit intents with startService are not safe: Intent { act=com.coloros.mcs.ColorAppServicesManagerClient } android.content.ContextWrapper.bindServiceAsUser:654 com.coloros.appmanager.b.a:96 com.coloros.appmanager.d.handleMessage:40
- 01-12 02:44:06.915 1281 1321 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:06.921 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5232
- 01-12 02:44:06.926 1281 1321 W Process : -59269321ms so far, end read result
- 01-12 02:44:06.926 1281 1321 I ActivityManager: Start proc 5232:com.coloros.mcs/1000 for service com.coloros.mcs/.service.ColorAppServicesManagerClient
- 01-12 02:44:06.927 18287 18287 I appmanager: bindService mPackageName = com.coloros.mcs
- 01-12 02:44:06.937 18287 18287 D appmanager: ----- nStartMode = 1, nType=7
- 01-12 02:44:06.937 18287 18287 D appmanager: action === com.coloros.safecenter.ColorAppServicesManagerClient
- 01-12 02:44:06.938 18287 18287 W ContextImpl: Implicit intents with startService are not safe: Intent { act=com.coloros.safecenter.ColorAppServicesManagerClient } android.content.ContextWrapper.bindServiceAsUser:654 com.coloros.appmanager.b.a:96 com.coloros.appmanager.d.handleMessage:40
- 01-12 02:44:06.941 1281 2741 D ActivityManager: bringUpService for proc:com.coloros.safecenter, isolated:false
- 01-12 02:44:06.953 1281 2741 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:06.957 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5244
- 01-12 02:44:06.960 1281 2741 W Process : -59269324ms so far, end read result
- 01-12 02:44:06.961 1281 2741 I ActivityManager: Start proc 5244:com.coloros.safecenter/1000 for service com.coloros.safecenter/.ColorAppServicesManagerClient
- 01-12 02:44:06.962 18287 18287 I appmanager: bindService mPackageName = com.coloros.safecenter
- 01-12 02:44:06.978 18287 18287 D appmanager: ----- nStartMode = 1, nType=9
- 01-12 02:44:06.993 1281 1294 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:06.996 519 519 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5259
- 01-12 02:44:06.998 1281 1294 W Process : -59269326ms so far, end read result
- 01-12 02:44:06.999 1281 1294 I ActivityManager: Start proc 5259:android.process.contacts/u0a2 for service com.android.contacts/.ColorAppServicesManagerClient
- 01-12 02:44:07.002 18287 18287 I appmanager: bindService mPackageName = com.android.contacts
- 01-12 02:44:07.002 18287 18287 D appmanager: ----- nStartMode = 1, nType=8
- 01-12 02:44:07.024 1281 2740 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.033 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5271
- 01-12 02:44:07.038 1281 2740 W Process : -59269317ms so far, end read result
- 01-12 02:44:07.038 1281 2740 I ActivityManager: Start proc 5271:com.coloros.simsettings/1000 for service com.coloros.simsettings/.ColorAppServicesManagerClient
- 01-12 02:44:07.039 1281 1299 D ActivityManager: bringUpService for proc:com.coloros.safecenter, isolated:false
- 01-12 02:44:07.041 1281 1299 D ActivityManager: bringUpService for proc:com.coloros.safecenter, isolated:false
- 01-12 02:44:07.042 18287 18287 I appmanager: bindService mPackageName = com.coloros.simsettings
- 01-12 02:44:07.056 5232 5232 W System : ClassLoader referenced unknown path: /system/app/MCS/lib/arm64
- 01-12 02:44:07.070 5244 5244 W System : ClassLoader referenced unknown path: /system/app/SafeCenter/lib/arm64
- 01-12 02:44:07.086 5232 5232 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:07.102 5259 5259 W System : ClassLoader referenced unknown path: /system/priv-app/Contacts/lib/arm
- 01-12 02:44:07.115 5244 5244 I SafeCenter: OppoLog, isQELogOn = false, isQELogOnMTK = false, isDebugTagOn = false
- 01-12 02:44:07.115 5244 5244 I SafeCenter.SafeCenterFeatureOption: sAssociationStartEnabled true
- 01-12 02:44:07.126 5259 5259 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:07.128 5271 5271 W System : ClassLoader referenced unknown path: /system/priv-app/OppoSimSettings/lib/arm64
- 01-12 02:44:07.139 1281 4893 D ActivityManager: bringUpService for proc:com.coloros.safecenter:clear_filter, isolated:false
- 01-12 02:44:07.139 1281 4893 D ActivityManager: start process:com.coloros.safecenter:clear_filter, hostType:service, beDead:true, isolated:false, flag:0
- 01-12 02:44:07.139 1281 4893 D ActivityManager: trace proc, app:null, uid:1000
- 01-12 02:44:07.139 1281 4893 V ActivityManager: Clearing bad process: 1000/com.coloros.safecenter
- 01-12 02:44:07.140 1281 4893 V ActivityManager: startProcess: name=com.coloros.safecenter:clear_filter app=null knownToBeDead=true thread=null pid=-1
- 01-12 02:44:07.146 5271 5271 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:07.151 1281 4893 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.154 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5295
- 01-12 02:44:07.158 1281 4893 W Process : -59269324ms so far, end read result
- 01-12 02:44:07.158 1281 4893 I ActivityManager: Start proc 5295:com.coloros.safecenter:clear_filter/1000 for service com.coloros.safecenter/.privacy.control.AppProtectService
- 01-12 02:44:07.176 5259 5294 D OppoContactLogUtil: resetContactsDebug qeLogOpen : false,reset CONTACTS DEBUG : false
- 01-12 02:44:07.182 1281 1293 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.187 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5309
- 01-12 02:44:07.189 1281 1293 W Process : -59269325ms so far, end read result
- 01-12 02:44:07.189 1281 1293 I ActivityManager: Start proc 5309:com.coloros.safesdkproxy/u0a117 for service com.coloros.safesdkproxy/.virus.avast.OppoFileShieldService
- 01-12 02:44:07.190 5271 5271 D SimSettingsApplication: onCreate
- 01-12 02:44:07.195 1281 4896 W ActivityManager: ActivityRecord forTokenLocked, return null. Bad activity token: android.os.BinderProxy@660ae04
- 01-12 02:44:07.201 5244 5244 D SpecialJobService: OPPO JOB SUPPORT
- 01-12 02:44:07.201 1281 1886 D JobSchedulerService: new job pkgname = com.coloros.safecenter
- 01-12 02:44:07.202 1281 1886 D JobSchedulerService: old job pkgname = com.coloros.safecenter
- 01-12 02:44:07.203 1281 1886 W ActivityManager: ActivityRecord forTokenLocked, return null. Bad activity token: android.os.BinderProxy@660ae04
- 01-12 02:44:07.215 1281 1913 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.218 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5322
- 01-12 02:44:07.221 1281 1913 W Process : -59269326ms so far, end read result
- 01-12 02:44:07.221 1281 1913 I ActivityManager: Start proc 5322:com.nearme.statistics.rom/1000 for service com.nearme.statistics.rom/.service.ReceiverService
- 01-12 02:44:07.223 18287 18287 I appmanager: onServiceConnected + &&&&&&nameComponentInfo{com.coloros.safecenter/com.coloros.safecenter.ColorAppServicesManagerClient}
- 01-12 02:44:07.223 1281 2741 W ActivityManager: ActivityRecord forTokenLocked, return null. Bad activity token: android.os.BinderProxy@660ae04
- 01-12 02:44:07.232 4012 4012 D PermissionDialogService: verify connection
- 01-12 02:44:07.256 5295 5295 W System : ClassLoader referenced unknown path: /system/app/SafeCenter/lib/arm64
- 01-12 02:44:07.286 5271 5284 E CellLocation: create GsmCellLocation
- 01-12 02:44:07.286 18287 18287 I appmanager: onServiceConnected + &&&&&&nameComponentInfo{com.coloros.mcs/com.coloros.mcs.service.ColorAppServicesManagerClient}
- 01-12 02:44:07.287 5271 5271 D DcsNetworkControl: init
- 01-12 02:44:07.296 5271 5271 D SimSettingsApplication: startDataUsageService
- 01-12 02:44:07.302 5271 5271 D CommonUtils: isInSimsettingsProcess processName=com.coloros.simsettings
- 01-12 02:44:07.306 5232 5232 I MCS2.0_CIPHER_ALGO: JNI_OnLoad
- 01-12 02:44:07.310 5295 5295 I SafeCenter: OppoLog, isQELogOn = false, isQELogOnMTK = false, isDebugTagOn = false
- 01-12 02:44:07.310 5295 5295 I SafeCenter.SafeCenterFeatureOption: sAssociationStartEnabled true
- 01-12 02:44:07.317 5232 5332 W SQLiteConnection: Could not change the database journal as DB was busy. Proceeding...
- 01-12 02:44:07.319 1281 16689 D AppOps : startOperation: allowing code 40 uid 1000 package com.coloros.mcs
- 01-12 02:44:07.329 5322 5322 W System : ClassLoader referenced unknown path: /system/app/OppoDCS/lib/arm64
- 01-12 02:44:07.330 5232 5321 W FileUtils: Failed to chmod(/storage/emulated/0/.mcs/mcs.db): android.system.ErrnoException: chmod failed: EPERM (Operation not permitted)
- 01-12 02:44:07.330 519 519 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5350
- 01-12 02:44:07.330 1281 1299 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.331 5309 5309 W System : ClassLoader referenced unknown path: /system/app/SafeSdkProxy/lib/arm64
- 01-12 02:44:07.337 1281 1299 W Process : -59269324ms so far, end read result
- 01-12 02:44:07.338 1281 1299 I ActivityManager: Start proc 5350:com.iflytek.inputmethod.google/u0a158 for service com.iflytek.inputmethod.google/com.iflytek.inputmethod.FlyIME
- 01-12 02:44:07.342 5271 5271 D CommonUtils: isInSimsettingsProcess processName=com.coloros.simsettings
- 01-12 02:44:07.351 5322 5322 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:07.351 5271 5271 D com.coloros.simsettings.ColorAppServicesManagerClient: onCreate----------------
- 01-12 02:44:07.356 5322 5322 I DCS : StatisticsApplication-onCreate:start
- 01-12 02:44:07.362 5322 5322 D StatisticsApplication: Debug config update begin
- 01-12 02:44:07.363 1281 16689 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.367 5309 5309 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:07.369 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5368
- 01-12 02:44:07.373 1281 16689 W Process : -59269322ms so far, end read result
- 01-12 02:44:07.373 1281 16689 I ActivityManager: Start proc 5368:com.coloros.mcs:mcs/1000 for service com.coloros.mcs/.service.ProtectService
- 01-12 02:44:07.380 5271 5271 W SettingsInterface: Setting msim_mode_setting has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only global URI.
- 01-12 02:44:07.419 1281 1293 W ActivityManager: ActivityRecord forTokenLocked, return null. Bad activity token: android.os.BinderProxy@660ae04
- 01-12 02:44:07.420 1281 23855 W ActivityManager: ActivityRecord forTokenLocked, return null. Bad activity token: android.os.BinderProxy@660ae04
- 01-12 02:44:07.421 18287 18287 I appmanager: onServiceConnected + &&&&&&nameComponentInfo{com.coloros.simsettings/com.coloros.simsettings.ColorAppServicesManagerClient}
- 01-12 02:44:07.422 5271 5271 D DataUsageService: DataUsageService -------------------onCreate
- 01-12 02:44:07.427 5259 5259 I Dialer_DialtactsFragment: onCreate
- 01-12 02:44:07.429 5295 5382 D GaussianWallpaper: getCurrentWallpaperLocked ---- fd is null, need getDefaultWallpaper
- 01-12 02:44:07.429 5271 5271 D DataUsageService: DataUsageService -------------------onStartCommand
- 01-12 02:44:07.435 5295 5295 I SafeCenter.AppProtectService: onCreate: com.coloros.safecenter.privacy.control.AppProtectService@90413d2
- 01-12 02:44:07.436 5295 5295 I AppProtectService: retainActivityManager() setSecureController
- 01-12 02:44:07.438 5322 5322 W SettingsInterface: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only global URI.
- 01-12 02:44:07.438 1281 1886 D OppoSecureProtectUtils: Controller type = 2
- 01-12 02:44:07.438 5295 5295 I AppProtectService: retainActivityManager() setSecureController
- 01-12 02:44:07.439 1281 16688 D OppoSecureProtectUtils: Controller type = 2
- 01-12 02:44:07.444 5309 5309 I SafeSdkProxy: OppoLog, isQELogOn = false, isQELogOnMTK = false, isDebugTagOn = false
- 01-12 02:44:07.445 5295 5295 I AppProtectService: retainActivityManager() setSecureController
- 01-12 02:44:07.445 1281 16689 D OppoSecureProtectUtils: Controller type = 2
- 01-12 02:44:07.446 5295 5295 I AppProtectService: retainActivityManager() setSecureController
- 01-12 02:44:07.447 1281 16686 D OppoSecureProtectUtils: Controller type = 2
- 01-12 02:44:07.448 5309 5309 I SafeSdkProxy.SafeSdkProxyApplication: got GUID:1650d7f1-f360-465b-8dee-48517a379051
- 01-12 02:44:07.452 5295 5295 I AppProtectService: retainActivityManager() setSecureController
- 01-12 02:44:07.454 1281 2674 D OppoSecureProtectUtils: Controller type = 2
- 01-12 02:44:07.455 5295 5295 I AppProtectService: retainActivityManager() setSecureController
- 01-12 02:44:07.456 1281 16495 D OppoSecureProtectUtils: Controller type = 2
- 01-12 02:44:07.456 5295 5295 I AppProtectService: retainActivityManager() setSecureController
- 01-12 02:44:07.458 1281 6936 D OppoSecureProtectUtils: Controller type = 2
- 01-12 02:44:07.460 5295 5295 I AppProtectService: retainActivityManager() setSecureController
- 01-12 02:44:07.462 1281 1886 D OppoSecureProtectUtils: Controller type = 2
- 01-12 02:44:07.463 5295 5295 I AppProtectService: retainActivityManager() setSecureController
- 01-12 02:44:07.464 1281 1324 D OppoSecureProtectUtils: Controller type = 2
- 01-12 02:44:07.475 5368 5368 W System : ClassLoader referenced unknown path: /system/app/MCS/lib/arm64
- 01-12 02:44:07.491 5368 5368 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:07.501 5271 5271 D DataUsageService: DataUsageService -------------------onStartCommand
- 01-12 02:44:07.505 5271 5271 D CommonBroadcastReceiver: onReceive action:android.intent.action.SIM_STATE_CHANGED
- 01-12 02:44:07.506 5271 5271 D UpdateEventReceiver: handleSimStateChanged INTENT_VALUE_ICC_LOADED
- 01-12 02:44:07.510 5322 5322 D com.nearme.romupdate--com.nearme.statistics.rom: debug bindservice begin
- 01-12 02:44:07.513 5259 5294 D OppoContactLogUtil: resetDialerDebug qeLogOpen : false,reset DIALER DEBUG : false
- 01-12 02:44:07.526 1281 2678 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.537 5259 5294 W art : Before Android 4.1, method void com.oppo.widget.OppoListView.drawDivider(android.graphics.Canvas, android.graphics.Rect, int) would have incorrectly overridden the package-private method in android.widget.ListView
- 01-12 02:44:07.537 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5403
- 01-12 02:44:07.540 5259 5294 W System : ClassLoader referenced unknown path: /data/data/com.android.contacts/pinyin.jar
- 01-12 02:44:07.541 5259 5294 W System.err: java.lang.ClassNotFoundException: Didn't find class "com.oppo.pinyin.WordQuery" on path: DexPathList[[],nativeLibraryDirectories=[/system/lib, /vendor/lib]]
- 01-12 02:44:07.542 5259 5294 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
- 01-12 02:44:07.542 5259 5294 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
- 01-12 02:44:07.542 5259 5294 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
- 01-12 02:44:07.542 5259 5294 W System.err: at com.oppo.contacts.f.aR(Unknown Source)
- 01-12 02:44:07.542 5259 5294 W System.err: at com.android.contacts.ae.doInBackground(Unknown Source)
- 01-12 02:44:07.542 5259 5294 W System.err: at com.android.contacts.ae.doInBackground(Unknown Source)
- 01-12 02:44:07.542 5259 5294 W System.err: at android.os.AsyncTask$2.call(AsyncTask.java:305)
- 01-12 02:44:07.542 5259 5294 W System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
- 01-12 02:44:07.542 5259 5294 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
- 01-12 02:44:07.542 5259 5294 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
- 01-12 02:44:07.542 5259 5294 W System.err: at java.lang.Thread.run(Thread.java:761)
- 01-12 02:44:07.545 1281 2678 W Process : -59269313ms so far, end read result
- 01-12 02:44:07.545 1281 2678 I ActivityManager: Start proc 5403:com.nearme.romupdate/u0a113 for service com.nearme.romupdate/.RomUpdateSwitchService
- 01-12 02:44:07.547 5271 5330 W SettingsInterface: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
- 01-12 02:44:07.557 519 519 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5415
- 01-12 02:44:07.558 1281 16688 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.559 5368 5398 I Process : Sending signal. PID: 5368 SIG: 9
- 01-12 02:44:07.565 1281 16688 W Process : -59269324ms so far, end read result
- 01-12 02:44:07.565 1281 16688 I ActivityManager: Start proc 5415:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- 01-12 02:44:07.570 353 353 E lowmemorykiller: Error writing /proc/5368/oom_score_adj; errno=22
- 01-12 02:44:07.571 1281 2740 D JobSchedulerService: new job pkgname = com.nearme.statistics.rom
- 01-12 02:44:07.571 1281 2740 D JobSchedulerService: old job pkgname = com.nearme.statistics.rom
- 01-12 02:44:07.586 5350 5350 I art : Starting a blocking GC AddRemoveAppImageSpace
- 01-12 02:44:07.591 1281 8383 I ActivityManager: Process com.coloros.mcs:mcs (pid 5368) has died
- 01-12 02:44:07.593 1281 8383 D ActivityManager: cleanUpApplicationRecord -- 5368
- 01-12 02:44:07.595 1281 1281 I OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.coloros.mcs:mcs
- 01-12 02:44:07.611 5271 5271 W SettingsInterface: Setting msim_mode_setting has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
- 01-12 02:44:07.626 5403 5403 W System : ClassLoader referenced unknown path: /system/app/RomUpdate/lib/arm64
- 01-12 02:44:07.634 18865 18865 W SettingsInterface: Setting msim_mode_setting has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
- 01-12 02:44:07.637 1281 1281 D WifiStateMachine: onReceive, action:android.intent.action.SIM_STATE_CHANGED
- 01-12 02:44:07.637 1281 1281 D WifiStateMachine: iccState:LOADED, simSlot: 0
- 01-12 02:44:07.637 1281 1281 D WifiService: onReceive ACTION_SIM_STATE_CHANGED iccState: LOADED, simSlot: 0
- 01-12 02:44:07.637 1281 1281 D WifiService: resetting networks because SIM was loaded
- 01-12 02:44:07.639 1836 1836 D ImsConfigReceiver: Update LatestSimState, phoneId = 0, state = LOADED
- 01-12 02:44:07.642 1645 1645 D CdmaVolteServiceChecker: onReceive, action = android.intent.action.SIM_STATE_CHANGED
- 01-12 02:44:07.642 1645 1645 D CdmaVolteServiceChecker: updateState, checking = false
- 01-12 02:44:07.643 3530 3547 I Kgd.AsyncKeyguardUpdateMonitor: onReceive ACTION_SIM_STATE_CHANGED on sub = 0
- 01-12 02:44:07.645 1645 1645 D CdmaVolteServiceChecker: getMainCapabilitySubId = 1
- 01-12 02:44:07.646 1645 1645 D OppoPhoneGlobals: Action intent recieved:android.intent.action.SIM_STATE_CHANGED
- 01-12 02:44:07.646 1645 1645 I MmsService: MmsConfigManager receiver action: android.intent.action.SIM_STATE_CHANGED
- 01-12 02:44:07.660 1645 5437 I MmsService: MmsConfigManager loads in background mcc/mnc: 0/0
- 01-12 02:44:07.663 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5442
- 01-12 02:44:07.664 1281 1302 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.665 1281 1302 W Process : -59269330ms so far, end read result
- 01-12 02:44:07.665 1281 1302 I ActivityManager: Start proc 5442:com.android.cellbroadcastreceiver/u0a5 for broadcast com.android.cellbroadcastreceiver/.CellBroadcastReceiver
- 01-12 02:44:07.672 1836 1836 W OperatorUtils: getMccMnc, mccMnc value:50218, imsi:null
- 01-12 02:44:07.672 1836 1836 D ImsConfigReceiver: Sim state changed, event = LOADED, simOperator = 50218, code = op_default msg = 253902496 on phone 0
- 01-12 02:44:07.673 1836 1903 D ImsConfigStorage: resetWfcModeFlag()
- 01-12 02:44:07.673 1836 1903 D ImsConfigStorage: Skip reloading config by same opCode: op_default on phone 0
- 01-12 02:44:07.677 3530 3547 I Kgd.KeyguardSimState: updateSimStateByIntent sub = 0, inserted =true, from intent stateExtra =LOADED
- 01-12 02:44:07.679 1836 1836 D ImsConfigManager: DYNAMIC_IMS_SWITCH_TRIGGER phoneId:0, simState:LOADED
- 01-12 02:44:07.679 3530 3547 I Kgd.KeyguardSimState: refreshSimLockState: mSimState[0] = mSimSlot =0, mPlmn U Mobile, mIsSimInserted = true
- 01-12 02:44:07.679 1836 1836 D ImsConfigManager: getMainCapabilityPhoneId = 0
- 01-12 02:44:07.679 1836 1836 D ImsConfigManager: DYNAMIC_IMS_SWITCH_TRIGGER main capability phoneId
- 01-12 02:44:07.687 3530 3547 I Kgd.KeyguardSimState: refreshSimLockState: mSimState[1] = mSimSlot =1, mPlmn No service, mIsSimInserted = false
- 01-12 02:44:07.687 3530 3547 I Kgd.AsyncKeyguardUpdateMonitor: handleSimStateChange: sim info mSimSlot =0, mPlmn U Mobile, mIsSimInserted = true
- 01-12 02:44:07.687 3530 3530 I Kgd.KeyguardViewMediator: onSimStateChanged: simState = READY, subscription = 0
- 01-12 02:44:07.688 3530 3530 I Kgd.KeyguardViewMediator: onSimStateChanged, SIM READY, keygaurd not showing
- 01-12 02:44:07.695 1836 1836 W OperatorUtils: getMccMnc, mccMnc value:50218, imsi:null
- 01-12 02:44:07.695 1836 1836 D ImsConfigManager: SIM loaded on phone 0 with mcc: 502 mnc: 18
- 01-12 02:44:07.704 5415 5415 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:07.704 1836 1836 D ImsConfigManager: iccid:8960181171221845032F
- 01-12 02:44:07.720 5403 5403 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:07.723 1281 1302 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.723 1836 1836 W OperatorUtils: getMccMnc, mccMnc value:50218, imsi:null
- 01-12 02:44:07.724 1836 1836 D ImsConfigManager: Set res capability: volte = 0, vilte = 0, wfc = 0
- 01-12 02:44:07.724 1836 1836 I ImsConfigImpl: setImsResCapability(0) : 0 on phone0
- 01-12 02:44:07.728 18865 18865 I PhoneStatusBarPolicy: onReceive, and action = android.intent.action.SIM_STATE_CHANGED
- 01-12 02:44:07.729 1836 1836 E ImsConfigStorage: getResourceValue() c.getCount()1
- 01-12 02:44:07.729 1836 1836 D ImsConfigStorage: updateResource() comparing: curValue: 0, value:0
- 01-12 02:44:07.734 5350 5350 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:07.736 519 519 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5455
- 01-12 02:44:07.739 1281 1302 W Process : -59269316ms so far, end read result
- 01-12 02:44:07.739 1281 1302 I ActivityManager: Start proc 5455:com.android.vending/u0a33 for broadcast com.android.vending/com.google.android.finsky.simhandler.SimStateReceiver
- 01-12 02:44:07.740 1836 1836 E ImsConfigProvider: Invalid table tb_resource with uri content://com.mediatek.ims.config.provider/tb_resource
- 01-12 02:44:07.740 1836 1836 I ImsConfigImpl: setImsResCapability(1) : 0 on phone0
- 01-12 02:44:07.746 1836 1836 E ImsConfigStorage: getResourceValue() c.getCount()1
- 01-12 02:44:07.746 1836 1836 D ImsConfigStorage: updateResource() comparing: curValue: 0, value:0
- 01-12 02:44:07.748 5403 5403 D RUS_sqlHelper: init
- 01-12 02:44:07.749 5403 5403 D RUS_provider: create db
- 01-12 02:44:07.749 5271 5271 D CommonBroadcastReceiver: onReceive action:android.intent.action.ACTION_SUBINFO_CONTENT_CHANGE
- 01-12 02:44:07.749 5271 5271 D CommonBroadcastReceiver: onReceive action:android.intent.action.SIM_STATE_CHANGED
- 01-12 02:44:07.758 5259 5259 I Dialer_DialtactsFragment: onStart
- 01-12 02:44:07.757 5415 5415 W System : ClassLoader referenced unknown path: /data/data/com.android.providers.contacts/pinyin.jar
- 01-12 02:44:07.760 1836 1836 E ImsConfigProvider: Invalid table tb_resource with uri content://com.mediatek.ims.config.provider/tb_resource
- 01-12 02:44:07.760 1836 1836 I ImsConfigImpl: setImsResCapability(2) : 0 on phone0
- 01-12 02:44:07.762 1836 1836 E ImsConfigStorage: getResourceValue() c.getCount()1
- 01-12 02:44:07.762 1836 1836 D ImsConfigStorage: updateResource() comparing: curValue: 0, value:0
- 01-12 02:44:07.763 521 1099 V AudioPolicyService: registerClient() client 0xdedff2a0, uid 10002
- 01-12 02:44:07.763 521 1430 V AudioPolicyIntefaceImpl: getOutput()
- 01-12 02:44:07.764 5415 5415 E OppoPinyinHelper: initUpdateData error
- 01-12 02:44:07.772 521 1087 D AudioFlinger_Threads: thread 0xe3b03000 type 0 TID 1087 waking up
- 01-12 02:44:07.773 1281 16496 D AppOps : startOperation: allowing code 40 uid 1041 package audioserver
- 01-12 02:44:07.774 521 1429 D AudioALSAHardware: +getParameters(), key = smartvolume.dump
- 01-12 02:44:07.774 521 1429 D AudioALSAHardware: -getParameters(), return ""
- 01-12 02:44:07.775 521 1429 I hash_map_utils: key: 'smartvolume.dump' value: ''
- 01-12 02:44:07.775 5259 5259 D mmscene : getHint applicationScene=android.process.contacts,idx=5 none
- 01-12 02:44:07.775 5259 5259 D OppoSmartVolume: mEnginerringFeatureSwtich:1, mSmartVolumeAPKSwtich:-22, mSmartVolumePcmDumpSwitch:0
- 01-12 02:44:07.775 5259 5259 D OppoSmartVolume: mWechatDbLevel:19, mWechatUseDynamicMode:1
- 01-12 02:44:07.775 5259 5259 D AudioTrack: set(): 0xf31f5e00, streamType 8, sampleRate 44100, format 0x1, channelMask 0x1, frameCount 882, flags #4, notificationFrames 0, sessionId 0, transferType 1, uid -1, pid -1
- 01-12 02:44:07.776 5259 5259 D AudioTrack: audiotrack 0xf31f5e00 set Type 8, rate 44100, fmt 1, chn 1, fcnt 882, flags 0004
- 01-12 02:44:07.779 1836 1836 E ImsConfigProvider: Invalid table tb_resource with uri content://com.mediatek.ims.config.provider/tb_resource
- 01-12 02:44:07.779 521 1099 D AudioFlinger: getParameters VoiceFeatureOn=0
- 01-12 02:44:07.780 5259 5473 I SceneKnowledgeProvider: SKP: notifyChange(1, 3, -1)
- 01-12 02:44:07.780 5403 5403 I UpdateApplication: RomUpdateServiceApplication onCreate
- 01-12 02:44:07.780 521 521 V AudioPolicyIntefaceImpl: getOutputForAttr()
- 01-12 02:44:07.780 2369 9915 D GasService: Bn: sendAppInfo(1, 3, 5259)
- 01-12 02:44:07.781 521 28508 D AudioFlinger: track(0xe0aee680): mIsOut 1, mFrameCount 882, mSampleRate 44100, mFormat 1, mChannelCount 1, mTrackCount 22419, thread 0xe2603780, sessionId 186081
- 01-12 02:44:07.781 521 28508 D AudioMixer: getTrackName, n 0 start init
- 01-12 02:44:07.781 521 28508 D AudioFlinger: track(0xe0aee680): mFastIndex 1, mStreamType 8, mName 4096
- 01-12 02:44:07.782 2369 9915 D GasService: caller: android.process.contacts(5259)
- 01-12 02:44:07.783 5259 5259 W AudioTrack: Client adjusted notificationFrames from 1024 to 256 for frameCount 882
- 01-12 02:44:07.785 521 521 D AudioFlinger_Threads: attachAuxEffect_l EffectId 0
- 01-12 02:44:07.786 521 521 D AudioFlinger_Threads: attachAuxEffect_l status 0
- 01-12 02:44:07.788 5259 5259 D AudioTrack: createTrack_l: 0xf31f5e00, mCblk = 0xd6706000, mLatency = 65, mAfLatency = 45, frameCount = 882, mSampleRate = 44100, mFlags = 0x4, mReqFrameCount = 882
- 01-12 02:44:07.791 1836 1836 D ImsConfigManager: DYNAMIC_IMS_SWITCH_COMPLETE phoneId:0, simState:LOADED
- 01-12 02:44:07.803 1281 1302 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.808 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5476
- 01-12 02:44:07.810 1281 1298 W GnssLocationProvider: Could not open GPS configuration file /etc/gps.conf
- 01-12 02:44:07.811 511 791 D agps : [agps][n][AGPS] [MNL] read set_server type=1 hostname=[supl.google.com] port=7275
- 01-12 02:44:07.811 1281 1302 W Process : -59269324ms so far, end read result
- 01-12 02:44:07.811 1281 1302 I ActivityManager: Start proc 5476:com.coloros.wirelesssettings/1000 for broadcast com.coloros.wirelesssettings/.apn.OppoSimStateReceiver
- 01-12 02:44:07.814 5322 5322 D com.nearme.romupdate--com.nearme.statistics.rom: debug service connected
- 01-12 02:44:07.815 5403 5421 D RomUpdate_Switch: service: debug? false
- 01-12 02:44:07.816 5322 5322 D com.nearme.romupdate--com.nearme.statistics.rom: service: isDebug? false
- 01-12 02:44:07.816 5322 5322 D com.nearme.romupdate--com.nearme.statistics.rom: debug callback begin
- 01-12 02:44:07.816 5322 5322 D StatisticsApplication: onCreate(): on debug? false
- 01-12 02:44:07.821 5259 5259 D Dialer_DialtactsFragment: onResume
- 01-12 02:44:07.825 5415 5415 D ContactsProvider: ContactsProviderWorker start
- 01-12 02:44:07.824 1645 2127 D PhoneInterfaceManagerEx: [PhoneIntfMgrEx] getIccCardType subId=1
- 01-12 02:44:07.827 5415 5484 D ContactsProvider: ContactsProviderWorker is running
- 01-12 02:44:07.832 5415 5415 D OppoContactLogUtil: ContactsProvider resetDebug reset CONTACTS DEBUG : false
- 01-12 02:44:07.832 5271 5271 D UpdateEventReceiver: handleSimStateChanged INTENT_VALUE_ICC_LOADED
- 01-12 02:44:07.837 5442 5442 W System : ClassLoader referenced unknown path: /system/priv-app/CellBroadcastReceiver/lib/arm64
- 01-12 02:44:07.853 5259 5259 V PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = null, this = DecorView@2fe6359[]
- 01-12 02:44:07.861 5415 5415 D AffiliatedProvider: AffiliatedProvider start
- 01-12 02:44:07.863 5415 5494 D AffiliatedProvider: AffiliatedProvider is running
- 01-12 02:44:07.866 5415 5494 D AffiliatedProvider: performBackgroundTask BACKGROUND_TASK_INITIALIZE : int
- 01-12 02:44:07.873 5259 5259 V ViewRootImpl: enableLogLight: enable = false
- 01-12 02:44:07.874 5259 5259 D WindowClient: Add to mViews: DecorView@2fe6359[DialtactsActivityAlias], this = android.view.WindowManagerGlobal@f34cb5e
- 01-12 02:44:07.877 5259 5259 D OpenGLRenderer: Dumper init 4 threads <0xf1d7e020>
- 01-12 02:44:07.877 5259 5259 D OpenGLRenderer: <android.process.contacts> is running.
- 01-12 02:44:07.877 5259 5259 D OpenGLRenderer: <android.process.contacts> setHwuiLog: debug.egl.trace=false
- 01-12 02:44:07.880 5415 5415 I ContactsPerf: VoicemailContentProvider.onCreate start
- 01-12 02:44:07.884 5415 5415 I ContactsPerf: VoicemailContentProvider.onCreate finish
- 01-12 02:44:07.889 5259 5497 D OpenGLRenderer: CanvasContext() 0xd6d28780
- 01-12 02:44:07.890 1281 1302 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.894 518 518 I Zygote : ForkAndSpecializeCommon: Finished, pid of child process is 5498
- 01-12 02:44:07.897 1281 1302 W Process : -59269325ms so far, end read result
- 01-12 02:44:07.897 1281 1302 I ActivityManager: Start proc 5498:com.google.android.gms/u0a12 for broadcast com.google.android.gms/.checkin.CheckinServiceTriggerReceiver
- 01-12 02:44:07.904 5415 5415 W System : ClassLoader referenced unknown path: /system/priv-app/BlockedNumberProvider/lib/arm
- 01-12 02:44:07.906 5415 5415 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/BlockedNumberProvider/lib/arm:/system/fake-libs:/system/priv-app/BlockedNumberProvider/BlockedNumberProvider.apk!/lib/armeabi:/system/lib:/vendor/lib for namespace 0xf1d86090
- 01-12 02:44:07.908 5259 5259 D ViewRootImpl[DialtactsActivityAlias]: hardware acceleration is enabled, this = ViewRoot{8256b3f com.android.contacts/com.android.contacts.DialtactsActivityAlias,ident = 0}
- 01-12 02:44:07.914 1281 1290 I art : Background partial concurrent mark sweep GC freed 269801(12MB) AllocSpace objects, 133(3MB) LOS objects, 33% free, 55MB/83MB, paused 7.841ms total 334.993ms
- 01-12 02:44:07.920 5442 5442 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:07.923 5455 5455 I art : Starting a blocking GC HeapTrim
- 01-12 02:44:07.931 18865 18865 I Choreographer: Skipped 2 frames! The application may be doing too much work on its main thread.
- 01-12 02:44:07.931 5259 5259 D DateUtils: country : US
- 01-12 02:44:07.943 1281 1302 W Process : zygoteSendArgsAndGetResult: start read result...
- 01-12 02:44:07.947 1281 3828 I ActivityManager: Low on memory:
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1292778: com.ButterSquad.UnbeatableButterSquad (1,121,178K memtrack) (pid 3868) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 142710: faced ( 93,776K memtrack) (pid 539) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 75584: surfaceflinger ( 55,796K memtrack) (pid 355) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 51581: cameraserver (pid 522) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 36264: zygote (pid 519) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 26421: audioserver (pid 521) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 14493: zygote64 (pid 518) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 13455: com.coloros.oppoguardelf (pid 3995) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 12524: com.android.incallui (pid 3833) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 12169: vtservice (pid 501) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 10811: com.coloros.securitypermission (pid 4012) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 10535: com.coloros.exserviceui ( 1,288K memtrack) (pid 3955) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 10209: com.coloros.pictorial (pid 5214) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 7927: volte_imcb (pid 880) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 6940: com.coloros.gamespace (pid 4073) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 6936: com.coloros.recents (pid 4362) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 6760: com.coloros.gamespace:service (pid 3938) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 6127: media.codec (pid 502) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 5948: media.extractor (pid 527) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 5424: mediaserver (pid 528) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 4646: mtk_agpsd (pid 511) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 4459: mtkfusionrild (pid 1069) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 3988: drmserver (pid 523) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 3831: logd (pid 312) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 3429: mediadrmserver (pid 526) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 3203: netd (pid 529) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 2928: volte_stack (pid 878) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 2626: aal (pid 500) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 2410: atci_service (pid 481) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 2082: criticallog (pid 494) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 2007: /init (pid 1) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1959: vold (pid 317) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1901: ged_srv (pid 2369) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1731: pq (pid 499) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1381: bspCriticalLog (pid 517) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1305: keystore (pid 525) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1272: em_svr (pid 364) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1254: fingerprintd (pid 533) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1208: ueventd (pid 265) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1194: emdlogger1 (pid 877) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1174: wfca (pid 356) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1167: adbd (pid 12641) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1156: mcDriverDaemon (pid 311) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1116: installd (pid 524) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1068: volte_ua (pid 879) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 1004: junklogcollector (pid 368) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 972: gatekeeperd (pid 530) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 943: program_binary_service (pid 536) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 941: nvram_agent_binder (pid 505) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 928: healthd (pid 341) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 924: mnld (pid 510) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 895: cryptoengservice (pid 538) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 870: alipayservice (pid 537) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 854: gsm0710muxd (pid 1033) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 839: lmkd (pid 353) native
- 01-12 02:44:07.947 1281 3828 I ActivityManager: ntv N 811: MtkCodecService (pid 509) native
Advertisement
Add Comment
Please, Sign In to add comment