This is an ongoing issue across a lot of phones, I’ve noticed that this appears to affect Android 8.0 and 8.1 in particular and is inconsistent across devices.
I have a LogCat of this issue although I’m not really sure how to interpret it.
This is using embedded OpenJDK and newest Android SDK recommended for download by Unity. Issue appears to be persistent across both Mono and IL2CPP Scripting Backend and was also apparent i Unity 2017.4.15f1
Long LogCat
12-18 22:43:54.925: I/DefaultRCSePriority(3456): sortTheListForRCSe.
12-18 22:43:54.981: I/DefaultRCSePriority(3456): Constructor called with argument context
12-18 22:43:55.005: I/DefaultRCSePriority(3456): Constructor called with argument context
12-18 22:43:55.099: I/DefaultRCSePriority(3456): sortTheListForRCSe.
12-18 22:43:56.061: E/ActivityThread(20297): Service com.android.providers.media.MtpService has leaked IntentReceiver com.android.providers.media.MtpService$1@6c2880 that was originally registered here. Are you missing a call to unregisterReceiver()?
12-18 22:43:56.061: E/ActivityThread(20297): android.app.IntentReceiverLeaked: Service com.android.providers.media.MtpService has leaked IntentReceiver com.android.providers.media.MtpService$1@6c2880 that was originally registered here. Are you missing a call to unregisterReceiver()?
12-18 22:43:56.061: E/ActivityThread(20297): at android.app.LoadedApk$ReceiverDispatcher.(LoadedApk.java:959)
12-18 22:43:56.061: E/ActivityThread(20297): at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:728)
12-18 22:43:56.061: E/ActivityThread(20297): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1177)
12-18 22:43:56.061: E/ActivityThread(20297): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1157)
12-18 22:43:56.061: E/ActivityThread(20297): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1151)
12-18 22:43:56.061: E/ActivityThread(20297): at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:554)
12-18 22:43:56.061: E/ActivityThread(20297): at com.android.providers.media.MtpService.onCreate(MtpService.java:130)
12-18 22:43:56.061: E/ActivityThread(20297): at android.app.ActivityThread.handleCreateService(ActivityThread.java:3067)
12-18 22:43:56.061: E/ActivityThread(20297): at android.app.ActivityThread.-wrap4(ActivityThread.java)
12-18 22:43:56.061: E/ActivityThread(20297): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1571)
12-18 22:43:56.061: E/ActivityThread(20297): at android.os.Handler.dispatchMessage(Handler.java:111)
12-18 22:43:56.061: E/ActivityThread(20297): at android.os.Looper.loop(Looper.java:207)
12-18 22:43:56.061: E/ActivityThread(20297): at android.app.ActivityThread.main(ActivityThread.java:5728)
12-18 22:43:56.061: E/ActivityThread(20297): at java.lang.reflect.Method.invoke(Native Method)
12-18 22:43:56.061: E/ActivityThread(20297): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
12-18 22:43:56.061: E/ActivityThread(20297): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:679)
12-18 22:43:56.062: E/ActivityThread(20297): Service com.android.providers.media.MtpService has leaked IntentReceiver com.android.providers.media.MtpService$4@5646eb9 that was originally registered here. Are you missing a call to unregisterReceiver()?
12-18 22:43:56.062: E/ActivityThread(20297): android.app.IntentReceiverLeaked: Service com.android.providers.media.MtpService has leaked IntentReceiver com.android.providers.media.MtpService$4@5646eb9 that was originally registered here. Are you missing a call to unregisterReceiver()?
12-18 22:43:56.062: E/ActivityThread(20297): at android.app.LoadedApk$ReceiverDispatcher.(LoadedApk.java:959)
12-18 22:43:56.062: E/ActivityThread(20297): at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:728)
12-18 22:43:56.062: E/ActivityThread(20297): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1177)
12-18 22:43:56.062: E/ActivityThread(20297): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1157)
12-18 22:43:56.062: E/ActivityThread(20297): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1151)
12-18 22:43:56.062: E/ActivityThread(20297): at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:554)
12-18 22:43:56.062: E/ActivityThread(20297): at com.android.providers.media.MtpService.onCreate(MtpService.java:132)
12-18 22:43:56.062: E/ActivityThread(20297): at android.app.ActivityThread.handleCreateService(ActivityThread.java:3067)
12-18 22:43:56.062: E/ActivityThread(20297): at android.app.ActivityThread.-wrap4(ActivityThread.java)
12-18 22:43:56.062: E/ActivityThread(20297): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1571)
12-18 22:43:56.062: E/ActivityThread(20297): at android.os.Handler.dispatchMessage(Handler.java:111)
12-18 22:43:56.062: E/ActivityThread(20297): at android.os.Looper.loop(Looper.java:207)
12-18 22:43:56.062: E/ActivityThread(20297): at android.app.ActivityThread.main(ActivityThread.java:5728)
12-18 22:43:56.062: E/ActivityThread(20297): at java.lang.reflect.Method.invoke(Native Method)
12-18 22:43:56.062: E/ActivityThread(20297): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
12-18 22:43:56.062: E/ActivityThread(20297): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:679)
12-18 22:45:46.439: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1233, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-18 22:45:46.440: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1232, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-18 22:45:46.738: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1200, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-18 22:46:09.680: E/ConnectivityService(905): Add google dns provided for 1124 - using 8.8.8.8
12-18 22:46:10.738: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1234, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-18 22:46:10.739: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1235, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-18 22:46:10.831: E/KernelUidCpuTimeReader(905): Malformed cpu data for UID=10046!
12-18 22:46:10.831: E/KernelUidCpuTimeReader(905): Time between reads: +2m16s103ms
12-18 22:46:10.831: E/KernelUidCpuTimeReader(905): Previous times: u=+3s310ms s=+2s690ms p=0mAms
12-18 22:46:10.831: E/KernelUidCpuTimeReader(905): Current times: u=+50ms s=+20ms p=0mAms
12-18 22:46:10.831: E/KernelUidCpuTimeReader(905): Delta: u=-3s260ms s=-2s670ms p=0mAms
12-18 22:57:33.126: I/WindowState(905): WIN DEATH: Window{5bf5bdb u0 com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}
12-18 22:57:33.146: I/WindowState(905): WIN DEATH: null
12-18 22:57:46.215: I/DefaultRCSePriority(4347): Constructor called with argument context
12-18 22:57:46.222: I/DefaultRCSePriority(4347): Constructor called with argument context
12-18 22:57:46.276: I/DefaultRCSePriority(4347): sortTheListForRCSe.
12-18 22:57:46.330: I/DefaultRCSePriority(4347): sortTheListForRCSe.
12-18 22:57:52.671: I/DefaultRCSePriority(4347): sortTheListForRCSe.
12-18 22:57:52.727: I/DefaultRCSePriority(4347): sortTheListForRCSe.
12-18 23:03:50.047: I/ProcessStatsService(905): Prepared write state in 15ms
12-18 23:03:50.203: I/ProcessStatsService(905): Pruning old procstats: /data/system/procstats/state-2018-12-15-23-26-49.bin
12-18 23:05:10.844: E/ConnectivityService(905): Add google dns provided for 1125 - using 8.8.8.8
12-18 23:16:28.320: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1239, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-18 23:16:28.321: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1238, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:22:41.622: I/DefaultRCSePriority(4347): sortTheListForRCSe.
12-19 00:22:41.862: I/DefaultRCSePriority(4347): Constructor called with argument context
12-19 00:22:41.898: I/DefaultRCSePriority(4347): Constructor called with argument context
12-19 00:22:42.085: I/DefaultRCSePriority(4347): sortTheListForRCSe.
12-19 00:22:46.064: V/DeadZone(1211): consuming errant click: (600.2497,5.0460205)
12-19 00:22:50.668: I/WindowState(905): WIN DEATH: Window{724cfe9 u0 com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}
12-19 00:22:50.678: I/WindowState(905): WIN DEATH: null
12-19 00:22:58.594: I/DefaultRCSePriority(5012): Constructor called with argument context
12-19 00:22:58.600: I/DefaultRCSePriority(5012): Constructor called with argument context
12-19 00:22:58.653: I/DefaultRCSePriority(5012): sortTheListForRCSe.
12-19 00:22:58.712: I/DefaultRCSePriority(5012): sortTheListForRCSe.
12-19 00:23:12.575: I/DefaultRCSePriority(5012): sortTheListForRCSe.
12-19 00:23:12.643: I/DefaultRCSePriority(5012): Constructor called with argument context
12-19 00:23:12.659: I/DefaultRCSePriority(5012): Constructor called with argument context
12-19 00:23:12.757: I/DefaultRCSePriority(5012): sortTheListForRCSe.
12-19 00:23:23.469: I/DefaultRCSePriority(5012): sortTheListForRCSe.
12-19 00:23:23.538: I/DefaultRCSePriority(5012): sortTheListForRCSe.
12-19 00:23:25.595: I/DefaultRCSePriority(5012): sortTheListForRCSe.
12-19 00:23:25.627: I/DefaultRCSePriority(5012): sortTheListForRCSe.
12-19 00:23:30.862: I/DefaultRCSePriority(5012): sortTheListForRCSe.
12-19 00:23:30.930: I/DefaultRCSePriority(5012): sortTheListForRCSe.
12-19 00:23:32.541: I/DefaultRCSePriority(5012): Constructor called with argument context
12-19 00:23:54.900: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1221, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:26:55.097: I/ProcessStatsService(905): Prepared write state in 34ms
12-19 00:29:35.888: I/WindowState(905): WIN DEATH: Window{8d500b2 u0 com.blogspot.bytecove.magicball/com.blogspot.bytecove.magicball.MagicBall}
12-19 00:29:35.891: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1243, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:29:35.892: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1242, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:29:36.937: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1241, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:30:44.788: I/WindowState(905): WIN DEATH: Window{86ffc18 u0 com.VonBetelgeuse.ApollosOracle/com.unity3d.player.UnityPlayerActivity}
12-19 00:30:44.794: I/WindowState(905): WIN DEATH: null
12-19 00:30:44.880: E/libprocessgroup(905): failed to kill 1 processes for processgroup 5476
12-19 00:30:57.797: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:30:57.902: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:30:57.948: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:30:58.100: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:30:58.136: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:30:58.177: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:31:30.089: E/KernelUidCpuTimeReader(905): Malformed cpu data for UID=10065!
12-19 00:31:30.089: E/KernelUidCpuTimeReader(905): Time between reads: +7m4s642ms
12-19 00:31:30.089: E/KernelUidCpuTimeReader(905): Previous times: u=+36m39s500ms s=+12m41s180ms p=0mAms
12-19 00:31:30.089: E/KernelUidCpuTimeReader(905): Current times: u=+29s690ms s=+8s340ms p=0mAms
12-19 00:31:30.089: E/KernelUidCpuTimeReader(905): Delta: u=-36m9s810ms s=-12m32s840ms p=0mAms
12-19 00:31:31.999: I/WindowState(905): WindowState.hideLw: setting mFocusMayChange true
12-19 00:35:43.919: I/WindowState(905): WIN DEATH: Window{d44967 u0 com.android.vending/com.google.android.finsky.activities.MainActivity}
12-19 00:35:43.922: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1236, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:35:44.919: I/WindowState(905): WIN DEATH: Window{507bec3 u0 com.bruyere.android.solitaire/com.bruyere.android.solitaire.ActiviteJeu}
12-19 00:35:44.922: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1245, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:35:56.607: E/ConnectivityService(905): Unexpected mtu value: 0, wlan0
12-19 00:35:56.729: E/ConnectivityService(905): Add google dns provided for 1126 - using 8.8.8.8
12-19 00:36:28.958: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:36:29.019: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:36:29.052: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:36:29.100: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:36:29.143: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:36:29.208: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 00:36:39.841: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1249, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:36:39.842: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1248, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:36:40.009: I/WindowState(905): WIN DEATH: Window{494fb13 u0 com.bruyere.android.solitaire/com.bruyere.android.solitaire.ActiviteJeu}
12-19 00:36:40.012: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1253, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:36:40.014: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1252, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:40:21.055: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1251, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 00:45:04.637: E/NetdConnector(905): NDC Command {21749 idletimer remove wlan0 15 1} took too long (527ms)
12-19 00:45:05.388: E/NetdConnector(905): NDC Command {21750 network destroy 1126} took too long (744ms)
12-19 00:45:05.389: E/ConnectivityService(905): EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent
12-19 01:02:30.121: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1257, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:02:30.123: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1258, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:10:57.568: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1254, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:10:57.569: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1256, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:10:57.569: I/WindowState(905): WIN DEATH: Window{ca3ee19 u0 com.android.chrome/com.google.android.apps.chrome.Main}
12-19 01:11:11.089: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1237, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED] ]
12-19 01:11:11.558: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1247, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:13:59.071: E/KernelUidCpuTimeReader(905): Malformed cpu data for UID=10073!
12-19 01:13:59.071: E/KernelUidCpuTimeReader(905): Time between reads: +3m1s302ms
12-19 01:13:59.071: E/KernelUidCpuTimeReader(905): Previous times: u=+4m55s920ms s=+1m20s190ms p=0mAms
12-19 01:13:59.071: E/KernelUidCpuTimeReader(905): Current times: u=+900ms s=+320ms p=0mAms
12-19 01:13:59.071: E/KernelUidCpuTimeReader(905): Delta: u=-4m55s20ms s=-1m19s870ms p=0mAms
12-19 01:22:00.032: I/ProcessStatsService(905): Prepared write state in 9ms
12-19 01:22:00.077: I/ProcessStatsService(905): Prepared write state in 38ms
12-19 01:28:54.086: E/ConnectivityService(905): Unexpected mtu value: 0, wlan0
12-19 01:28:54.199: E/ConnectivityService(905): Add google dns provided for 1127 - using 8.8.8.8
12-19 01:29:15.697: W/IntentResolver(905): resolveIntent failed: found match, but none with CATEGORY_DEFAULT
12-19 01:29:16.447: E/ActivityThread(25919): Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
12-19 01:29:16.448: E/ActivityThread(25919): Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
12-19 01:29:31.458: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1260, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:29:31.459: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1261, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:29:59.193: E/KernelUidCpuTimeReader(905): Malformed cpu data for UID=10006!
12-19 01:29:59.193: E/KernelUidCpuTimeReader(905): Time between reads: +5m29s984ms
12-19 01:29:59.193: E/KernelUidCpuTimeReader(905): Previous times: u=+11s920ms s=+11s830ms p=0mAms
12-19 01:29:59.193: E/KernelUidCpuTimeReader(905): Current times: u=+40ms s=+160ms p=0mAms
12-19 01:29:59.193: E/KernelUidCpuTimeReader(905): Delta: u=-11s880ms s=-11s670ms p=0mAms
12-19 01:29:59.318: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1250, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:30:49.101: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1263, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED] ]
12-19 01:30:54.128: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1262, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:30:55.266: D/JobSchedulerService(905): Receieved: android.intent.action.PACKAGE_REMOVED
12-19 01:31:26.056: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1266, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:31:26.057: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1265, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:33:23.121: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1264, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:33:23.590: I/WindowState(905): WIN DEATH: Window{e03e612 u0 com.VonBetelgeuse.ApollosOracle/com.unity3d.player.UnityPlayerActivity}
12-19 01:33:23.789: E/libprocessgroup(905): failed to kill 1 processes for processgroup 7722
12-19 01:33:23.801: I/WindowState(905): WIN DEATH: null
12-19 01:35:19.116: E/KernelUidCpuTimeReader(905): Malformed cpu data for UID=10067!
12-19 01:35:19.116: E/KernelUidCpuTimeReader(905): Time between reads: +5m19s797ms
12-19 01:35:19.116: E/KernelUidCpuTimeReader(905): Previous times: u=+1s440ms s=+850ms p=0mAms
12-19 01:35:19.116: E/KernelUidCpuTimeReader(905): Current times: u=+50ms s=+40ms p=0mAms
12-19 01:35:19.116: E/KernelUidCpuTimeReader(905): Delta: u=-1s390ms s=-810ms p=0mAms
12-19 01:36:18.683: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1267, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 01:42:09.074: E/KernelUidCpuTimeReader(905): Malformed cpu data for UID=10052!
12-19 01:42:09.074: E/KernelUidCpuTimeReader(905): Time between reads: +6m49s912ms
12-19 01:42:09.074: E/KernelUidCpuTimeReader(905): Previous times: u=+6s390ms s=+2s890ms p=0mAms
12-19 01:42:09.074: E/KernelUidCpuTimeReader(905): Current times: u=+280ms s=+90ms p=0mAms
12-19 01:42:09.074: E/KernelUidCpuTimeReader(905): Delta: u=-6s110ms s=-2s800ms p=0mAms
12-19 01:43:15.751: E/ConnectivityService(905): EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent
12-19 09:38:12.052: E/ConnectivityService(905): Unexpected mtu value: 0, wlan0
12-19 09:38:12.271: E/ConnectivityService(905): Add google dns provided for 1128 - using 8.8.8.8
12-19 09:38:37.635: D/StatusBarManager(10477): Hide SIM indicator from com.android.mms.
12-19 09:38:38.397: D/StatusBarManager(10477): Hide SIM indicator from com.android.mms.
12-19 09:38:50.718: D/StatusBarManager(10477): Hide SIM indicator from com.android.mms.
12-19 09:39:10.538: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1268, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 09:39:10.539: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1269, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 09:39:14.640: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1271, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED] ]
12-19 09:39:19.570: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1270, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 09:39:20.765: W/libprocessgroup(905): failed to kill pid 10477: No such process
12-19 09:39:21.229: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1273, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 09:42:31.595: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1272, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 09:43:02.184: I/ProcessStatsService(905): Prepared write state in 15ms
12-19 09:43:02.269: I/ProcessStatsService(905): Pruning old procstats: /data/system/procstats/state-2018-12-16-10-03-44.bin
12-19 09:49:02.070: I/WindowState(905): WindowState.hideLw: setting mFocusMayChange true
12-19 10:35:50.762: I/WindowState(905): WIN DEATH: Window{2d028e2 u0 com.android.chrome/com.google.android.apps.chrome.Main}
12-19 10:35:50.775: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1276, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 10:35:50.776: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1274, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 10:35:53.330: E/libprocessgroup(905): failed to kill 1 processes for processgroup 25919
12-19 10:35:53.443: I/WindowState(905): WIN DEATH: Window{ac4fabd u0 com.instagram.android/com.instagram.android.activity.MainTabActivity}
12-19 10:36:03.187: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 10:36:03.247: E/APEExtractor(320): getAPEInfo not ape 5002
12-19 10:36:03.353: E/FileSourceProxy(13759): Open dupFd fail for file
12-19 10:36:03.393: E/APEExtractor(13759): getAPEInfo not ape 5002
12-19 10:36:03.455: E/FileSourceProxy(13759): Open dupFd fail for file
12-19 10:36:03.470: E/FileSourceProxy(13759): Open dupFd fail for file
12-19 10:36:03.479: E/APEExtractor(13759): getAPEInfo not ape 5002
12-19 10:36:03.480: E/APEExtractor(13759): getAPEInfo not ape 5002
12-19 10:36:03.569: E/FileSourceProxy(13759): Open dupFd fail for file
12-19 10:36:03.584: E/APEExtractor(13759): getAPEInfo not ape 5004
12-19 10:36:54.187: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 10:36:54.236: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 10:36:55.640: I/DefaultRCSePriority(13989): Constructor called with argument context
12-19 10:36:55.648: I/DefaultRCSePriority(13989): Constructor called with argument context
12-19 10:36:55.695: I/DefaultRCSePriority(13989): sortTheListForRCSe.
12-19 10:36:55.920: I/DefaultRCSePriority(13989): sortTheListForRCSe.
12-19 10:37:06.734: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 10:37:06.774: E/APEExtractor(320): getAPEInfo not ape 5002
12-19 10:37:06.976: E/FileSourceProxy(13759): Open dupFd fail for file
12-19 10:37:06.986: E/APEExtractor(13759): getAPEInfo not ape 5002
12-19 10:37:13.461: I/WindowState(905): WIN DEATH: Window{7627c25 u0 SurfaceView}
12-19 10:37:13.464: I/WindowState(905): WIN DEATH: Window{a6ce133 u0 com.mediatek.camera/com.android.camera.CameraLauncher}
12-19 10:37:39.384: E/KernelUidCpuTimeReader(905): Malformed cpu data for UID=10038!
12-19 10:37:39.384: E/KernelUidCpuTimeReader(905): Time between reads: +1m48s439ms
12-19 10:37:39.384: E/KernelUidCpuTimeReader(905): Previous times: u=+4m16s590ms s=+1m59s380ms p=0mAms
12-19 10:37:39.384: E/KernelUidCpuTimeReader(905): Current times: u=+5s440ms s=+2s0ms p=0mAms
12-19 10:37:39.384: E/KernelUidCpuTimeReader(905): Delta: u=-4m11s150ms s=-1m57s380ms p=0mAms
12-19 10:40:59.621: W/ProcessCpuTracker(905): Skipping unknown process pid 14406
12-19 10:42:00.135: D/JobSchedulerService(905): Receieved: android.intent.action.PACKAGE_REMOVED
12-19 10:44:24.403: D/JobSchedulerService(905): Receieved: android.intent.action.PACKAGE_REMOVED
12-19 10:44:31.469: W/IntentResolver(905): resolveIntent failed: found match, but none with CATEGORY_DEFAULT
12-19 10:44:36.595: W/FileUtils(13815): Failed to chmod(/storage/emulated/0/Android/data/com.android.vending/files/1545212667852): android.system.ErrnoException: chmod failed: EPERM (Operation not permitted)
12-19 10:45:01.444: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1280, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 10:45:01.446: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1281, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 10:48:32.857: D/JobSchedulerService(905): Receieved: android.intent.action.PACKAGE_REMOVED
12-19 10:48:44.876: W/FileUtils(13815): Failed to chmod(/storage/emulated/0/Android/data/com.android.vending/files/1545212918450): android.system.ErrnoException: chmod failed: EPERM (Operation not permitted)
12-19 10:50:36.674: I/WindowState(905): WIN DEATH: Window{b927b39 u0 InputMethod}
12-19 10:50:37.551: D/JobSchedulerService(905): Receieved: android.intent.action.PACKAGE_REMOVED
12-19 10:50:37.696: W/ProcessCpuTracker(905): Skipping unknown process pid 15835
12-19 10:50:42.905: W/FileUtils(13815): Failed to chmod(/storage/emulated/0/Android/data/com.android.vending/files/1545213040721): android.system.ErrnoException: chmod failed: EPERM (Operation not permitted)
12-19 10:50:50.188: E/libprocessgroup(905): failed to kill 1 processes for processgroup 15520
12-19 10:50:51.445: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1284, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED] ]
12-19 10:52:38.763: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1279, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 10:52:38.920: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=929, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 10:52:38.921: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=928, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 10:52:38.923: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=975, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
12-19 10:52:39.104: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1283, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 10:52:39.106: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1282, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 10:52:39.995: D/JobSchedulerService(905): Receieved: android.intent.action.PACKAGE_REMOVED
12-19 10:52:43.363: D/WebViewUpdateService(905): WebView Package updated!
12-19 10:52:43.384: E/ActivityManager(905): Already have existing proc ProcessRecord{bfd1760 16123:WebViewLoader-armeabi-v7a/1037} when adding ProcessRecord{979fba5 0:WebViewLoader-armeabi-v7a/1037}
12-19 10:52:43.400: E/ActivityManager(905): Already have existing proc ProcessRecord{c226419 16128:WebViewLoader-arm64-v8a/1037} when adding ProcessRecord{a3a9b7a 0:WebViewLoader-arm64-v8a/1037}
12-19 10:59:00.042: I/ProcessStatsService(905): Prepared write state in 12ms
12-19 10:59:00.055: I/ProcessStatsService(905): Prepared write state in 4ms
12-19 11:23:00.375: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1286, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 11:23:00.376: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1285, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 11:27:20.353: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1278, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 11:29:00.079: I/ProcessStatsService(905): Prepared write state in 5ms
12-19 11:38:00.077: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1287, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 14:58:46.065: I/WindowState(905): WIN DEATH: Window{d3b4c1a u0 com.blogspot.bytecove.magicball/com.blogspot.bytecove.magicball.MagicBall}
12-19 14:58:46.068: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1291, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 14:58:46.070: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1289, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 14:59:02.414: I/DefaultRCSePriority(17967): Constructor called with argument context
12-19 14:59:02.422: I/DefaultRCSePriority(17967): Constructor called with argument context
12-19 14:59:02.498: I/DefaultRCSePriority(17967): sortTheListForRCSe.
12-19 14:59:02.690: I/DefaultRCSePriority(17967): sortTheListForRCSe.
12-19 15:05:00.028: I/ProcessStatsService(905): Prepared write state in 9ms
12-19 15:05:00.033: I/ProcessStatsService(905): Prepared write state in 0ms
12-19 15:05:00.221: I/ProcessStatsService(905): Pruning old procstats: /data/system/procstats/state-2018-12-16-21-47-59.bin
12-19 15:18:03.834: I/DefaultRCSePriority(17967): sortTheListForRCSe.
12-19 15:18:03.892: I/DefaultRCSePriority(17967): sortTheListForRCSe.
12-19 15:18:05.321: I/DefaultRCSePriority(17967): Constructor called with argument context
12-19 15:18:09.138: I/DefaultRCSePriority(17967): Constructor called with argument context
12-19 15:18:09.205: I/DefaultRCSePriority(17967): sortTheListForRCSe.
12-19 15:18:09.226: I/DefaultRCSePriority(17967): sortTheListForRCSe.
12-19 15:25:00.138: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1290, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 15:26:09.620: W/FileUtils(27430): Failed to chmod(/data/user/0/com.ksmobile.cb/shared_prefs/cm_agent_pref.xml): android.system.ErrnoException: chmod failed: ENOENT (No such file or directory)
12-19 15:35:00.040: I/ProcessStatsService(905): Prepared write state in 4ms
12-19 16:05:00.045: I/ProcessStatsService(905): Prepared write state in 2ms
12-19 19:02:31.301: I/ProcessStatsService(905): Prepared write state in 8ms
12-19 19:02:31.424: I/ProcessStatsService(905): Pruning old procstats: /data/system/procstats/state-2018-12-17-01-03-00.bin
12-19 19:08:00.087: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1295, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 20:51:36.694: W/ProcessCpuTracker(905): Skipping unknown process pid 19826
12-19 20:51:36.704: W/ProcessCpuTracker(905): Skipping unknown process pid 19828
12-19 20:51:45.585: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 20:51:45.739: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 20:51:45.765: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 20:51:45.818: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 20:51:45.846: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 20:51:45.912: E/APEExtractor(320): getAPEInfo not ape 5004
12-19 20:57:01.501: I/WindowState(905): WIN DEATH: Window{bb7a199 u0 com.bruyere.android.solitaire/com.bruyere.android.solitaire.ActiviteJeu}
12-19 20:57:01.505: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1300, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 20:57:01.508: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1299, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 20:57:02.782: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1297, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 20:57:02.784: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1296, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 20:57:03.978: I/WindowState(905): WIN DEATH: Window{6e31cf7 u0 com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}
12-19 20:57:03.988: I/WindowState(905): WIN DEATH: null
12-19 20:57:13.046: W/IntentResolver(905): resolveIntent failed: found match, but none with CATEGORY_DEFAULT
12-19 20:57:13.658: E/ActivityThread(16333): Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
12-19 20:57:13.660: E/ActivityThread(16333): Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
12-19 20:59:15.189: I/ProcessStatsService(905): Prepared write state in 3ms
12-19 21:59:11.680: I/WindowState(905): WIN DEATH: Window{6e8728e u0 com.blogspot.bytecove.magicball/com.blogspot.bytecove.magicball.MagicBall}
12-19 21:59:11.683: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1304, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-19 21:59:11.684: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1303, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 00:16:49.971: I/WindowState(905): WIN DEATH: Window{e7a3605 u0 com.blogspot.bytecove.magicball/com.blogspot.bytecove.magicball.MagicBall}
12-20 00:16:49.973: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1306, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 00:16:49.974: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1305, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 00:16:50.010: E/libprocessgroup(905): failed to kill 1 processes for processgroup 21196
12-20 00:17:00.341: E/APEExtractor(320): getAPEInfo not ape 5004
12-20 00:17:00.414: E/APEExtractor(320): getAPEInfo not ape 5004
12-20 00:17:00.461: E/APEExtractor(320): getAPEInfo not ape 5004
12-20 00:17:00.502: E/APEExtractor(320): getAPEInfo not ape 5004
12-20 00:17:00.542: E/APEExtractor(320): getAPEInfo not ape 5004
12-20 00:17:00.587: E/APEExtractor(320): getAPEInfo not ape 5004
12-20 00:21:41.429: I/WindowState(905): WIN DEATH: Window{3cd58e2 u0 com.bruyere.android.solitaire/com.bruyere.android.solitaire.ActiviteJeu}
12-20 00:21:41.433: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1308, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 00:21:41.434: I/WindowState(905): WIN DEATH: Window{2a915b7 u0 com.bruyere.android.solitaire}
12-20 00:21:41.436: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1307, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 00:24:14.563: V/DeadZone(1211): consuming errant click: (258.67667,14.0390625)
12-20 00:24:15.629: V/DeadZone(1211): consuming errant click: (263.6704,3.0476074)
12-20 00:24:49.296: E/NetdConnector(905): NDC Command {22126 network destroy 1128} took too long (653ms)
12-20 00:24:55.167: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1288, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 00:42:52.738: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1298, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 01:38:28.901: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1302, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 01:38:28.902: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1301, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 02:42:33.370: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1314, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 08:04:16.150: I/WindowState(905): WindowState.hideLw: setting mFocusMayChange true
12-20 12:14:25.662: I/WindowState(905): WIN DEATH: Window{3b78720 u0 com.vitotechnology.StarWalk2Free/com.vitotechnology.common.GooglePlayBillingActivity}
12-20 12:14:25.664: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1311, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 12:14:25.666: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1310, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 12:14:25.667: I/WindowState(905): WIN DEATH: Window{2fa2f3d u0 com.vitotechnology.StarWalk2Free/com.google.android.gms.ads.AdActivity}
12-20 12:18:00.036: I/ProcessStatsService(905): Prepared write state in 9ms
12-20 12:18:00.063: I/ProcessStatsService(905): Prepared write state in 0ms
12-20 12:18:00.168: I/ProcessStatsService(905): Pruning old procstats: /data/system/procstats/state-2018-12-17-16-55-00.bin
12-20 12:24:07.149: I/WindowState(905): WIN DEATH: Window{641a7f3 u0 com.blogspot.bytecove.magicball/com.blogspot.bytecove.magicball.MagicBall}
12-20 12:24:07.151: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1316, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 12:24:07.152: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1317, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 12:40:38.427: W/IntentResolver(905): resolveIntent failed: found match, but none with CATEGORY_DEFAULT
12-20 12:40:38.646: E/ActivityThread(20549): Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
12-20 12:40:38.647: E/ActivityThread(20549): Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
12-20 12:41:43.321: E/ConnectivityService(905): Unexpected mtu value: 0, wlan0
12-20 12:41:43.458: E/ConnectivityService(905): Add google dns provided for 1129 - using 8.8.8.8
12-20 12:41:51.770: E/libprocessgroup(905): failed to kill 1 processes for processgroup 22808
12-20 12:41:52.224: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1313, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED] ]
12-20 12:42:08.285: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1319, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 13:02:53.083: I/JobServiceContext(905): Client timed out while executing (no jobFinished received). sending onStop. com.instagram.android/com.instagram.util.offline.BackgroundWifiPrefetcherJobService jId=2131296539, u0
12-20 13:29:22.938: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1320, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 13:29:22.943: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1322, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 13:29:53.189: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1323, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED] ]
12-20 13:29:53.581: E/ConnectivityService(905): RemoteException caught trying to send a callback msg for NetworkRequest [ id=1315, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
12-20 13:29:54.475: I/WindowState(905): WIN DEATH: Window{b7626af u0 com.VonBetelgeuse.ApollosOracle/com.unity3d.player.UnityPlayerActivity}
12-20 13:29:54.495: I/WindowState(905): WIN DEATH: null
12-20 13:29:54.564: E/libprocessgroup(905): failed to kill 1 processes for processgroup 25656
12-20 13:35:00.042: I/ProcessStatsService(905): Prepared write state in 11ms
12-20 14:29:04.656: D/JobSchedulerService(905): Receieved: android.intent.action.PACKAGE_REMOVED
12-20 14:30:05.126: E/KernelUidCpuTimeReader(905): Malformed cpu data for UID=10045!
12-20 14:30:05.126: E/KernelUidCpuTimeReader(905): Time between reads: +1m11s371ms
12-20 14:30:05.126: E/KernelUidCpuTimeReader(905): Previous times: u=+49s810ms s=+9s560ms p=0mAms
12-20 14:30:05.126: E/KernelUidCpuTimeReader(905): Current times: u=+1s510ms s=+280ms p=0mAms
12-20 14:30:05.126: E/KernelUidCpuTimeReader(905): Delta: u=-48s300ms s=-9s280ms p=0mAms
12-20 14:30:05.174: E/KernelUidCpuTimeReader(905): Malformed cpu data for UID=10044!
12-20 14:30:05.174: E/KernelUidCpuTimeReader(905): Time between reads: +1m11s371ms
12-20 14:30:05.174: E/KernelUidCpuTimeReader(905): Previous times: u=+140ms s=+110ms p=0mAms
12-20 14:30:05.174: E/KernelUidCpuTimeReader(905): Current times: u=+70ms s=+40ms p=0mAms
12-20 14:30:05.174: E/KernelUidCpuTimeReader(905): Delta: u=-70ms s=-70ms p=0mAms