Skip to content

Instantly share code, notes, and snippets.

@yringler
Created June 24, 2019 14:23
Show Gist options
  • Save yringler/d3dcb35e494041946db6108ec77b37ba to your computer and use it in GitHub Desktop.
Save yringler/d3dcb35e494041946db6108ec77b37ba to your computer and use it in GitHub Desktop.
flutter debug crash adb logcat
--------- beginning of crash
06-19 12:01:03.200 11159 11159 E AndroidRuntime: FATAL EXCEPTION: main
06-19 12:01:03.200 11159 11159 E AndroidRuntime: Process: org.chabad.history, PID: 11159
06-19 12:01:03.200 11159 11159 E AndroidRuntime: java.lang.RuntimeException: Unable to start receiver org.chabad.history.receivers.DailyNotification: org.chabad.history.crash.exception.ApplicationException: Error executing in TimeNotification.
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3345)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at android.app.ActivityThread.-wrap17(Unknown Source:0)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1750)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6695)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:772)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: Caused by: org.chabad.history.crash.exception.ApplicationException: Error executing in TimeNotification.
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at org.chabad.history.receivers.TimeNotification.onReceive(TimeNotification.java:43)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3338)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: ... 8 more
06-19 12:01:03.200 11159 11159 E AndroidRuntime: Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at java.util.ArrayList.get(ArrayList.java:437)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at org.chabad.history.receivers.DailyNotification.getNotificationData(DailyNotification.java:74)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: at org.chabad.history.receivers.TimeNotification.onReceive(TimeNotification.java:40)
06-19 12:01:03.200 11159 11159 E AndroidRuntime: ... 9 more
06-20 08:08:20.620 15585 15585 E AndroidRuntime: FATAL EXCEPTION: main
06-20 08:08:20.620 15585 15585 E AndroidRuntime: Process: com.read.app, PID: 15585
06-20 08:08:20.620 15585 15585 E AndroidRuntime: java.lang.RuntimeException: Unable to destroy activity {com.read.app/com.appyet.activity.WebBrowserActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.appyet.f.b.a(int)' on a null object reference
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:4547)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:4565)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at android.app.ActivityThread.-wrap5(Unknown Source:0)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1727)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6695)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:772)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.appyet.f.b.a(int)' on a null object reference
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at com.appyet.activity.WebBrowserActivity.onDestroy(WebBrowserActivity.java:952)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at android.app.Activity.performDestroy(Activity.java:7191)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at android.app.Instrumentation.callActivityOnDestroy(Instrumentation.java:1270)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:4534)
06-20 08:08:20.620 15585 15585 E AndroidRuntime: ... 9 more
06-20 13:46:08.155 16176 16199 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #1
06-20 13:46:08.155 16176 16199 E AndroidRuntime: Process: com.rocketouch.CRCKosher2013, PID: 16176
06-20 13:46:08.155 16176 16199 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at android.os.AsyncTask$3.done(AsyncTask.java:353)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:271)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at java.lang.Thread.run(Thread.java:764)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at org.json.JSONTokener.nextCleanInternal(JSONTokener.java:116)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at org.json.JSONTokener.nextValue(JSONTokener.java:94)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at org.json.JSONArray.<init>(JSONArray.java:92)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at org.json.JSONArray.<init>(JSONArray.java:108)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at com.tribextech.crckosher.api.JsonParsing.parseItems(JsonParsing.java:23)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at com.tribextech.crckosher.fetch.FetchItems.ConvertJsonToItems(FetchItems.java:106)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at com.tribextech.crckosher.fetch.FetchItems.RetrieveItems(FetchItems.java:155)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at com.tribextech.crckosher.sync.SyncTasks.syncDatabase(SyncTasks.java:43)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at com.tribextech.crckosher.sync.SyncTasks.executeTask(SyncTasks.java:34)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at com.tribextech.crckosher.sync.CrCSyncFirebaseJobService$1.doInBackground(CrCSyncFirebaseJobService.java:27)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at android.os.AsyncTask$2.call(AsyncTask.java:333)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-20 13:46:08.155 16176 16199 E AndroidRuntime: ... 4 more
--------- beginning of system
06-23 17:38:24.659 725 878 I chatty : uid=1000(system) EventThread expire 30 lines
06-23 17:38:27.366 1627 1638 I chatty : uid=1000(system) Binder:1627_2 expire 13 lines
06-23 17:41:33.363 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 17:42:19.147 1627 3162 I chatty : uid=1000(system) Binder:1627_D expire 10 lines
06-23 17:42:19.335 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 17:42:19.494 10017 10017 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 17:42:19.648 10017 10017 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 17:42:19.655 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 11 lines
06-23 17:42:19.787 1627 1647 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-23 17:42:21.516 1627 1637 I chatty : uid=1000(system) Binder:1627_1 expire 11 lines
06-23 17:42:30.520 1627 1652 I chatty : uid=1000(system) android.fg expire 12 lines
06-23 17:42:55.854 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 17:43:16.660 9638 9638 W AlwaysOnHotwordDetector: startRecognition() failed with error code -110
06-23 17:43:16.766 1627 1654 I chatty : uid=1000(system) android.display expire 11 lines
06-23 17:43:17.275 1627 1627 I chatty : uid=1000 system_server expire 11 lines
06-23 17:43:18.245 2358 2358 V DeadZone: consuming errant click: (262.0,24.0)
06-23 17:43:21.638 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 70 lines
06-23 17:44:15.029 1627 1647 I chatty : uid=1000(system) ActivityManager expire 18 lines
06-23 17:45:20.248 1627 14424 I chatty : uid=1000(system) Binder:1627_1B expire 12 lines
06-23 17:48:12.233 1627 1646 I chatty : uid=1000(system) android.bg expire 10 lines
06-23 17:48:12.256 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 17:50:02.856 1627 1627 I chatty : uid=1000 system_server expire 22 lines
06-23 17:52:03.702 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 11 lines
06-23 17:52:03.705 1627 9232 I chatty : uid=1000(system) Binder:1627_19 expire 11 lines
06-23 17:52:03.819 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 17:52:28.056 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 17 lines
06-23 17:52:28.620 725 878 I chatty : uid=1000(system) EventThread expire 10 lines
06-23 17:54:29.935 20370 20460 E ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
06-23 17:54:33.306 1627 2161 I chatty : uid=1000(system) UEventObserver expire 10 lines
06-23 17:54:57.271 1627 1654 I chatty : uid=1000(system) android.display expire 10 lines
06-23 17:54:57.927 1627 14966 I chatty : uid=1000(system) Binder:1627_1C expire 10 lines
06-23 17:54:58.383 1627 3420 I chatty : uid=1000(system) Binder:1627_15 expire 11 lines
06-23 17:54:58.770 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-23 17:55:00.616 1627 3164 I chatty : uid=1000(system) Binder:1627_F expire 13 lines
06-23 17:55:26.989 1627 2225 I chatty : uid=1000(system) InputReader expire 11 lines
06-23 17:58:25.175 9638 2064 I AlwaysOnHotwordDetector: onDetected
06-23 17:58:33.640 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 17:58:33.650 1627 2615 I chatty : uid=1000(system) Binder:1627_9 expire 10 lines
06-23 17:58:34.004 9638 9638 W AlwaysOnHotwordDetector: startRecognition() failed with error code -22
06-23 17:58:45.148 1627 1647 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-23 17:58:45.166 1627 3162 I chatty : uid=1000(system) Binder:1627_D expire 12 lines
06-23 17:59:45.771 1627 1627 I chatty : uid=1000 system_server expire 11 lines
06-23 17:59:45.772 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 18:00:49.280 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 18:02:21.161 1627 1654 I chatty : uid=1000(system) android.display expire 15 lines
06-23 18:02:23.452 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 18:02:23.528 1627 1652 I chatty : uid=1000(system) android.fg expire 10 lines
06-23 18:02:23.620 1627 3183 I chatty : uid=1000(system) Binder:1627_10 expire 10 lines
06-23 18:02:23.691 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:02:23.757 1627 1627 I chatty : uid=1000 system_server expire 26 lines
06-23 18:02:23.772 1627 2157 I chatty : uid=1000(system) android.anim expire 11 lines
06-23 18:02:26.238 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 15 lines
06-23 18:02:33.198 725 878 I chatty : uid=1000(system) EventThread expire 17 lines
06-23 18:02:44.066 1627 1647 I chatty : uid=1000(system) ActivityManager expire 16 lines
06-23 18:03:19.175 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 18:03:32.835 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 20 lines
06-23 18:03:52.853 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 18:04:03.940 725 878 I chatty : uid=1000(system) EventThread expire 17 lines
06-23 18:04:04.330 1627 1654 I chatty : uid=1000(system) android.display expire 16 lines
06-23 18:04:06.213 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 26 lines
06-23 18:04:07.985 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-23 18:04:20.439 1627 2218 I chatty : uid=1000(system) HwBinder:1627_3 expire 9 lines
06-23 18:04:23.042 1627 9296 I chatty : uid=1000(system) Binder:1627_1A expire 10 lines
06-23 18:05:57.427 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 18:06:05.046 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 18:06:05.167 1627 1654 I chatty : uid=1000(system) android.display expire 14 lines
06-23 18:06:05.191 1627 1627 I chatty : uid=1000 system_server expire 15 lines
06-23 18:06:07.814 725 878 I chatty : uid=1000(system) EventThread expire 11 lines
06-23 18:06:09.702 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 28 lines
06-23 18:06:35.650 1627 1637 I chatty : uid=1000(system) Binder:1627_1 expire 24 lines
06-23 18:06:40.118 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-23 18:06:41.270 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 16 lines
06-23 18:06:43.554 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 18:06:44.688 1627 3164 I chatty : uid=1000(system) Binder:1627_F expire 22 lines
06-23 18:06:49.487 1627 1627 I chatty : uid=1000 system_server expire 15 lines
06-23 18:06:51.645 1627 1648 I chatty : uid=1000(system) android.ui expire 10 lines
06-23 18:06:51.682 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 18:07:21.412 1627 1652 I chatty : uid=1000(system) android.fg expire 11 lines
06-23 18:07:23.329 1627 1647 I chatty : uid=1000(system) ActivityManager expire 11 lines
06-23 18:07:23.920 1627 2389 I chatty : uid=1000(system) Binder:1627_5 expire 12 lines
06-23 18:07:30.711 725 878 I chatty : uid=1000(system) EventThread expire 20 lines
06-23 18:07:30.797 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 14 lines
06-23 18:07:32.756 1627 2615 I chatty : uid=1000(system) Binder:1627_9 expire 11 lines
06-23 18:07:35.381 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:07:35.425 1627 9232 I chatty : uid=1000(system) Binder:1627_19 expire 11 lines
06-23 18:07:35.888 1627 1654 I chatty : uid=1000(system) android.display expire 13 lines
06-23 18:07:36.149 1627 1627 I chatty : uid=1000 system_server expire 11 lines
06-23 18:09:06.465 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:09:10.730 1627 1647 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-23 18:09:14.604 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 33 lines
06-23 18:09:37.353 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 18:09:38.478 1627 17346 I chatty : uid=1000(system) Binder:1627_20 expire 10 lines
06-23 18:09:42.930 1627 1654 I chatty : uid=1000(system) android.display expire 17 lines
06-23 18:10:00.300 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 11 lines
06-23 18:10:54.992 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:11:02.171 725 878 I chatty : uid=1000(system) EventThread expire 11 lines
06-23 18:11:02.924 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 11 lines
06-23 18:11:24.215 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:11:32.370 1627 1654 I chatty : uid=1000(system) android.display expire 14 lines
06-23 18:12:11.590 1627 1627 I chatty : uid=1000 system_server expire 27 lines
06-23 18:12:11.955 1627 3162 I chatty : uid=1000(system) Binder:1627_D expire 12 lines
06-23 18:12:20.109 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 10 lines
06-23 18:12:27.066 10017 10017 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 18:12:28.742 2358 2358 V DeadZone: consuming errant click: (618.0,41.0)
06-23 18:12:32.329 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-23 18:12:32.344 1627 1654 I chatty : uid=1000(system) android.display expire 27 lines
06-23 18:12:59.806 725 878 I chatty : uid=1000(system) EventThread expire 24 lines
06-23 18:13:04.403 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 18:13:05.573 1627 3063 I chatty : uid=1000(system) Binder:1627_A expire 10 lines
06-23 18:13:18.851 1627 2161 I chatty : uid=1000(system) UEventObserver expire 12 lines
06-23 18:13:56.923 1627 1647 I chatty : uid=1000(system) ActivityManager expire 15 lines
06-23 18:14:02.488 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 10 lines
06-23 18:14:47.514 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 18:14:50.460 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 32 lines
06-23 18:15:19.210 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 10 lines
06-23 18:15:32.427 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:15:32.468 1627 15699 I chatty : uid=1000(system) Binder:1627_1E expire 10 lines
06-23 18:16:03.978 1627 2375 I chatty : uid=1000(system) Binder:1627_4 expire 10 lines
06-23 18:16:16.269 1627 2225 I chatty : uid=1000(system) InputReader expire 11 lines
06-23 18:16:16.740 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 18 lines
06-23 18:17:22.493 9638 9655 I AlwaysOnHotwordDetector: onDetected
06-23 18:17:25.668 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-23 18:17:25.672 1627 1654 I chatty : uid=1000(system) android.display expire 10 lines
06-23 18:17:25.910 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 12 lines
06-23 18:17:31.736 725 878 I chatty : uid=1000(system) EventThread expire 13 lines
06-23 18:18:03.846 1627 1627 I chatty : uid=1000 system_server expire 11 lines
06-23 18:18:17.648 9638 9655 I AlwaysOnHotwordDetector: onDetected
06-23 18:19:16.964 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:19:16.978 1627 2614 I chatty : uid=1000(system) Binder:1627_8 expire 12 lines
06-23 18:19:17.575 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 14 lines
06-23 18:19:17.578 1627 1654 I chatty : uid=1000(system) android.display expire 12 lines
06-23 18:19:31.021 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 18:19:31.538 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:19:38.428 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 12 lines
06-23 18:19:59.811 1627 1627 I chatty : uid=1000 system_server expire 12 lines
06-23 18:19:59.812 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:20:00.245 725 878 I chatty : uid=1000(system) EventThread expire 14 lines
06-23 18:20:01.501 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 13 lines
06-23 18:20:30.384 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-23 18:20:32.155 1627 1652 I chatty : uid=1000(system) android.fg expire 10 lines
06-23 18:20:35.262 1627 1647 I chatty : uid=1000(system) ActivityManager expire 11 lines
06-23 18:20:35.329 1627 9296 I chatty : uid=1000(system) Binder:1627_1A expire 15 lines
06-23 18:21:04.382 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:21:37.931 1627 1654 I chatty : uid=1000(system) android.display expire 17 lines
06-23 18:21:41.936 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 16 lines
06-23 18:21:42.177 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 12 lines
06-23 18:22:34.171 1627 1627 I chatty : uid=1000 system_server expire 16 lines
06-23 18:22:34.191 1627 3185 I chatty : uid=1000(system) Binder:1627_12 expire 18 lines
06-23 18:22:53.526 9638 9655 I AlwaysOnHotwordDetector: onDetected
06-23 18:22:54.690 1627 8554 I chatty : uid=1000(system) Binder:1627_18 expire 18 lines
06-23 18:22:55.548 1627 1654 I chatty : uid=1000(system) android.display expire 18 lines
06-23 18:22:57.381 725 878 I chatty : uid=1000(system) EventThread expire 16 lines
06-23 18:22:59.522 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 18 lines
06-23 18:23:23.299 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 18 lines
06-23 18:23:35.506 1627 1627 I chatty : uid=1000 system_server expire 10 lines
06-23 18:23:35.508 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:23:38.336 9638 9655 I AlwaysOnHotwordDetector: onDetected
06-23 18:23:43.289 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:25:12.373 1627 3064 I chatty : uid=1000(system) Binder:1627_B expire 11 lines
06-23 18:25:13.269 1627 2306 I chatty : uid=1000(system) ConnectivitySer expire 15 lines
06-23 18:25:38.437 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:25:49.357 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:26:10.666 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:26:11.780 9638 17545 I AlwaysOnHotwordDetector: onRecognitionResumed
06-23 18:26:15.831 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:26:24.277 1627 1654 I chatty : uid=1000(system) android.display expire 16 lines
06-23 18:26:28.239 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 16 lines
06-23 18:26:30.130 725 878 I chatty : uid=1000(system) EventThread expire 12 lines
06-23 18:26:49.213 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 10 lines
06-23 18:26:55.020 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:26:57.441 1627 3162 I chatty : uid=1000(system) Binder:1627_D expire 11 lines
06-23 18:27:47.829 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:27:47.899 1627 1654 I chatty : uid=1000(system) android.display expire 10 lines
06-23 18:27:51.862 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-23 18:27:54.319 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:27:57.438 725 878 I chatty : uid=1000(system) EventThread expire 14 lines
06-23 18:28:09.248 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 12 lines
06-23 18:28:15.558 1627 1627 I chatty : uid=1000 system_server expire 14 lines
06-23 18:28:15.559 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:28:27.691 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:28:33.997 1627 1654 I chatty : uid=1000(system) android.display expire 24 lines
06-23 18:28:37.957 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 24 lines
06-23 18:29:31.081 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 18 lines
06-23 18:29:38.268 725 878 I chatty : uid=1000(system) EventThread expire 16 lines
06-23 18:30:04.697 1627 2161 I chatty : uid=1000(system) UEventObserver expire 13 lines
06-23 18:30:16.591 1627 1647 I chatty : uid=1000(system) ActivityManager expire 11 lines
06-23 18:30:38.364 1627 1646 I chatty : uid=1000(system) android.bg expire 13 lines
06-23 18:30:38.416 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:30:38.513 1627 1654 I chatty : uid=1000(system) android.display expire 22 lines
06-23 18:30:42.475 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 22 lines
06-23 18:30:49.261 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:31:29.777 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:31:30.936 1627 3063 I chatty : uid=1000(system) Binder:1627_A expire 10 lines
06-23 18:33:09.565 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:33:13.465 1627 1654 I chatty : uid=1000(system) android.display expire 13 lines
06-23 18:33:20.091 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 13 lines
06-23 18:33:48.613 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:34:08.599 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:34:09.747 9638 17545 I AlwaysOnHotwordDetector: onRecognitionResumed
06-23 18:34:40.743 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:34:40.747 1627 1627 I chatty : uid=1000 system_server expire 10 lines
06-23 18:34:41.212 10017 10017 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 18:34:41.621 1627 14424 I chatty : uid=1000(system) Binder:1627_1B expire 10 lines
06-23 18:34:46.994 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 14 lines
06-23 18:34:47.425 1627 1647 I chatty : uid=1000(system) ActivityManager expire 14 lines
06-23 18:34:47.738 23917 23917 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider
06-23 18:34:49.559 2358 2358 V DeadZone: consuming errant click: (539.0,85.0)
06-23 18:34:52.944 725 878 I chatty : uid=1000(system) EventThread expire 10 lines
06-23 18:36:15.026 2358 2358 V DeadZone: consuming errant click: (272.0,9.0)
06-23 18:36:16.333 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 12 lines
06-23 18:36:18.708 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-23 18:36:18.829 1627 1654 I chatty : uid=1000(system) android.display expire 14 lines
06-23 18:36:31.351 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:36:48.302 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 18:36:48.342 1627 1652 I chatty : uid=1000(system) android.fg expire 15 lines
06-23 18:36:48.342 1627 1627 I chatty : uid=1000 system_server expire 63 lines
06-23 18:36:51.252 1627 1638 I chatty : uid=1000(system) Binder:1627_2 expire 27 lines
06-23 18:36:54.518 2358 2358 V DeadZone: consuming errant click: (546.0,77.0)
06-23 18:36:55.994 1627 1647 I chatty : uid=1000(system) ActivityManager expire 17 lines
06-23 18:36:56.833 1627 1654 I chatty : uid=1000(system) android.display expire 21 lines
06-23 18:36:56.835 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 13 lines
06-23 18:36:58.075 725 878 I chatty : uid=1000(system) EventThread expire 12 lines
06-23 18:36:58.857 1627 15699 I chatty : uid=1000(system) Binder:1627_1E expire 10 lines
06-23 18:36:59.062 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 34 lines
06-23 18:37:02.690 1627 3424 I chatty : uid=1000(system) Binder:1627_16 expire 10 lines
06-23 18:37:08.554 1627 24842 I chatty : uid=1000 system_server expire 2 lines
06-23 18:37:46.554 1627 2443 I chatty : uid=1000(system) Binder:1627_7 expire 14 lines
06-23 18:37:51.543 1627 3164 I chatty : uid=1000(system) Binder:1627_F expire 14 lines
06-23 18:38:24.391 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 18:38:24.412 725 878 I chatty : uid=1000(system) EventThread expire 11 lines
06-23 18:38:24.415 1627 3163 I chatty : uid=1000(system) Binder:1627_E expire 16 lines
06-23 18:38:24.458 1627 15499 I chatty : uid=1000(system) Binder:1627_1D expire 12 lines
06-23 18:38:25.885 9638 13105 I AlwaysOnHotwordDetector: onRecognitionPaused
06-23 18:38:29.938 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 10 lines
06-23 18:38:29.968 9638 13105 I AlwaysOnHotwordDetector: onRecognitionResumed
06-23 18:38:31.804 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 16 lines
06-23 18:38:45.964 1627 1647 I chatty : uid=1000(system) ActivityManager expire 13 lines
06-23 18:38:47.130 1627 1627 I chatty : uid=1000 system_server expire 16 lines
06-23 18:39:12.267 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 18:39:12.414 1627 1654 I chatty : uid=1000(system) android.display expire 18 lines
06-23 18:39:12.607 1627 1627 I chatty : uid=1000 system_server expire 11 lines
06-23 18:39:13.008 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 16 lines
06-23 18:39:13.925 1627 9296 I chatty : uid=1000(system) Binder:1627_1A expire 11 lines
06-23 18:39:22.778 1627 2225 I chatty : uid=1000(system) InputReader expire 10 lines
06-23 18:39:23.223 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 16 lines
06-23 18:39:23.320 1627 1652 I chatty : uid=1000(system) android.fg expire 10 lines
06-23 18:39:28.551 1627 3184 I chatty : uid=1000(system) Binder:1627_11 expire 12 lines
06-23 18:41:29.685 1627 3420 I chatty : uid=1000(system) Binder:1627_15 expire 13 lines
06-23 18:42:30.101 1627 1646 I chatty : uid=1000(system) android.bg expire 12 lines
06-23 18:42:30.189 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:42:48.439 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:42:49.588 1627 1647 I chatty : uid=1000(system) ActivityManager expire 15 lines
06-23 18:42:49.592 1627 1627 I chatty : uid=1000 system_server expire 23 lines
06-23 18:42:50.662 1627 7088 I chatty : uid=1000(system) Binder:1627_17 expire 18 lines
06-23 18:42:52.012 725 878 I chatty : uid=1000(system) EventThread expire 13 lines
06-23 18:42:52.246 1627 2389 I chatty : uid=1000(system) Binder:1627_5 expire 13 lines
06-23 18:42:53.195 1627 2416 I chatty : uid=1000(system) Binder:1627_6 expire 11 lines
06-23 18:45:58.884 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:45:59.824 1627 3185 I chatty : uid=1000(system) Binder:1627_12 expire 15 lines
06-23 18:46:06.150 1627 1627 I chatty : uid=1000 system_server expire 12 lines
06-23 18:46:06.153 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:46:35.364 1627 25912 I chatty : uid=1000 system_server expire 5 lines
06-23 18:47:15.819 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:47:43.170 1627 1647 I chatty : uid=1000(system) ActivityManager expire 20 lines
06-23 18:51:01.020 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:51:01.290 1627 1638 I chatty : uid=1000(system) Binder:1627_2 expire 10 lines
06-23 18:51:12.269 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:51:54.133 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 18:51:54.289 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:51:55.009 1627 1660 I chatty : uid=1000(system) HwBinder:1627_1 expire 11 lines
06-23 18:51:55.372 1627 3064 I chatty : uid=1000(system) Binder:1627_B expire 14 lines
06-23 18:51:55.874 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-23 18:51:56.515 1627 1627 I chatty : uid=1000 system_server expire 17 lines
06-23 18:51:56.965 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-23 18:51:57.026 1627 1654 I chatty : uid=1000(system) android.display expire 14 lines
06-23 18:51:57.031 1627 1652 I chatty : uid=1000(system) android.fg expire 15 lines
06-23 18:51:57.270 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 12 lines
06-23 18:52:17.003 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:54:35.712 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 18:55:14.004 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:55:59.164 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 18:56:09.542 1627 1627 I chatty : uid=1000 system_server expire 18 lines
06-23 18:56:09.542 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 18:56:11.315 9638 17545 I AlwaysOnHotwordDetector: onRecognitionPaused
06-23 18:56:23.977 9638 13105 I AlwaysOnHotwordDetector: onRecognitionResumed
06-23 18:56:27.293 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 14 lines
06-23 18:57:36.198 1627 1654 I chatty : uid=1000(system) android.display expire 16 lines
06-23 18:57:38.634 1627 1627 I chatty : uid=1000 system_server expire 10 lines
06-23 18:57:38.635 9638 13105 I AlwaysOnHotwordDetector: onRecognitionPaused
06-23 18:57:44.980 9638 13105 I AlwaysOnHotwordDetector: onRecognitionResumed
06-23 18:57:45.995 1627 1647 I chatty : uid=1000(system) ActivityManager expire 13 lines
06-23 18:57:46.472 9638 13105 I AlwaysOnHotwordDetector: onRecognitionPaused
06-23 18:57:56.706 9638 13105 I AlwaysOnHotwordDetector: onRecognitionResumed
06-23 18:58:00.453 725 878 I chatty : uid=1000(system) EventThread expire 14 lines
06-23 18:58:25.258 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 18:58:25.378 1627 1627 I chatty : uid=1000 system_server expire 16 lines
06-23 18:58:26.894 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 10 lines
06-23 18:58:26.945 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 12 lines
06-23 18:58:27.632 1627 2225 I chatty : uid=1000(system) InputReader expire 13 lines
06-23 18:58:27.799 1627 9232 I chatty : uid=1000(system) Binder:1627_19 expire 10 lines
06-23 18:58:28.102 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-23 18:59:21.680 1627 7088 I chatty : uid=1000(system) Binder:1627_17 expire 16 lines
06-23 19:00:01.990 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 19:00:11.283 1095 1371 E NetlinkListener: recvmsg failed (No buffer space available)
06-23 19:00:24.455 1627 1627 I chatty : uid=1000 system_server expire 14 lines
06-23 19:01:04.936 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 10 lines
06-23 19:01:28.767 1627 1646 I chatty : uid=1000(system) android.bg expire 10 lines
06-23 19:01:28.787 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 19:03:32.218 1627 9296 I chatty : uid=1000(system) Binder:1627_1A expire 12 lines
06-23 19:03:32.394 1627 2161 I chatty : uid=1000(system) UEventObserver expire 10 lines
06-23 19:06:47.801 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 19:07:35.360 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 19:07:53.536 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 19:07:53.603 1627 1638 I chatty : uid=1000(system) Binder:1627_2 expire 14 lines
06-23 19:07:53.758 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 19:07:53.930 1627 1647 I chatty : uid=1000(system) ActivityManager expire 12 lines
06-23 19:07:55.954 1627 1627 I chatty : uid=1000 system_server expire 16 lines
06-23 19:08:00.371 1627 1654 I chatty : uid=1000(system) android.display expire 23 lines
06-23 19:08:04.335 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-23 19:09:13.670 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-23 19:09:16.085 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-23 19:09:50.982 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 19:11:07.792 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 19:11:45.787 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 19:12:13.585 1627 16837 I chatty : uid=1000(system) Binder:1627_1F expire 11 lines
06-23 19:12:36.225 1627 1647 I chatty : uid=1000(system) ActivityManager expire 17 lines
06-23 19:12:36.230 1627 1627 I chatty : uid=1000 system_server expire 11 lines
06-23 19:12:36.409 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 android.content.ContextWrapper.sendBroadcast:431 com.motorola.thermalservice.BatteryTempPolicy.sendVZWQualityDataIntent:185 com.motorola.thermalservice.BatteryTempPolicy.updateBatteryTemp:126 com.motorola.thermalservice.BatteryTempPolicy.-wrap4:0
06-23 19:12:36.818 1627 15499 I chatty : uid=1000(system) Binder:1627_1D expire 17 lines
06-23 19:12:37.195 1627 3164 I chatty : uid=1000(system) Binder:1627_F expire 10 lines
06-23 19:12:37.762 1627 3064 I chatty : uid=1000(system) Binder:1627_B expire 11 lines
06-23 19:12:37.892 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 13 lines
06-23 19:12:39.033 1627 3424 I chatty : uid=1000(system) Binder:1627_16 expire 14 lines
06-23 19:12:39.085 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 19:12:39.096 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 19:12:39.142 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 19:12:41.176 1627 2237 I chatty : uid=1000(system) Binder:1627_3 expire 15 lines
06-23 19:12:42.009 1627 3208 I chatty : uid=1000(system) Binder:1627_14 expire 13 lines
06-23 19:12:44.010 1627 3184 I chatty : uid=1000(system) Binder:1627_11 expire 10 lines
06-23 19:12:45.858 1627 1652 I chatty : uid=1000(system) android.fg expire 11 lines
06-23 19:13:38.930 1627 2161 I chatty : uid=1000(system) UEventObserver expire 13 lines
06-23 19:21:48.837 28271 28271 D ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
06-23 19:21:59.750 1627 1627 I chatty : uid=1000 system_server expire 19 lines
06-23 19:21:59.751 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:22:00.892 9638 17545 I AlwaysOnHotwordDetector: onRecognitionResumed
06-23 19:23:44.535 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:24:18.599 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 19:25:17.381 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:25:43.661 1627 2886 I chatty : uid=1000(system) backup expire 36 lines
06-23 19:26:04.416 1627 2306 I chatty : uid=1000(system) ConnectivitySer expire 10 lines
06-23 19:26:14.291 1627 2161 I chatty : uid=1000(system) UEventObserver expire 10 lines
06-23 19:26:25.881 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 19:26:32.519 1627 1647 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-23 19:26:32.727 28628 28628 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider
06-23 19:26:34.377 1627 1654 I chatty : uid=1000(system) android.display expire 10 lines
06-23 19:26:40.466 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-23 19:26:53.168 725 878 I chatty : uid=1000(system) EventThread expire 10 lines
06-23 19:26:55.082 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 15 lines
06-23 19:28:18.022 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:28:32.114 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 19:28:42.476 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 19:29:33.472 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:29:35.561 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:29:36.339 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 10 lines
06-23 19:30:38.690 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:32:17.636 1627 7088 I chatty : uid=1000(system) Binder:1627_17 expire 14 lines
06-23 19:32:52.894 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:33:52.242 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 19:34:42.399 1627 2161 I chatty : uid=1000(system) UEventObserver expire 11 lines
06-23 19:34:49.166 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 19:36:13.547 1627 1627 I chatty : uid=1000 system_server expire 11 lines
06-23 19:36:13.549 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:37:16.056 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 19:37:35.206 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 19:38:49.675 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 19:40:51.642 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:43:14.627 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 19:43:43.353 1627 2161 I chatty : uid=1000(system) UEventObserver expire 21 lines
06-23 19:45:00.446 1627 1647 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-23 19:45:29.429 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 19:45:35.853 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 10 lines
06-23 19:45:46.003 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:49:58.865 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:50:07.112 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 19:50:33.692 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 19:52:53.006 1627 1627 I chatty : uid=1000 system_server expire 12 lines
06-23 19:52:53.007 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 19:56:35.831 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 19:56:36.882 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 18 lines
06-23 20:00:25.904 1627 1638 I chatty : uid=1000(system) Binder:1627_2 expire 22 lines
06-23 20:00:28.219 30093 30093 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider
06-23 20:00:34.360 1627 2375 I chatty : uid=1000(system) Binder:1627_4 expire 11 lines
06-23 20:00:34.461 1627 1654 I chatty : uid=1000(system) android.display expire 15 lines
06-23 20:00:41.181 30475 30475 D ActivityThread: Loading provider media: com.android.providers.media.MediaProvider
06-23 20:00:42.517 30475 30475 D ActivityThread: Loading provider downloads: com.android.providers.downloads.DownloadProvider
06-23 20:00:46.187 1627 2161 I chatty : uid=1000(system) UEventObserver expire 13 lines
06-23 20:00:47.393 1627 2443 I chatty : uid=1000(system) Binder:1627_7 expire 12 lines
06-23 20:00:49.538 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 22 lines
06-23 20:00:50.318 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 14 lines
06-23 20:00:52.807 725 878 I chatty : uid=1000(system) EventThread expire 14 lines
06-23 20:00:56.694 1627 30689 I chatty : uid=1000 system_server expire 2 lines
06-23 20:00:56.742 1627 1627 I chatty : uid=1000 system_server expire 20 lines
06-23 20:00:57.984 1627 9296 I chatty : uid=1000(system) Binder:1627_1A expire 11 lines
06-23 20:01:20.638 1627 1647 I chatty : uid=1000(system) ActivityManager expire 13 lines
06-23 20:01:31.103 1627 2389 I chatty : uid=1000(system) Binder:1627_5 expire 10 lines
06-23 20:02:23.677 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 10 lines
06-23 20:07:38.015 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 20:08:57.122 1627 1646 I chatty : uid=1000(system) android.bg expire 11 lines
06-23 20:11:32.829 1627 2161 I chatty : uid=1000(system) UEventObserver expire 14 lines
06-23 20:11:47.550 1627 14966 I chatty : uid=1000(system) Binder:1627_1C expire 12 lines
06-23 20:11:56.399 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 18 lines
06-23 20:13:19.277 1627 2615 I chatty : uid=1000(system) Binder:1627_9 expire 20 lines
06-23 20:13:42.606 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 20:16:08.283 725 878 I chatty : uid=1000(system) EventThread expire 12 lines
06-23 20:16:32.712 2358 2358 V DeadZone: consuming errant click: (531.0,24.0)
06-23 20:16:52.891 1627 1627 I chatty : uid=1000 system_server expire 12 lines
06-23 20:16:53.038 1627 1647 I chatty : uid=1000(system) ActivityManager expire 15 lines
06-23 20:16:54.026 1627 1654 I chatty : uid=1000(system) android.display expire 10 lines
06-23 20:16:55.941 1627 3064 I chatty : uid=1000(system) Binder:1627_B expire 10 lines
06-23 20:16:57.135 32434 32434 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider
06-23 20:17:19.028 1627 2172 I chatty : uid=1000(system) AlarmManager expire 6 lines
06-23 20:17:19.046 1627 3063 I chatty : uid=1000(system) Binder:1627_A expire 12 lines
06-23 20:17:56.289 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 20:17:57.445 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 10 lines
06-23 20:18:36.332 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 16 lines
06-23 20:19:24.946 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 20:20:20.922 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 20:21:35.961 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 14 lines
06-23 20:21:56.190 1627 7088 I chatty : uid=1000(system) Binder:1627_17 expire 11 lines
06-23 20:22:06.206 1627 3153 I chatty : uid=1000(system) Binder:1627_C expire 12 lines
06-23 20:22:49.666 1627 2161 I chatty : uid=1000(system) UEventObserver expire 11 lines
06-23 20:23:52.305 1627 15699 I chatty : uid=1000(system) Binder:1627_1E expire 12 lines
06-23 20:24:16.415 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 20:24:17.544 1627 3185 I chatty : uid=1000(system) Binder:1627_12 expire 10 lines
06-23 20:24:17.589 9638 13105 I AlwaysOnHotwordDetector: onRecognitionResumed
06-23 20:25:54.512 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 20:25:55.648 9638 13105 I AlwaysOnHotwordDetector: onRecognitionResumed
06-23 20:26:06.118 1047 1285 E ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
06-23 20:26:55.177 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-23 20:26:55.208 1627 1627 I chatty : uid=1000 system_server expire 22 lines
06-23 20:27:50.007 1627 2614 I chatty : uid=1000(system) Binder:1627_8 expire 16 lines
06-23 20:31:42.342 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 20:31:51.107 1627 2161 I chatty : uid=1000(system) UEventObserver expire 19 lines
06-23 20:32:18.144 1627 3183 I chatty : uid=1000(system) Binder:1627_10 expire 12 lines
06-23 20:32:52.887 1627 3184 I chatty : uid=1000(system) Binder:1627_11 expire 10 lines
06-23 20:32:53.438 725 878 I chatty : uid=1000(system) EventThread expire 10 lines
06-23 20:33:10.303 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 16 lines
06-23 20:33:17.409 1627 15499 I chatty : uid=1000(system) Binder:1627_1D expire 10 lines
06-23 20:33:46.642 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 20:33:47.734 1627 3208 I chatty : uid=1000(system) Binder:1627_14 expire 12 lines
06-23 20:33:47.776 9638 13105 I AlwaysOnHotwordDetector: onRecognitionResumed
06-23 20:33:54.118 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 20:34:48.984 1627 1647 I chatty : uid=1000(system) ActivityManager expire 15 lines
06-23 20:34:48.988 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 20:34:49.119 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 20:38:31.342 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 android.content.ContextWrapper.sendBroadcast:431 com.motorola.thermalservice.BatteryTempPolicy.sendVZWQualityDataIntent:185 com.motorola.thermalservice.BatteryTempPolicy.updateBatteryTemp:126 com.motorola.thermalservice.BatteryTempPolicy.-wrap4:0
06-23 20:38:31.527 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 20:38:31.968 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 10 lines
06-23 20:38:32.460 1627 1652 I chatty : uid=1000(system) android.fg expire 11 lines
06-23 20:38:36.266 1627 1654 I chatty : uid=1000(system) android.display expire 24 lines
06-23 20:39:00.006 1627 1627 I chatty : uid=1000 system_server expire 13 lines
06-23 20:39:02.780 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 android.content.ContextWrapper.sendBroadcast:431 com.motorola.thermalservice.BatteryTempPolicy.sendVZWQualityDataIntent:185 com.motorola.thermalservice.BatteryTempPolicy.updateBatteryTemp:126 com.motorola.thermalservice.BatteryTempPolicy.-wrap4:0
06-23 20:39:02.800 1627 2161 I chatty : uid=1000(system) UEventObserver expire 21 lines
06-23 20:39:03.077 1627 8554 I chatty : uid=1000(system) Binder:1627_18 expire 13 lines
06-23 20:39:03.958 1627 1647 I chatty : uid=1000(system) ActivityManager expire 24 lines
06-23 20:39:03.961 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 20:39:05.247 1627 2821 I chatty : uid=1000(system) pool-6-thread-3 expire 4 lines
06-23 20:39:05.519 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 11 lines
06-23 20:39:05.627 1627 2850 I chatty : uid=1000(system) Signal Catcher expire 4 lines
06-23 20:39:05.687 1627 3184 I chatty : uid=1000(system) Binder:1627_11 expire 11 lines
06-23 20:39:05.811 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 20:39:07.460 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-23 20:39:28.089 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 20:40:39.174 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 20:40:40.338 1627 9232 I chatty : uid=1000(system) Binder:1627_19 expire 5 lines
06-23 20:40:41.895 1627 1627 I chatty : uid=1000 system_server expire 14 lines
06-23 20:40:41.896 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 20:43:39.887 9638 9654 I AlwaysOnHotwordDetector: onDetected
06-23 20:45:49.653 1627 1647 I chatty : uid=1000(system) ActivityManager expire 12 lines
06-23 20:53:06.954 1627 2161 I chatty : uid=1000(system) UEventObserver expire 25 lines
06-23 20:53:48.366 725 878 I chatty : uid=1000(system) EventThread expire 15 lines
06-23 20:53:49.849 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 11 lines
06-23 20:53:54.349 1627 15699 I chatty : uid=1000(system) Binder:1627_1E expire 11 lines
06-23 20:53:54.607 1627 14424 I chatty : uid=1000(system) Binder:1627_1B expire 11 lines
06-23 20:54:00.252 9638 9654 I AlwaysOnHotwordDetector: onDetected
06-23 20:54:03.971 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 103 lines
06-23 20:55:57.440 1627 2157 I chatty : uid=1000(system) android.anim expire 2 lines
06-23 20:56:05.323 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 10 lines
06-23 20:56:08.628 1627 2614 I chatty : uid=1000(system) Binder:1627_8 expire 10 lines
06-23 20:56:11.528 1627 1654 I chatty : uid=1000(system) android.display expire 12 lines
06-23 20:56:17.636 1627 1647 I chatty : uid=1000(system) ActivityManager expire 12 lines
06-23 20:56:31.661 1627 2615 I chatty : uid=1000(system) Binder:1627_9 expire 11 lines
06-23 20:56:45.024 2358 2358 V DeadZone: consuming errant click: (844.0,20.0)
06-23 20:56:51.493 725 878 I chatty : uid=1000(system) EventThread expire 20 lines
06-23 20:56:53.402 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 20 lines
06-23 20:58:05.701 1627 1637 I chatty : uid=1000(system) Binder:1627_1 expire 10 lines
06-23 20:58:14.099 1627 1627 I chatty : uid=1000 system_server expire 11 lines
06-23 20:58:14.101 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 20:58:15.560 1627 15699 I chatty : uid=1000(system) Binder:1627_1E expire 14 lines
06-23 20:58:21.249 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 47 lines
06-23 20:58:22.880 1627 14966 I chatty : uid=1000(system) Binder:1627_1C expire 10 lines
06-23 21:00:40.980 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 15 lines
06-23 21:00:41.144 1627 1654 I chatty : uid=1000(system) android.display expire 10 lines
06-23 21:00:42.542 1627 1660 I chatty : uid=1000(system) HwBinder:1627_1 expire 6 lines
06-23 21:02:34.722 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 21:02:35.852 1627 15499 I chatty : uid=1000(system) Binder:1627_1D expire 21 lines
06-23 21:04:38.966 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 21:05:02.631 8363 12598 E ActivityThread: Failed to find provider info for com.motorola.ccc.cce.datausage
06-23 21:05:03.905 8363 31659 E ActivityThread: Failed to find provider info for com.motorola.ccc.cce.datausage
06-23 21:05:17.036 1627 1637 I chatty : uid=1000(system) Binder:1627_1 expire 11 lines
06-23 21:06:13.990 1627 2614 I chatty : uid=1000(system) Binder:1627_8 expire 10 lines
06-23 21:06:14.256 1627 3163 I chatty : uid=1000(system) Binder:1627_E expire 10 lines
06-23 21:06:14.324 1627 3184 I chatty : uid=1000(system) Binder:1627_11 expire 11 lines
06-23 21:06:53.105 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-23 21:11:33.260 1627 3424 I chatty : uid=1000(system) Binder:1627_16 expire 18 lines
06-23 21:13:09.902 1627 1627 I chatty : uid=1000 system_server expire 10 lines
06-23 21:13:09.903 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 21:13:19.616 9638 9654 I AlwaysOnHotwordDetector: onDetected
06-23 21:13:40.659 1627 2161 I chatty : uid=1000(system) UEventObserver expire 12 lines
06-23 21:14:21.399 1627 1647 I chatty : uid=1000(system) ActivityManager expire 13 lines
06-23 21:16:01.022 9638 9654 I AlwaysOnHotwordDetector: onDetected
06-23 21:16:31.717 9638 9654 I AlwaysOnHotwordDetector: onDetected
06-23 21:16:49.711 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 21:18:41.479 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 10 lines
06-23 21:20:02.604 1627 3164 I chatty : uid=1000(system) Binder:1627_F expire 11 lines
06-23 21:20:24.148 9638 9654 I AlwaysOnHotwordDetector: onDetected
06-23 21:21:46.651 1627 3153 I chatty : uid=1000(system) Binder:1627_C expire 10 lines
06-23 21:22:08.687 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 21:22:42.100 1627 2161 I chatty : uid=1000(system) UEventObserver expire 14 lines
06-23 21:24:17.649 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 21:26:09.711 7495 7589 E ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
06-23 21:26:09.882 1627 2306 I chatty : uid=1000(system) ConnectivitySer expire 10 lines
06-23 21:26:34.012 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 21:27:06.840 1627 1627 I chatty : uid=1000 system_server expire 12 lines
06-23 21:27:06.840 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 21:28:17.940 1627 1654 I chatty : uid=1000(system) android.display expire 28 lines
06-23 21:28:19.948 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 10 lines
06-23 21:28:24.963 1627 3185 I chatty : uid=1000(system) Binder:1627_12 expire 14 lines
06-23 21:28:26.324 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 21:28:32.941 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 android.content.ContextWrapper.sendBroadcast:431 com.motorola.thermalservice.BatteryTempPolicy.sendVZWQualityDataIntent:185 com.motorola.thermalservice.BatteryTempPolicy.updateBatteryTemp:126 com.motorola.thermalservice.BatteryTempPolicy.-wrap4:0
06-23 21:28:33.186 1627 1647 I chatty : uid=1000(system) ActivityManager expire 24 lines
06-23 21:28:33.203 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 21:28:33.317 1627 16837 I chatty : uid=1000(system) Binder:1627_1F expire 11 lines
06-23 21:28:34.234 1627 1652 I chatty : uid=1000(system) android.fg expire 10 lines
06-23 21:28:34.254 1084 1404 D NetlinkEvent: Unknown ifindex 85 in RTM_DELADDR
06-23 21:28:34.255 1084 1404 D NetlinkEvent: Unknown ifindex 85 in RTM_DELADDR
06-23 21:28:34.284 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 35 lines
06-23 21:28:34.365 1627 17346 I chatty : uid=1000(system) Binder:1627_20 expire 10 lines
06-23 21:28:34.651 7908 7908 D ActivityThread: Loading provider media: com.android.providers.media.MediaProvider
06-23 21:28:34.771 1627 7953 I chatty : uid=1000 system_server expire 4 lines
06-23 21:28:34.931 725 878 I chatty : uid=1000(system) EventThread expire 30 lines
06-23 21:28:34.974 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 21:28:34.984 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 21:28:35.232 1627 1627 I chatty : uid=1000 system_server expire 19 lines
06-23 21:28:36.545 7908 7908 D ActivityThread: Loading provider downloads: com.android.providers.downloads.DownloadProvider
06-23 21:28:36.664 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 12 lines
06-23 21:29:12.339 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 21:29:18.138 1627 1647 I chatty : uid=1000(system) ActivityManager expire 23 lines
06-23 21:29:33.523 1627 2161 I chatty : uid=1000(system) UEventObserver expire 16 lines
06-23 21:29:51.632 8660 8804 E ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
06-23 21:29:51.907 1627 3162 I chatty : uid=1000(system) Binder:1627_D expire 20 lines
06-23 21:30:00.822 1627 2416 I chatty : uid=1000(system) Binder:1627_6 expire 10 lines
06-23 21:30:02.155 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 63 lines
06-23 21:30:08.200 1627 2615 I chatty : uid=1000(system) Binder:1627_9 expire 17 lines
06-23 21:31:08.723 1627 2886 I chatty : uid=1000(system) backup expire 5 lines
06-23 21:31:09.660 1627 9478 I chatty : uid=1000 system_server expire 5 lines
06-23 21:31:15.522 1627 8554 I chatty : uid=1000(system) Binder:1627_18 expire 12 lines
06-23 21:31:21.424 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 21:32:15.281 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 21:33:21.687 1627 1647 I chatty : uid=1000(system) ActivityManager expire 12 lines
06-23 21:34:52.813 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 21:35:28.545 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 21:35:54.179 1627 2614 I chatty : uid=1000(system) Binder:1627_8 expire 11 lines
06-23 21:36:53.415 1627 1627 I chatty : uid=1000 system_server expire 19 lines
06-23 21:36:53.580 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 21:36:55.820 2358 2358 V DeadZone: consuming errant click: (849.0,1.0)
06-23 21:36:57.096 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 45 lines
06-23 21:36:59.456 1627 2306 I chatty : uid=1000(system) ConnectivitySer expire 10 lines
06-23 21:36:59.463 1627 1654 I chatty : uid=1000(system) android.display expire 27 lines
06-23 21:37:01.214 1627 3420 I chatty : uid=1000(system) Binder:1627_15 expire 10 lines
06-23 21:37:01.272 1627 3208 I chatty : uid=1000(system) Binder:1627_14 expire 19 lines
06-23 21:37:01.283 1627 3064 I chatty : uid=1000(system) Binder:1627_B expire 10 lines
06-23 21:37:01.325 1627 3153 I chatty : uid=1000(system) Binder:1627_C expire 19 lines
06-23 21:37:01.742 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 16 lines
06-23 21:37:32.279 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 21:37:42.626 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 21:38:15.006 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 21:38:56.732 9638 9638 W AlwaysOnHotwordDetector: startRecognition() failed with error code -110
06-23 21:38:57.723 1627 9296 I chatty : uid=1000(system) Binder:1627_1A expire 10 lines
06-23 21:40:02.833 1627 1646 I chatty : uid=1000(system) android.bg expire 10 lines
06-23 21:40:02.889 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 21:45:04.011 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 21:45:04.224 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 21:45:04.357 1627 1647 I chatty : uid=1000(system) ActivityManager expire 27 lines
06-23 21:45:04.359 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 21:45:37.584 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 21:52:21.769 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 21:52:21.882 1627 1627 I chatty : uid=1000 system_server expire 40 lines
06-23 21:52:21.921 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 21:52:22.974 1627 3164 I chatty : uid=1000(system) Binder:1627_F expire 12 lines
06-23 21:52:25.338 1627 14966 I chatty : uid=1000(system) Binder:1627_1C expire 11 lines
06-23 21:52:34.933 10521 10521 D ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
06-23 21:52:42.530 1627 1652 I chatty : uid=1000(system) android.fg expire 10 lines
06-23 21:52:57.524 1627 3063 I chatty : uid=1000(system) Binder:1627_A expire 19 lines
06-23 21:53:21.342 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 15 lines
06-23 21:53:39.796 1627 3183 I chatty : uid=1000(system) Binder:1627_10 expire 11 lines
06-23 21:53:44.313 1627 1654 I chatty : uid=1000(system) android.display expire 13 lines
06-23 21:54:01.613 1627 3185 I chatty : uid=1000(system) Binder:1627_12 expire 11 lines
06-23 21:54:03.903 725 878 I chatty : uid=1000(system) EventThread expire 10 lines
06-23 21:54:04.271 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 22 lines
06-23 21:55:01.307 1627 1627 I chatty : uid=1000 system_server expire 10 lines
06-23 21:55:01.309 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-23 21:55:04.654 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 android.content.ContextWrapper.sendBroadcast:431 com.motorola.thermalservice.BatteryTempPolicy.sendVZWQualityDataIntent:185 com.motorola.thermalservice.BatteryTempPolicy.updateBatteryTemp:126 com.motorola.thermalservice.BatteryTempPolicy.-wrap4:0
06-23 21:55:04.956 1627 2375 I chatty : uid=1000(system) Binder:1627_4 expire 10 lines
06-23 21:55:05.783 1627 1647 I chatty : uid=1000(system) ActivityManager expire 27 lines
06-23 21:55:05.787 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 21:55:07.146 1627 2161 I chatty : uid=1000(system) UEventObserver expire 11 lines
06-23 21:55:07.813 1627 11490 I chatty : uid=1000 system_server expire 4 lines
06-23 21:55:07.858 725 878 I chatty : uid=1000(system) EventThread expire 12 lines
06-23 21:55:08.197 1627 11501 I chatty : uid=1000 system_server expire 4 lines
06-23 21:55:08.274 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 21:55:08.431 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 10 lines
06-23 21:55:08.849 1627 2225 I chatty : uid=1000(system) InputReader expire 12 lines
06-23 21:55:09.319 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-23 21:55:10.550 1627 3184 I chatty : uid=1000(system) Binder:1627_11 expire 11 lines
06-23 21:55:10.739 1627 3424 I chatty : uid=1000(system) Binder:1627_16 expire 7 lines
06-23 21:55:17.317 563 571 D VoldCryptCmdListener: cryptfs getpwtype
06-23 21:55:17.321 1627 2236 I chatty : uid=1000(system) CryptdConnector expire 6 lines
06-23 21:55:24.631 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 20 lines
06-23 21:55:45.232 1627 3164 I chatty : uid=1000(system) Binder:1627_F expire 11 lines
06-23 21:55:56.891 1627 8554 I chatty : uid=1000(system) Binder:1627_18 expire 11 lines
06-23 21:57:25.266 1627 1647 I chatty : uid=1000(system) ActivityManager expire 57 lines
06-23 21:57:25.359 1627 1654 I chatty : uid=1000(system) android.display expire 19 lines
06-23 21:57:25.550 1627 9296 I chatty : uid=1000(system) Binder:1627_1A expire 10 lines
06-23 21:57:45.557 1627 17346 I chatty : uid=1000(system) Binder:1627_20 expire 12 lines
06-23 21:57:51.279 1627 1627 I chatty : uid=1000 system_server expire 22 lines
06-23 21:57:51.313 1627 2389 I chatty : uid=1000(system) Binder:1627_5 expire 10 lines
06-23 21:57:51.317 1627 1652 I chatty : uid=1000(system) android.fg expire 12 lines
06-23 21:57:52.454 1627 7088 I chatty : uid=1000(system) Binder:1627_17 expire 13 lines
06-23 21:57:52.469 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 14 lines
06-23 21:57:58.955 1627 3163 I chatty : uid=1000(system) Binder:1627_E expire 13 lines
06-23 21:58:09.816 1627 2306 I chatty : uid=1000(system) ConnectivitySer expire 10 lines
06-23 21:58:19.633 2358 2358 V DeadZone: consuming errant click: (837.0,5.0)
06-23 21:58:21.763 725 878 I chatty : uid=1000(system) EventThread expire 15 lines
06-23 21:58:24.473 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 24 lines
06-23 21:59:17.523 1627 1661 I chatty : uid=1000(system) PackageManager expire 6 lines
06-23 21:59:18.600 1627 1654 I chatty : uid=1000(system) android.display expire 11 lines
06-23 21:59:19.727 1627 12458 I chatty : uid=1000 system_server expire 5 lines
06-23 21:59:19.883 1627 12471 I chatty : uid=1000 system_server expire 5 lines
06-23 21:59:20.102 1627 3183 I chatty : uid=1000(system) Binder:1627_10 expire 15 lines
06-23 22:00:10.783 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 17 lines
06-23 22:00:29.997 12851 12851 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider
06-23 22:01:28.136 1627 2161 I chatty : uid=1000(system) UEventObserver expire 15 lines
06-23 22:01:46.905 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 16 lines
06-23 22:02:23.738 1627 1647 I chatty : uid=1000(system) ActivityManager expire 12 lines
06-23 22:04:02.869 1627 13207 I chatty : uid=1000 system_server expire 5 lines
06-23 22:04:02.910 1627 1627 I chatty : uid=1000 system_server expire 35 lines
06-23 22:05:56.731 1627 1646 I chatty : uid=1000(system) android.bg expire 14 lines
06-23 22:06:01.310 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 22:11:57.903 1627 3420 I chatty : uid=1000(system) Binder:1627_15 expire 10 lines
06-23 22:11:57.918 1627 2389 I chatty : uid=1000(system) Binder:1627_5 expire 21 lines
06-23 22:13:18.667 13513 13513 D ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
06-23 22:13:45.407 1627 14966 I chatty : uid=1000(system) Binder:1627_1C expire 10 lines
06-23 22:14:27.838 1627 1654 I chatty : uid=1000(system) android.display expire 11 lines
06-23 22:14:29.362 1627 2161 I chatty : uid=1000(system) UEventObserver expire 18 lines
06-23 22:14:29.389 1627 2416 I chatty : uid=1000(system) Binder:1627_6 expire 18 lines
06-23 22:14:29.404 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 11 lines
06-23 22:14:29.438 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 android.content.ContextWrapper.sendBroadcast:431 com.motorola.thermalservice.BatteryTempPolicy.sendVZWQualityDataIntent:185 com.motorola.thermalservice.BatteryTempPolicy.updateBatteryTemp:126 com.motorola.thermalservice.BatteryTempPolicy.-wrap4:0
06-23 22:14:29.565 1627 1647 I chatty : uid=1000(system) ActivityManager expire 17 lines
06-23 22:14:29.568 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 22:14:30.426 1084 1404 D NetlinkEvent: Unknown ifindex 86 in RTM_DELADDR
06-23 22:14:30.430 1084 1404 D NetlinkEvent: Unknown ifindex 86 in RTM_DELADDR
06-23 22:14:30.753 1627 13747 I chatty : uid=1000 system_server expire 4 lines
06-23 22:14:30.803 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 22:14:30.832 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 22:14:31.257 725 878 I chatty : uid=1000(system) EventThread expire 19 lines
06-23 22:15:31.668 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 22:15:31.735 1627 3164 I chatty : uid=1000(system) Binder:1627_F expire 9 lines
06-23 22:15:31.762 1627 1652 I chatty : uid=1000(system) android.fg expire 18 lines
06-23 22:15:31.798 1627 1627 I chatty : uid=1000 system_server expire 27 lines
06-23 22:15:31.802 1627 1647 I chatty : uid=1000(system) ActivityManager expire 13 lines
06-23 22:15:31.826 1627 1654 I chatty : uid=1000(system) android.display expire 16 lines
06-23 22:15:32.424 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 22 lines
06-23 22:15:40.021 1627 17346 I chatty : uid=1000(system) Binder:1627_20 expire 10 lines
06-23 22:16:08.123 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 11 lines
06-23 22:17:05.326 14515 14605 E ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
06-23 22:18:10.838 1627 1647 I chatty : uid=1000(system) ActivityManager expire 11 lines
06-23 22:18:53.670 1627 1627 I chatty : uid=1000 system_server expire 12 lines
06-23 22:18:53.671 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 22:19:52.289 9638 9654 I AlwaysOnHotwordDetector: onDetected
06-23 22:20:26.122 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 22:21:09.051 9638 13105 I AlwaysOnHotwordDetector: onDetected
06-23 22:24:06.940 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-23 22:24:40.491 1627 9296 I chatty : uid=1000(system) Binder:1627_1A expire 11 lines
06-23 22:24:40.876 1627 1654 I chatty : uid=1000(system) android.display expire 16 lines
06-23 22:24:46.990 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 14 lines
06-23 22:24:47.244 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 10 lines
06-23 22:27:37.746 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 22:27:46.619 1627 2294 I chatty : uid=1000(system) NetworkPolicy expire 1 line
06-23 22:27:46.630 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 22:31:15.023 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 22:31:15.089 1627 8554 I chatty : uid=1000(system) Binder:1627_18 expire 12 lines
06-23 22:31:15.133 1627 1648 I chatty : uid=1000(system) android.ui expire 13 lines
06-23 22:31:15.215 725 878 I chatty : uid=1000(system) EventThread expire 26 lines
06-23 22:31:15.256 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-23 22:31:15.516 1627 1627 I chatty : uid=1000 system_server expire 12 lines
06-23 22:31:18.707 14670 15034 E ActivityThread: Failed to find provider info for com.google.android.instantapps.supervisor.SupervisorArchiveProvider
06-23 22:31:19.229 563 571 D VoldCryptCmdListener: cryptfs getpwtype
06-23 22:31:20.531 1627 1637 I chatty : uid=1000(system) Binder:1627_1 expire 11 lines
06-23 22:31:20.532 563 571 D VoldCryptCmdListener: cryptfs getpwtype
06-23 22:31:21.975 563 571 D VoldCryptCmdListener: cryptfs getpwtype
06-23 22:31:22.417 563 571 D VoldCryptCmdListener: cryptfs getpwtype
06-23 22:31:22.873 563 571 D VoldCryptCmdListener: cryptfs getpwtype
06-23 22:31:26.497 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 78 lines
06-23 22:31:33.111 1627 1647 I chatty : uid=1000(system) ActivityManager expire 25 lines
06-23 22:31:36.377 1627 2443 I chatty : uid=1000(system) Binder:1627_7 expire 16 lines
06-23 22:32:08.639 1627 2306 I chatty : uid=1000(system) ConnectivitySer expire 12 lines
06-23 22:32:41.280 2358 2358 V DeadZone: consuming errant click: (267.0,85.0)
06-23 22:32:43.585 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 334 lines
06-23 22:32:44.223 1627 2237 I chatty : uid=1000(system) Binder:1627_3 expire 9 lines
06-23 22:32:46.720 725 878 I chatty : uid=1000(system) EventThread expire 156 lines
06-23 22:42:01.326 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 22:42:05.008 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 10 lines
06-23 22:42:09.649 725 878 I chatty : uid=1000(system) EventThread expire 15 lines
06-23 22:42:11.014 1627 2225 I chatty : uid=1000(system) InputReader expire 12 lines
06-23 22:42:11.028 1627 1627 I chatty : uid=1000 system_server expire 10 lines
06-23 22:42:16.385 1627 2161 I chatty : uid=1000(system) UEventObserver expire 11 lines
06-23 22:42:24.036 1087 1087 I wificond: Unregister interface event callback
06-23 22:42:24.073 1627 16904 I chatty : uid=1000 system_server expire 4 lines
06-23 22:42:24.529 1087 1087 I wificond: Unsubscribe scan result for interface with index: 82
06-23 22:42:24.541 1627 16935 I chatty : uid=1000 system_server expire 4 lines
06-23 22:42:24.685 2570 2570 I chatty : uid=1000(system) com.motorola.process.system expire 2 lines
06-23 22:42:25.045 1627 3184 I chatty : uid=1000(system) Binder:1627_11 expire 11 lines
06-23 22:42:25.077 1627 16982 I chatty : uid=1000 system_server expire 4 lines
06-23 22:42:25.469 1627 1654 I chatty : uid=1000(system) android.display expire 16 lines
06-23 22:42:25.721 1627 14966 I chatty : uid=1000(system) Binder:1627_1C expire 11 lines
06-23 22:42:25.781 1627 1627 I chatty : uid=1000 system_server expire 14 lines
06-23 22:42:25.875 701 701 I [email protected]: Wifi HAL stopped
06-23 22:42:25.876 701 3016 E [email protected]: Could not read interface state for wlan0 (No such device)
06-23 22:42:25.956 2599 2599 D MccTable: updateMccMncConfiguration mccmnc='null' fromServiceState=true
06-23 22:42:25.956 2599 2599 D MccTable: WIFI_COUNTRY_CODE set to
06-23 22:42:46.613 1627 2375 I chatty : uid=1000(system) Binder:1627_4 expire 12 lines
06-23 22:44:24.497 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 11 lines
06-23 22:45:34.602 1627 1646 I chatty : uid=1000(system) android.bg expire 10 lines
06-23 22:46:23.521 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 24 lines
06-23 22:46:45.030 17213 17297 E ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
06-23 22:46:45.215 1627 1647 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-23 22:47:08.068 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-23 22:47:22.393 1627 1627 I chatty : uid=1000 system_server expire 19 lines
06-23 22:47:28.655 725 878 I chatty : uid=1000(system) EventThread expire 13 lines
06-23 22:47:28.767 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 12 lines
06-23 22:47:31.209 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 13 lines
06-23 22:47:33.912 1627 2614 I chatty : uid=1000(system) Binder:1627_8 expire 10 lines
06-23 22:49:15.142 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-23 22:49:17.319 17537 17537 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider
06-23 22:49:28.032 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 18 lines
06-23 22:49:54.593 1627 17346 I chatty : uid=1000(system) Binder:1627_20 expire 10 lines
06-23 22:49:55.126 17537 17537 W ViewRootImpl[MediaView]: Dropping event due to no window focus: MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=737.0, y[0]=959.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x1, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=471743846, downTime=471743846, deviceId=7, source=0x1002 }
06-23 22:49:56.757 725 878 I chatty : uid=1000(system) EventThread expire 36 lines
06-23 22:49:59.800 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 11 lines
06-23 22:50:11.448 2358 2358 V DeadZone: consuming errant click: (298.0,35.0)
06-23 22:50:15.177 1627 1654 I chatty : uid=1000(system) android.display expire 11 lines
06-23 22:50:22.359 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 60 lines
06-23 22:50:28.733 1627 1627 I chatty : uid=1000 system_server expire 10 lines
06-23 22:50:28.734 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-23 22:50:40.029 1627 8554 I chatty : uid=1000(system) Binder:1627_18 expire 9 lines
06-23 22:51:37.730 1627 1647 I chatty : uid=1000(system) ActivityManager expire 17 lines
06-23 22:52:00.874 1627 1652 I chatty : uid=1000(system) android.fg expire 12 lines
06-23 22:52:00.986 1627 1654 I chatty : uid=1000(system) android.display expire 12 lines
06-23 22:52:11.942 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 11 lines
06-23 23:00:51.941 1627 15699 I chatty : uid=1000(system) Binder:1627_1E expire 11 lines
06-23 23:22:47.459 1627 14424 I chatty : uid=1000(system) Binder:1627_1B expire 14 lines
06-23 23:41:12.955 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 10 lines
06-23 23:41:13.068 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 23:41:13.075 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-23 23:41:13.269 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 00:00:01.369 1627 1647 I chatty : uid=1000(system) ActivityManager expire 11 lines
06-24 00:00:05.573 1627 2615 I chatty : uid=1000(system) Binder:1627_9 expire 10 lines
06-24 00:00:10.126 1627 1646 I chatty : uid=1000(system) android.bg expire 12 lines
06-24 00:00:11.500 1627 2306 I chatty : uid=1000(system) ConnectivitySer expire 15 lines
06-24 00:00:47.746 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 10 lines
06-24 00:07:19.029 1627 1627 I chatty : uid=1000 system_server expire 10 lines
06-24 00:08:19.336 1627 32365 I chatty : uid=1000(system) HwBinder:1627_5 expire 10 lines
06-24 00:59:28.181 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 00:59:28.453 1627 1647 I chatty : uid=1000(system) ActivityManager expire 13 lines
06-24 00:59:28.456 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 00:59:28.477 1627 17346 I chatty : uid=1000(system) Binder:1627_20 expire 14 lines
06-24 00:59:38.904 1627 18748 I chatty : uid=1000 system_server expire 5 lines
06-24 00:59:42.445 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 10 lines
06-24 00:59:42.477 1627 16837 I chatty : uid=1000(system) Binder:1627_1F expire 11 lines
06-24 00:59:55.815 1627 2161 I chatty : uid=1000(system) UEventObserver expire 10 lines
06-24 02:58:11.245 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 02:58:11.361 1627 3163 I chatty : uid=1000(system) Binder:1627_E expire 6 lines
06-24 02:58:11.363 1627 1647 I chatty : uid=1000(system) ActivityManager expire 15 lines
06-24 02:58:11.366 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 04:14:30.824 1627 2315 I chatty : uid=1000(system) DeviceStorageMo expire 1 line
06-24 06:02:10.091 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 06:02:10.299 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 06:06:52.462 1095 1371 E NetlinkListener: recvmsg failed (No buffer space available)
06-24 06:20:01.688 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 10 lines
06-24 06:20:01.709 1627 1646 I chatty : uid=1000(system) android.bg expire 10 lines
06-24 06:20:01.783 1627 1627 I chatty : uid=1000 system_server expire 21 lines
06-24 06:20:02.252 1627 3420 I chatty : uid=1000(system) Binder:1627_15 expire 16 lines
06-24 06:20:02.383 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 18 lines
06-24 06:26:45.497 1627 15699 I chatty : uid=1000(system) Binder:1627_1E expire 10 lines
06-24 06:26:45.498 725 878 I chatty : uid=1000(system) EventThread expire 11 lines
06-24 06:26:48.946 1627 2615 I chatty : uid=1000(system) Binder:1627_9 expire 18 lines
06-24 06:26:53.726 19629 19629 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider
06-24 06:26:58.122 1627 1654 I chatty : uid=1000(system) android.display expire 16 lines
06-24 06:27:05.287 1627 1627 I chatty : uid=1000 system_server expire 22 lines
06-24 06:27:18.166 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 14 lines
06-24 06:27:24.507 1627 1647 I chatty : uid=1000(system) ActivityManager expire 11 lines
06-24 06:27:24.650 701 701 I [email protected]: Wifi HAL started
06-24 06:27:24.652 701 701 E [email protected]: User build,dont Start logging service.
06-24 06:27:24.841 2599 2599 D MccTable: updateMccMncConfiguration mccmnc='311480' fromServiceState=true
06-24 06:27:24.841 2599 2599 D MccTable: updateMccMncConfiguration defaultMccMnc=311480
06-24 06:27:24.841 2599 2599 D MccTable: updateMccMncConfiguration: mcc=311, mnc=480
06-24 06:27:24.841 2599 2599 D MccTable: WIFI_COUNTRY_CODE set to us
06-24 06:27:24.953 1627 19815 I chatty : uid=1000 system_server expire 4 lines
06-24 06:27:25.022 1087 1087 I wificond: create scanner for interface with index: 87
06-24 06:27:25.022 1087 1087 I wificond: subscribe scan result for interface with index: 87
06-24 06:27:25.888 1087 1087 I wificond: New interface event callback registered
06-24 06:27:26.146 1627 14966 I chatty : uid=1000(system) Binder:1627_1C expire 12 lines
06-24 06:27:28.171 1627 2225 I chatty : uid=1000(system) InputReader expire 14 lines
06-24 06:27:30.738 725 878 I chatty : uid=1000(system) EventThread expire 10 lines
06-24 06:27:31.308 1691 1691 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 11 lines
06-24 06:27:31.328 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 395 lines
06-24 06:27:31.674 1627 1637 I chatty : uid=1000(system) Binder:1627_1 expire 10 lines
06-24 06:27:40.831 20870 20870 D ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
06-24 06:27:41.641 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 06:27:41.700 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 06:27:41.837 1627 16837 I chatty : uid=1000(system) Binder:1627_1F expire 10 lines
06-24 06:27:46.574 1627 2306 I chatty : uid=1000(system) ConnectivitySer expire 12 lines
06-24 06:27:50.045 1627 19910 I chatty : uid=1000 system_server expire 5 lines
06-24 06:27:50.161 1627 1627 I chatty : uid=1000 system_server expire 24 lines
06-24 06:27:56.019 1627 3064 I chatty : uid=1000(system) Binder:1627_B expire 12 lines
06-24 06:28:05.016 1627 1647 I chatty : uid=1000(system) ActivityManager expire 19 lines
06-24 06:28:05.504 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 2952 lines
06-24 06:28:12.768 1627 2161 I chatty : uid=1000(system) UEventObserver expire 12 lines
06-24 06:28:15.918 1627 21317 I chatty : uid=1000 system_server expire 5 lines
06-24 06:28:39.051 1691 1691 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 20 lines
06-24 06:29:28.123 1627 17346 I chatty : uid=1000(system) Binder:1627_20 expire 11 lines
06-24 06:30:00.801 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-24 06:30:45.391 21631 21750 E ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
06-24 06:30:45.702 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 3552 lines
06-24 06:30:46.368 1691 1691 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 30 lines
06-24 06:30:48.153 1627 2220 I chatty : uid=1000(system) HwBinder:1627_4 expire 6 lines
06-24 06:30:48.154 1627 1627 I chatty : uid=1000 system_server expire 29 lines
06-24 06:30:51.233 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 97 lines
06-24 06:31:18.379 725 878 I chatty : uid=1000(system) EventThread expire 39 lines
06-24 06:32:00.540 1627 1654 I chatty : uid=1000(system) android.display expire 13 lines
06-24 06:33:05.044 1627 1647 I chatty : uid=1000(system) ActivityManager expire 12 lines
06-24 06:33:15.605 1627 22649 I chatty : uid=1000 system_server expire 5 lines
06-24 06:33:26.766 1627 22705 I chatty : uid=1000 system_server expire 5 lines
06-24 06:33:33.263 9638 15760 I AlwaysOnHotwordDetector: onRecognitionPaused
06-24 06:33:33.290 9638 15760 I AlwaysOnHotwordDetector: onRecognitionResumed
06-24 06:33:41.557 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 124 lines
06-24 06:33:52.919 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 3743 lines
06-24 06:33:53.647 1691 1691 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 30 lines
06-24 06:33:57.348 725 878 I chatty : uid=1000(system) EventThread expire 59 lines
06-24 06:36:50.426 1627 1637 I chatty : uid=1000(system) Binder:1627_1 expire 9 lines
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mResUri:tel:+13477995034
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mId:001
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mReason:timeout
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mPresentityUri:tel:+13477995034
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mTupleInfoArray[0] mFeatureTag:+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel";video
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mTupleInfoArray[0] mContactUri:sip:[email protected]
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mTupleInfoArray[0] mTimestamp:2019-06-23T23:47:26Z
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mTupleInfoArray[1] mFeatureTag:+g.3gpp.iari-ref="urn%3Aurn-7%3A3gpp-application.ims.iari.rcse.dp"
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mTupleInfoArray[1] mContactUri:sip:[email protected]
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mTupleInfoArray[1] mTimestamp:2019-06-23T23:47:26Z
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[6]
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mResUri:tel:+13478310926
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mId:001
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mReason:timeout
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mPresentityUri:tel:+13478310926
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mTupleInfoArray[0] mFeatureTag:+g.3gpp.iari-ref="urn%3Aurn-7%3A3gpp-application.ims.iari.rcse.dp"
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mTupleInfoArray[0] mContactUri:sip:[email protected]
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mTupleInfoArray[0] mTimestamp:2019-06-21T19:41:39Z
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mTupleInfoArray[1] mFeatureTag:+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel";video
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mTupleInfoArray[1] mContactUri:sip:[email protected]
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mTupleInfoArray[1] mTimestamp:2019-06-21T19:41:39Z
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[7]
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[8] mResUri:tel:+13478784895
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[8] mId:001
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[8] mReason:noresource
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[8]
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[9] mResUri:tel:+13479464032
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[9] mId:001
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[9] mReason:noresource
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.905 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[9]
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[10] mResUri:tel:+14122466667
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[10] mId:001
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[10] mReason:noresource
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[10]
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[11] mResUri:tel:+14122770415
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[11] mId:001
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[11] mReason:noresource
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[11]
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mResUri:tel:+14123533202
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mId:001
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mReason:noresource
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[12]
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[13] mResUri:tel:+14124211123
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[13] mId:001
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[13] mReason:noresource
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[13]
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[14] mResUri:tel:+14125921338
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[14] mId:001
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[14] mReason:noresource
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[14]
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[15] mResUri:tel:+14126088481
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[15] mId:001
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[15] mReason:noresource
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[15]
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[16] mResUri:tel:+14126572073
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[16] mId:001
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[16] mReason:noresource
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[16]
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[17] mResUri:tel:+14129792151
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[17] mId:001
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[17] mReason:noresource
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[17]
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[18] mResUri:tel:+15044002507
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.906 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[18] mId:001
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[18] mReason:noresource
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[18]
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[19] mResUri:tel:+16166342731
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[19] mId:001
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[19] mReason:noresource
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[19]
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[20] mResUri:tel:+16469194336
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[20] mId:001
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[20] mReason:noresource
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[20]
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[21] mResUri:tel:+16512809995
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[21] mId:001
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[21] mReason:noresource
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[21]
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[22] mResUri:tel:+17186444444
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[22] mId:001
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[22] mReason:noresource
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[22]
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[23] mResUri:tel:+17189150131
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[23] mId:001
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[23] mReason:noresource
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[23]
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[24] mResUri:tel:+17244948518
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[24] mId:001
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[24] mReason:noresource
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[24]
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[25] mResUri:tel:+17708105134
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[25] mId:001
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[25] mReason:noresource
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[25]
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[26] mResUri:tel:+18147772707
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[26] mId:001
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[26] mReason:noresource
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[26]
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[27] mResUri:tel:+19172252575
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[27] mId:001
06-24 06:37:00.907 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[27] mReason:noresource
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[27]
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[28] mResUri:tel:+19176236331
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[28] mId:001
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[28] mReason:noresource
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[28]
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[29] mResUri:tel:+19176270171
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[29] mId:001
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[29] mReason:timeout
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[29] mPresentityUri:tel:+19176270171
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[29] mTupleInfoArray[0] mFeatureTag:+g.3gpp.iari-ref="urn%3Aurn-7%3A3gpp-application.ims.iari.rcse.dp"
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[29] mTupleInfoArray[0] mContactUri:sip:[email protected]
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[29] mTupleInfoArray[0] mTimestamp:2019-06-24T03:04:02Z
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[29] mTupleInfoArray[1] mFeatureTag:+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel";video
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[29] mTupleInfoArray[1] mContactUri:sip:[email protected]
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[29] mTupleInfoArray[1] mTimestamp:2019-06-24T03:04:02Z
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[29]
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: posting event to client
06-24 06:37:00.908 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: End
06-24 06:37:02.144 1691 1691 I imsrcsd : PresServiceImpl: getContactListCapability start
06-24 06:37:02.145 1691 1691 I imsrcsd : PresServiceImpl: getContactListCapability switching to DPL
06-24 06:37:02.145 1691 1691 I imsrcsd : PresServiceImpl: getContactListCapability done switching to DPL
06-24 06:37:02.145 1691 1691 I imsrcsd : PresServiceImpl: getContactListCapability returning UceStatus
06-24 06:37:02.145 1691 1691 I imsrcsd : PresServiceImpl: getContactListCapability end
06-24 06:37:02.158 1691 2331 I imsrcsd : PresListener: ListenerCmdStatus: Start
06-24 06:37:02.158 1691 2331 I imsrcsd : PresListener: ListenerCmdStatus: Start 01
06-24 06:37:02.158 1691 2331 I imsrcsd : PresListener: ListenerCmdStatus: End
06-24 06:37:02.229 1691 2331 I imsrcsd : PresListener: ListenerSipRespReceived: Start
06-24 06:37:02.229 1691 2331 I imsrcsd : PresListener: ListenerSipRespReceived: Start 01
06-24 06:37:02.229 1691 2331 I imsrcsd : PresListener: ListenerSipRespReceived: Start 02
06-24 06:37:02.229 1691 2331 I imsrcsd : PresListener: ListenerSipRespReceived: Start 03
06-24 06:37:02.229 1691 2331 I imsrcsd : PresListener: ListenerSipRespReceived: Start 04
06-24 06:37:02.229 1691 2331 I imsrcsd : PresListener: ListenerSipRespReceived: Start 07
06-24 06:37:02.229 1691 2331 I imsrcsd : PresListener: ListenerSipRespReceived: Start 08
06-24 06:37:02.229 1691 2331 I imsrcsd : PresListener: ListenerSipRespReceived: Start End
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: Start
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: mUri:sip:[email protected]
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: mListname:dummy-rfc5367
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: pupulating presResInfoArr
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[0] mResUri:tel:+13473076629
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[0]
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[1] mResUri:tel:+13478533655
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[1]
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[2] mResUri:tel:+14122085346
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.287 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[2]
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[3] mResUri:tel:+14123300886
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[3]
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[4] mResUri:tel:+14123340411
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[4]
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[5] mResUri:tel:+14124213155
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[5]
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mResUri:tel:+14126942235
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[6]
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mResUri:tel:+14129806902
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[7]
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[8] mResUri:tel:+14256799798
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[8]
06-24 06:37:02.288 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[9] mResUri:tel:+16462573760
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[9]
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[10] mResUri:tel:+16465093758
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[10]
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[11] mResUri:tel:+17737546857
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[11]
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mResUri:tel:+18455530820
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[12]
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[13] mResUri:tel:+19058863367
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[13]
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[14] mResUri:tel:+19174123308
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[14]
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[15] mResUri:tel:+19176084545
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.289 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[15]
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[16] mResUri:tel:+19177026841
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[16]
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[17] mResUri:tel:+19178040581
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[17]
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[18] mResUri:tel:+19292534702
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[18]
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[19] mResUri:tel:+19293276100
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[19]
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[20] mResUri:tel:+19293469927
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[20]
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[21] mResUri:tel:+19713296661
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[21]
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[22] mResUri:tel:+380977218688
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[22]
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[23] mResUri:tel:+421915910648
06-24 06:37:02.290 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[23]
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[24] mResUri:tel:+77475641647
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[24]
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[25] mResUri:tel:+972587770151
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[25]
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: posting event to client
06-24 06:37:02.291 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: End
06-24 06:37:04.985 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 12 lines
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: Start
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: mUri:sip:[email protected]
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: mListname:dummy-rfc5367
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: pupulating presResInfoArr
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[0] mResUri:tel:+13473076629
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[0] mId:001
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[0] mReason:noresource
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[0]
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[1] mResUri:tel:+13478533655
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[1] mId:001
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[1] mReason:noresource
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.280 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[1]
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[2] mResUri:tel:+14122085346
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[2] mId:001
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[2] mReason:noresource
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[2]
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[3] mResUri:tel:+14123300886
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[3] mId:001
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[3] mReason:noresource
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[3]
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[4] mResUri:tel:+14123340411
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[4] mId:001
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[4] mReason:noresource
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[4]
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[5] mResUri:tel:+14124213155
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[5] mId:001
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[5] mReason:noresource
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[5]
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mResUri:tel:+14126942235
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mId:001
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mReason:noresource
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[6]
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mResUri:tel:+14129806902
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mId:001
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mReason:noresource
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.281 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[7]
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[8] mResUri:tel:+14256799798
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[8] mId:001
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[8] mReason:noresource
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[8]
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[9] mResUri:tel:+16462573760
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[9] mId:001
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[9] mReason:noresource
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[9]
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[10] mResUri:tel:+16465093758
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[10] mId:001
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[10] mReason:noresource
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[10]
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[11] mResUri:tel:+17737546857
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[11] mId:001
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[11] mReason:noresource
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[11]
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mResUri:tel:+18455530820
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mId:001
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mReason:timeout
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mPresentityUri:tel:+18455530820
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[12]
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[13] mResUri:tel:+19058863367
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[13] mId:001
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[13] mReason:noresource
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.282 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[13]
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[14] mResUri:tel:+19174123308
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[14] mId:001
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[14] mReason:noresource
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[14]
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[15] mResUri:tel:+19176084545
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[15] mId:001
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[15] mReason:noresource
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[15]
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[16] mResUri:tel:+19177026841
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[16] mId:001
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[16] mReason:noresource
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[16]
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[17] mResUri:tel:+19178040581
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[17] mId:001
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[17] mReason:noresource
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[17]
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[18] mResUri:tel:+19292534702
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[18] mId:001
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[18] mReason:noresource
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[18]
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[19] mResUri:tel:+19293276100
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[19] mId:001
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[19] mReason:noresource
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.283 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[19]
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[20] mResUri:tel:+19293469927
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[20] mId:001
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[20] mReason:noresource
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[20]
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[21] mResUri:tel:+19713296661
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[21] mId:001
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[21] mReason:noresource
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[21]
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[22] mResUri:tel:+380977218688
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[22] mId:001
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[22] mReason:noresource
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[22]
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[23] mResUri:tel:+421915910648
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[23] mId:001
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[23] mReason:noresource
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[23]
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[24] mResUri:tel:+77475641647
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[24] mId:001
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[24] mReason:noresource
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[24]
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[25] mResUri:tel:+972587770151
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[25] mId:001
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[25] mReason:noresource
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[25]
06-24 06:37:07.284 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: posting event to client
06-24 06:37:07.285 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: End
06-24 06:37:21.598 725 878 I chatty : uid=1000(system) EventThread expire 31 lines
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: Start
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: mUri:sip:[email protected]
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: mListname:dummy-rfc5367
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: mSubscriptionTerminatedReason:timeout
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: pupulating presResInfoArr
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[0] mResUri:tel:+13473076629
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[0] mId:001
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[0] mReason:noresource
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[0]
06-24 06:37:32.267 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[1] mResUri:tel:+13478533655
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[1] mId:001
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[1] mReason:noresource
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[1]
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[2] mResUri:tel:+14122085346
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[2] mId:001
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[2] mReason:noresource
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[2]
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[3] mResUri:tel:+14123300886
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[3] mId:001
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[3] mReason:noresource
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[3]
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[4] mResUri:tel:+14123340411
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[4] mId:001
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[4] mReason:noresource
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[4]
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[5] mResUri:tel:+14124213155
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[5] mId:001
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[5] mReason:noresource
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[5]
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mResUri:tel:+14126942235
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mId:001
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[6] mReason:noresource
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[6]
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mResUri:tel:+14129806902
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mId:001
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[7] mReason:noresource
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[7]
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[8] mResUri:tel:+14256799798
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[8] mId:001
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[8] mReason:noresource
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[8]
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[9] mResUri:tel:+16462573760
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[9] mId:001
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[9] mReason:noresource
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[9]
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[10] mResUri:tel:+16465093758
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[10] mId:001
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[10] mReason:noresource
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[10]
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[11] mResUri:tel:+17737546857
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[11] mId:001
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[11] mReason:noresource
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[11]
06-24 06:37:32.268 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mResUri:tel:+18455530820
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mId:001
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mReason:timeout
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[12] mPresentityUri:tel:+18455530820
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[12]
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[13] mResUri:tel:+19058863367
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[13] mId:001
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[13] mReason:noresource
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[13]
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[14] mResUri:tel:+19174123308
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[14] mId:001
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[14] mReason:noresource
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[14]
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[15] mResUri:tel:+19176084545
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[15] mId:001
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[15] mReason:noresource
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[15]
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[16] mResUri:tel:+19177026841
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[16] mId:001
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[16] mReason:noresource
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[16]
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[17] mResUri:tel:+19178040581
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[17] mId:001
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[17] mReason:noresource
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[17]
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[18] mResUri:tel:+19292534702
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[18] mId:001
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[18] mReason:noresource
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[18]
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[19] mResUri:tel:+19293276100
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[19] mId:001
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[19] mReason:noresource
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[19]
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[20] mResUri:tel:+19293469927
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[20] mId:001
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[20] mReason:noresource
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[20]
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[21] mResUri:tel:+19713296661
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[21] mId:001
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[21] mReason:noresource
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.269 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[21]
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[22] mResUri:tel:+380977218688
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[22] mId:001
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[22] mReason:noresource
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[22]
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[23] mResUri:tel:+421915910648
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[23] mId:001
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[23] mReason:noresource
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[23]
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[24] mResUri:tel:+77475641647
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[24] mId:001
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[24] mReason:noresource
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[24]
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[25] mResUri:tel:+972587770151
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 01
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[25] mId:001
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfo[25] mReason:noresource
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr 02
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: populating mTupleInfoArray
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: presResInfoArr[25]
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: posting event to client
06-24 06:37:32.270 1691 2331 I imsrcsd : PresListener: ListenerListCapInfoReceived: End
06-24 06:37:34.013 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 13 lines
06-24 06:37:34.560 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 10 lines
06-24 06:37:35.296 1627 1652 I chatty : uid=1000(system) android.fg expire 16 lines
06-24 06:38:32.474 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 14 lines
06-24 06:38:32.770 1627 2306 I chatty : uid=1000(system) ConnectivitySer expire 10 lines
06-24 06:38:33.662 23293 23386 E ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
06-24 06:38:57.413 1627 1654 I chatty : uid=1000(system) android.display expire 10 lines
06-24 06:40:16.379 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-24 06:40:39.860 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 06:42:20.950 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-24 06:42:21.023 1627 2416 I chatty : uid=1000(system) Binder:1627_6 expire 12 lines
06-24 06:42:21.080 1627 1627 I chatty : uid=1000 system_server expire 20 lines
06-24 06:42:21.124 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 06:42:21.241 1627 3184 I chatty : uid=1000(system) Binder:1627_11 expire 10 lines
06-24 06:42:30.790 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 44 lines
06-24 06:42:39.377 1627 1654 I chatty : uid=1000(system) android.display expire 16 lines
06-24 06:42:58.521 1627 2161 I chatty : uid=1000(system) UEventObserver expire 10 lines
06-24 06:43:59.497 1627 1647 I chatty : uid=1000(system) ActivityManager expire 12 lines
06-24 06:44:26.491 1627 2375 I chatty : uid=1000(system) Binder:1627_4 expire 7 lines
06-24 06:44:28.472 2358 2358 V DeadZone: consuming errant click: (851.0,44.0)
06-24 06:44:28.488 725 878 I chatty : uid=1000(system) EventThread expire 12 lines
06-24 06:44:28.558 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 20 lines
06-24 06:44:28.845 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 10 lines
06-24 06:44:48.705 1627 1627 I chatty : uid=1000 system_server expire 28 lines
06-24 06:44:59.320 1627 24777 I chatty : uid=1000 system_server expire 5 lines
06-24 06:47:25.331 1627 1654 I chatty : uid=1000(system) android.display expire 17 lines
06-24 06:48:59.461 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-24 06:48:59.618 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 10 lines
06-24 06:48:59.663 1627 1647 I chatty : uid=1000(system) ActivityManager expire 18 lines
06-24 06:48:59.666 1627 1627 I chatty : uid=1000 system_server expire 31 lines
06-24 06:49:01.931 725 878 I chatty : uid=1000(system) EventThread expire 12 lines
06-24 06:49:07.235 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 11 lines
06-24 06:49:08.758 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 16 lines
06-24 06:50:01.106 1627 1646 I chatty : uid=1000(system) android.bg expire 10 lines
06-24 06:50:06.697 1627 3162 I chatty : uid=1000(system) Binder:1627_D expire 12 lines
06-24 06:51:26.573 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-24 06:52:21.444 9638 15760 I AlwaysOnHotwordDetector: onDetected
06-24 06:53:15.974 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-24 06:53:17.574 1627 1627 I chatty : uid=1000 system_server expire 12 lines
06-24 06:53:17.574 9638 17545 I AlwaysOnHotwordDetector: onRecognitionResumed
06-24 06:53:32.968 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 06:54:41.529 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-24 06:56:36.008 1627 3153 I chatty : uid=1000(system) Binder:1627_C expire 9 lines
06-24 06:57:23.596 9638 9663 I AlwaysOnHotwordDetector: onDetected
06-24 06:57:23.660 1627 17346 I chatty : uid=1000(system) Binder:1627_20 expire 4 lines
06-24 06:58:06.916 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 06:58:37.751 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 06:58:38.331 1627 1638 I chatty : uid=1000(system) Binder:1627_2 expire 11 lines
06-24 06:58:42.896 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:01:50.260 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 07:01:52.561 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 07:02:52.133 9638 9663 I AlwaysOnHotwordDetector: onDetected
06-24 07:10:00.199 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:10:01.449 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 07:10:01.454 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 07:10:05.370 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:15:46.857 9638 9663 I AlwaysOnHotwordDetector: onDetected
06-24 07:20:25.683 1627 1627 I chatty : uid=1000 system_server expire 13 lines
06-24 07:20:25.684 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 07:24:54.588 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-24 07:24:55.716 9638 24339 I AlwaysOnHotwordDetector: onRecognitionResumed
06-24 07:25:11.360 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:25:16.559 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:25:36.351 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-24 07:25:39.726 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-24 07:28:02.635 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 07:28:31.365 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-24 07:30:06.412 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-24 07:30:35.181 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-24 07:31:21.801 1627 1647 I chatty : uid=1000(system) ActivityManager expire 11 lines
06-24 07:31:26.644 9638 9663 I AlwaysOnHotwordDetector: onDetected
06-24 07:31:27.832 1627 2443 I chatty : uid=1000(system) Binder:1627_7 expire 4 lines
06-24 07:31:58.710 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-24 07:34:04.469 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-24 07:38:44.654 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 07:40:17.090 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:40:17.168 1627 1627 I chatty : uid=1000 system_server expire 11 lines
06-24 07:40:17.338 1627 3420 I chatty : uid=1000(system) Binder:1627_15 expire 14 lines
06-24 07:40:17.343 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 07:40:17.839 1627 3208 I chatty : uid=1000(system) Binder:1627_14 expire 9 lines
06-24 07:40:22.174 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:41:59.374 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-24 07:42:01.753 1627 3063 I chatty : uid=1000(system) Binder:1627_A expire 12 lines
06-24 07:43:41.840 1627 2225 I chatty : uid=1000(system) InputReader expire 10 lines
06-24 07:43:41.841 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 12 lines
06-24 07:43:41.842 1627 1652 I chatty : uid=1000(system) android.fg expire 14 lines
06-24 07:43:41.909 1627 1654 I chatty : uid=1000(system) android.display expire 13 lines
06-24 07:43:41.924 1627 1646 I chatty : uid=1000(system) android.bg expire 11 lines
06-24 07:43:41.945 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:43:42.548 26241 26241 D ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
06-24 07:43:44.461 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 11 lines
06-24 07:43:45.794 1627 7088 I chatty : uid=1000(system) Binder:1627_17 expire 10 lines
06-24 07:46:08.532 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-24 07:46:47.259 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:48:13.460 9638 24339 I AlwaysOnHotwordDetector: onDetected
06-24 07:51:09.524 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 07:51:48.122 1627 9296 I chatty : uid=1000(system) Binder:1627_1A expire 11 lines
06-24 07:51:48.142 1627 1627 I chatty : uid=1000 system_server expire 15 lines
06-24 07:51:48.148 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:51:55.052 1627 2161 I chatty : uid=1000(system) UEventObserver expire 13 lines
06-24 07:52:48.540 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:54:57.548 1095 1371 E NetlinkListener: recvmsg failed (No buffer space available)
06-24 07:58:25.537 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 07:58:25.568 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 1 line
06-24 07:58:27.548 1627 3185 I chatty : uid=1000(system) Binder:1627_12 expire 4 lines
06-24 07:58:31.809 1627 2615 I chatty : uid=1000(system) Binder:1627_9 expire 15 lines
06-24 07:59:08.324 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-24 07:59:58.946 1627 1627 I chatty : uid=1000 system_server expire 17 lines
06-24 07:59:58.947 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 08:00:27.980 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 08:00:40.417 1627 1654 I chatty : uid=1000(system) android.display expire 11 lines
06-24 08:00:52.465 1627 2614 I chatty : uid=1000(system) Binder:1627_8 expire 18 lines
06-24 08:00:52.708 1627 1647 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-24 08:00:53.795 725 878 I chatty : uid=1000(system) EventThread expire 33 lines
06-24 08:00:54.332 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 20 lines
06-24 08:01:49.056 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 08:01:49.195 1627 3164 I chatty : uid=1000(system) Binder:1627_F expire 10 lines
06-24 08:03:02.172 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 11 lines
06-24 08:04:38.712 1627 1627 I chatty : uid=1000 system_server expire 17 lines
06-24 08:04:38.713 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 08:04:51.355 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-24 08:04:51.470 1627 1654 I chatty : uid=1000(system) android.display expire 11 lines
06-24 08:04:51.581 1627 1647 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-24 08:04:53.566 1627 2225 I chatty : uid=1000(system) InputReader expire 15 lines
06-24 08:06:20.773 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 08:06:23.535 1627 1627 I chatty : uid=1000 system_server expire 10 lines
06-24 08:06:23.535 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 08:08:10.099 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 08:08:41.977 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 08:08:42.066 1627 15499 I chatty : uid=1000(system) Binder:1627_1D expire 12 lines
06-24 08:10:19.711 1627 2306 I chatty : uid=1000(system) ConnectivitySer expire 2 lines
06-24 08:11:01.346 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 08:17:03.241 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 08:17:08.376 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 08:17:38.169 1627 1647 I chatty : uid=1000(system) ActivityManager expire 18 lines
06-24 08:19:29.412 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 08:19:29.438 1627 1627 I chatty : uid=1000 system_server expire 14 lines
06-24 08:21:49.882 1627 2172 I chatty : uid=1000(system) AlarmManager expire 1 line
06-24 08:21:49.885 1627 1648 I chatty : uid=1000(system) android.ui expire 6 lines
06-24 08:22:06.410 1627 2161 I chatty : uid=1000(system) UEventObserver expire 12 lines
06-24 08:22:58.879 1627 3162 I chatty : uid=1000(system) Binder:1627_D expire 2 lines
06-24 08:22:59.294 725 878 I chatty : uid=1000(system) EventThread expire 50 lines
06-24 08:23:23.370 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 91 lines
06-24 08:23:27.306 9638 17409 I AlwaysOnHotwordDetector: onRecognitionPaused
06-24 08:23:28.908 9638 17409 I AlwaysOnHotwordDetector: onRecognitionResumed
06-24 08:23:34.823 1627 1652 I chatty : uid=1000(system) android.fg expire 18 lines
06-24 08:23:51.311 1627 1654 I chatty : uid=1000(system) android.display expire 11 lines
06-24 08:24:33.430 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 12 lines
06-24 08:25:47.011 1627 2237 I chatty : uid=1000(system) Binder:1627_3 expire 1 line
06-24 08:30:15.334 1627 2293 I chatty : uid=1000(system) NetworkStats expire 1 line
06-24 08:30:51.299 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 08:31:01.351 1627 1646 I chatty : uid=1000(system) android.bg expire 9 lines
06-24 08:31:01.427 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 08:31:36.307 1627 15699 I chatty : uid=1000(system) Binder:1627_1E expire 2 lines
06-24 08:31:36.442 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 08:31:36.597 1627 1627 I chatty : uid=1000 system_server expire 22 lines
06-24 08:31:41.212 1627 3420 I chatty : uid=1000(system) Binder:1627_15 expire 13 lines
06-24 08:31:42.579 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 11 lines
06-24 08:33:24.709 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 6 lines
06-24 08:33:29.449 9638 17409 I AlwaysOnHotwordDetector: onRecognitionPaused
06-24 08:33:41.022 9638 17409 I AlwaysOnHotwordDetector: onRecognitionResumed
06-24 08:33:41.978 725 878 I chatty : uid=1000(system) EventThread expire 10 lines
06-24 08:33:42.000 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 10 lines
06-24 08:33:43.333 1627 2161 I chatty : uid=1000(system) UEventObserver expire 13 lines
06-24 08:33:51.718 1627 1627 I chatty : uid=1000 system_server expire 13 lines
06-24 08:33:52.186 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 20 lines
06-24 08:33:54.907 1627 3184 I chatty : uid=1000(system) Binder:1627_11 expire 8 lines
06-24 08:34:57.164 1627 2615 I chatty : uid=1000(system) Binder:1627_9 expire 9 lines
06-24 08:35:02.017 1627 1647 I chatty : uid=1000(system) ActivityManager expire 15 lines
06-24 08:35:02.022 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 08:35:02.136 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 08:36:02.496 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 31 lines
06-24 08:37:14.835 1627 1627 I chatty : uid=1000 system_server expire 34 lines
06-24 08:37:16.968 725 878 I chatty : uid=1000(system) EventThread expire 10 lines
06-24 08:37:19.738 1627 1654 I chatty : uid=1000(system) android.display expire 15 lines
06-24 08:41:47.995 9638 17409 I AlwaysOnHotwordDetector: onRecognitionPaused
06-24 08:41:50.791 1627 1627 I chatty : uid=1000 system_server expire 23 lines
06-24 08:41:50.791 9638 17409 I AlwaysOnHotwordDetector: onRecognitionResumed
06-24 08:41:50.929 725 878 I chatty : uid=1000(system) EventThread expire 23 lines
06-24 08:41:51.141 1627 7088 I chatty : uid=1000(system) Binder:1627_17 expire 2 lines
06-24 08:41:54.545 9638 17409 I AlwaysOnHotwordDetector: onRecognitionPaused
06-24 08:41:58.413 9638 17409 I AlwaysOnHotwordDetector: onRecognitionResumed
06-24 08:41:59.826 1627 2225 I chatty : uid=1000(system) InputReader expire 9 lines
06-24 08:42:00.302 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 10 lines
06-24 08:42:00.418 1627 1652 I chatty : uid=1000(system) android.fg expire 16 lines
06-24 08:42:34.648 1627 2614 I chatty : uid=1000(system) Binder:1627_8 expire 17 lines
06-24 08:43:45.451 1627 2389 I chatty : uid=1000(system) Binder:1627_5 expire 3 lines
06-24 08:43:45.604 1627 1638 I chatty : uid=1000(system) Binder:1627_2 expire 2 lines
06-24 08:43:45.938 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 44 lines
06-24 08:43:52.087 16789 16789 W DreamService[DozeService]: Finish was called before the dream was attached.
06-24 08:43:52.320 1627 1627 I chatty : uid=1000 system_server expire 46 lines
06-24 08:43:52.374 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 16 lines
06-24 08:43:54.656 1627 15499 I chatty : uid=1000(system) Binder:1627_1D expire 2 lines
06-24 08:43:55.703 1627 32365 I chatty : uid=1000(system) HwBinder:1627_5 expire 2 lines
06-24 08:43:56.185 1627 1654 I chatty : uid=1000(system) android.display expire 18 lines
06-24 08:43:56.192 1627 1647 I chatty : uid=1000(system) ActivityManager expire 16 lines
06-24 08:43:56.239 1627 14966 I chatty : uid=1000(system) Binder:1627_1C expire 7 lines
06-24 08:48:29.041 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-24 08:48:42.301 1627 3164 I chatty : uid=1000(system) Binder:1627_F expire 5 lines
06-24 08:48:55.125 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-24 08:49:40.058 1627 9296 I chatty : uid=1000(system) Binder:1627_1A expire 6 lines
06-24 08:49:41.935 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 6 lines
06-24 08:49:44.064 725 878 I chatty : uid=1000(system) EventThread expire 18 lines
06-24 08:50:46.722 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-24 08:50:46.749 1627 1627 I chatty : uid=1000 system_server expire 24 lines
06-24 08:50:46.815 1627 2614 I chatty : uid=1000(system) Binder:1627_8 expire 1 line
06-24 08:50:46.881 1627 1654 I chatty : uid=1000(system) android.display expire 20 lines
06-24 08:50:46.919 1627 1647 I chatty : uid=1000(system) ActivityManager expire 19 lines
06-24 08:50:47.015 1627 3420 I chatty : uid=1000(system) Binder:1627_15 expire 1 line
06-24 08:50:49.125 1627 2161 I chatty : uid=1000(system) UEventObserver expire 11 lines
06-24 08:50:49.254 1627 14424 I chatty : uid=1000(system) Binder:1627_1B expire 6 lines
06-24 08:50:50.586 30211 30211 D ActivityThread: Loading provider com.whatsapp.provider.contact: com.whatsapp.contact.ContactProvider
06-24 08:50:53.686 1627 3063 I chatty : uid=1000(system) Binder:1627_A expire 2 lines
06-24 08:51:11.811 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 140 lines
06-24 08:51:48.637 725 878 I chatty : uid=1000(system) EventThread expire 41 lines
06-24 08:54:05.905 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 8 lines
06-24 08:54:06.004 1627 1652 I chatty : uid=1000(system) android.fg expire 6 lines
06-24 08:55:26.298 1627 2416 I chatty : uid=1000(system) Binder:1627_6 expire 6 lines
06-24 08:56:36.278 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-24 08:56:36.345 1627 3424 I chatty : uid=1000(system) Binder:1627_16 expire 2 lines
06-24 08:56:38.191 725 878 I chatty : uid=1000(system) EventThread expire 21 lines
06-24 08:56:39.308 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 51 lines
06-24 08:57:45.960 725 878 I chatty : uid=1000(system) EventThread expire 2 lines
06-24 08:57:46.197 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 4 lines
06-24 08:57:54.392 725 878 I chatty : uid=1000(system) EventThread expire 2 lines
06-24 08:57:54.414 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 4 lines
06-24 08:57:58.173 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 2 lines
06-24 08:58:01.221 725 878 I chatty : uid=1000(system) EventThread expire 2 lines
06-24 08:58:01.242 725 725 I chatty : uid=1000(system) /system/bin/surfaceflinger expire 6 lines
06-24 08:58:09.087 725 878 I chatty : uid=1000(system) EventThread expire 2 lines
06-24 08:58:14.650 725 725 I SFPerfTracer: triggers: (rate: 2269:163493) (compose: 1:182) (post: 2:555) (render: 2:703) (25:2909808 frames) (26:3214647)
06-24 08:58:14.650 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 0:414954)* (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15236) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:664) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1070) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad268000): 26:2417)
06-24 08:58:15.766 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (42:5467152 vsyncs) (44:12177473)
06-24 08:58:17.039 725 725 I SFPerfTracer: triggers: (rate: 2269:163498) (compose: 1:182) (post: 2:555) (render: 2:703) (104:2909915 frames) (105:3214758)
06-24 08:58:17.039 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 1:414955)* (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15236) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:664) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1070) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad268000): 105:2528)
06-24 08:58:17.737 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (43:5467257 vsyncs) (45:12177582)
06-24 08:58:19.260 725 725 I SFPerfTracer: triggers: (rate: 2269:163507) (compose: 1:182) (post: 2:555) (render: 2:703) (7:2910012 frames) (8:3214860)
06-24 08:58:19.260 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 0:414957)* (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15236) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:664) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1070) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad268000): 8:2629)
06-24 08:58:19.858 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (24:5467347 vsyncs) (26:12177687)
06-24 08:58:20.095 725 725 I SFPerfTracer: trigger: frame rate (-32.487%) (40.508 fps) (24.687 ms) (9 drops) (23 frames)
06-24 08:58:20.095 725 725 I SFPerfTracer: triggers: (rate: 2270:163517) (compose: 1:182) (post: 2:555) (render: 2:703) (23:2910036 frames) (24:3214886)
06-24 08:58:20.095 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 0:414957)* (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15236) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:664) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1070) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad268000): 24:2655)
06-24 08:58:26.360 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (57:5467440 vsyncs) (59:12177788)
06-24 08:58:26.714 1627 2614 I chatty : uid=1000(system) Binder:1627_8 expire 4 lines
06-24 08:58:27.659 725 725 I SFPerfTracer: triggers: (rate: 2270:163519) (compose: 1:182) (post: 2:555) (render: 2:703) (43:2910160 frames) (44:3215014)
06-24 08:58:27.659 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 0:414959)* (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15236) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:664) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1070) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad268000): 44:2783)
06-24 08:58:30.696 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (6:5467524 vsyncs) (8:12177892)
06-24 08:58:34.359 725 725 I SFPerfTracer: triggers: (rate: 2270:163526) (compose: 1:182) (post: 2:555) (render: 2:703) (20:2910263 frames) (21:3215133)
06-24 08:58:34.359 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 1:414964)* (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15236) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 21:685) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 1:1071) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad268000): 10:2887)
06-24 08:58:35.021 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (37:5467610 vsyncs) (39:12177995)
06-24 08:58:38.100 725 725 I SFPerfTracer: triggers: (rate: 2270:163529) (compose: 1:182) (post: 2:555) (render: 2:703) (29:2910368 frames) (30:3215245)
06-24 08:58:38.100 725 725 D SFPerfTracer: layers: (4:11) (StatusBar#0 (0xadac5000): 1:414980) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 30:1140)
06-24 08:58:39.460 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (55:5467733 vsyncs) (57:12178129)
06-24 08:58:42.108 725 725 I SFPerfTracer: triggers: (rate: 2270:163533) (compose: 1:182) (post: 2:555) (render: 2:703) (141:2910525 frames) (142:3215405)
06-24 08:58:42.108 725 725 D SFPerfTracer: layers: (4:11) (StatusBar#0 (0xadac5000): 1:414982) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 142:1300)
06-24 08:58:44.356 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (286:5468019 vsyncs) (288:12178418)
06-24 08:58:45.627 725 725 I SFPerfTracer: triggers: (rate: 2270:163533) (compose: 1:182) (post: 2:555) (render: 2:703) (47:2910651 frames) (48:3215540)
06-24 08:58:45.627 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 2:414986) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 48:52)
06-24 08:58:47.361 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (4:5468104 vsyncs) (6:12178520)
06-24 08:58:51.325 725 725 I SFPerfTracer: trigger: frame rate (-36.750%) (37.950 fps) (26.351 ms) (43 drops) (109 frames)
06-24 08:58:51.325 725 725 I SFPerfTracer: triggers: (rate: 2271:163580) (compose: 1:182) (post: 2:555) (render: 2:703) (109:2910817 frames) (110:3215716)
06-24 08:58:51.325 725 725 D SFPerfTracer: layers: (6:13) (StatusBar#0 (0xadac5000): 1:414988) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 81:162) (VolumeDialogImpl#0 (0xad9d7000): 48:86)
06-24 08:58:52.973 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (270:5468409 vsyncs) (272:12178835)
06-24 08:58:52.992 725 725 I SFPerfTracer: trigger: frame rate (-36.567%) (38.060 fps) (26.274 ms) (19 drops) (61 frames)
06-24 08:58:52.992 725 725 I SFPerfTracer: triggers: (rate: 2272:163599) (compose: 1:182) (post: 2:555) (render: 2:703) (61:2910878 frames) (62:3215778)
06-24 08:58:52.993 725 725 D SFPerfTracer: layers: (6:13) (StatusBar#0 (0xadac5000): 0:414988) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 49:211) (VolumeDialogImpl#0 (0xad9d7000): 28:114)
06-24 08:58:54.500 725 725 I SFPerfTracer: trigger: frame rate (-37.745%) (37.353 fps) (26.772 ms) (15 drops) (43 frames)
06-24 08:58:54.500 725 725 I SFPerfTracer: triggers: (rate: 2273:163616) (compose: 1:182) (post: 2:555) (render: 2:703) (43:2910925 frames) (44:3215829)
06-24 08:58:54.500 725 725 D SFPerfTracer: layers: (6:13) (StatusBar#0 (0xadac5000): 1:414989) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 40:258) (VolumeDialogImpl#0 (0xad9d7000): 15:129)
06-24 08:58:55.394 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (121:5468541 vsyncs) (123:12178975)
06-24 08:58:55.413 725 725 I SFPerfTracer: trigger: frame rate (-44.055%) (33.567 fps) (29.791 ms) (14 drops) (28 frames)
06-24 08:58:55.413 725 725 I SFPerfTracer: triggers: (rate: 2274:163630) (compose: 1:182) (post: 2:555) (render: 2:703) (28:2910953 frames) (29:3215858)
06-24 08:58:55.413 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:414989) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 29:287)
06-24 08:58:58.050 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (151:5468694 vsyncs) (153:12179132)
06-24 08:58:58.069 725 725 I SFPerfTracer: trigger: frame rate (-40.124%) (35.926 fps) (27.835 ms) (38 drops) (93 frames)
06-24 08:58:58.069 725 725 I SFPerfTracer: triggers: (rate: 2275:163668) (compose: 1:182) (post: 2:555) (render: 2:703) (93:2911046 frames) (94:3215952)
06-24 08:58:58.069 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 3:414992) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 92:379)
06-24 08:58:59.224 725 725 I SFPerfTracer: trigger: frame rate (-38.776%) (36.735 fps) (27.222 ms) (7 drops) (19 frames)
06-24 08:58:59.224 725 725 I SFPerfTracer: triggers: (rate: 2276:163677) (compose: 1:182) (post: 2:555) (render: 2:703) (19:2911066 frames) (20:3215974)
06-24 08:58:59.224 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 4:414996) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 16:397)
06-24 08:58:59.713 725 725 I SFPerfTracer: trigger: frame rate (-37.612%) (37.433 fps) (26.714 ms) (4 drops) (10 frames)
06-24 08:58:59.713 725 725 I SFPerfTracer: triggers: (rate: 2277:163681) (compose: 1:182) (post: 2:555) (render: 2:703) (10:2911076 frames) (11:3215986)
06-24 08:58:59.714 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:414996) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 11:409)
06-24 08:59:00.922 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (70:5468821 vsyncs) (72:12179267)
06-24 08:59:00.942 725 725 I SFPerfTracer: trigger: frame rate (-46.485%) (32.109 fps) (31.144 ms) (22 drops) (37 frames)
06-24 08:59:00.942 725 725 I SFPerfTracer: triggers: (rate: 2278:163703) (compose: 1:182) (post: 2:555) (render: 2:703) (37:2911113 frames) (38:3216024)
06-24 08:59:00.942 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 3:414999) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 36:445)
06-24 08:59:03.611 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (141:5468973 vsyncs) (143:12179425)
06-24 08:59:03.630 725 725 I SFPerfTracer: trigger: frame rate (-45.820%) (32.508 fps) (30.761 ms) (43 drops) (76 frames)
06-24 08:59:03.630 725 725 I SFPerfTracer: triggers: (rate: 2279:163750) (compose: 1:182) (post: 2:555) (render: 2:703) (76:2911194 frames) (77:3216108)
06-24 08:59:03.630 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:414999) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 77:529)
06-24 08:59:05.766 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (126:5469099 vsyncs) (128:12179553)
06-24 08:59:05.785 725 725 I SFPerfTracer: trigger: frame rate (-47.324%) (31.606 fps) (31.640 ms) (33 drops) (66 frames)
06-24 08:59:05.785 725 725 I SFPerfTracer: triggers: (rate: 2280:163783) (compose: 1:182) (post: 2:555) (render: 2:703) (66:2911260 frames) (67:3216175)
06-24 08:59:05.785 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 3:415002) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 64:593)
06-24 08:59:07.355 725 725 I SFPerfTracer: trigger: frame rate (-35.786%) (38.528 fps) (25.955 ms) (12 drops) (36 frames)
06-24 08:59:07.355 725 725 I SFPerfTracer: triggers: (rate: 2281:163795) (compose: 1:182) (post: 2:555) (render: 2:703) (36:2911298 frames) (37:3216216)
06-24 08:59:07.355 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:415002) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 36:633)
06-24 08:59:07.925 725 725 I SFPerfTracer: trigger: frame rate (-41.387%) (35.168 fps) (28.435 ms) (3 drops) (10 frames)
06-24 08:59:07.925 725 725 I SFPerfTracer: triggers: (rate: 2282:163798) (compose: 1:182) (post: 2:555) (render: 2:703) (10:2911308 frames) (11:3216228)
06-24 08:59:07.925 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 1:415003) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 11:645)
06-24 08:59:08.838 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (53:5469234 vsyncs) (55:12179700)
06-24 08:59:08.858 725 725 I SFPerfTracer: trigger: frame rate (-46.228%) (32.263 fps) (30.995 ms) (13 drops) (28 frames)
06-24 08:59:08.858 725 725 I SFPerfTracer: triggers: (rate: 2283:163811) (compose: 1:182) (post: 2:555) (render: 2:703) (28:2911336 frames) (29:3216257)
06-24 08:59:08.858 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 1:415004) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 28:673)
06-24 08:59:11.294 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (127:5469369 vsyncs) (129:12179841)
06-24 08:59:11.314 725 725 I SFPerfTracer: trigger: frame rate (-45.778%) (32.533 fps) (30.738 ms) (34 drops) (69 frames)
06-24 08:59:11.314 725 725 I SFPerfTracer: triggers: (rate: 2284:163847) (compose: 1:182) (post: 2:555) (render: 2:703) (69:2911408 frames) (70:3216332)
06-24 08:59:11.314 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 2:415006) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 70:748)
06-24 08:59:14.434 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (170:5469545 vsyncs) (172:12180023)
06-24 08:59:14.488 725 725 I SFPerfTracer: trigger: frame rate (-49.520%) (30.288 fps) (33.016 ms) (53 drops) (85 frames)
06-24 08:59:14.488 725 725 I SFPerfTracer: triggers: (rate: 2285:163901) (compose: 1:182) (post: 2:555) (render: 2:703) (85:2911495 frames) (86:3216422)
06-24 08:59:14.488 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 2:415008) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:737) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 86:838)
06-24 08:59:15.908 725 725 I SFPerfTracer: trigger: frame rate (-29.046%) (42.572 fps) (23.489 ms) (10 drops) (37 frames)
06-24 08:59:15.908 725 725 I SFPerfTracer: triggers: (rate: 2286:163915) (compose: 1:182) (post: 2:555) (render: 2:703) (37:2911549 frames) (38:3216478)
06-24 08:59:15.908 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:415009) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 19:756) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1382) (org.telegram.messenger/org.telegram.ui.LaunchActivity#0 (0xad7f0000): 34:889)
06-24 08:59:16.943 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (1:5469641 vsyncs) (3:12180125)
06-24 08:59:19.816 725 725 I SFPerfTracer: triggers: (rate: 2286:163918) (compose: 1:182) (post: 2:555) (render: 2:703) (161:2911726 frames) (162:3216657)
06-24 08:59:19.816 725 725 D SFPerfTracer: layers: (4:11) (StatusBar#0 (0xadac5000): 1:415010) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15622)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:773) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 162:1544)
06-24 08:59:20.797 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462290 sw vsyncs) (0 skipped) (200:5469841 vsyncs) (202:12180328)
06-24 08:59:22.720 1627 3063 I chatty : uid=1000(system) Binder:1627_A expire 1 line
06-24 08:59:23.048 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 2 lines
06-24 08:59:23.638 725 725 I SFPerfTracer: triggers: (rate: 2286:163918) (compose: 1:182) (post: 2:555) (render: 2:703) (20:2911824 frames) (21:3216766)
06-24 08:59:23.638 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:415014) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15623) (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15247) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 21:860) (org.telegram.messenger/org.telegram.ui.LaunchActivity#1 (0xad9cc000): 0:1603)- (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f0000): 21:36)
06-24 08:59:23.638 1627 1627 I chatty : uid=1000 system_server expire 15 lines
06-24 08:59:24.244 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462291 sw vsyncs) (0 skipped) (117:5469959 vsyncs) (119:12180453)
06-24 08:59:26.768 1627 16837 I chatty : uid=1000(system) Binder:1627_1F expire 4 lines
06-24 09:00:13.153 1627 2293 I chatty : uid=1000(system) NetworkStats expire 1 line
06-24 09:01:20.059 1627 1648 I chatty : uid=1000(system) android.ui expire 1 line
06-24 09:01:39.771 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 09:01:58.574 1627 1647 I chatty : uid=1000(system) ActivityManager expire 10 lines
06-24 09:02:23.162 1627 1646 I chatty : uid=1000(system) android.bg expire 1 line
06-24 09:02:23.455 31291 31291 D ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
06-24 09:03:54.555 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-24 09:03:55.773 1627 7088 I chatty : uid=1000(system) Binder:1627_17 expire 1 line
06-24 09:04:32.532 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462338 sw vsyncs) (0 skipped) (0:5470005 vsyncs) (2:12180555)
06-24 09:04:35.879 2358 2358 D StatusBarKeyguardViewManager: requestUnlock collapse=true
06-24 09:04:36.099 1627 3424 I chatty : uid=1000(system) Binder:1627_16 expire 2 lines
06-24 09:04:36.135 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462338 sw vsyncs) (0 skipped) (17:5470090 vsyncs) (19:12180658)
06-24 09:04:36.256 1627 1627 I chatty : uid=1000 system_server expire 1 line
06-24 09:04:36.349 1627 2161 I chatty : uid=1000(system) UEventObserver expire 1 line
06-24 09:04:37.202 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 2 lines
06-24 09:04:38.374 725 725 I SFPerfTracer: triggers: (rate: 2286:163922) (compose: 1:182) (post: 2:555) (render: 2:703) (60:2911954 frames) (61:3216923)
06-24 09:04:38.375 725 725 D SFPerfTracer: layers: (5:14) (StatusBar#0 (0xadac5000): 0:415050) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15625) (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15269) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 41:919) (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f0000): 0:60)- (ColorFade#0 (0xad9cc000): 0:31)- (AOD#0 (0xad9d7000): 0:16)- (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad9d7000): 58:81)
06-24 09:04:40.348 1627 16837 I chatty : uid=1000(system) Binder:1627_1F expire 3 lines
06-24 09:04:40.995 1627 1654 I chatty : uid=1000(system) android.display expire 2 lines
06-24 09:04:42.828 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462338 sw vsyncs) (0 skipped) (123:5470293 vsyncs) (125:12180873)
06-24 09:04:43.169 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 1 line
06-24 09:04:43.616 725 725 I SFPerfTracer: triggers: (rate: 2286:163924) (compose: 1:182) (post: 2:555) (render: 2:703) (25:2912056 frames) (26:3217037)
06-24 09:04:43.616 725 725 D SFPerfTracer: layers: (4:13) (StatusBar#0 (0xadac5000): 0:415065) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15626)* (animation background stackId=1#0 (0xad7af000): 0:2100)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15269) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:919) (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad9d7000): 0:90)- (Splash Screen com.google.android.apps.messaging#0 (0xad7f0000): 0:35)- (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity#0 (0xad9cc000): 2:46)
06-24 09:04:47.654 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462338 sw vsyncs) (0 skipped) (35:5470386 vsyncs) (37:12180986)
06-24 09:04:47.774 725 725 I SFPerfTracer: triggers: (rate: 2286:163925) (compose: 1:182) (post: 2:555) (render: 2:703) (4:2912145 frames) (5:3217140)
06-24 09:04:47.774 725 725 D SFPerfTracer: layers: (4:13) (StatusBar#0 (0xadac5000): 0:415068) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15626)* (animation background stackId=1#0 (0xad7af000): 0:2102)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15269) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 5:956) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity#0 (0xad9cc000): 0:80)- (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad7f0000): 0:57)- (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity#0 (0xad9cc000): 0:18)
06-24 09:04:49.194 1627 1652 I chatty : uid=1000(system) android.fg expire 2 lines
06-24 09:04:49.353 1627 3162 I chatty : uid=1000(system) Binder:1627_D expire 1 line
06-24 09:04:49.605 1627 1654 I chatty : uid=1000(system) android.display expire 1 line
06-24 09:04:49.874 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462338 sw vsyncs) (0 skipped) (13:5470473 vsyncs) (15:12181087)
06-24 09:04:50.065 725 725 I SFPerfTracer: triggers: (rate: 2286:163929) (compose: 1:182) (post: 2:555) (render: 2:703) (8:2912237 frames) (9:3217245)
06-24 09:04:50.065 725 725 D SFPerfTracer: layers: (5:14) (StatusBar#0 (0xadac5000): 0:415069) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15626)* (animation background stackId=1#0 (0xad7af000): 0:2104)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15269) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:956) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity#0 (0xad9cc000): 0:106)* (PopupWindow:317a0d4#0 (0xad7f0000): 0:25)* (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9d7000): 5:21) (Toast#0 (0xad268000): 9:21)
06-24 09:04:51.559 1627 1627 I chatty : uid=1000 system_server expire 1 line
06-24 09:04:52.684 725 725 I SFPerfTracer: triggers: (rate: 2286:163931) (compose: 1:182) (post: 2:555) (render: 2:703) (18:2912327 frames) (19:3217346)
06-24 09:04:52.684 725 725 D SFPerfTracer: layers: (5:13) (StatusBar#0 (0xadac5000): 0:415069) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15626)* (animation background stackId=1#0 (0xad7af000): 0:2104)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15269) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:957) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9d7000): 2:54) (Toast#0 (0xad268000): 0:60)- (InputMethod#0 (0xad7f0000): 19:35)
06-24 09:04:53.518 725 725 I SFPerfTracer: trigger: frame rate (-52.249%) (28.651 fps) (34.903 ms) (16 drops) (22 frames)
06-24 09:04:53.519 725 725 I SFPerfTracer: triggers: (rate: 2287:163947) (compose: 1:182) (post: 2:555) (render: 2:703) (22:2912349 frames) (23:3217369)
06-24 09:04:53.519 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:415069) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15626)* (animation background stackId=1#0 (0xad7af000): 0:2104)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15269) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:957) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9d7000): 1:55) (InputMethod#0 (0xad7f0000): 22:57)
06-24 09:04:54.716 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462338 sw vsyncs) (0 skipped) (32:5470554 vsyncs) (34:12181219)
06-24 09:04:56.267 725 725 I SFPerfTracer: triggers: (rate: 2287:163951) (compose: 1:182) (post: 2:555) (render: 2:703) (11:2912441 frames) (12:3217472)
06-24 09:04:56.267 725 725 D SFPerfTracer: layers: (5:13) (StatusBar#0 (0xadac5000): 0:415071) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15626)* (animation background stackId=1#0 (0xad7af000): 0:2104)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15269) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 12:1022) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9d7000): 12:112) (InputMethod#0 (0xad7f0000): 0:70)- (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity#0 (0xad7f0000): 12:17)
06-24 09:04:57.696 1627 2161 I chatty : uid=1000(system) UEventObserver expire 1 line
06-24 09:04:57.705 1627 1650 I chatty : uid=1000(system) batterystats-sy expire 2 lines
06-24 09:04:58.294 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 1 line
06-24 09:04:58.615 1627 1654 I chatty : uid=1000(system) android.display expire 1 line
06-24 09:04:58.923 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462338 sw vsyncs) (0 skipped) (25:5470660 vsyncs) (27:12181341)
06-24 09:05:00.325 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 6 lines
06-24 09:05:00.490 1627 1654 I chatty : uid=1000(system) android.display expire 1 line
06-24 09:05:00.699 725 725 I SFPerfTracer: triggers: (rate: 2287:163953) (compose: 1:182) (post: 2:555) (render: 2:703) (10:2912529 frames) (11:3217576)
06-24 09:05:00.699 725 725 D SFPerfTracer: layers: (6:14) (StatusBar#0 (0xadac5000): 9:415085) (com.android.systemui.ImageWallpaper#0 (0xada90000): 1:15627) (animation background stackId=1#0 (0xad7af000): 0:2106)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15269) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 11:1052) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9d7000): 0:114)- (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity#0 (0xad7f0000): 0:60)- (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9d7000): 11:52) (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f0000): 3:6)
06-24 09:05:03.237 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462338 sw vsyncs) (0 skipped) (136:5470796 vsyncs) (138:12181485)
06-24 09:05:03.267 725 725 I SFPerfTracer: triggers: (rate: 2287:163953) (compose: 1:182) (post: 2:555) (render: 2:703) (88:2912630 frames) (89:3217679)
06-24 09:05:03.267 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:415085) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15627) (animation background stackId=1#0 (0xad7af000): 0:2106)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15269) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 49:1113) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9d7000): 0:65)- (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f0000): 89:98)
06-24 09:05:04.182 1627 1652 I chatty : uid=1000(system) android.fg expire 1 line
06-24 09:05:08.681 1627 2224 I chatty : uid=1000(system) InputDispatcher expire 1 line
06-24 09:05:09.560 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462338 sw vsyncs) (0 skipped) (73:5470927 vsyncs) (75:12181628)
06-24 09:05:11.804 1627 2225 I chatty : uid=1000(system) InputReader expire 1 line
06-24 09:05:11.812 1627 1627 I chatty : uid=1000 system_server expire 6 lines
06-24 09:05:11.818 725 725 I SFPerfTracer: triggers: (rate: 2287:163954) (compose: 1:182) (post: 2:555) (render: 2:703) (90:2912759 frames) (91:3217812)
06-24 09:05:11.818 725 725 D SFPerfTracer: layers: (5:11) (StatusBar#0 (0xadac5000): 0:415089) (com.android.systemui.ImageWallpaper#0 (0xada90000): 37:15689) (animation background stackId=1#0 (0xad7af000): 0:2106)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15269) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 42:1155) (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f0000): 91:228)
06-24 09:05:12.274 1627 1657 I chatty : uid=1000(system) PowerManagerSer expire 4 lines
06-24 09:05:12.380 1627 1654 I chatty : uid=1000(system) android.display expire 1 line
06-24 09:05:12.385 1627 1652 I chatty : uid=1000(system) android.fg expire 3 lines
06-24 09:05:14.918 1627 32365 I chatty : uid=1000(system) HwBinder:1627_5 expire 1 line
06-24 09:05:14.918 1627 1627 I chatty : uid=1000 system_server expire 6 lines
06-24 09:05:15.000 1627 3207 I chatty : uid=1000(system) Binder:1627_13 expire 1 line
06-24 09:05:15.003 1627 2375 I chatty : uid=1000(system) Binder:1627_4 expire 1 line
06-24 09:05:15.058 1627 1627 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 com.motorola.internal.widget.GestureSharingTouchManager.handleScreenOn:147 com.motorola.internal.widget.GestureSharingTouchManager.-wrap1:0 com.motorola.internal.widget.GestureSharingTouchManager$2.onReceive:63 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_51615:1304
06-24 09:05:15.063 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
06-24 09:05:15.128 1627 1627 V FingerprintService: setNavigationState: true
06-24 09:05:15.224 1627 1654 I LaunchCheckinHandler: Displayed com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher,wp,wa,13854
06-24 09:05:15.229 1627 1627 V NotificationListeners: disabling notification listener for user 0: ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.notification.DisplayNotifListenerService}
06-24 09:05:15.251 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to jp.ne.hardyinfinity.bluelightfilter.free/.EventReceiver
06-24 09:05:15.251 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.auth.setup.devicesignals.LockScreenReceiver
06-24 09:05:15.251 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.trustagent.UserPresentBroadcastReceiver
06-24 09:05:15.251 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
06-24 09:05:15.251 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.motorola.modservice.fmwkwrapper/.BootReceiver
06-24 09:05:15.251 1627 1647 W BroadcastQueue: Permission Denial: broadcasting Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } from com.android.systemui (pid=2358, uid=10091) is not exported from uid 10014 due to receiver com.telecomsys.directedsms.android.SCG/.UserPresentReceiver
06-24 09:05:15.283 1627 1654 E NotificationService: Suppressing notification from package by user request.
06-24 09:05:15.305 1627 1657 W PowerManagerService: Screen on took 305 ms
06-24 09:05:15.377 1627 3207 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.apalon.weatherlive/.widget.weather.WidgetsInvalidateReceiver
06-24 09:05:15.962 1627 2224 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher (has extras)} from uid 1000
06-24 09:05:16.044 1627 2375 E BatteryStatsService: no controller energy info supplied
06-24 09:05:16.044 1627 2375 E BatteryStatsService: no controller energy info supplied
06-24 09:05:17.176 1627 2614 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.apps.messaging/.ui.ConversationListActivity bnds=[849,1536][1055,1776]} from uid 10059
06-24 09:05:17.206 725 725 I SFPerfTracer: triggers: (rate: 2287:163960) (compose: 1:182) (post: 2:555) (render: 2:703) (71:2912899 frames) (72:3217965)
06-24 09:05:17.206 725 725 D SFPerfTracer: layers: (5:14) (StatusBar#0 (0xadac5000): 0:415118) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15691) (animation background stackId=1#0 (0xad7af000): 0:2106)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15291) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 28:1200) (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f0000): 0:229)- (ColorFade#0 (0xad99e000): 0:31)- (AOD#0 (0xad9cc000): 0:3)- (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f0000): 71:79)
06-24 09:05:17.373 1627 3207 E BatteryStatsService: no controller energy info supplied
06-24 09:05:17.373 1627 3207 E BatteryStatsService: no controller energy info supplied
06-24 09:05:19.254 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462361 sw vsyncs) (0 skipped) (196:5471183 vsyncs) (198:12181926)
06-24 09:05:20.411 725 725 I SFPerfTracer: triggers: (rate: 2287:163963) (compose: 1:182) (post: 2:555) (render: 2:703) (55:2913001 frames) (56:3218083)
06-24 09:05:20.411 725 725 D SFPerfTracer: layers: (4:14) (StatusBar#0 (0xadac5000): 0:415134) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15692)* (animation background stackId=1#0 (0xad7af000): 0:2106)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15291) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1234) (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f0000): 0:81)- (SnapshotStartingWindow for taskId=42471#0 (0xad99e000): 0:25)- (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9cc000): 0:32)- (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity#0 (0xad99e000): 56:74)
06-24 09:05:22.255 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462361 sw vsyncs) (0 skipped) (14:5471285 vsyncs) (16:12182035)
06-24 09:05:24.063 1627 2225 I PowerManagerService: Going to sleep due to power button (uid 1000)...
06-24 09:05:24.071 1627 1627 V FingerprintService: startAuthentication(com.android.systemui)
06-24 09:05:24.071 1627 1627 V FingerprintService: starting client AuthenticationClient(com.android.systemui), initiatedByClient = true)
06-24 09:05:24.085 1627 1627 W FingerprintService: client com.android.systemui is authenticating...
06-24 09:05:24.087 1627 1627 D StatusBarManagerService: showing navigation bar...
06-24 09:05:24.540 1627 1657 I DisplayPowerController: Blocking screen off
06-24 09:05:24.561 1627 1657 I DreamManagerService: Entering dreamland.
06-24 09:05:24.564 1627 1652 I DreamController: Starting dream: name=ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.DozeService}, isTest=false, canDoze=true, userId=0
06-24 09:05:24.566 1627 1657 I PowerManagerService: Dozing...
06-24 09:05:24.573 1627 1657 I DisplayPowerController: Unblocked screen off after 32 ms
06-24 09:05:24.667 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
06-24 09:05:24.949 1627 1627 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 com.motorola.internal.widget.GestureSharingTouchManager.handleScreenOff:155 com.motorola.internal.widget.GestureSharingTouchManager.-wrap0:0 com.motorola.internal.widget.GestureSharingTouchManager$2.onReceive:68 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_51615:1304
06-24 09:05:25.214 1627 1627 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.notification.DisplayNotifListenerService}
06-24 09:05:27.362 1627 7088 E BatteryStatsService: no controller energy info supplied
06-24 09:05:27.362 1627 7088 E BatteryStatsService: no controller energy info supplied
06-24 09:05:37.033 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3941322, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=127562, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=302, SEQNUM=350047, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1989509, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:06:18.665 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", DOZE
06-24 09:06:20.233 1627 32365 V FingerprintService: onAuthenticated, deviceId = 3016880608 fingerId = -1983950745 groupId = 0
06-24 09:06:20.233 1627 1627 V FingerprintService: handleAuthenticated
06-24 09:06:20.233 1627 1627 V FingerprintService: Add AuthToken to KeyStore, token.size = 69
06-24 09:06:20.235 1627 1627 V FingerprintService: onAuthenticated(owner=com.android.systemui, id=-1983950745, gp=0)
06-24 09:06:20.237 1627 1627 V FingerprintService: Done with client: com.android.systemui
06-24 09:06:20.237 1627 1627 V FingerprintService: setNavigationState: false
06-24 09:06:20.245 1627 1627 D StatusBarManagerService: showing navigation bar...
06-24 09:06:20.253 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462388 sw vsyncs) (0 skipped) (27:5471350 vsyncs) (29:12182139)
06-24 09:06:20.253 1627 14424 I PowerManagerService: Waking up from dozing (uid 10069)...
06-24 09:06:20.274 1627 2375 I DreamManagerService: Leaving dreamland.
06-24 09:06:20.274 1627 1652 I DreamManagerService: Performing gentle wake from dream.
06-24 09:06:20.274 1627 1652 I DreamController: Stopping dream: name=ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.DozeService}, isTest=false, canDoze=true, userId=0
06-24 09:06:20.287 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
06-24 09:06:20.300 1627 1627 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 com.motorola.internal.widget.GestureSharingTouchManager.handleScreenOn:147 com.motorola.internal.widget.GestureSharingTouchManager.-wrap1:0 com.motorola.internal.widget.GestureSharingTouchManager$2.onReceive:63 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_51615:1304
06-24 09:06:20.313 1627 1627 V FingerprintService: setNavigationState: true
06-24 09:06:20.411 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to jp.ne.hardyinfinity.bluelightfilter.free/.EventReceiver
06-24 09:06:20.411 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.auth.setup.devicesignals.LockScreenReceiver
06-24 09:06:20.411 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.trustagent.UserPresentBroadcastReceiver
06-24 09:06:20.411 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
06-24 09:06:20.411 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.motorola.modservice.fmwkwrapper/.BootReceiver
06-24 09:06:20.416 1627 1647 W BroadcastQueue: Permission Denial: broadcasting Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } from com.android.systemui (pid=2358, uid=10091) is not exported from uid 10014 due to receiver com.telecomsys.directedsms.android.SCG/.UserPresentReceiver
06-24 09:06:20.445 1627 1654 E NotificationService: Suppressing notification from package by user request.
06-24 09:06:20.472 1627 14424 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.apalon.weatherlive/.widget.weather.WidgetsInvalidateReceiver
06-24 09:06:20.491 725 725 I SFPerfTracer: triggers: (rate: 2287:163965) (compose: 1:182) (post: 2:555) (render: 2:703) (1:2913083 frames) (2:3218184)
06-24 09:06:20.491 725 725 D SFPerfTracer: layers: (3:15) (StatusBar#0 (0xadac5000): 1:415145) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15692)* (animation background stackId=1#0 (0xad7af000): 0:2106)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 2:15300) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 1:1236)* (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity#0 (0xad99e000): 0:120)- (ColorFade#0 (0xad7f0000): 0:31)- (AOD#0 (0xad9cc000): 0:4)- (SnapshotStartingWindow for taskId=42471#0 (0xad9cc000): 0:2) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity#0 (0xad7f0000): 2:2)*
06-24 09:06:20.542 1627 1627 V NotificationListeners: disabling notification listener for user 0: ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.notification.DisplayNotifListenerService}
06-24 09:06:22.096 1627 14424 I ActivityManager: START u0 {flg=0x4000001 cmp=com.google.android.apps.messaging/.ui.conversation.ConversationActivity} from uid 10145
06-24 09:06:22.408 1627 1654 I LaunchCheckinHandler: Displayed com.google.android.apps.messaging/.ui.conversation.ConversationActivity,wp,ca,296
06-24 09:06:22.678 1627 14424 E BatteryStatsService: no controller energy info supplied
06-24 09:06:22.678 1627 14424 E BatteryStatsService: no controller energy info supplied
06-24 09:06:24.342 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462388 sw vsyncs) (0 skipped) (23:5471431 vsyncs) (25:12182247)
06-24 09:06:24.361 725 725 I SFPerfTracer: triggers: (rate: 2287:163968) (compose: 1:182) (post: 2:555) (render: 2:703) (22:2913184 frames) (23:3218305)
06-24 09:06:24.361 725 725 D SFPerfTracer: layers: (6:15) (StatusBar#0 (0xadac5000): 0:415163) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15692)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15312) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1249) (SnapshotStartingWindow for taskId=42471#0 (0xad9cc000): 0:12)- (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity#0 (0xad7f0000): 0:32)- (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9cc000): 17:62) (InputMethod#0 (0xad103000): 4:28) (PopupWindow:9e4346f#0 (0xad7f0000): 14:18)
06-24 09:06:28.132 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462388 sw vsyncs) (0 skipped) (47:5471513 vsyncs) (49:12182349)
06-24 09:06:28.537 725 725 I SFPerfTracer: triggers: (rate: 2287:163982) (compose: 1:182) (post: 2:555) (render: 2:703) (52:2913290 frames) (53:3218422)
06-24 09:06:28.537 725 725 D SFPerfTracer: layers: (5:13) (StatusBar#0 (0xadac5000): 0:415163) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15692)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15312) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1249) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9cc000): 20:129) (InputMethod#0 (0xad103000): 37:69) (PopupWindow:9e4346f#0 (0xad7f0000): 0:35)-
06-24 09:06:29.122 725 725 I SFPerfTracer: trigger: frame rate (-25.802%) (44.519 fps) (22.462 ms) (3 drops) (23 frames)
06-24 09:06:29.122 725 725 I SFPerfTracer: triggers: (rate: 2288:163985) (compose: 1:182) (post: 2:555) (render: 2:703) (23:2913313 frames) (24:3218446)
06-24 09:06:29.122 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:415163) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15692)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15312) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1249) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9cc000): 5:134) (InputMethod#0 (0xad103000): 24:93)
06-24 09:06:30.386 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462388 sw vsyncs) (0 skipped) (0:5471588 vsyncs) (2:12182451)
06-24 09:06:30.832 1627 1652 W RemoteFillService: Not handling { when=-2ms what=3 target=com.android.internal.os.HandlerCaller$MyHandler } as service for ComponentInfo{com.google.android.gms/com.google.android.gms.autofill.service.AutofillService} is already destroyed
06-24 09:06:31.894 725 725 I SFPerfTracer: trigger: frame rate (-31.489%) (41.107 fps) (24.327 ms) (11 drops) (35 frames)
06-24 09:06:31.894 725 725 I SFPerfTracer: triggers: (rate: 2289:164012) (compose: 1:182) (post: 2:555) (render: 2:703) (35:2913432 frames) (36:3218567)
06-24 09:06:31.895 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:415165) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15692)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15312) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1249) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9cc000): 3:163) (InputMethod#0 (0xad103000): 36:200)
06-24 09:06:32.329 725 725 I SFPerfTracer: trigger: frame rate (-54.646%) (27.213 fps) (36.748 ms) (10 drops) (10 frames)
06-24 09:06:32.329 725 725 I SFPerfTracer: triggers: (rate: 2290:164022) (compose: 1:182) (post: 2:555) (render: 2:703) (10:2913442 frames) (11:3218578)
06-24 09:06:32.329 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:415165) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15692)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15312) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1249) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9cc000): 1:164) (InputMethod#0 (0xad103000): 10:210)
06-24 09:06:37.191 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3943305, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=125273, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=302, SEQNUM=350053, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1987233, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:06:37.601 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462388 sw vsyncs) (0 skipped) (0:5471631 vsyncs) (2:12182552)
06-24 09:06:40.459 725 725 I SFPerfTracer: trigger: frame rate (-30.724%) (41.566 fps) (24.058 ms) (3 drops) (16 frames)
06-24 09:06:40.459 725 725 I SFPerfTracer: triggers: (rate: 2291:164031) (compose: 1:182) (post: 2:555) (render: 2:703) (16:2913469 frames) (17:3218624)
06-24 09:06:40.459 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:415170) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15692)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15312) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1249) (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9cc000): 17:196) (InputMethod#0 (0xad103000): 0:219)
06-24 09:06:41.787 1627 2224 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher (has extras)} from uid 1000
06-24 09:06:41.797 1627 2224 I ActivityManager: moveHomeStack, setupComplete:true
06-24 09:06:41.909 1627 1654 I LaunchCheckinHandler: Displayed com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher,wp,wa,122
06-24 09:06:41.931 1627 2224 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher (has extras)} from uid 1000
06-24 09:06:42.515 1627 2225 I PowerManagerService: Going to sleep by application request (uid 1000)...
06-24 09:06:42.519 1627 1627 V FingerprintService: startAuthentication(com.android.systemui)
06-24 09:06:42.519 1627 1627 V FingerprintService: starting client AuthenticationClient(com.android.systemui), initiatedByClient = true)
06-24 09:06:42.529 1627 1627 W FingerprintService: client com.android.systemui is authenticating...
06-24 09:06:42.530 1627 1627 D StatusBarManagerService: showing navigation bar...
06-24 09:06:42.967 1627 1657 I DisplayPowerController: Blocking screen off
06-24 09:06:42.985 1627 1657 I DisplayPowerController: Unblocked screen off after 18 ms
06-24 09:06:43.009 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462388 sw vsyncs) (0 skipped) (74:5471725 vsyncs) (76:12182698)
06-24 09:06:43.073 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
06-24 09:06:43.075 1627 1657 I DreamManagerService: Entering dreamland.
06-24 09:06:43.075 1627 1657 I PowerManagerService: Dozing...
06-24 09:06:43.078 1627 1652 I DreamController: Starting dream: name=ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.DozeService}, isTest=false, canDoze=true, userId=0
06-24 09:06:43.299 725 725 I SFPerfTracer: triggers: (rate: 2291:164042) (compose: 1:182) (post: 2:555) (render: 2:703) (29:2913577 frames) (30:3218744)
06-24 09:06:43.299 725 725 D SFPerfTracer: layers: (1:14) (StatusBar#0 (0xadac5000): 3:415183)* (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15693)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15312)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1289)* (com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity#0 (0xad9cc000): 0:264)- (InputMethod#0 (0xad103000): 0:233)- (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f0000): 14:51)* (ColorFade#0 (0xad9cc000): 28:29)
06-24 09:06:43.349 1627 1627 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 com.motorola.internal.widget.GestureSharingTouchManager.handleScreenOff:155 com.motorola.internal.widget.GestureSharingTouchManager.-wrap0:0 com.motorola.internal.widget.GestureSharingTouchManager$2.onReceive:68 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_51615:1304
06-24 09:06:43.613 1627 1627 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.notification.DisplayNotifListenerService}
06-24 09:06:45.651 1627 3162 E BatteryStatsService: no controller energy info supplied
06-24 09:06:45.651 1627 3162 E BatteryStatsService: no controller energy info supplied
06-24 09:07:19.059 1627 1627 I SoundTriggerHelper: Recognition success
06-24 09:07:19.063 9638 17409 I AlwaysOnHotwordDetector: onDetected
06-24 09:07:19.320 1627 2375 E NotificationService: Suppressing notification from package by user request.
06-24 09:07:20.413 1627 3162 I SoundTriggerHelper: startRecognition successful.
06-24 09:07:35.891 1627 1646 I UsageStatsService: User[0] Flushing usage stats to disk
06-24 09:07:37.902 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3961921, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=33721, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=302, SEQNUM=350064, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1985516, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:07:41.980 1627 3162 E NotificationService: Suppressing notification from package by user request.
06-24 09:08:32.163 1627 1647 I ActivityManager: Start proc 32027:com.lionscribe.hebdate/u0a179 for broadcast com.lionscribe.hebdate/.TodaysDateSmallProvider
06-24 09:08:33.541 1627 16837 I ActivityManager: Start proc 32101:com.motorola.gpsnotifier/u0a47 for broadcast com.motorola.gpsnotifier/.GPSChangeReceiver
06-24 09:08:37.939 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3939796, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=169524, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=305, SEQNUM=350068, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1984550, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:08:43.539 1627 2220 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 com.android.server.location.GnssLocationProvider.reportStatus:1839 <bottom of call stack> <bottom of call stack> <bottom of call stack>
06-24 09:09:38.098 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3946662, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=131224, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=305, SEQNUM=350073, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1983494, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:10:01.983 1627 1627 I ActivityManager: Start proc 32155:com.google.android.partnersetup/u0a53 for service com.google.android.partnersetup/.InstalledAppJobService
06-24 09:10:36.027 1627 3208 D ConnectivityService: requestNetwork for uid/pid:10016/21631 NetworkRequest [ TRACK_DEFAULT id=2152, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
06-24 09:10:36.851 1627 2306 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=2152, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (CALLBACK_RELEASED)
06-24 09:10:38.258 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3927589, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=236509, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=305, SEQNUM=350078, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1981988, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:11:10.969 1627 1650 E BatteryStatsService: no controller energy info supplied
06-24 09:11:10.969 1627 1650 E BatteryStatsService: no controller energy info supplied
06-24 09:11:20.631 1627 1627 I JobServiceContext: a5594fb #u0a195/770123876 hr.titaniumrecorder.android.free/com.qualityinfo.ConnectivityJobService
06-24 09:11:20.903 1627 1646 E MotoSigPermission: getTableKeyForUid: Package contains 2signatures but only 1 signature is supported
06-24 09:11:20.958 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 09:12:36.044 1627 1647 E NotificationService: Suppressing notification from package by user request.
06-24 09:12:36.332 1627 1627 I NotificationService: Cannot find enqueued record for key: 0|com.whatsapp|11|null|10197
06-24 09:12:43.320 1627 1647 E NotificationService: Suppressing notification from package by user request.
06-24 09:12:57.176 1627 7088 D ConnectivityService: Returning blocked NetworkInfo to uid=10195
06-24 09:15:04.422 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3968330, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=14038, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=302, SEQNUM=350216, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1979037, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:15:05.815 1627 14966 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.apalon.weatherlive.time.INVALIDATE_DATA flg=0x14 (has extras) } to com.apalon.weatherlive/.notifications.NotificationUpdateReceiver
06-24 09:15:05.817 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.apalon.weatherlive.time.INVALIDATE_DATA flg=0x14 (has extras) } to com.apalon.weatherlive/.widget.weather.WidgetsInvalidateReceiver
06-24 09:17:13.321 1627 1646 E MotoSigPermission: getTableKeyForUid: Package contains 2signatures but only 1 signature is supported
06-24 09:17:13.383 1627 1627 I ActivityManager: Start proc 32357:com.google.android.apps.tachyon/u0a122 for service com.google.android.apps.tachyon/.jobs.NativeJobSchedulerJobService
06-24 09:17:13.403 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 09:17:13.548 1627 16837 D ConnectivityService: Returning unblocked NetworkInfo to uid=10195
06-24 09:17:18.545 1627 1646 E MotoSigPermission: getTableKeyForUid: Package contains 2signatures but only 1 signature is supported
06-24 09:17:18.584 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 09:17:18.618 1627 3162 D ConnectivityService: Returning blocked NetworkInfo to uid=10197
06-24 09:21:26.069 1627 2416 D ConnectivityService: Returning blocked NetworkInfo to uid=10195
06-24 09:21:55.041 1627 3208 I ActivityManager: Start proc 32484:com.google.android.webview:sandboxed_process0/u0i344 for webview_service com.google.android.calendar/org.chromium.content.app.SandboxedProcessService0
06-24 09:22:31.011 1627 2172 I ActivityManager: Start proc 32544:com.rm/u0a165 for service com.rm/.background.CallLogService
06-24 09:24:29.906 1627 14424 I TelecomService: : Adding new incoming call with phoneAccountHandle ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}: TSI.aNIC@4lU
06-24 09:24:29.912 1627 14424 I TelecomService: PhoneAccountRegistrar: SimCallManager queried, returning: null: TSI.aNIC@4lU
06-24 09:24:29.914 1627 14424 I Telecom : Event: RecordEntry TC@69: CREATED, null
06-24 09:24:29.917 1627 14424 I TelecomService: PhoneAccountRegistrar: SimCallManager queried, returning: null: TSI.aNIC@4lU
06-24 09:24:29.917 1627 14424 I TelecomService: CreateConnectionProcessor: Trying attempt CallAttemptRecord(ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0},ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}): TSI.aNIC@4lU
06-24 09:24:29.922 1627 14424 I Telecom : Event: RecordEntry TC@69: BIND_CS, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}
06-24 09:24:29.925 1627 1627 I TelecomService: TelecomSystem: CallerInfoAsyncQuery.startQuery number=[****] cookie=null
06-24 09:24:29.940 1627 1627 I TelecomService: ServiceBinderConnection: Service bound ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}: SBC.oSC@4lY
06-24 09:24:29.940 1627 1627 I Telecom : Event: RecordEntry TC@69: CS_BOUND, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}
06-24 09:24:29.940 1627 1627 I Telecom : Event: RecordEntry TC@69: START_CONNECTION, tel:************
06-24 09:24:29.958 1627 14424 I TelecomService: PhoneAccountRegistrar: SimCallManager queried, returning: null: (...->CS.aCSA->H.CS.aCSA)->CSW.qRCS@E-E-4lY
06-24 09:24:29.985 1627 1627 I TelecomService: CallerInfoLookupHelper: CI query for handle tel:************ has completed; notifying all listeners.
06-24 09:24:29.985 1627 1627 I TelecomService: Call: CallerInfo received for tel:************: com.android.internal.telephony.CallerInfo@d19436e { name null, phoneNumber non-null }
06-24 09:24:29.985 1627 1627 I TelecomService: CallerInfoLookupHelper: There is no photo for this contact, skipping photo query
06-24 09:24:29.985 1627 1627 W Telecom : Logging: Log.endSession was called with no session active.
06-24 09:24:30.003 1627 14424 I Telecom : Event: RecordEntry TC@69: CAPABILITY_CHANGE, Current: [[ spd_aud]], Removed [[]], Added [[ spd_aud]]
06-24 09:24:30.004 1627 14424 I Telecom : Event: RecordEntry TC@69: FILTERING_INITIATED, null
06-24 09:24:30.004 1627 14424 I Telecom : Event: RecordEntry TC@69: DIRECT_TO_VM_INITIATED, null
06-24 09:24:30.005 1627 14424 I Telecom : Event: RecordEntry TC@69: SCREENING_SENT, null
06-24 09:24:30.005 1627 14424 I TelecomService: CallScreeningServiceFilter: There are no call screening services installed on this device.: (...->CS.crCo->H.CS.crCo->H.CS.crCo.pICR)->CSW.hCCC@E-E-4lY
06-24 09:24:30.005 1627 14424 I TelecomService: CallScreeningServiceFilter: Could not bind to call screening service: (...->CS.crCo->H.CS.crCo->H.CS.crCo.pICR)->CSW.hCCC@E-E-4lY
06-24 09:24:30.005 1627 32578 I Telecom : Event: RecordEntry TC@69: BLOCK_CHECK_INITIATED, null
06-24 09:24:30.006 1627 14424 I Telecom : Event: RecordEntry TC@69: SCREENING_COMPLETED, [Allow, logged, notified]
06-24 09:24:30.006 1627 1627 I TelecomService: TelecomSystem: CallerInfoAsyncQuery.startQuery number=[****] cookie=null
06-24 09:24:30.007 2599 2599 I Telephony: TelephonyConnectionService: notifyCreateConnectionComplete TC@69_1: (...->CSW.hCCC)->CS.crCoC->H.CS.crCoC@E-E-E-4lY
06-24 09:24:30.025 1627 1627 I TelecomService: CallerInfoLookupHelper: CI query for handle tel:************ has completed; notifying all listeners.
06-24 09:24:30.025 1627 1627 I Telecom : Event: RecordEntry TC@69: DIRECT_TO_VM_FINISHED, [Allow, logged, notified]
06-24 09:24:30.025 1627 1627 I TelecomService: CallerInfoLookupHelper: There is no photo for this contact, skipping photo query
06-24 09:24:30.025 1627 1627 W Telecom : Logging: Log.endSession was called with no session active.
06-24 09:24:30.036 1627 1627 I Telecom : Event: RecordEntry TC@69: BLOCK_CHECK_FINISHED, [Allow, logged, notified]
06-24 09:24:30.036 1627 1627 I Telecom : Event: RecordEntry TC@69: FILTERING_COMPLETED, [Allow, logged, notified]
06-24 09:24:30.036 1627 1627 I TelecomService: VzwCallsManager: setCallState NEW -> RINGING, call: [TC@69, NEW, com.android.phone/com.android.services.telephony.TelephonyConnectionService, tel:************, A, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, childs(0), has_parent(false), [Capabilities: CAPABILITY_SPEED_UP_MT_AUDIO], [Properties:], tel:************, 1, [VzwAudioData : UserSelectedAudioMode : -1 AudioMode : -1]]
06-24 09:24:30.038 1627 1627 I Telecom : Event: RecordEntry TC@69: SET_RINGING, successful incoming call
06-24 09:24:30.042 1627 1627 I TelecomService: PhoneStateBroadcaster: Broadcasted state change: 1
06-24 09:24:30.042 1627 1627 I TelecomService: InCallController: onCallAdded: [TC@69, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, tel:************, A, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, childs(0), has_parent(false), [Capabilities: CAPABILITY_SPEED_UP_MT_AUDIO], [Properties:], tel:************, 1, [VzwAudioData : UserSelectedAudioMode : -1 AudioMode : -1]]; not bound or connected.
06-24 09:24:30.042 1627 1647 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{87e3a70 9667:com.boldbeast.recorder/u0a222} (pid=9667, uid=10222) requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:24:30.042 1627 1627 I TelecomService: InCallController: defaultDialer: null
06-24 09:24:30.042 1627 1627 I TelecomService: InCallController: defaultDialer: null
06-24 09:24:30.043 1627 1647 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{e473d9a 11903:com.vcast.mediamanager/u0a7} (pid=11903, uid=10007) requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:24:30.043 1627 1627 I TelecomService: CarSwappingInCallServiceConnection: carmodechange: false => false
06-24 09:24:30.043 1627 1647 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{8b3ac01 2358:com.android.systemui/u0a91} (pid=2358, uid=10091) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
06-24 09:24:30.050 1627 1627 I TelecomService: EmergencyCallHelper: ShouldGrantTemporaryLocationPermission, disabled by config
06-24 09:24:30.051 1627 1627 I TelecomService: EmergencyInCallServiceConnection: Attempting to bind to InCall [ComponentInfo{com.android.dialer/com.android.incallui.InCallServiceImpl} supportsExternal? true supportsSelfMg?false], with Intent { act=android.telecom.InCallService cmp=com.android.dialer/com.android.incallui.InCallServiceImpl }
06-24 09:24:30.063 1627 1627 I ActivityManager: Start proc 32582:com.android.dialer/u0a37 for service com.android.dialer/com.android.incallui.InCallServiceImpl
06-24 09:24:30.063 1627 1627 I TelecomService: IncomingCallNotifier: updateIncomingCall: foundIncomingcall = null
06-24 09:24:30.064 1627 1627 I TelecomService: TelecomWakeLock: Acquiring WakeLock with id: 26
06-24 09:24:30.064 1627 1627 I TelecomService: InCallWakeLockController: Acquiring full wake lock
06-24 09:24:30.064 1627 2662 I TelecomService: CallAudioModeStateMachine: Message received: null.
06-24 09:24:30.065 1627 2661 I TelecomService: VzwCallAudioRouteStateMachine: resendSystemAudioState mLastKnownCallAudioState : [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
06-24 09:24:30.065 1627 2661 I TelecomService: VzwCallAudioRouteStateMachine: setSystemAudioState: changing from [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] to [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
06-24 09:24:30.065 1627 2661 I TelecomService: InCallController: Calling onAudioStateChanged, audioState: [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] -> [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
06-24 09:24:30.065 1627 2661 W Telecom : Logging: Log.endSession was called with no session active.
06-24 09:24:30.065 1627 2662 W Telecom : Logging: Log.endSession was called with no session active.
06-24 09:24:30.066 1627 2662 I TelecomService: CallAudioModeStateMachine: Message received: NEW_RINGING_CALL.
06-24 09:24:30.066 1627 2662 I TelecomService: CallAudioModeStateMachine: Audio focus entering RINGING state
06-24 09:24:30.066 1627 2662 I TelecomService: Ringer: In shouldRingForContact(), shouldRing=true
06-24 09:24:30.099 9638 9654 I AlwaysOnHotwordDetector: onRecognitionPaused
06-24 09:24:30.215 1627 2662 I Telecom : Event: RecordEntry TC@69: START_RINGER, null
06-24 09:24:30.216 1627 2662 I Telecom : Event: RecordEntry TC@69: START_VIBRATOR, hasVibrator=true, userRequestsVibrate=true, ringerMode=2, isVibrating=false
06-24 09:24:30.216 1627 2662 I TelecomService: Ringer: shouldVibrate =true
06-24 09:24:30.217 1627 2662 I TelecomService: Ringer: Send vibrate request ...
06-24 09:24:30.217 1627 32607 I TelecomService: VzwAsyncRingtonePlayer: Play ringtone.
06-24 09:24:30.244 1627 2661 I Telecom : Event: RecordEntry TC@69: AUDIO_ROUTE, Leaving state QuiescentEarpieceRoute
06-24 09:24:30.244 1627 2661 I Telecom : Event: RecordEntry TC@69: AUDIO_ROUTE, Entering state ActiveEarpieceRoute
06-24 09:24:30.244 1627 2661 I TelecomService: VzwCallAudioRouteStateMachine: setSystemAudioState: changing from [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] to [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
06-24 09:24:30.245 1627 2661 I TelecomService: InCallController: Calling onAudioStateChanged, audioState: [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] -> [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
06-24 09:24:30.245 1627 2662 W Telecom : Logging: Log.endSession was called with no session active.
06-24 09:24:30.245 1627 2661 I TelecomService: VzwCallAudioRouteStateMachine: updateInternalCallAudioState mCurrentCallAudioState : [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]
06-24 09:24:30.245 1627 2661 W Telecom : Logging: Log.endSession was called with no session active.
06-24 09:24:30.304 1627 32607 I TelecomService: VzwAsyncRingtonePlayer: Repeat ringtone.
06-24 09:24:30.306 1627 1627 I TelecomService: InCallController: Adding 1 calls to InCallService after onConnected: ComponentInfo{com.android.dialer/com.android.incallui.InCallServiceImpl}, including external calls: ICSBC.oSC@4l0
06-24 09:24:30.310 1627 1627 I TelecomService: InCallController: 1 calls sent to InCallService.: ICSBC.oSC@4l0
06-24 09:24:30.401 1627 2416 I ActivityManager: Start proc 32637:com.vzw.ecid/u0a42 for content provider com.vzw.ecid/com.cequint.hs.client.modules.ecid.EcidContentProvider
06-24 09:24:30.509 1627 14424 I DreamManagerService: Gently waking up from dream.
06-24 09:24:30.509 1627 1652 I DreamManagerService: Performing gentle wake from dream.
06-24 09:24:30.510 1627 14424 I DreamManagerService: Leaving dreamland.
06-24 09:24:30.511 1627 1652 I DreamManagerService: Performing gentle wake from dream.
06-24 09:24:30.511 1627 1657 I PowerManagerService: Sleeping (uid 1000)...
06-24 09:24:30.511 1627 1652 I DreamController: Stopping dream: name=ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.DozeService}, isTest=false, canDoze=true, userId=0
06-24 09:24:30.512 1627 16837 I ActivityManager: START u0 {act=android.intent.action.MAIN flg=0x10040000 cmp=com.android.dialer/com.android.incallui.InCallActivity (has extras)} from uid 10037
06-24 09:24:30.615 1627 3424 I PowerManagerService: Waking up from sleep (uid 10069)...
06-24 09:24:30.668 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
06-24 09:24:30.687 1627 1627 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 com.motorola.internal.widget.GestureSharingTouchManager.handleScreenOn:147 com.motorola.internal.widget.GestureSharingTouchManager.-wrap1:0 com.motorola.internal.widget.GestureSharingTouchManager$2.onReceive:63 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_51615:1304
06-24 09:24:30.693 1627 1646 E MotoSigPermission: getTableKeyForUid: Package contains 2signatures but only 1 signature is supported
06-24 09:24:30.730 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.motorola.blur.service.blur.BSUtils.sendBroadcast:151 com.motorola.blur.service.blur.BSUtils.sendBroadcast:146 com.motorola.ccc.plm.pollingmanager.PollingManagerService$MyConnectivityReceiver.sendConnectivityIntent:599
06-24 09:24:30.750 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462524 sw vsyncs) (0 skipped) (0:5471725 vsyncs) (136:12182836)
06-24 09:24:30.831 1627 3063 D ConnectivityService: Returning unblocked NetworkInfo to uid=10195
06-24 09:24:30.988 1627 1654 D ActivityManager: awakeFromSleepingLocked: previously pausing activity didn't pause
06-24 09:24:31.351 1627 1654 I LaunchCheckinHandler: Displayed com.android.dialer/com.android.incallui.InCallActivity,wp,ca,830
06-24 09:24:31.405 1627 1627 V FingerprintService: stop client com.android.systemui
06-24 09:24:31.447 1627 1627 W FingerprintService: client com.android.systemui is no longer authenticating
06-24 09:24:31.449 1627 1627 V FingerprintService: Done with client: com.android.systemui
06-24 09:24:31.453 1627 1627 V FingerprintService: setNavigationState: true
06-24 09:24:31.463 1627 1627 V FingerprintService: handleError(client=com.android.systemui, error = 5)
06-24 09:24:31.465 1627 1627 D StatusBarManagerService: showing navigation bar...
06-24 09:24:31.503 1627 3208 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to com.boldbeast.recorder/.RecordReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:24:31.505 1627 1647 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to hr.titaniumrecorder.android.free/titaniumrecorder.remoteAftercall.SetupFragmentReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:24:31.506 1627 1647 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to hr.titaniumrecorder.android.free/com.calldorado.android.actionreceiver.ActionReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:24:31.607 1627 3208 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to org.telegram.messenger/.CallReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:24:31.686 1627 14424 D ConnectivityService: requestNetwork for uid/pid:10042/32637 NetworkRequest [ REQUEST id=2154, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
06-24 09:24:31.750 1627 3208 I ActivityManager: Start proc 32739:com.google.process.gapps/u0a129 for content provider com.google.android.syncadapters.contacts/.ProxyGalProvider
06-24 09:24:31.758 1627 2306 D ConnectivityService: releasing NetworkRequest [ REQUEST id=2154, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (CALLBACK_RELEASED)
06-24 09:24:31.761 1627 14424 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to com.google.android.ims/.receivers.PhoneStateChangedReceiver requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
06-24 09:24:32.095 1627 3208 W ActivityManager: Unable to start service Intent { act=com.google.firebase.MESSAGING_EVENT pkg=com.google.android.googlequicksearchbox } U=0: not found
06-24 09:24:33.126 1627 1638 E BatteryStatsService: no controller energy info supplied
06-24 09:24:33.126 1627 1638 E BatteryStatsService: no controller energy info supplied
06-24 09:24:33.687 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462524 sw vsyncs) (0 skipped) (130:5471890 vsyncs) (132:12183005)
06-24 09:24:33.706 725 725 I SFPerfTracer: triggers: (rate: 2291:164045) (compose: 1:182) (post: 2:555) (render: 2:703) (108:2913747 frames) (109:3218928)
06-24 09:24:33.706 725 725 D SFPerfTracer: layers: (4:15) (StatusBar#0 (0xadac5000): 10:415246) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15695) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15315)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 14:1304)* (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f0000): 0:52)- (ColorFade#0 (0xad9cc000): 0:32)- (AOD#0 (0xad103000): 0:3)- (com.android.dialer/com.android.incallui.InCallActivity#0 (0xad9cc000): 108:133) (#1 (0xad103000): 1:4)
06-24 09:24:36.979 725 725 I SFPerfTracer: triggers: (rate: 2291:164047) (compose: 1:182) (post: 2:555) (render: 2:703) (189:2913936 frames) (190:3219118)
06-24 09:24:36.980 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 19:415265) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15695) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15315)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1304)* (com.android.dialer/com.android.incallui.InCallActivity#0 (0xad9cc000): 190:323) (#1 (0xad103000): 0:4)
06-24 09:24:39.982 725 725 I SFPerfTracer: triggers: (rate: 2291:164047) (compose: 1:182) (post: 2:555) (render: 2:703) (169:2914106 frames) (170:3219290)
06-24 09:24:39.982 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 15:415282) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15695) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15315)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1304)* (com.android.dialer/com.android.incallui.InCallActivity#0 (0xad9cc000): 170:493) (#1 (0xad103000): 0:4)
06-24 09:24:43.140 725 725 I SFPerfTracer: triggers: (rate: 2291:164050) (compose: 1:182) (post: 2:555) (render: 2:703) (170:2914277 frames) (171:3219463)
06-24 09:24:43.140 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 18:415302) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15695) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15315)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1304)* (com.android.dialer/com.android.incallui.InCallActivity#0 (0xad9cc000): 170:663) (#1 (0xad103000): 0:4)
06-24 09:24:46.161 725 725 I SFPerfTracer: triggers: (rate: 2291:164051) (compose: 1:182) (post: 2:555) (render: 2:703) (170:2914447 frames) (171:3219634)
06-24 09:24:46.162 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 15:415317) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15695) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15315)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1304)* (com.android.dialer/com.android.incallui.InCallActivity#0 (0xad9cc000): 170:833) (#1 (0xad103000): 0:4)
06-24 09:24:49.082 725 725 I SFPerfTracer: triggers: (rate: 2291:164051) (compose: 1:182) (post: 2:555) (render: 2:703) (170:2914617 frames) (171:3219805)
06-24 09:24:49.082 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 16:415333) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15695) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15315)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1304)* (com.android.dialer/com.android.incallui.InCallActivity#0 (0xad9cc000): 170:1003) (#1 (0xad103000): 0:4)
06-24 09:24:52.205 725 725 I SFPerfTracer: triggers: (rate: 2291:164051) (compose: 1:182) (post: 2:555) (render: 2:703) (169:2914786 frames) (170:3219976)
06-24 09:24:52.205 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 15:415349) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15695) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15315)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1304)* (com.android.dialer/com.android.incallui.InCallActivity#0 (0xad9cc000): 170:1173) (#1 (0xad103000): 0:4)
06-24 09:24:53.535 1627 3208 I ActivityManager: Killing 29465:com.google.android.apps.maps/u0a143 (adj 906): empty #22
06-24 09:24:53.539 1627 3208 I ActivityManager: Killing 29476:com.google.android.apps.photos/u0a151 (adj 906): empty #23
06-24 09:24:53.541 1627 3208 I ActivityManager: Killing 26575:com.google.android.inputmethod.latin:train/u0a140 (adj 906): empty #24
06-24 09:24:53.592 1627 3162 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=2144, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@5c3858)
06-24 09:24:53.592 1627 2306 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=2144, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (CALLBACK_RELEASED)
06-24 09:24:53.593 1627 2306 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ TRACK_DEFAULT id=2144, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
06-24 09:24:54.330 1627 32607 I TelecomService: VzwAsyncRingtonePlayer: Repeat ringtone.
06-24 09:24:55.210 725 725 I SFPerfTracer: triggers: (rate: 2291:164051) (compose: 1:182) (post: 2:555) (render: 2:703) (169:2914955 frames) (170:3220146)
06-24 09:24:55.210 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 15:415364) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15695) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15315)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1304)* (com.android.dialer/com.android.incallui.InCallActivity#0 (0xad9cc000): 170:1343) (#1 (0xad103000): 0:4)
06-24 09:24:57.298 1627 1650 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=1162538311 mSleepTimeMs=0 mIdleTimeMs=-1 mTxTimeMs[]=[752, 1, 0, 0, 0] mRxTimeMs=23382 mEnergyUsed=0}
06-24 09:24:58.215 725 725 I SFPerfTracer: triggers: (rate: 2291:164051) (compose: 1:182) (post: 2:555) (render: 2:703) (170:2915125 frames) (171:3220317)
06-24 09:24:58.216 725 725 D SFPerfTracer: layers: (4:12) (StatusBar#0 (0xadac5000): 15:415379) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15695) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15315)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1304)* (com.android.dialer/com.android.incallui.InCallActivity#0 (0xad9cc000): 170:1513) (#1 (0xad103000): 0:4)
06-24 09:24:59.434 1627 1638 I TelecomService: InCallController: Sending updateCall [TC@69, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, tel:************, A, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, childs(0), has_parent(false), [Capabilities: CAPABILITY_SPEED_UP_MT_AUDIO], [Properties:], tel:************, 1, [VzwAudioData : UserSelectedAudioMode : -1 AudioMode : -1]]: CSW.pE@4o4
06-24 09:24:59.439 1627 1638 I TelecomService: InCallController: Components updated: [ComponentInfo{com.android.dialer/com.android.incallui.InCallServiceImpl}]: CSW.pE@4o4
06-24 09:24:59.451 1627 14966 I TelecomService: InCallController: Sending updateCall [TC@69, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, tel:************, A, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, childs(0), has_parent(false), [Capabilities: CAPABILITY_SPEED_UP_MT_AUDIO], [Properties:], tel:************, 1, [VzwAudioData : UserSelectedAudioMode : -1 AudioMode : -1]]: CSW.sSH@4pA
06-24 09:24:59.459 1627 14966 I TelecomService: InCallController: Components updated: [ComponentInfo{com.android.dialer/com.android.incallui.InCallServiceImpl}]: CSW.sSH@4pA
06-24 09:24:59.469 1627 14966 I TelecomService: InCallController: Sending updateCall [TC@69, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, tel:************, A, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, childs(0), has_parent(false), [Capabilities: CAPABILITY_SPEED_UP_MT_AUDIO], [Properties:], tel:************, 1, [VzwAudioData : UserSelectedAudioMode : -1 AudioMode : -1]]: CSW.sCC@4pI
06-24 09:24:59.472 1627 14966 I TelecomService: InCallController: Components updated: [ComponentInfo{com.android.dialer/com.android.incallui.InCallServiceImpl}]: CSW.sCC@4pI
06-24 09:24:59.473 1627 3164 I TelecomService: InCallController: Sending updateCall [TC@69, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, tel:************, A, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, childs(0), has_parent(false), [Capabilities: CAPABILITY_SPEED_UP_MT_AUDIO], [Properties:], tel:************, 1, [VzwAudioData : UserSelectedAudioMode : -1 AudioMode : -1]]: CSW.sCC@4pQ
06-24 09:24:59.477 1627 3164 I TelecomService: InCallController: Components updated: [ComponentInfo{com.android.dialer/com.android.incallui.InCallServiceImpl}]: CSW.sCC@4pQ
06-24 09:24:59.478 1627 3164 I TelecomService: VzwCallsManager: setCallState RINGING -> DISCONNECTED, call: [TC@69, RINGING, com.android.phone/com.android.services.telephony.TelephonyConnectionService, tel:************, A, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, childs(0), has_parent(false), [Capabilities: CAPABILITY_SPEED_UP_MT_AUDIO], [Properties:], tel:************, 1, [VzwAudioData : UserSelectedAudioMode : -1 AudioMode : -1]]: CSW.sDc@4pU
06-24 09:24:59.478 1627 3164 I Telecom : Event: RecordEntry TC@69: SET_DISCONNECTED, disconnected set explicitly> DisconnectCause [ Code: (MISSED) Label: () Description: () Reason: (INCOMING_MISSED) Tone: (27) ]
06-24 09:24:59.479 1627 2662 I TelecomService: CallAudioModeStateMachine: Message received: null.: CSW.sDc->CAMSM.pM_10001@4pU
06-24 09:24:59.494 1627 3164 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 android.content.ContextWrapper.sendBroadcast:436 com.android.server.telecom.CallLogManager.sendAddCallBroadcast:484 com.android.server.telecom.CallLogManager.logCall:303 com.android.server.telecom.CallLogManager.logCall:248
06-24 09:24:59.496 1627 463 I TelecomService: CallLogManager: Adding call to call log[number: [****], name: null, cnapName: [****]]
06-24 09:24:59.497 1627 3164 I TelecomService: PhoneStateBroadcaster: Broadcasted state change: 0: CSW.sDc@4pU
06-24 09:24:59.497 1627 1647 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{87e3a70 9667:com.boldbeast.recorder/u0a222} (pid=9667, uid=10222) requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:24:59.497 1627 3164 I TelecomService: InCallController: Sending updateCall [TC@69, DISCONNECTED, com.android.phone/com.android.services.telephony.TelephonyConnectionService, tel:************, A, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, childs(0), has_parent(false), [Capabilities: CAPABILITY_SPEED_UP_MT_AUDIO], [Properties:], tel:************, 1, [VzwAudioData : UserSelectedAudioMode : -1 AudioMode : -1]]: CSW.sDc@4pU
06-24 09:24:59.498 1627 1647 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{e473d9a 11903:com.vcast.mediamanager/u0a7} (pid=11903, uid=10007) requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:24:59.498 1627 1647 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{8b3ac01 2358:com.android.systemui/u0a91} (pid=2358, uid=10091) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
06-24 09:24:59.500 1627 3164 I TelecomService: InCallController: Components updated: [ComponentInfo{com.android.dialer/com.android.incallui.InCallServiceImpl}]: CSW.sDc@4pU
06-24 09:24:59.501 1627 3164 I TelecomService: IncomingCallNotifier: updateIncomingCall: foundIncomingcall = null: CSW.sDc@4pU
06-24 09:24:59.501 1627 3164 I TelecomService: TelecomWakeLock: Releasing WakeLock with id: 26: CSW.sDc@4pU
06-24 09:24:59.501 1627 3164 I TelecomService: InCallWakeLockController: Releasing full wake lock: CSW.sDc@4pU
06-24 09:24:59.502 1627 2661 I TelecomService: VzwCallAudioRouteStateMachine: Message received: UPDATE_SYSTEM_AUDIO_ROUTE=1201, arg1=0: CSW.sDc->CARSM.pM_UPDATE_SYSTEM_AUDIO_ROUTE@4pU
06-24 09:24:59.502 1627 2661 I TelecomService: VzwCallAudioRouteStateMachine: resendSystemAudioState mLastKnownCallAudioState : [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]: CSW.sDc->CARSM.pM_UPDATE_SYSTEM_AUDIO_ROUTE@4pU
06-24 09:24:59.502 1627 2662 I TelecomService: CallAudioModeStateMachine: Message received: NO_MORE_RINGING_CALLS.: CSW.sDc->CAMSM.pM_1002@4pU
06-24 09:24:59.502 1627 2662 I Telecom : Event: RecordEntry TC@69: STOP_RINGER, null
06-24 09:24:59.503 1627 2662 I Telecom : Event: RecordEntry TC@69: STOP_VIBRATOR, null
06-24 09:24:59.503 1627 32607 I TelecomService: VzwAsyncRingtonePlayer: Stop ringtone.
06-24 09:24:59.503 1627 2662 I TelecomService: CallAudioModeStateMachine: Abandoning audio focus: now UNFOCUSED: CSW.sDc->CAMSM.pM_1002@4pU
06-24 09:24:59.503 1627 2659 I TelecomService: BluetoothRouteManager: Running runnable for testing
06-24 09:24:59.503 1627 2659 W Telecom : Logging: Log.endSession was called with no session active.
06-24 09:24:59.504 1627 3164 I TelecomService: ConnectionServiceWrapper: Service unbound ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, from unbind.: CSW.rC@4pg
06-24 09:24:59.506 1627 3164 I Telecom : Event: RecordEntry TC@69: DESTROYED, null
06-24 09:24:59.506 1627 3164 I TelecomService: InCallController: onCallRemoved: [TC@69, DISCONNECTED, null, tel:************, A, ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}, childs(0), has_parent(false), [Capabilities: CAPABILITY_SPEED_UP_MT_AUDIO], [Properties:], tel:************, 1, [VzwAudioData : UserSelectedAudioMode : -1 AudioMode : 1]]: CSW.rC@4pg
06-24 09:24:59.506 1627 3164 I TelecomService: ProximitySensorManager: All calls removed, resetting proximity sensor to default state: CSW.rC@4pg
06-24 09:24:59.506 1627 3164 I TelecomService: TelecomWakeLock: WakeLock already released with id: 32: CSW.rC@4pg
06-24 09:24:59.506 1627 3164 I TelecomService: IncomingCallNotifier: updateIncomingCall: foundIncomingcall = null: CSW.rC@4pg
06-24 09:24:59.506 1627 3164 I TelecomService: TelecomWakeLock: WakeLock already released with id: 26: CSW.rC@4pg
06-24 09:24:59.507 1627 3164 I TelecomService: InCallWakeLockController: Releasing full wake lock: CSW.rC@4pg
06-24 09:24:59.507 1627 2661 I TelecomService: VzwCallAudioRouteStateMachine: setSystemAudioState: changing from [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] to [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]: CSW.sDc->CARSM.pM_UPDATE_SYSTEM_AUDIO_ROUTE@4pU
06-24 09:24:59.507 1627 2661 I TelecomService: InCallController: Calling onAudioStateChanged, audioState: [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER] -> [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]: CSW.sDc->CARSM.pM_UPDATE_SYSTEM_AUDIO_ROUTE@4pU
06-24 09:24:59.512 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462524 sw vsyncs) (0 skipped) (1542:5473432 vsyncs) (1544:12184549)
06-24 09:24:59.523 1627 2416 W AppOps : Finishing op nesting under-run: uid 10222 pkg com.boldbeast.recorder code 24 time=0 duration=0 nesting=0
06-24 09:24:59.539 1627 2661 I TelecomService: VzwCallAudioRouteStateMachine: Message received: SWITCH_FOCUS=4001, arg1=1: CSW.sDc->CAMSM.pM_1002->CARSM.pM_SWITCH_FOCUS@4pU
06-24 09:24:59.539 1627 2661 I Telecom : Logging.Events: Non-call EVENT: UNMUTE, null
06-24 09:24:59.539 1627 1627 I SoundTriggerHelper: startRecognition successful.
06-24 09:24:59.540 9638 9654 I AlwaysOnHotwordDetector: onRecognitionResumed
06-24 09:24:59.545 1627 2661 I Telecom : Logging.Events: Non-call EVENT: AUDIO_ROUTE, Leaving state ActiveEarpieceRoute
06-24 09:24:59.545 1627 2661 I Telecom : Logging.Events: Non-call EVENT: AUDIO_ROUTE, Entering state QuiescentEarpieceRoute
06-24 09:24:59.547 1627 2661 I TelecomService: VzwCallAudioRouteStateMachine: updateInternalCallAudioState mCurrentCallAudioState : [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER]: CSW.sDc->CAMSM.pM_1002->CARSM.pM_SWITCH_FOCUS@4pU
06-24 09:24:59.582 1627 1647 E NotificationService: Suppressing notification from package by user request.
06-24 09:24:59.585 1627 1647 I chatty : uid=1000(system) ActivityManager identical 1 line
06-24 09:24:59.586 1627 1647 E NotificationService: Suppressing notification from package by user request.
06-24 09:24:59.600 1627 1627 I TelecomService: MissedCallNotifierImpl: showMissedCallNotification()
06-24 09:24:59.606 1627 1627 W TelecomService: MissedCallNotifierImpl: Showing missed calls through default dialer.
06-24 09:24:59.695 1627 2416 I ActivityManager: moveHomeStack, setupComplete:true
06-24 09:24:59.805 1627 1627 V FingerprintService: startAuthentication(com.android.systemui)
06-24 09:24:59.805 1627 1627 V FingerprintService: starting client AuthenticationClient(com.android.systemui), initiatedByClient = true)
06-24 09:24:59.814 1627 1627 W FingerprintService: client com.android.systemui is authenticating...
06-24 09:24:59.840 1627 1627 D StatusBarManagerService: showing navigation bar...
--------- beginning of main
06-24 09:24:59.882 2358 2358 D StatusBar: disable<e i a s b!H R c s q >
06-24 09:24:59.889 2358 2358 D StatusBar: setNavigationBarVisibility: vis=true
06-24 09:24:59.898 32582 32582 I Dialer : MissedCallNotificationReceiver.onReceive - update missed call notifications successful
06-24 09:24:59.908 32582 32582 I Dialer : MissedCallNotificationReceiver.updateBadgeCount - update badge count: 1 success: false
06-24 09:24:59.927 2358 2358 D StatusBar: disable<e i a s b H R c s q >
06-24 09:24:59.957 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:24:59.959 16789 16789 I MotoDisplay: notifyClient - notification posted
06-24 09:24:59.961 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:25:00.098 725 725 I SFPerfTracer: triggers: (rate: 2291:164053) (compose: 1:182) (post: 2:555) (render: 2:703) (10:2915226 frames) (11:3220423)
06-24 09:25:00.099 725 725 D SFPerfTracer: layers: (2:12) (StatusBar#0 (0xadac5000): 10:415403) (com.android.systemui.ImageWallpaper#0 (0xada90000): 10:15714)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15316)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 11:1318) (com.android.dialer/com.android.incallui.InCallActivity#0 (0xad9cc000): 10:1608)* (#1 (0xad103000): 0:4)-
06-24 09:25:00.112 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:25:00.117 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:25:00.120 32582 32582 W Dialer : CallCardPresenter.sendAccessibilityEvent - fragment/view/parent is null
06-24 09:25:00.120 32582 32582 I Dialer : CallCardPresenter.sendAccessibilityEventRunnable - still should send: true
06-24 09:25:01.019 1627 3424 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to com.boldbeast.recorder/.RecordReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:25:01.020 1627 1647 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to hr.titaniumrecorder.android.free/titaniumrecorder.remoteAftercall.SetupFragmentReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:25:01.021 1627 1647 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to hr.titaniumrecorder.android.free/com.calldorado.android.actionreceiver.ActionReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:25:01.041 1627 3424 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to org.telegram.messenger/.CallReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
06-24 09:25:01.050 21119 21119 D SetupFragmntReceiver: onReceive() 1
06-24 09:25:01.050 21119 21119 D SetupFragmntReceiver: onReceive() 2
06-24 09:25:01.073 1627 3424 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to com.google.android.ims/.receivers.PhoneStateChangedReceiver requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
06-24 09:25:01.091 1627 3208 I ActivityManager: Start proc 475:com.android.calllogbackup/u0a22 for broadcast com.android.calllogbackup/.CallLogChangeReceiver
06-24 09:25:01.507 1627 1627 I TelecomService: EmergencyInCallServiceConnection: Disconnect forced!
06-24 09:25:01.510 32582 32582 I Calling_KPI_InCall: InCallServiceImpl: onUnbind
06-24 09:25:01.511 32582 32582 I Dialer : InCallPresenter - setBoundAndWaitingForOutgoingCall: false
06-24 09:25:01.511 32582 32582 I Dialer : InCallPresenter - Phone switching state: NO_CALLS -> NO_CALLS
06-24 09:25:01.511 32582 32582 I Dialer : VideoPauseController.onStateChange - hasPrimaryCallChanged: false, videoCanPause: false, isInBackground: true
06-24 09:25:01.513 32582 32582 I Dialer : InCallPresenter - Cleaning up
06-24 09:25:01.513 32582 32582 D AccelerometerListener: enable(false)
06-24 09:25:01.514 32582 32582 I Dialer : ProximitySensor.turnOffProximitySensor - wake lock already released
06-24 09:25:01.514 32582 32582 I Dialer : VideoPauseController.tearDown - enter
06-24 09:25:02.582 703 1330 D audio_hw_primary: disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback
06-24 09:25:02.584 725 725 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
06-24 09:25:02.603 703 1330 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
06-24 09:25:02.810 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3910499, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=290830, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=312, SEQNUM=350409, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1972061, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:25:06.038 1063 1063 I ADSPD : Watchdog 2 new value: 00408b80 Last Exp Value: ffffffff
06-24 09:25:06.040 1063 1063 I ADSPD : Watchdog 3 new value: 00408b81 Last Exp Value: ffffffff
06-24 09:25:08.931 725 725 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
06-24 09:25:09.480 1627 1647 W ActivityManager: Stopping service due to app idle: u0a197 -12m34s5ms com.whatsapp/.messaging.MessageService
06-24 09:25:09.514 1627 3153 I ActivityManager: Killing 30313:com.motorola.dataoffloading/u0a34 (adj 906): empty #22
06-24 09:25:10.116 1627 1657 I PowerManagerService: Going to sleep due to screen timeout (uid 1000)...
06-24 09:25:10.136 725 725 I SFPerfTracer: triggers: (rate: 2291:164055) (compose: 1:182) (post: 2:555) (render: 2:703) (595:2915821 frames) (596:3221022)
06-24 09:25:10.136 725 725 D SFPerfTracer: layers: (1:11) (StatusBar#0 (0xadac5000): 596:416002) (com.android.systemui.ImageWallpaper#0 (0xada90000): 1:15718)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15316)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7d6000): 0:1319)- (com.android.dialer/com.android.incallui.InCallActivity#0 (0xad9cc000): 0:1610)-
06-24 09:25:10.182 31291 31291 W ymr : Already started: ymr@bdd0658
06-24 09:25:10.229 31291 498 E sbo : Interactive Ads jobs: did not expect this future to ever resolve
06-24 09:25:10.621 1627 1657 I DisplayPowerController: Blocking screen off
06-24 09:25:10.627 1627 1657 I DisplayPowerController: Unblocked screen off after 7 ms
06-24 09:25:10.675 696 696 I QTI PowerHAL: Got set_interactive hint
06-24 09:25:10.676 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:25:10.676 1627 1657 I DreamManagerService: Entering dreamland.
06-24 09:25:10.676 1627 1657 I PowerManagerService: Dozing...
06-24 09:25:10.677 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
06-24 09:25:10.677 1627 1652 I DreamController: Starting dream: name=ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.DozeService}, isTest=false, canDoze=true, userId=0
06-24 09:25:10.679 725 725 D SurfaceFlinger: Set power mode=0, type=0 flinger=0xafb53000
06-24 09:25:10.679 684 1678 W qti_sensors_hal: reportSingleEvent: NearBy 1, pData 255, pOffset 42, highThres 40, lowThres 26
06-24 09:25:10.680 692 692 I SDM : DisplayBase::SetDisplayState: Set state = 0, display 0
06-24 09:25:10.682 703 2222 V MotSpeakerHelperProximity: updated mCurProximityState: NEAR (0.000000)
06-24 09:25:10.682 703 2222 V MotSpeakerHelperProximity: ThreadLoop event mProximityState = NEAR, previous NEAR
06-24 09:25:10.683 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462524 sw vsyncs) (0 skipped) (650:5474091 vsyncs) (652:12185215)
06-24 09:25:10.693 16789 16789 I MotoDisplay: onCreate - DozeService
06-24 09:25:10.911 1627 2334 I chatty : uid=1000(system) PhotonicModulat expire 4 lines
06-24 09:25:10.972 16789 501 E MotoDisplay: Clearing data while loading a modified event. Data will be lost!
06-24 09:25:10.996 16789 16789 I MotoDisplay: startScreenForResult: com.motorola.motodisplay.ui.screen.c.a requestCode: -1
06-24 09:25:10.997 2358 2379 D DozeHostService: adding callback
06-24 09:25:10.998 2358 2379 D DozeHostService: startDozing
06-24 09:25:10.998 16789 16789 I MotoDisplay: onCreate
06-24 09:25:11.001 1627 1627 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 com.motorola.internal.widget.GestureSharingTouchManager.handleScreenOff:155 com.motorola.internal.widget.GestureSharingTouchManager.-wrap0:0 com.motorola.internal.widget.GestureSharingTouchManager$2.onReceive:68 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_51615:1304
06-24 09:25:11.016 703 1330 D audio_hw_primary: adev_set_parameters: enter: screen_state=off
06-24 09:25:11.016 703 1330 V msm8974_platform: platform_set_parameters: enter: screen_state=off
06-24 09:25:11.016 703 1330 V msm8974_platform: platform_set_parameters: exit with code(0)
06-24 09:25:11.016 703 18390 D mot_vr_audio_hw: adev_set_parameters: screen_state=off
06-24 09:25:11.018 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:25:11.023 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:25:11.026 2358 2358 D StatusBar: disable<e i a s b H R c s q >
06-24 09:25:11.030 2358 2358 D StatusBar: DozeServiceHost: addCallback
06-24 09:25:11.036 2358 2358 D StatusBar: DozeServiceHost: startDozing
06-24 09:25:11.047 16789 16789 W ResourceType: No package identifier when getting value for resource number 0x00000000
06-24 09:25:11.063 16789 16789 I MotoDisplay: getView
06-24 09:25:11.064 16789 16789 I chatty : uid=10069(u0_a69) identical 2 lines
06-24 09:25:11.064 16789 16789 I MotoDisplay: getView
06-24 09:25:11.065 16789 16789 I MotoDisplay: Animations disabled: false
06-24 09:25:11.065 16789 16789 I MotoDisplay: Animations disabled: false
06-24 09:25:11.082 16789 16789 I MotoDisplay: pulse - trigger: Type: NOTIFICATION is pulsing: false is paused: false
06-24 09:25:11.083 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:25:11.083 16789 16789 I MotoDisplay: isPulseAllowed - warm up complete: false
06-24 09:25:11.083 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:25:11.087 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(false)
06-24 09:25:11.088 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(false)
06-24 09:25:11.091 16789 16789 I MotoDisplay: Glance register result: true for sensor: {Sensor name="Moto Glance Gesture", vendor="Motorola", version=2, type=65548, maxRange=1.0, resolution=1.0, power=0.001, minDelay=0}
06-24 09:25:11.091 16789 16789 E SensorManager: sensor or listener is null
06-24 09:25:11.091 16789 16789 E SensorManager: sensor or listener is null
06-24 09:25:11.096 3113 3113 I chatty : uid=1027(nfc) com.android.nfc expire 8 lines
06-24 09:25:11.098 3113 3529 I chatty : uid=1027(nfc) Thread-8 expire 11 lines
06-24 09:25:11.099 707 707 I chatty : uid=1027(nfc) [email protected] expire 4 lines
06-24 09:25:11.099 707 3582 I chatty : uid=1027(nfc) [email protected] expire 24 lines
06-24 09:25:11.099 707 3584 I chatty : uid=1027(nfc) [email protected] expire 6 lines
06-24 09:25:11.099 3113 504 I chatty : uid=1027(nfc) com.android.nfc expire 1 line
06-24 09:25:11.103 1627 3590 I chatty : uid=1000(system) IzatProvider expire 12 lines
06-24 09:25:11.103 1096 1096 V LocSvc_HIDL_IzatSubscription: [screenStatusUpdate][552] [HS] <<<<= [HC]
06-24 09:25:11.109 707 3581 I chatty : uid=1027(nfc) [email protected] expire 13 lines
06-24 09:25:11.121 707 3584 D NxpHal : read successful status = 0x0
06-24 09:25:11.121 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:25:11.122 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:25:11.122 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:25:11.122 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:25:11.122 707 707 D NxpHal : > Polling Loop Started
06-24 09:25:11.122 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:25:11.122 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:25:11.124 707 3582 D NxpNciX : len = 10 => 21030703800181018201
06-24 09:25:11.124 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:25:11.124 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:25:11.124 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:25:11.125 707 3584 D NxpHal : write successful status = 0x0
06-24 09:25:11.127 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:25:11.128 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:25:11.128 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:25:11.128 707 3584 D NxpHal : read successful status = 0x0
06-24 09:25:11.129 24052 24052 I DeviceStatusMonitor: onReceive() : Action = android.intent.action.SCREEN_OFF
06-24 09:25:11.129 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:25:11.129 24052 24052 I VoiceImeUtils: S3 recognizer enabled.
06-24 09:25:11.129 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:25:11.135 3113 506 I BrcmNfcNfa: NFA_StopRfDiscovery ()
06-24 09:25:11.135 3113 3529 I BrcmNfcNfa: NFA got event 0x0110
06-24 09:25:11.135 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_STOP_RF_DISCOVERY_EVT (0x10)
06-24 09:25:11.135 3113 3529 I BrcmNfcNfa: NFC_Deactivate 4 (IDLE) deactivate_type:0
06-24 09:25:11.135 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:25:11.135 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:25:11.135 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:25:11.137 707 3582 D NxpNciX : len = 4 => 21060100
06-24 09:25:11.137 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:25:11.137 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:25:11.137 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:25:11.137 707 3584 D NxpHal : write successful status = 0x0
06-24 09:25:11.140 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:25:11.140 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:25:11.140 707 3581 D NxpNciR : len = 4 <= 41060100
06-24 09:25:11.141 707 3584 D NxpHal : read successful status = 0x0
06-24 09:25:11.141 3113 506 I BrcmNfcNfa: NFA_DisablePolling ()
06-24 09:25:11.141 3113 3529 I BrcmNfcNfa: NFA got event 0x0107
06-24 09:25:11.141 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_DISABLE_POLLING_EVT (0x07)
06-24 09:25:11.141 3113 506 I BrcmNfcNfa: NFA_PauseP2p ()
06-24 09:25:11.141 3113 506 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x0
06-24 09:25:11.141 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:25:11.141 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:25:11.141 3113 3529 I BrcmNfcNfa: NFA got event 0x010B
06-24 09:25:11.141 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_PAUSE_P2P_EVT (0x0b)
06-24 09:25:11.141 3113 3529 E BrcmNfcJni: nfaConnectionCallback: unknown event ????
06-24 09:25:11.141 3113 3529 I BrcmNfcNfa: NFA got event 0x0602
06-24 09:25:11.142 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_DEREG_LISTEN_EVT (0x602), flags: 00000000
06-24 09:25:11.142 3113 506 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x7
06-24 09:25:11.142 3113 3529 I BrcmNfcNfa: NFA got event 0x0601
06-24 09:25:11.142 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_REG_LISTEN_EVT (0x601), flags: 00000000
06-24 09:25:11.142 3113 506 I BrcmNfcNfa: NFA_StartRfDiscovery ()
06-24 09:25:11.142 3113 3529 I BrcmNfcNfa: NFA got event 0x010F
06-24 09:25:11.142 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_START_RF_DISCOVERY_EVT (0x0f)
06-24 09:25:11.142 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:25:11.143 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:25:11.143 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:25:11.144 707 3582 D NxpNciX : len = 10 => 20020702320120380101
06-24 09:25:11.144 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:25:11.144 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:25:11.144 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:25:11.145 707 3584 D NxpHal : write successful status = 0x0
06-24 09:25:11.145 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart
06-24 09:25:11.145 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart status: 0xe3
06-24 09:25:11.147 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:25:11.147 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:25:11.147 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:25:11.147 707 3584 D NxpHal : read successful status = 0x0
06-24 09:25:11.147 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:25:11.148 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:25:11.148 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:25:11.148 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:25:11.148 707 707 D NxpHal : > Polling Loop Started
06-24 09:25:11.148 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:25:11.148 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:25:11.150 707 3582 D NxpNciX : len = 10 => 21030703800181018201
06-24 09:25:11.150 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:25:11.150 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:25:11.150 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:25:11.150 707 3584 D NxpHal : write successful status = 0x0
06-24 09:25:11.155 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:25:11.156 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:25:11.156 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:25:11.156 707 3584 D NxpHal : read successful status = 0x0
06-24 09:25:11.156 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:25:11.156 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:25:11.196 16789 16789 I MotoDisplay: onRebind - DisplayNotifListenerService
06-24 09:25:11.205 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:25:11.210 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:25:11.210 16789 16789 E MotoDisplay: Notification not found: [Key: 283782270, groupKey: 283782270]
06-24 09:25:11.210 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:25:11.305 16789 16789 I MotoDisplay: Glance register result: true for sensor: {Sensor name="Moto Glance Gesture:Approach", vendor="Motorola", version=2, type=65555, maxRange=1.0, resolution=1.0, power=0.001, minDelay=0}
06-24 09:25:11.583 16789 16789 I MotoDisplay: pulse - trigger: Type: NOTIFICATION is pulsing: false is paused: false
06-24 09:25:11.583 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:25:11.585 16789 16789 I MotoDisplay: isPulseAllowed - warm up complete: true
06-24 09:25:11.608 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:25:13.289 701 701 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened.
06-24 09:25:13.301 1627 1638 E BatteryStatsService: no controller energy info supplied
06-24 09:25:13.301 1627 1638 E BatteryStatsService: no controller energy info supplied
06-24 09:25:13.392 2570 509 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 88)
06-24 09:25:13.392 2570 509 E MotoBatteryStats: Unable to create battery stats object due to remote exception.
06-24 09:25:13.392 2570 509 E MCLOG_INT: MC_BattStatsFactory : Unable to get batt stats instance.
06-24 09:25:13.392 2570 509 E MC_BattStatsIntServ: Unable to get new battery stats.
06-24 09:25:26.183 1627 3164 I ActivityManager: Killing 32101:com.motorola.gpsnotifier/u0a47 (adj 906): empty #22
06-24 09:25:26.185 1627 3164 I ActivityManager: Killing 32027:com.lionscribe.hebdate/u0a179 (adj 906): empty #23
06-24 09:25:29.649 1627 1627 W Telecom : Logging: Stale Sessions Cleaned:
06-24 09:25:29.649 1627 1627 W Telecom : CSW.sDc@4pU
06-24 09:25:29.649 1627 1627 W Telecom : CSW.sDc->DLTP.TH@4pU
06-24 09:25:29.649 1627 1627 W Telecom : CSW.sDc->DLTP.TH@4pU
06-24 09:25:35.603 2763 2763 I chatty : uid=10048(u0_a48) com.google.android.gms.persistent expire 17 lines
06-24 09:25:35.697 1096 1096 V LocSvc_HIDL_IzatOsNpGlue: [locationChanged][33] [HS] <<<<= [HC]
06-24 09:25:35.698 1096 3597 E LocSvc_libulp: ulp_brain_transition_all_providers, no QUIPC/GNSS transition logic run due to both engines are OFF
06-24 09:25:35.698 1096 2538 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
06-24 09:25:35.698 1627 2220 I chatty : uid=1000(system) HwBinder:1627_4 expire 8 lines
06-24 09:25:35.767 2763 31953 I chatty : uid=10048(u0_a48) lowpool[4548] expire 2 lines
06-24 09:25:35.870 2763 32471 I chatty : uid=10048(u0_a48) OkHttpClientTra expire 9 lines
06-24 09:25:35.938 24543 24543 D GS-NativeReceiver: Location received
06-24 09:25:35.987 2763 4028 I chatty : uid=10048(u0_a48) Thread-10 expire 6 lines
06-24 09:25:36.035 1063 1063 I ADSPD : Watchdog 2 new value: 00409737 Last Exp Value: ffffffff
06-24 09:25:36.037 1063 1063 I ADSPD : Watchdog 3 new value: 00409738 Last Exp Value: ffffffff
06-24 09:25:36.259 2763 4150 I chatty : uid=10048(u0_a48) netscheduler-qu expire 25 lines
06-24 09:25:41.594 19328 27814 I chatty : uid=10048(u0_a48) com.google.android.gms expire 27 lines
06-24 09:25:43.019 2763 2774 I chatty : uid=10048(u0_a48) HeapTaskDaemon expire 6 lines
06-24 09:26:00.191 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 30 lines
06-24 09:26:00.197 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=0010000410000000010000000800000079000000e8030000
06-24 09:26:00.214 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a1000000e8030000
06-24 09:26:00.459 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 12
06-24 09:26:00.459 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:26:00.459 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561382760997
06-24 09:26:00.460 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:26:00.460 1054 1157 I chatty : uid=1000(system) /system/vendor/bin/time_daemon expire 7 lines
06-24 09:26:00.461 1054 530 I chatty : uid=1000(system) /system/vendor/bin/time_daemon expire 10 lines
06-24 09:26:00.462 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:26:00.462 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:26:00.465 1627 3208 I chatty : uid=1000(system) Binder:1627_14 expire 1 line
06-24 09:26:00.466 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:26:00.466 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:26:00.472 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:26:00.473 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:26:00.473 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:26:00.473 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:26:00.493 1095 1364 E QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
06-24 09:26:00.493 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 13
06-24 09:26:00.493 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:26:00.493 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561382760997
06-24 09:26:00.493 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:26:00.495 1054 531 I chatty : uid=1000(system) /system/vendor/bin/time_daemon expire 10 lines
06-24 09:26:00.504 1095 1364 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
06-24 09:26:03.309 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3959022, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=26855, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=312, SEQNUM=350413, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1970351, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:26:06.041 1063 1063 I ADSPD : Watchdog 2 new value: 0040a2ef Last Exp Value: ffffffff
06-24 09:26:06.043 1063 1063 I ADSPD : Watchdog 3 new value: 0040a2f0 Last Exp Value: ffffffff
06-24 09:26:14.075 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:26:14.076 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:26:14.079 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:26:14.079 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:26:14.079 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:26:14.079 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:26:14.079 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:26:14.079 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:26:14.092 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 30 lines
06-24 09:26:14.100 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a10000004c040000
06-24 09:26:14.124 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000790000004c040000
06-24 09:26:36.021 2763 20977 I chatty : uid=10048(u0_a48) highpool[149] expire 11 lines
06-24 09:26:36.035 1063 1063 I ADSPD : Watchdog 2 new value: 0040aea6 Last Exp Value: ffffffff
06-24 09:26:36.036 1063 1063 I ADSPD : Watchdog 3 new value: 0040aea7 Last Exp Value: ffffffff
06-24 09:26:36.246 1627 1636 I chatty : uid=1000(system) HeapTaskDaemon expire 8 lines
06-24 09:26:44.969 1065 2336 I chatty : uid=1000(system) /system/vendor/bin/imsqmidaemon expire 5 lines
06-24 09:26:44.970 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 30 lines
06-24 09:26:44.975 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=0010000410000000010000000800000079000000e8030000
06-24 09:26:44.995 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a1000000e8030000
06-24 09:26:45.260 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 12
06-24 09:26:45.260 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:26:45.260 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561382805798
06-24 09:26:45.260 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:26:45.261 1054 564 I chatty : uid=1000(system) /system/vendor/bin/time_daemon expire 10 lines
06-24 09:26:45.262 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:26:45.262 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:26:45.265 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:26:45.265 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:26:45.265 1627 3164 I chatty : uid=1000(system) Binder:1627_F expire 1 line
06-24 09:26:45.273 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:26:45.273 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:26:45.274 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:26:45.274 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:26:45.345 1095 1364 E QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
06-24 09:26:45.345 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 13
06-24 09:26:45.345 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:26:45.346 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561382805798
06-24 09:26:45.346 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:26:45.346 1054 565 I chatty : uid=1000(system) /system/vendor/bin/time_daemon expire 10 lines
06-24 09:26:45.354 1054 1157 I chatty : uid=1000(system) /system/vendor/bin/time_daemon expire 2 lines
06-24 09:26:45.354 1095 1364 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
06-24 09:27:03.971 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3958717, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=36926, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=312, SEQNUM=350420, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1969194, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:27:06.044 1063 1063 I ADSPD : Watchdog 2 new value: 0040ba5f Last Exp Value: ffffffff
06-24 09:27:06.047 1063 1063 I ADSPD : Watchdog 3 new value: 0040ba60 Last Exp Value: ffffffff
06-24 09:27:11.857 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: BlockingExecutor ink@4595aa2[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30]
06-24 09:27:11.857 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: LightweightExecutor ink@ef52333[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 61]
06-24 09:27:11.858 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: bgExecutor ink@b8bb6f0[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 42]
06-24 09:27:36.041 1063 1063 I ADSPD : Watchdog 2 new value: 0040c616 Last Exp Value: ffffffff
06-24 09:27:36.043 1063 1063 I ADSPD : Watchdog 3 new value: 0040c617 Last Exp Value: ffffffff
06-24 09:27:36.687 12661 12661 D VASTrustAgent: The device has been locked.
06-24 09:27:36.689 12661 12661 D VASTrustAgent: Broadcasting intent Intent { act=com.motorola.vas.trustagent.state_change (has extras) }
06-24 09:27:36.857 1627 1647 I ActivityManager: Start proc 592:com.motorola.gpsnotifier/u0a47 for broadcast com.motorola.gpsnotifier/.GPSChangeReceiver
06-24 09:27:36.943 2763 2763 I chatty : uid=10048(u0_a48) com.google.android.gms.persistent expire 19 lines
06-24 09:27:36.947 1096 1096 V LocSvc_HIDL_IzatOsNpGlue: [locationChanged][33] [HS] <<<<= [HC]
06-24 09:27:36.947 1096 2538 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
06-24 09:27:36.994 592 592 W Notification: Use of stream types is deprecated for operations other than volume control
06-24 09:27:36.994 592 592 W Notification: See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
06-24 09:27:37.008 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:27:37.011 24543 24543 D GS-NativeReceiver: Location received
06-24 09:27:37.012 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:27:37.013 1627 2375 I ActivityManager: Killing 32155:com.google.android.partnersetup/u0a53 (adj 906): empty #22
06-24 09:27:39.511 592 592 W Notification: Use of stream types is deprecated for operations other than volume control
06-24 09:27:39.511 592 592 W Notification: See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
06-24 09:27:39.520 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:27:39.524 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:27:39.525 16789 16789 E MotoDisplay: Notification not found: [Key: -40384801, groupKey: -40384801]
06-24 09:27:39.526 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:27:39.528 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:27:39.570 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:27:39.890 1691 1691 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 8 lines
06-24 09:27:39.891 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 554 lines
06-24 09:27:40.092 1065 1065 I chatty : uid=1000(system) /system/vendor/bin/imsqmidaemon expire 10 lines
06-24 09:27:40.109 1065 2332 I chatty : uid=1000(system) /system/vendor/bin/imsqmidaemon expire 5 lines
06-24 09:27:40.110 1065 2332 E Diag_Lib: [IMS_QMID] |qmi_ims_settings.c | 2163 | qmi_idl_get_message_c_struct_len -settings_decoded_data_len: 220
06-24 09:27:40.110 1065 2332 E Diag_Lib: [IMS_QMID] |qmi_ims_settings.c | 2196 | QMID#>>#DPL#0#QMI_SETTINGS Indication for MSG ID [50]
06-24 09:27:40.110 1065 2332 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 236 bytes
06-24 09:27:46.832 1627 2220 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:980 com.android.server.location.GnssLocationProvider.reportStatus:1839 <bottom of call stack> <bottom of call stack> <bottom of call stack>
06-24 09:27:46.845 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:27:46.848 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:27:46.849 16789 16789 E MotoDisplay: Notification not found: [Key: -40384801, groupKey: -40384801]
06-24 09:27:46.849 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:27:48.943 2763 4150 I chatty : uid=10048(u0_a48) netscheduler-qu expire 30 lines
06-24 09:27:48.996 1627 3163 I ActivityManager: Start proc 621:com.motorola.appdirectedsmsproxy/1001 for service com.motorola.appdirectedsmsproxy/.AppDirectedSmsProxy
06-24 09:27:49.088 2599 11983 V CdmaInboundSmsHandler: onFilterComplete: result is 0
06-24 09:27:49.090 1627 2375 I ActivityManager: Killing 32357:com.google.android.apps.tachyon/u0a122 (adj 906): empty #22
06-24 09:27:49.129 2599 11983 D MmsService: getAutoPersisting
06-24 09:27:49.132 2599 640 D Checkin : publish the event [tag = MOT_MSG_STATS_L4 event name = SMS_rcvd]
06-24 09:27:49.286 19328 19339 I chatty : uid=10048(u0_a48) HeapTaskDaemon expire 4 lines
06-24 09:27:49.554 29797 641 I BugleDataModel: ReceiveSmsMessageHelper: Received SMS message. message{id:9316}, conversation{id:482}, uri: content://sms/8696
06-24 09:27:49.572 29797 641 I BugleDataModel: PendingMessagesProcessor: process from SmsDeliverReceiver due to sms received with queues:
06-24 09:27:49.573 29797 641 I BugleDataModel: ProcessPendingMessagesTimers: cleared next retry time for channel sms_send including counter
06-24 09:27:49.586 29797 29859 E Bugle : Failed to check if revocation is enabled
06-24 09:27:49.588 1627 1647 W BroadcastQueue: Permission Denial: receiving Intent { act=android.provider.Telephony.SMS_RECEIVED flg=0x19000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.wavesecure.core.WSAndroidSystemIntentReceiver requires android.permission.RECEIVE_SMS due to sender com.android.phone (uid 1001)
06-24 09:27:49.590 29797 29859 E Bugle : ujx: Jibe SDK Service not available. Is the Jibe SDK service running? Did you call connect() and wait for the notification before calling an API function?
06-24 09:27:49.590 29797 29859 E Bugle : at uju.a(SourceFile:68)
06-24 09:27:49.590 29797 29859 E Bugle : at com.google.android.rcs.client.profile.RcsProfileService.getRcsConfig(SourceFile:53)
06-24 09:27:49.590 29797 29859 E Bugle : at com.google.android.apps.messaging.shared.sms.RcsUtils.n(SourceFile:620)
06-24 09:27:49.590 29797 29859 E Bugle : at com.google.android.apps.messaging.shared.sms.RcsUtils.c(SourceFile:230)
06-24 09:27:49.590 29797 29859 E Bugle : at dfy.l(SourceFile:1366)
06-24 09:27:49.590 29797 29859 E Bugle : at com.google.android.apps.messaging.shared.analytics.LogMessageSentOrReceivedAction.a(SourceFile:122)
06-24 09:27:49.590 29797 29859 E Bugle : at egd.a(SourceFile:6)
06-24 09:27:49.590 29797 29859 E Bugle : at efq.run(SourceFile:20)
06-24 09:27:49.590 29797 29859 E Bugle : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-24 09:27:49.590 29797 29859 E Bugle : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-24 09:27:49.590 29797 29859 E Bugle : at java.lang.Thread.run(Thread.java:764)
06-24 09:27:49.590 29797 29859 E Bugle : Cannot get RCS file transfer auto accept supported value
06-24 09:27:49.591 29797 29859 E Bugle : ujx: Jibe SDK Service not available. Is the Jibe SDK service running? Did you call connect() and wait for the notification before calling an API function?
06-24 09:27:49.591 29797 29859 E Bugle : at uju.a(SourceFile:68)
06-24 09:27:49.591 29797 29859 E Bugle : at com.google.android.rcs.client.profile.RcsProfileService.a(SourceFile:70)
06-24 09:27:49.591 29797 29859 E Bugle : at com.google.android.rcs.client.profile.RcsProfileService.isFileTransferAutoAcceptSupported(SourceFile:25)
06-24 09:27:49.591 29797 29859 E Bugle : at hec.c(SourceFile:11)
06-24 09:27:49.591 29797 29859 E Bugle : at hec.a(SourceFile:14)
06-24 09:27:49.591 29797 29859 E Bugle : at dfy.l(SourceFile:1369)
06-24 09:27:49.591 29797 29859 E Bugle : at com.google.android.apps.messaging.shared.analytics.LogMessageSentOrReceivedAction.a(SourceFile:122)
06-24 09:27:49.591 29797 29859 E Bugle : at egd.a(SourceFile:6)
06-24 09:27:49.591 29797 29859 E Bugle : at efq.run(SourceFile:20)
06-24 09:27:49.591 29797 29859 E Bugle : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-24 09:27:49.591 29797 29859 E Bugle : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-24 09:27:49.591 29797 29859 E Bugle : at java.lang.Thread.run(Thread.java:764)
06-24 09:27:49.601 29797 29797 I BugleRcsEngine: [2] pyu.a: KEY_CONFIG_IMS_PACKAGE_OVERRIDE_STRING:
06-24 09:27:49.602 29797 29797 I Bugle : ConfigSmsReceiver: shouldIgnoreBroadcast. shouldUseCarrierServicesJibeService: true, isCsApkImsService: false
06-24 09:27:49.602 29797 29797 I Bugle : ConfigSmsReceiver: onReceive, forwarding message to CarrierServices.
06-24 09:27:49.619 1627 3208 E MotoSigPermission: getTableKeyForUid: Package contains 2signatures but only 1 signature is supported
06-24 09:27:49.619 1627 3208 W BroadcastQueue: Permission Denial: receiving Intent { act=android.provider.Telephony.SMS_RECEIVED flg=0x19000010 (has extras) } to ProcessRecord{5fc35a1 26169:com.telecomsys.directedsms.android.SCG/u0a14} (pid=26169, uid=10014) requires android.permission.RECEIVE_SMS due to sender com.android.phone (uid 1001)
06-24 09:27:49.633 1627 1647 I ActivityManager: Start proc 647:com.motorola.visualvoicemail/u0a94 for broadcast com.motorola.visualvoicemail/.receivers.SMSCatcher
06-24 09:27:49.648 2599 11983 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10094, uidRules = 32
06-24 09:27:49.648 29797 29859 I BugleNotifications: RefreshStatefulNotificationsAction: Refreshing message notifications: for incoming messages = true , for failures = true , isSilent = false , isQuickReply = false , isSmartReplyUpdate = false , conversation{id:482}
06-24 09:27:49.824 647 665 I GMPM : App measurement is starting up
06-24 09:27:49.837 647 665 E GMPM : getGoogleAppId failed with status: 10
06-24 09:27:49.839 647 665 E GMPM : Uploading is not possible. App measurement disabled
06-24 09:27:49.850 29797 29809 I zygote : Background concurrent copying GC freed 43147(2MB) AllocSpace objects, 5(92KB) LOS objects, 49% free, 9MB/18MB, paused 7.425ms total 128.361ms
06-24 09:27:49.856 1627 2375 I ActivityManager: Killing 31291:com.google.android.gm/u0a128 (adj 906): empty #22
06-24 09:27:49.979 29797 29859 I BugleNotifications: BugleNotificationManagerImpl: Notifying for Incoming Message (Single Conversation) (id: INCOMING_MESSAGE, tag: com.google.android.apps.messaging:sms:482)
06-24 09:27:49.984 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:27:49.987 16789 16789 I MotoDisplay: notifyClient - notification posted
06-24 09:27:49.992 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:27:49.992 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:27:49.993 16789 16789 I MotoDisplay: pulse - trigger: Type: NOTIFICATION is pulsing: false is paused: false
06-24 09:27:49.993 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:27:49.993 16789 16789 I MotoDisplay: isPulseAllowed - warm up complete: true
06-24 09:27:50.003 1083 2240 D NuPlayerDriver: NuPlayerDriver(0xb2f9a290) created, clientPid(2358)
06-24 09:27:50.004 29797 29859 I Bugle : RequestLinkPreviewAction: No link extracted from message with: message{id:9316}
06-24 09:27:50.006 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:27:50.014 1083 674 D GenericSource: FileSource remote
06-24 09:27:50.027 1083 673 D NuPlayerDriver: notifyListener_l(0xb2f9a290), (1, 0, 0, -1), loop setting(0, 0)
06-24 09:27:50.033 1627 14424 I chatty : uid=1000(system) Binder:1627_1B expire 1 line
06-24 09:27:50.112 19328 21318 I chatty : uid=10048(u0_a48) highpool[26] expire 12 lines
06-24 09:27:50.535 1083 2240 D NuPlayerDriver: start(0xb2f9a290), state is 4, eos is 0
06-24 09:27:50.536 1083 673 I GenericSource: start
06-24 09:27:50.536 2358 671 V MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
06-24 09:27:50.536 2358 671 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
06-24 09:27:50.536 1083 2240 D NuPlayerDriver: reset(0xb2f98c40) at state 6
06-24 09:27:50.537 1083 2240 D NuPlayerDriver: notifyListener_l(0xb2f98c40), (8, 0, 0, -1), loop setting(0, 0)
06-24 09:27:50.538 1083 32533 I MediaCodec: (0xb2fa81c0) flush
06-24 09:27:50.540 1083 673 W Utils : track of type 'audio/vorbis' does not publish channel mask, channel count 2
06-24 09:27:50.542 1083 32533 I MediaCodec: (0xb2fa81c0) release
06-24 09:27:50.543 1083 673 W Utils : track of type 'audio/vorbis' does not publish channel mask, channel count 2
06-24 09:27:50.545 1071 1344 I hash_map_utils: key: 'is_hw_dec_session_available' value: 'audio/vorbis'
06-24 09:27:50.547 1083 678 I MediaCodec: (0xb2fa8f80) init name(audio/vorbis) isType(1) encoder(0)
06-24 09:27:50.550 1083 679 I OMXClient: Treble IOmx obtained
06-24 09:27:50.551 1093 1585 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in [email protected] process
06-24 09:27:50.557 1083 32524 D NuPlayerDriver: notifyResetComplete(0xb2f98c40)
06-24 09:27:50.562 1083 679 I MediaCodec: (0xb2fa8f80) Component Allocated (OMX.google.vorbis.decoder)
06-24 09:27:50.562 1083 678 I MediaCodec: (0xb2fa8f80) configure surface(0x0) crypto(0x0) flags(0)
06-24 09:27:50.563 1083 678 D MediaCodec: (0xb2fa8f80) configure format: AMessage(what = 0x00000000) = {
06-24 09:27:50.563 1083 678 D MediaCodec: string mime = "audio/vorbis"
06-24 09:27:50.563 1083 678 D MediaCodec: int64_t durationUs = 1624988
06-24 09:27:50.563 1083 678 D MediaCodec: int32_t channel-count = 2
06-24 09:27:50.563 1083 678 D MediaCodec: int32_t sample-rate = 44100
06-24 09:27:50.563 1083 678 D MediaCodec: Buffer csd-0 = {
06-24 09:27:50.563 1083 678 D MediaCodec: 00000000: 01 76 6f 72 62 69 73 00 00 00 00 02 44 ac 00 00 .vorbis.....D...
06-24 09:27:50.563 1083 678 D MediaCodec: 00000010: 00 00 00 00 6d a0 07 00 00 00 00 00 b8 01 ....m.........
06-24 09:27:50.563 1083 678 D MediaCodec: }
06-24 09:27:50.563 1083 678 D MediaCodec: Buffer *csd-1 = 0xb2ff1358
06-24 09:27:50.563 1083 678 D MediaCodec: int32_t priority = 0
06-24 09:27:50.563 1083 678 D MediaCodec: int32_t pcm-encoding = 2
06-24 09:27:50.563 1083 678 D MediaCodec: }
06-24 09:27:50.563 1093 1585 E OMXNodeInstance: setConfig(0xaf59cde0:google.vorbis.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
06-24 09:27:50.563 1083 679 I ACodec : codec does not support config priority (err -2147483648)
06-24 09:27:50.563 1093 1585 E OMXNodeInstance: setConfig(0xaf59cde0:google.vorbis.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
06-24 09:27:50.563 1083 679 I ACodec : codec does not support config priority (err -2147483648)
06-24 09:27:50.563 1093 1585 E OMXNodeInstance: getConfig(0xaf59cde0:google.vorbis.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001)
06-24 09:27:50.564 1083 679 W ExtendedACodec: Failed to get extension for extradata parameter
06-24 09:27:50.564 1083 679 I MediaCodec: MediaCodec will operate in async mode
06-24 09:27:50.564 1083 678 I MediaCodec: (0xb2fa8f80) start
06-24 09:27:50.566 685 685 W /system/bin/hw/[email protected]: ashmem_create_region(32768) returning hidl_memory(0xb5322210, 32768)
06-24 09:27:50.569 685 685 I chatty : uid=1000(system) [email protected] identical 8 lines
06-24 09:27:50.569 685 685 W /system/bin/hw/[email protected]: ashmem_create_region(32768) returning hidl_memory(0xb5322210, 32768)
06-24 09:27:50.569 1083 679 I MediaCodec: (0xb2fa8f80) kWhatStartCompleted
06-24 09:27:50.579 685 685 W /system/bin/hw/[email protected]: ashmem_create_region(32768) returning hidl_memory(0xb5322210, 32768)
06-24 09:27:50.581 685 685 W /system/bin/hw/[email protected]: ashmem_create_region(32768) returning hidl_memory(0xb5322210, 32768)
06-24 09:27:50.581 1083 679 D MediaCodec: (0xb2fa8f80) kWhatOutputBuffersChanged
06-24 09:27:50.584 1083 678 I ExtendedNuUtils: Both src and dst missing for bit-width
06-24 09:27:50.584 1083 678 I ExtendedNuUtils: Overriding durationUs: with 64 bit src value 1624988
06-24 09:27:50.584 1083 678 I ExtendedNuUtils: Both src and dst missing for channel-mask
06-24 09:27:50.589 1083 677 D AudioTrack: Client defaulted notificationFrames to 7350 for frameCount 22050
06-24 09:27:50.592 685 685 W /system/bin/hw/[email protected]: ashmem_create_region(3840) returning hidl_memory(0xb5322210, 3840)
06-24 09:27:50.593 685 685 W /system/bin/hw/[email protected]: ashmem_create_region(3840) returning hidl_memory(0xb5322210, 3840)
06-24 09:27:50.595 1071 1344 D APM_AudioPolicyManager: startOutput() output 13, stream 5, session 13497
06-24 09:27:50.596 1083 673 D NuPlayerDriver: notifyListener_l(0xb2f9a290), (6, 0, 0, -1), loop setting(0, 0)
06-24 09:27:50.598 703 11719 V msm8974_platform: platform_get_output_snd_device: enter: output devices(0x2)
06-24 09:27:50.598 703 11719 V msm8974_platform: platform_get_output_snd_device: exit: snd_device(speaker)
06-24 09:27:50.598 703 11719 V msm8974_platform: platform_get_backend_index:napb: backend port - 0 device - 2
06-24 09:27:50.598 703 11719 V msm8974_platform: platform_check_and_set_playback_backend_cfg: usecase->stream.out->config.format (0)
06-24 09:27:50.599 703 11719 V msm8974_platform: platform_check_and_set_playback_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
06-24 09:27:50.599 703 11719 V msm8974_platform: platform_check_and_set_playback_backend_cfg: new_snd_devices[0] is 2
06-24 09:27:50.599 703 11719 V msm8974_platform: platform_get_backend_index:napb: backend port - 0 device - 2
06-24 09:27:50.599 703 11719 V msm8974_platform: platform_check_playback_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
06-24 09:27:50.599 703 11719 V msm8974_platform: platform_check_playback_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 andsample rate: 48000
06-24 09:27:50.599 703 11719 V msm8974_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(14)
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11130, sample rate = 48000
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> send_asm_topology
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> send_adm_topology
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> send_audtable
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
06-24 09:27:50.599 703 11719 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
06-24 09:27:50.599 703 11719 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> send_audvoltable
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE
06-24 09:27:50.599 703 11719 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
06-24 09:27:50.599 703 11719 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> send_audstrmtable
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> send_afe_topology
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 112fc
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> send_afe_cal
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE
06-24 09:27:50.599 703 11719 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-24 09:27:50.599 703 11719 D : Failed to fetch the lookup information of the device 0000000E
06-24 09:27:50.599 703 11719 E ACDB-LOADER: Error: ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE Returned = -19
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
06-24 09:27:50.599 703 11719 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-24 09:27:50.599 703 11719 D : Failed to fetch the lookup information of the device 0000000E
06-24 09:27:50.599 703 11719 E ACDB-LOADER: Error: ACDB AFE returned = -19
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
06-24 09:27:50.599 703 11719 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
06-24 09:27:50.599 703 11719 I audio_mot_sp: audio_extn_mot_spkr_send_cal: OSPL spkr calibration data [237622, 16] temperature [27], mixer ctrl: OSPL Rx temp_cal
06-24 09:27:50.672 703 11719 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
06-24 09:27:50.696 703 11719 D audio_hw_primary: enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback
06-24 09:27:50.697 703 11719 V msm8974_platform: platform_get_backend_index:napb: backend port - 0 device - 2
06-24 09:27:50.697 703 11719 I audio_hw_utils: Set Audio Stream 12 App Type Cfg: app_type 69936 (DEFAULT), acdb_dev_id 14, sample_rate 48000
06-24 09:27:50.750 703 18390 I MotSpeakerWrapper: EFFECT_CMD_SET_VOLUME: 0.057920, 0.057920 on ID 13497 (Notification)
06-24 09:27:51.082 19328 15102 I chatty : uid=10048(u0_a48) lowpool[168] expire 11 lines
06-24 09:27:51.775 29797 645 I Bugle : P2pConversationSuggestionsUtils: suggestionsCount: 0
06-24 09:27:51.778 29797 645 I Bugle : P2pConversationSuggestionsUtils: serializedExperimentId: 20641280
06-24 09:27:51.818 1083 678 I NuPlayerDecoder: [audio] saw output EOS
06-24 09:27:52.066 1083 677 D AudioTrack: stop() called with 71662 frames delivered
06-24 09:27:52.443 1083 673 D NuPlayerDriver: notifyListener_l(0xb2f9a290), (2, 0, 0, -1), loop setting(0, 0)
06-24 09:27:52.445 1627 9232 I chatty : uid=1000(system) Binder:1627_19 expire 1 line
06-24 09:27:52.563 703 18390 D audio_hw_primary: disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback
06-24 09:27:52.587 703 18390 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
06-24 09:27:52.598 1071 1338 D APM_AudioPolicyManager: stopOutput() output 13, stream 5, session 13497
06-24 09:27:53.997 1627 1627 I ActivityManager: Start proc 713:com.atlassian.android.confluence.core/u0a212 for service com.atlassian.android.confluence.core/androidx.work.impl.background.systemjob.SystemJobService
06-24 09:27:54.262 19328 9128 I chatty : uid=10048(u0_a48) com.google.android.gms expire 4 lines
06-24 09:27:54.345 1627 1638 I chatty : uid=1000(system) Binder:1627_2 expire 1 line
06-24 09:27:54.409 713 713 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
06-24 09:27:54.413 713 713 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
06-24 09:27:54.413 713 713 D FirebaseApp: com.google.android.gms.measurement.AppMeasurement is not linked. Skipping initialization.
06-24 09:27:54.502 713 747 D NetworkSecurityConfig: No Network Security Config specified, using platform default
06-24 09:27:54.525 19328 25440 I chatty : uid=10048(u0_a48) com.google.android.gms expire 28 lines
06-24 09:27:54.598 713 749 I CrashlyticsCore: Initializing Crashlytics 2.6.4.27
06-24 09:27:54.630 713 766 W Fabric : Could not call getId on com.google.android.gms.ads.identifier.AdvertisingIdClient$Info
06-24 09:27:54.632 713 766 W Fabric : Could not call isLimitAdTrackingEnabled on com.google.android.gms.ads.identifier.AdvertisingIdClient$Info
06-24 09:27:54.691 713 754 W CrashlyticsCore: Firebase Analytics is not present; you will not see automatic logging of events before a crash occurs.
06-24 09:27:55.285 713 738 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=c7a94769-4cc5-4152-bc24-9ac12832357d, tags={ com.atlassian.mobilekit.scheduler.WorkerImpl } ]
06-24 09:27:57.090 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 118 lines
06-24 09:28:04.156 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:28:04.156 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:28:04.160 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:28:04.160 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:28:04.161 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:28:04.161 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:28:04.161 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:28:04.161 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:28:04.165 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 760 | ims_qmi_nas_unsolicited_event_ind starting
06-24 09:28:04.165 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 765 | QCCI#>>#QMID#0#QMI_NAS Indication for MSG ID [78]
06-24 09:28:04.165 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 779 | qmi_idl_get_message_c_struct_len -decoded_payload_len: 1168
06-24 09:28:04.165 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 811 | ims_qmi_nas_unsolicited_event_ind | Indication sending
06-24 09:28:04.165 1065 2336 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 1184 bytes
06-24 09:28:04.165 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 817 | QMID#>>#DPL#0#QMI_NAS Indication for MSG ID [78]
06-24 09:28:04.175 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a10000004c040000
06-24 09:28:04.196 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000790000004c040000
06-24 09:28:04.628 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3959022, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=23650, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=310, SEQNUM=350424, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1967626, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:28:06.046 1063 1063 I ADSPD : Watchdog 2 new value: 0040d1ce Last Exp Value: ffffffff
06-24 09:28:06.049 1063 1063 I ADSPD : Watchdog 3 new value: 0040d1d0 Last Exp Value: ffffffff
06-24 09:28:09.663 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10094, uidRules = 64
06-24 09:28:10.693 1627 1627 I ActivityManager: Killing 30448:com.google.android.webview:webview_service/u0a159 (adj 906): empty #22
06-24 09:28:36.041 1063 1063 I ADSPD : Watchdog 2 new value: 0040dd86 Last Exp Value: ffffffff
06-24 09:28:36.044 1063 1063 I ADSPD : Watchdog 3 new value: 0040dd87 Last Exp Value: ffffffff
06-24 09:28:44.029 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 760 | ims_qmi_nas_unsolicited_event_ind starting
06-24 09:28:44.029 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 765 | QCCI#>>#QMID#0#QMI_NAS Indication for MSG ID [78]
06-24 09:28:44.029 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 779 | qmi_idl_get_message_c_struct_len -decoded_payload_len: 1168
06-24 09:28:44.029 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 811 | ims_qmi_nas_unsolicited_event_ind | Indication sending
06-24 09:28:44.029 1065 2336 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 1184 bytes
06-24 09:28:44.029 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 817 | QMID#>>#DPL#0#QMI_NAS Indication for MSG ID [78]
06-24 09:28:44.030 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 30 lines
06-24 09:28:44.036 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=0010000410000000010000000800000079000000e8030000
06-24 09:28:44.055 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a1000000e8030000
06-24 09:28:44.299 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 12
06-24 09:28:44.299 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:28:44.299 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561382924837
06-24 09:28:44.300 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:28:44.301 1054 902 I chatty : uid=1000(system) /system/vendor/bin/time_daemon expire 2 lines
06-24 09:28:44.301 1054 902 D QC-time-services: Daemon:Value read from QTimer mseconds = 1162769503
06-24 09:28:44.301 1054 902 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 61951317000
06-24 09:28:44.301 1054 902 D QC-time-services: Daemon:Delta read on boot mseconds = 61951302428
06-24 09:28:44.301 1054 902 D QC-time-services: Daemon:new time 1561382924837
06-24 09:28:44.301 1054 902 D QC-time-services: Daemon: delta 1498268852906 genoff 1498268852906
06-24 09:28:44.301 1054 902 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1498268852906 to memory
06-24 09:28:44.301 1054 902 D QC-time-services: Daemon:Opening File: /persist/time/ats_12 /data/time/ats_12
06-24 09:28:44.301 1054 902 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation
06-24 09:28:44.301 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:28:44.302 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:28:44.304 1627 7088 I chatty : uid=1000(system) Binder:1627_17 expire 1 line
06-24 09:28:44.305 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:28:44.306 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:28:44.310 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:28:44.310 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:28:44.311 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:28:44.311 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:28:44.383 1095 1364 E QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
06-24 09:28:44.383 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 13
06-24 09:28:44.383 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:28:44.383 1054 1157 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
06-24 09:28:44.383 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561382924837
06-24 09:28:44.384 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:28:44.384 1054 1157 D QC-time-services: Daemon: Connection accepted:time_genoff
06-24 09:28:44.384 1054 904 D QC-time-services: Daemon:Received base = 13, unit = 1, operation = 0,value = 1561382924837
06-24 09:28:44.384 1054 904 D QC-time-services: Daemon:genoff_opr: Base = 13, val = 1561382924837, operation = 0
06-24 09:28:44.384 1054 904 D QC-time-services: Daemon:Value read from QTimer mseconds = 1162769586
06-24 09:28:44.384 1054 904 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 61951317000
06-24 09:28:44.384 1054 904 D QC-time-services: Daemon:Delta read on boot mseconds = 61951302428
06-24 09:28:44.384 1054 904 D QC-time-services: Daemon:new time 1561382924837
06-24 09:28:44.384 1054 904 D QC-time-services: Daemon: delta 1498268852823 genoff 1498268852823
06-24 09:28:44.384 1054 904 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1498268852823 to memory
06-24 09:28:44.384 1054 904 D QC-time-services: Daemon:Opening File: /persist/time/ats_13 /data/time/ats_13
06-24 09:28:44.384 1054 904 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation
06-24 09:28:44.391 1095 1364 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
06-24 09:28:44.391 1054 1157 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
06-24 09:29:00.461 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:29:00.462 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:29:00.464 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 760 | ims_qmi_nas_unsolicited_event_ind starting
06-24 09:29:00.465 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 765 | QCCI#>>#QMID#0#QMI_NAS Indication for MSG ID [78]
06-24 09:29:00.465 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 779 | qmi_idl_get_message_c_struct_len -decoded_payload_len: 1168
06-24 09:29:00.465 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:29:00.465 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:29:00.465 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 811 | ims_qmi_nas_unsolicited_event_ind | Indication sending
06-24 09:29:00.465 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:29:00.465 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:29:00.465 1065 2336 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 1184 bytes
06-24 09:29:00.465 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 817 | QMID#>>#DPL#0#QMI_NAS Indication for MSG ID [78]
06-24 09:29:00.465 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 30 lines
06-24 09:29:00.465 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:29:00.465 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:29:00.472 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a10000004c040000
06-24 09:29:00.490 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000790000004c040000
06-24 09:29:01.927 703 10099 V sound_trigger_hw_default: key_phrase_recognized, duration=0, trigger_id=0
06-24 09:29:01.996 703 10099 V sound_trigger_hw_default: key_phrase_recognized: send event, recognition_cookie=0xb411c040
06-24 09:29:02.009 1627 1627 I SoundTriggerHelper: Recognition success
06-24 09:29:02.011 9638 9654 I AlwaysOnHotwordDetector: onDetected
06-24 09:29:02.081 703 18390 D mot_vr_audio_hw: open_input_stream(master): devices = 0x80000004, rate = 16000, channels = 0x10, source = 1999, flags = 0x2
06-24 09:29:02.114 1071 913 I AudioFlinger: AudioFlinger's thread 0xae103440 tid=913 ready to run
06-24 09:29:02.169 9638 915 I AudioProvider: Audio Starting
06-24 09:29:02.178 1071 20364 D APM_AudioPolicyManager: AudioPolicyManager::startInput() input 814, session 7153, source = 1999
06-24 09:29:02.180 9638 915 I AudioProvider: Audio Started
06-24 09:29:02.192 703 916 D mot_vr_audio_hw: Input 0xb32ac140 waking up
06-24 09:29:02.214 703 916 D mot_vr_audio_hw: Switching DSP to standby/passthrough mode
06-24 09:29:02.214 703 916 D mot_vr_audio_hw: Input 0xb32ac140 ready to read
06-24 09:29:02.229 9638 917 I HotwordRecognitionRnr: Starting hotword detection.
06-24 09:29:02.263 703 11385 D mot_vr_audio_hw: received recognition control callback, status 0
06-24 09:29:03.244 9638 9638 I GsaVoiceInteractionSrv: Stopping DSP streaming after timeout
06-24 09:29:03.279 703 18390 D mot_vr_audio_hw: Re-arming DSP due to third-party VR session standby
06-24 09:29:03.279 703 18390 D mot_vr_audio_hw: Input 0xb32ac140 standby complete
06-24 09:29:03.280 1071 2317 D APM_AudioPolicyManager: stopInput() input 814, session 7153
06-24 09:29:03.282 9638 9638 I AudioProvider: Audio Stopped
06-24 09:29:03.283 9638 9638 I HotwordRecognitionRnr: Stopping hotword detection.
06-24 09:29:03.288 9638 915 I AudioProvider: Closing audio
06-24 09:29:03.288 9638 915 I GsaVoiceInteractionSrv: #onClosed - audio is closed
06-24 09:29:03.289 703 18390 D mot_vr_audio_hw: Input 0xb32ac140 close complete
06-24 09:29:03.302 9638 917 I GsaVoiceInteractionSrv: HotwordCallback#onError
06-24 09:29:03.303 9638 917 I HotwordRecognitionRnr: Catched InterruptedException
06-24 09:29:03.311 703 11385 D mot_vr_audio_hw: received recognition control callback, status 0
06-24 09:29:03.325 703 18390 V sound_trigger_hw_default: stdev_start_recognition: dev=0xb5893080, model_handle=1, capture_handle=814, capture_device=-2147483644, callback=0xb5337005, cookie=0xb411c040, id=100
06-24 09:29:03.325 703 18390 V sound_trigger_hw_default: wait_for_dsp_callback: stdev=0xb5893080
06-24 09:29:03.326 703 10099 V sound_trigger_hw_default: dsp_status: status=0, value=1
06-24 09:29:03.326 703 10099 V sound_trigger_hw_default: handle_dsp_callback: status=0
06-24 09:29:03.327 703 18390 V sound_trigger_hw_default: wait_for_dsp_callback: stdev=0xb5893080
06-24 09:29:03.361 703 10099 V sound_trigger_hw_default: recog_ctrl: status=0
06-24 09:29:03.361 703 10099 V sound_trigger_hw_default: handle_dsp_callback: status=0
06-24 09:29:03.361 703 18390 V sound_trigger_hw_default: stdev_start_recognition: status=0
06-24 09:29:03.362 1627 14424 I SoundTriggerHelper: startRecognition successful.
06-24 09:29:03.364 9638 9638 I GsaVoiceInteractionSrv: Start Hotword Recognition Status: true
06-24 09:29:05.271 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3959632, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=30517, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=307, SEQNUM=350430, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1966812, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:29:06.046 1063 1063 I ADSPD : Watchdog 2 new value: 0040e93e Last Exp Value: ffffffff
06-24 09:29:06.050 1063 1063 I ADSPD : Watchdog 3 new value: 0040e93f Last Exp Value: ffffffff
06-24 09:29:10.608 715 715 I rmt_storage: rmt_storage_connect_cb: clnt_h=0x68e conn_h=0xb3719108
06-24 09:29:10.608 715 715 I rmt_storage: rmt_storage_rw_iovec_cb: /boot/modem_fs1: req_h=0x68e msg_id=3: R/W request received
06-24 09:29:10.608 715 715 I rmt_storage: rw_iovec client->path = /boot/modem_fs1
06-24 09:29:10.608 715 715 I rmt_storage: wakelock acquired: 1, error no: 42
06-24 09:29:10.610 715 1219 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: Unblock worker thread (th_id: -1286555280)
06-24 09:29:10.759 715 1219 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: req_h=0x68e msg_id=3: Bytes written = 1572864
06-24 09:29:10.759 715 1219 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: req_h=0x68e msg_id=3: Send response: res=0 err=0
06-24 09:29:10.759 715 1219 I rmt_storage: rmt_storage_client_thread: /boot/modem_fs1: About to block rmt_storage client thread (th_id: -1286555280) wakelock released: 1, error no: 22
06-24 09:29:10.759 715 1219 I rmt_storage:
06-24 09:29:10.762 715 715 I rmt_storage: rmt_storage_disconnect_cb: clnt_h=0x68e conn_h=0xb3719108
06-24 09:29:13.448 1627 3424 I ActivityManager: Killing 32544:com.rm/u0a165 (adj 906): empty #22
06-24 09:29:23.597 23753 23788 I WorkerManager: dispose()
06-24 09:29:36.042 1063 1063 I ADSPD : Watchdog 2 new value: 0040f4f5 Last Exp Value: ffffffff
06-24 09:29:36.045 1063 1063 I ADSPD : Watchdog 3 new value: 0040f4f6 Last Exp Value: ffffffff
06-24 09:30:05.321 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3943916, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=118102, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=305, SEQNUM=350432, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1965550, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:30:06.042 1063 1063 I ADSPD : Watchdog 2 new value: 004100ad Last Exp Value: ffffffff
06-24 09:30:06.046 1063 1063 I ADSPD : Watchdog 3 new value: 004100ae Last Exp Value: ffffffff
06-24 09:30:11.860 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: BlockingExecutor ink@4595aa2[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30]
06-24 09:30:11.860 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: LightweightExecutor ink@ef52333[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 61]
06-24 09:30:11.861 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: bgExecutor ink@b8bb6f0[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 43]
06-24 09:30:12.313 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 760 | ims_qmi_nas_unsolicited_event_ind starting
06-24 09:30:12.313 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 765 | QCCI#>>#QMID#0#QMI_NAS Indication for MSG ID [78]
06-24 09:30:12.313 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 779 | qmi_idl_get_message_c_struct_len -decoded_payload_len: 1168
06-24 09:30:12.314 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 811 | ims_qmi_nas_unsolicited_event_ind | Indication sending
06-24 09:30:12.314 1065 2336 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 1184 bytes
06-24 09:30:12.314 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 817 | QMID#>>#DPL#0#QMI_NAS Indication for MSG ID [78]
06-24 09:30:12.314 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 30 lines
06-24 09:30:12.322 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=0010000410000000010000000800000079000000e8030000
06-24 09:30:12.337 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a1000000e8030000
06-24 09:30:12.618 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 12
06-24 09:30:12.618 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:30:12.619 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561383013158
06-24 09:30:12.619 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:30:12.619 1054 1157 D QC-time-services: Daemon: Connection accepted:time_genoff
06-24 09:30:12.620 1054 984 D QC-time-services: Daemon:Received base = 12, unit = 1, operation = 0,value = 1561383013158
06-24 09:30:12.620 1054 984 D QC-time-services: Daemon:genoff_opr: Base = 12, val = 1561383013158, operation = 0
06-24 09:30:12.620 1054 984 D QC-time-services: Daemon:Value read from QTimer mseconds = 1162857822
06-24 09:30:12.620 1054 984 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 61951317000
06-24 09:30:12.620 1054 984 D QC-time-services: Daemon:Delta read on boot mseconds = 61951302428
06-24 09:30:12.620 1054 984 D QC-time-services: Daemon:new time 1561383013158
06-24 09:30:12.620 1054 984 D QC-time-services: Daemon: delta 1498268852908 genoff 1498268852908
06-24 09:30:12.620 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:30:12.621 1054 984 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1498268852908 to memory
06-24 09:30:12.621 1054 984 D QC-time-services: Daemon:Opening File: /persist/time/ats_12 /data/time/ats_12
06-24 09:30:12.621 1054 984 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation
06-24 09:30:12.621 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:30:12.623 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:30:12.623 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:30:12.624 1627 9296 I chatty : uid=1000(system) Binder:1627_1A expire 1 line
06-24 09:30:12.630 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:30:12.630 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:30:12.631 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:30:12.631 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:30:12.732 1095 1364 E QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
06-24 09:30:12.733 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 13
06-24 09:30:12.733 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:30:12.733 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561383013158
06-24 09:30:12.733 1054 1157 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
06-24 09:30:12.733 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:30:12.733 1054 1157 D QC-time-services: Daemon: Connection accepted:time_genoff
06-24 09:30:12.734 1054 985 D QC-time-services: Daemon:Received base = 13, unit = 1, operation = 0,value = 1561383013158
06-24 09:30:12.734 1054 985 D QC-time-services: Daemon:genoff_opr: Base = 13, val = 1561383013158, operation = 0
06-24 09:30:12.734 1054 985 D QC-time-services: Daemon:Value read from QTimer mseconds = 1162857936
06-24 09:30:12.734 1054 985 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 61951317000
06-24 09:30:12.734 1054 985 D QC-time-services: Daemon:Delta read on boot mseconds = 61951302428
06-24 09:30:12.734 1054 985 D QC-time-services: Daemon:new time 1561383013158
06-24 09:30:12.734 1054 985 D QC-time-services: Daemon: delta 1498268852794 genoff 1498268852794
06-24 09:30:12.734 1054 985 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1498268852794 to memory
06-24 09:30:12.734 1054 985 D QC-time-services: Daemon:Opening File: /persist/time/ats_13 /data/time/ats_13
06-24 09:30:12.734 1054 985 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation
06-24 09:30:12.740 1095 1364 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
06-24 09:30:12.740 1054 1157 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
06-24 09:30:15.537 1096 1096 V LocSvc_HIDL_IzatOsNpGlue: [locationChanged][33] [HS] <<<<= [HC]
06-24 09:30:15.539 1096 3597 E LocSvc_libulp: ulp_brain_transition_all_providers, no QUIPC/GNSS transition logic run due to both engines are OFF
06-24 09:30:15.548 1096 2538 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
06-24 09:30:15.648 1627 2293 I chatty : uid=1000(system) NetworkStats expire 1 line
06-24 09:30:15.663 1627 2293 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.apalon.weatherlive.time.INVALIDATE_DATA flg=0x14 (has extras) } to com.apalon.weatherlive/.notifications.NotificationUpdateReceiver
06-24 09:30:15.663 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.apalon.weatherlive.time.INVALIDATE_DATA flg=0x14 (has extras) } to com.apalon.weatherlive/.widget.weather.WidgetsInvalidateReceiver
06-24 09:30:15.688 24543 24543 D GS-NativeReceiver: Location received
06-24 09:30:15.693 24543 24543 D GS-NativeReceiver: Location received
06-24 09:30:15.902 535 535 E SELinux : avc: denied { find } for interface=android.hardware.memtrack::IMemtrack sid=u:r:untrusted_app:s0:c512,c768 pid=30211 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:hal_memtrack_hwservice:s0 tclass=hwservice_manager
06-24 09:30:15.903 535 535 E SELinux : avc: denied { find } for interface=android.hardware.memtrack::IMemtrack sid=u:r:untrusted_app:s0:c512,c768 pid=30211 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:hal_memtrack_hwservice:s0 tclass=hwservice_manager
06-24 09:30:15.908 30211 995 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/memtrack.msm8953.so from the current namespace instead.
06-24 09:30:15.910 30211 995 D : memtrack_open: enter; name=memtrack
06-24 09:30:15.910 30211 995 D : memtrack_open: exit 0
06-24 09:30:15.911 535 535 E SELinux : avc: denied { find } for interface=android.hardware.memtrack::IMemtrack sid=u:r:untrusted_app:s0:c512,c768 pid=30211 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:hal_memtrack_hwservice:s0 tclass=hwservice_manager
06-24 09:30:24.957 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:30:24.958 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:30:24.960 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:30:24.960 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:30:24.960 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:30:24.960 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:30:24.961 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:30:24.961 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:30:24.964 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 760 | ims_qmi_nas_unsolicited_event_ind starting
06-24 09:30:24.965 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 765 | QCCI#>>#QMID#0#QMI_NAS Indication for MSG ID [78]
06-24 09:30:24.965 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 779 | qmi_idl_get_message_c_struct_len -decoded_payload_len: 1168
06-24 09:30:24.965 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 811 | ims_qmi_nas_unsolicited_event_ind | Indication sending
06-24 09:30:24.965 1065 2336 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 1184 bytes
06-24 09:30:24.965 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 817 | QMID#>>#DPL#0#QMI_NAS Indication for MSG ID [78]
06-24 09:30:24.965 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 30 lines
06-24 09:30:24.975 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a10000004c040000
06-24 09:30:25.001 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000790000004c040000
06-24 09:30:36.041 1063 1063 I ADSPD : Watchdog 2 new value: 00410c64 Last Exp Value: ffffffff
06-24 09:30:36.044 1063 1063 I ADSPD : Watchdog 3 new value: 00410c65 Last Exp Value: ffffffff
06-24 09:30:40.291 684 1678 W qti_sensors_hal: reportSingleEvent: NearBy 0, pData 2, pOffset 42, highThres 40, lowThres 26
06-24 09:30:40.295 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:30:40.296 1627 1627 I chatty : uid=1000 system_server expire 20 lines
06-24 09:30:40.297 703 2222 V MotSpeakerHelperProximity: updated mCurProximityState: FAR (5.000000)
06-24 09:30:40.297 703 2222 V MotSpeakerHelperProximity: ThreadLoop event mProximityState = FAR, previous NEAR
06-24 09:30:40.299 16789 16789 I MotoDisplay: Glance Sensor Event Gesture Type: 1
06-24 09:30:40.299 16789 16789 I MotoDisplay: pulse - trigger: Type: GLANCE_GESTURE GlanceType: GLANCE_GESTURE_UNSTOWED is pulsing: false is paused: false
06-24 09:30:40.299 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:30:40.301 16789 16789 I MotoDisplay: isPulseAllowed - warm up complete: true
06-24 09:30:40.400 2580 4369 D ADSPD_LIB: Connecting Ultrasound...daemon_fd = -1
06-24 09:30:40.404 2580 4369 D ADSPD_LIB: Disconnecting Ultrasound...daemon_fd=57
06-24 09:30:40.762 16789 16789 I MotoDisplay: Setting display to doze
06-24 09:30:40.763 2358 2379 D DozeHostService: pulseWhileDozing reason: 1
06-24 09:30:40.763 684 891 W qti_sensors_hal: processReportInd: lux: 1017, ch0: 553, ch1: 245
06-24 09:30:40.764 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", DOZE
06-24 09:30:40.764 725 725 D SurfaceFlinger: Set power mode=1, type=0 flinger=0xafb53000
06-24 09:30:40.766 2358 2358 D StatusBar: DozeServiceHost: pulseWhileDozing - reason: 1
06-24 09:30:40.771 692 692 I SDM : DisplayBase::SetDisplayState: Set state = 2, display 0
06-24 09:30:40.773 1627 2225 I chatty : uid=1000(system) InputReader expire 7 lines
06-24 09:30:40.774 702 702 I DisplayPanel: setMode: panel mode = POWER_SAVING
06-24 09:30:40.774 702 702 I DisplayPanel: setParam: HBM = 0
06-24 09:30:40.774 702 702 I DisplayPanel: setParam: ACL = 1
06-24 09:30:40.830 725 725 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
06-24 09:30:41.286 684 1678 W qti_sensors_hal: reportSingleEvent: NearBy 0, pData 2, pOffset 42, highThres 40, lowThres 26
06-24 09:30:41.288 703 2222 V MotSpeakerHelperProximity: updated mCurProximityState: FAR (5.000000)
06-24 09:30:41.288 703 2222 V MotSpeakerHelperProximity: ThreadLoop event mProximityState = FAR, previous FAR
06-24 09:30:41.534 684 891 W qti_sensors_hal: processReportInd: lux: 764, ch0: 423, ch1: 228
06-24 09:30:41.631 684 891 W qti_sensors_hal: processReportInd: lux: 649, ch0: 366, ch1: 233
06-24 09:30:42.421 684 891 W qti_sensors_hal: processReportInd: lux: 538, ch0: 315, ch1: 261
06-24 09:30:42.819 684 891 W qti_sensors_hal: processReportInd: lux: 456, ch0: 268, ch1: 228
06-24 09:30:42.915 684 891 W qti_sensors_hal: processReportInd: lux: 365, ch0: 214, ch1: 178
06-24 09:30:43.014 684 891 W qti_sensors_hal: processReportInd: lux: 304, ch0: 176, ch1: 134
06-24 09:30:44.741 16789 16789 I MotoDisplay: Setting display to off
06-24 09:30:44.742 1627 1657 I DisplayPowerController: Blocking screen off
06-24 09:30:44.742 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:30:44.742 1627 1657 I DisplayPowerController: Unblocked screen off after 1 ms
06-24 09:30:44.743 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:30:44.744 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
06-24 09:30:44.744 725 725 D SurfaceFlinger: Set power mode=0, type=0 flinger=0xafb53000
06-24 09:30:44.744 702 702 I DisplayPanel: setMode: panel mode = NORMAL
06-24 09:30:44.745 702 702 I DisplayPanel: setParam: HBM = 0
06-24 09:30:44.745 702 702 I DisplayPanel: setParam: ACL = 0
06-24 09:30:44.751 692 692 I SDM : DisplayBase::SetDisplayState: Set state = 0, display 0
06-24 09:30:44.753 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462574 sw vsyncs) (0 skipped) (76:5474195 vsyncs) (78:12185375)
06-24 09:30:44.761 684 1678 W qti_sensors_hal: reportSingleEvent: NearBy 0, pData 0, pOffset 39, highThres 40, lowThres 26
06-24 09:30:44.763 703 2222 V MotSpeakerHelperProximity: updated mCurProximityState: FAR (5.000000)
06-24 09:30:44.763 703 2222 V MotSpeakerHelperProximity: ThreadLoop event mProximityState = FAR, previous FAR
06-24 09:30:44.982 725 725 I SFPerfTracer: triggers: (rate: 2291:164055) (compose: 1:182) (post: 2:555) (render: 2:703) (75:2915931 frames) (76:3221147)
06-24 09:30:44.982 725 725 D SFPerfTracer: layers: (2:11) (StatusBar#0 (0xadac5000): 0:416039) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15718)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15317)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (ColorFade#0 (0xad7d6000): 0:31)- (AOD#0 (0xad7f0000): 76:81)
06-24 09:30:44.995 1627 2225 D PhoneWindowManagerWithMotoDisplay: stopping dream immediately
06-24 09:30:44.995 1627 2225 I DreamManagerService: Leaving dreamland.
06-24 09:30:44.995 1627 1657 I PowerManagerService: Sleeping (uid 1000)...
06-24 09:30:44.995 1627 1652 I DreamManagerService: Performing gentle wake from dream.
06-24 09:30:44.996 1627 1652 I DreamController: Stopping dream: name=ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.DozeService}, isTest=false, canDoze=true, userId=0
06-24 09:30:44.997 2358 2358 D StatusBar: DozeServiceHost: notifyPowerKeyWakeup
06-24 09:30:44.998 1627 2416 I PowerManagerService: Waking up from sleep (uid 10069)...
06-24 09:30:45.002 696 696 I QTI PowerHAL: Got set_interactive hint
06-24 09:30:45.050 16789 16789 I MotoDisplay: setKeyboardInteractivity - isInteractive: true mIsDreaming: false
06-24 09:30:45.051 2358 2379 D DozeHostService: stopDozing
06-24 09:30:45.051 2358 2358 D StatusBar: DozeServiceHost: stopDozing
06-24 09:30:45.051 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:30:45.054 2358 2379 D DozeHostService: removing callback
06-24 09:30:45.055 684 891 W qti_sensors_hal: processReportInd: lux: 575, ch0: 338, ch1: 287
06-24 09:30:45.056 16789 16789 I MotoDisplay: onDestroy - DozeService
06-24 09:30:45.056 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:30:45.058 725 725 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xafb53000
06-24 09:30:45.058 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
06-24 09:30:45.059 692 692 I SDM : DisplayBase::SetDisplayState: Set state = 1, display 0
06-24 09:30:45.067 16789 16789 I MotoDisplay: finishScreen
06-24 09:30:45.068 16789 16789 I MotoDisplay: onDestroy
06-24 09:30:45.071 1627 1627 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 com.motorola.internal.widget.GestureSharingTouchManager.handleScreenOn:147 com.motorola.internal.widget.GestureSharingTouchManager.-wrap1:0 com.motorola.internal.widget.GestureSharingTouchManager$2.onReceive:63 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_51615:1304
06-24 09:30:45.084 703 18390 D audio_hw_primary: adev_set_parameters: enter: screen_state=on
06-24 09:30:45.084 703 18390 V msm8974_platform: platform_set_parameters: enter: screen_state=on
06-24 09:30:45.084 703 18390 V msm8974_platform: platform_set_parameters: exit with code(0)
06-24 09:30:45.085 703 18390 D mot_vr_audio_hw: adev_set_parameters: screen_state=on
06-24 09:30:45.112 2358 2358 D StatusBar: DozeServiceHost: removeCallback
06-24 09:30:45.120 725 725 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
06-24 09:30:45.156 2599 2599 D CdmaPCDHandler: mcc 311 sid 0 tz -5 dstflag 0
06-24 09:30:45.156 2599 2599 D CdmaPCDHandler: mCurrentMCC 311 mCurrentSID 0 mCurrentIDD 011
06-24 09:30:45.156 2599 2599 D CdmaPCDHandler: Return as nothing changed
06-24 09:30:45.160 4295 4295 D OtaLibrary: PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:30:45.161 8363 8363 D OtaApp : PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:30:45.165 2599 2599 D ServiceStateProvider: subId=1
06-24 09:30:45.168 2545 2645 D QCNEJ : |CORE| onServiceStateChanged: dataState: 2 DDS:1 Notify service state update
06-24 09:30:45.174 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
06-24 09:30:45.175 2545 2645 D QCNEJ : |CORE| Notified wwan sub type: 13 for sub: 1
06-24 09:30:45.178 2545 2645 D QCNEJ : |CORE| getDataOnRoamingEnabled: phoneSubId=1 isDataRoamingEnabled=true
06-24 09:30:45.178 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled: dataRegRoaming = false RoamingonUI = true isDataRoamingAllowed = true
06-24 09:30:45.178 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled is enabled true && isDataRoamingAllowed true
06-24 09:30:45.178 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
06-24 09:30:45.181 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(true)
06-24 09:30:45.182 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(false)
06-24 09:30:45.187 684 891 W qti_sensors_hal: processReportInd: lux: 665, ch0: 388, ch1: 314
06-24 09:30:45.189 2599 2599 D CdmaPCDHandler: mcc 311 sid 0 tz -5 dstflag 0
06-24 09:30:45.189 2599 2599 D CdmaPCDHandler: mCurrentMCC 311 mCurrentSID 0 mCurrentIDD 011
06-24 09:30:45.189 2599 2599 D CdmaPCDHandler: Return as nothing changed
06-24 09:30:45.194 4295 4295 D OtaLibrary: PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:30:45.195 8363 8363 D OtaApp : PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:30:45.198 2599 2599 D ServiceStateProvider: subId=1
06-24 09:30:45.199 2545 2645 D QCNEJ : |CORE| onServiceStateChanged: dataState: 2 DDS:1 Notify service state update
06-24 09:30:45.202 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
06-24 09:30:45.202 2545 2645 D QCNEJ : |CORE| Notified wwan sub type: 13 for sub: 1
06-24 09:30:45.204 2545 2645 D QCNEJ : |CORE| getDataOnRoamingEnabled: phoneSubId=1 isDataRoamingEnabled=true
06-24 09:30:45.204 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled: dataRegRoaming = false RoamingonUI = true isDataRoamingAllowed = true
06-24 09:30:45.204 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled is enabled true && isDataRoamingAllowed true
06-24 09:30:45.204 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
06-24 09:30:45.267 3113 3113 E NfcService: screen state android.intent.action.SCREEN_ON
06-24 09:30:45.268 3113 3113 E NfcService: screen state on
06-24 09:30:45.269 3113 3113 E NfcService: screen state 4
06-24 09:30:45.269 3113 3113 E NfcService: screen state mScreenState 2
06-24 09:30:45.269 3113 3113 E BrcmNfcJni: nfcManager_doSetScreenOrPowerState: Enter
06-24 09:30:45.269 3113 3113 I BrcmNfcNfa: NFA_StopRfDiscovery ()
06-24 09:30:45.269 3113 3529 I BrcmNfcNfa: NFA got event 0x0110
06-24 09:30:45.269 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_STOP_RF_DISCOVERY_EVT (0x10)
06-24 09:30:45.269 3113 3529 I BrcmNfcNfa: NFC_Deactivate 4 (IDLE) deactivate_type:0
06-24 09:30:45.269 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:45.270 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:45.270 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:45.270 707 3582 E NxpTml : _i2c_write() errno : 5
06-24 09:30:45.270 707 3582 E NxpTml : PN54X - Error in I2C Write.....
06-24 09:30:45.270 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:45.271 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:45.271 3113 1038 E NfcService: applyRouting -2
06-24 09:30:45.272 707 3584 E NxpHal : write error status = 0x1ff
06-24 09:30:45.272 707 707 E NxpHal : write_unlocked failed - PN54X Maybe in Standby Mode - Retry
06-24 09:30:45.274 2599 3586 I QImsService: ImsConfigImpl : getCarrierConfigBoolean key=moto_vowifi_home_priority, value=false
06-24 09:30:45.275 1096 1096 V LocSvc_HIDL_IzatSubscription: [screenStatusUpdate][552] [HS] <<<<= [HC]
06-24 09:30:45.277 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:45.277 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:45.277 2599 3586 I QImsService: ImsConfigImpl : getProvisionedValue item=27
06-24 09:30:45.278 707 3582 D NxpNciX : len = 4 => 21060100
06-24 09:30:45.278 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:45.278 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:45.278 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:45.279 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:45.281 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:30:45.281 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:45.281 707 3581 D NxpNciR : len = 4 <= 41060100
06-24 09:30:45.281 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:45.282 3113 3113 I BrcmNfcNfa: NFA_DisablePolling ()
06-24 09:30:45.282 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:45.282 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:45.282 3113 3529 I BrcmNfcNfa: NFA got event 0x0107
06-24 09:30:45.282 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_DISABLE_POLLING_EVT (0x07)
06-24 09:30:45.283 2599 3586 I QImsService: ImsSenderRxr : [14408]> REQUEST_GET_IMS_CONFIG [SUB0]
06-24 09:30:45.283 2599 3586 I QImsService: ImsSenderRxr : REQUEST_GET_IMS_CONFIG request to ImsRadio: token -14408 item:29 boolValue:false intValue:0 strValue:null errorCause:0
06-24 09:30:45.283 3113 3529 I BrcmNfcNfa: NFA got event 0x011B
06-24 09:30:45.283 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: Unknown or Vendor Specific (0x1b)
06-24 09:30:45.283 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:45.284 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:45.284 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:45.285 707 3582 D NxpNciX : len = 4 => 2F150102
06-24 09:30:45.286 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:45.286 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:45.286 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:45.286 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:45.286 2599 2667 I QImsService: ImsRadioResponse : Get config response received.
06-24 09:30:45.286 2599 2667 I QImsService: ImsSenderRxr : [14408]< REQUEST_GET_IMS_CONFIG 1[SUB0]
06-24 09:30:45.288 2599 2758 I QImsService: ImsConfigImplHandler : Message received: what = 1
06-24 09:30:45.288 2599 2758 I QImsService: ImsConfigImpl : Notifyall
06-24 09:30:45.288 24676 24676 I CarrierServices: [2] cyx.onReceive: Received SERVICE_STATE intent, clearing cached cell info
06-24 09:30:45.288 2599 3586 D QImsService: ImsConfigImpl : sendRequest: request.arg2=0, count=1
06-24 09:30:45.289 2599 3586 I QImsService: ImsConfigImpl : onServiceStateChanged: serviceState=0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE, apmode=1, bpmode=1, vowifi_home=false
06-24 09:30:45.289 24676 24676 I CarrierServices: [2] cyx.onReceive: Received SERVICE_STATE intent, clearing cached cell info
06-24 09:30:45.290 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:30:45.290 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:45.290 707 3581 D NxpNciR : len = 4 <= 4F150100
06-24 09:30:45.290 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:45.291 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:45.291 3113 3113 I BrcmNfcNfa: NFA_StartRfDiscovery ()
06-24 09:30:45.291 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:45.291 3113 3529 I BrcmNfcNfa: NFA got event 0x010F
06-24 09:30:45.291 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_START_RF_DISCOVERY_EVT (0x0f)
06-24 09:30:45.291 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:45.291 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:45.291 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:45.293 2599 3586 I QImsService: ImsConfigImpl : getCarrierConfigBoolean key=moto_vowifi_home_priority, value=false
06-24 09:30:45.293 707 3582 D NxpNciX : len = 10 => 20020702320120380101
06-24 09:30:45.293 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:45.293 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:45.293 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:45.293 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:45.293 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart
06-24 09:30:45.293 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart status: 0xe3
06-24 09:30:45.294 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:30:45.295 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:45.295 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:30:45.295 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:45.295 2599 3586 I QImsService: ImsConfigImpl : getProvisionedValue item=27
06-24 09:30:45.295 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:30:45.295 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:45.295 707 707 D NxpHal : > Polling Loop Started
06-24 09:30:45.295 2599 3586 I QImsService: ImsSenderRxr : [14409]> REQUEST_GET_IMS_CONFIG [SUB0]
06-24 09:30:45.295 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:45.295 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:45.295 2599 3586 I QImsService: ImsSenderRxr : REQUEST_GET_IMS_CONFIG request to ImsRadio: token -14409 item:29 boolValue:false intValue:0 strValue:null errorCause:0
06-24 09:30:45.295 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:45.296 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:45.297 707 3582 D NxpNciX : len = 10 => 21030703800181018201
06-24 09:30:45.297 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:45.297 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:45.297 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:45.297 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:45.298 2599 2667 I QImsService: ImsRadioResponse : Get config response received.
06-24 09:30:45.298 2599 2667 I QImsService: ImsSenderRxr : [14409]< REQUEST_GET_IMS_CONFIG 1[SUB0]
06-24 09:30:45.298 2599 2758 I QImsService: ImsConfigImplHandler : Message received: what = 1
06-24 09:30:45.298 2599 2758 I QImsService: ImsConfigImpl : Notifyall
06-24 09:30:45.298 2599 3586 D QImsService: ImsConfigImpl : sendRequest: request.arg2=0, count=1
06-24 09:30:45.298 2599 3586 I QImsService: ImsConfigImpl : onServiceStateChanged: serviceState=0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE, apmode=1, bpmode=1, vowifi_home=false
06-24 09:30:45.301 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:30:45.301 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:45.301 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:30:45.301 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:45.302 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:45.302 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:45.304 2580 4369 D ADSPD_LIB: Connecting Ultrasound...daemon_fd = -1
06-24 09:30:45.305 3113 1042 I BrcmNfcNfa: NFA_StopRfDiscovery ()
06-24 09:30:45.305 3113 3529 I BrcmNfcNfa: NFA got event 0x0110
06-24 09:30:45.305 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_STOP_RF_DISCOVERY_EVT (0x10)
06-24 09:30:45.305 3113 3529 I BrcmNfcNfa: NFC_Deactivate 4 (IDLE) deactivate_type:0
06-24 09:30:45.306 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:45.306 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:45.306 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:45.309 707 3582 D NxpNciX : len = 4 => 21060100
06-24 09:30:45.309 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:45.309 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:45.309 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:45.309 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:45.311 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:30:45.311 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:45.311 707 3581 D NxpNciR : len = 4 <= 41060100
06-24 09:30:45.311 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:45.311 3113 1042 I BrcmNfcNfa: NFA_DisablePolling ()
06-24 09:30:45.311 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:45.311 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:45.311 3113 3529 I BrcmNfcNfa: NFA got event 0x0107
06-24 09:30:45.311 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_DISABLE_POLLING_EVT (0x07)
06-24 09:30:45.312 3113 1042 I BrcmNfcNfa: NFA_EnablePolling () 0x1
06-24 09:30:45.312 3113 3529 I BrcmNfcNfa: NFA got event 0x0106
06-24 09:30:45.312 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_ENABLE_POLLING_EVT (0x06)
06-24 09:30:45.312 3113 1042 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x0
06-24 09:30:45.312 3113 3529 I BrcmNfcNfa: NFA got event 0x0602
06-24 09:30:45.312 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_DEREG_LISTEN_EVT (0x602), flags: 00000000
06-24 09:30:45.312 3113 1042 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x7
06-24 09:30:45.312 3113 3529 I BrcmNfcNfa: NFA got event 0x0601
06-24 09:30:45.312 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_REG_LISTEN_EVT (0x601), flags: 00000000
06-24 09:30:45.312 3113 1042 I BrcmNfcNfa: NFA_StartRfDiscovery ()
06-24 09:30:45.312 3113 3529 I BrcmNfcNfa: NFA got event 0x010F
06-24 09:30:45.312 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_START_RF_DISCOVERY_EVT (0x0f)
06-24 09:30:45.312 3113 3529 I BrcmNfcNfa: LLCP_GetDiscoveryConfig ()
06-24 09:30:45.312 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:45.312 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:45.312 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:45.314 707 3582 D NxpNciX : len = 10 => 20020702320120380101
06-24 09:30:45.314 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:45.314 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:45.314 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:45.314 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:45.314 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart
06-24 09:30:45.314 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart status: 0xe3
06-24 09:30:45.316 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:30:45.316 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:45.316 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:30:45.316 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:45.316 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:30:45.317 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:45.317 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:45.317 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:45.317 707 707 D NxpHal : > Polling Loop Started
06-24 09:30:45.317 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:45.317 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:45.320 707 3582 D NxpNciX : len = 12 => 210309040001800181018201
06-24 09:30:45.320 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:45.320 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:45.320 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:45.320 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:45.323 1627 1627 V NotificationListeners: disabling notification listener for user 0: ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.notification.DisplayNotifListenerService}
06-24 09:30:45.324 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:30:45.324 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:45.324 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:30:45.325 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:45.325 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:45.325 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:45.328 16789 16789 I MotoDisplay: onListenerDisconnected - DisplayNotifListenerService
06-24 09:30:45.345 2580 4369 D ADSPD_LIB: Disconnecting Ultrasound...daemon_fd=56
06-24 09:30:45.345 2580 4369 D ADSPD_LIB: Connecting Ultrasound...daemon_fd = -1
06-24 09:30:45.347 2580 4369 D ADSPD_LIB: Disconnecting Ultrasound...daemon_fd=56
06-24 09:30:45.364 1627 3208 I ActivityManager: Killing 29212:android.process.media/u0a39 (adj 906): empty #22
06-24 09:30:45.381 24052 24052 I DeviceStatusMonitor: onReceive() : Action = android.intent.action.SCREEN_ON
06-24 09:30:45.384 684 891 W qti_sensors_hal: processReportInd: lux: 818, ch0: 463, ch1: 305
06-24 09:30:45.401 6275 6289 I zygote : Background concurrent copying GC freed 40630(1493KB) AllocSpace objects, 0(0B) LOS objects, 64% free, 831KB/2MB, paused 8.116ms total 59.723ms
06-24 09:30:45.596 684 1678 W qti_sensors_hal: reportSingleEvent: NearBy 0, pData 0, pOffset 39, highThres 40, lowThres 26
06-24 09:30:45.597 703 2222 V MotSpeakerHelperProximity: updated mCurProximityState: FAR (5.000000)
06-24 09:30:45.597 703 2222 V MotSpeakerHelperProximity: ThreadLoop event mProximityState = FAR, previous FAR
06-24 09:30:46.076 684 891 W qti_sensors_hal: processReportInd: lux: 963, ch0: 528, ch1: 257
06-24 09:30:46.760 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:47.069 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:47.074 1083 2240 D NuPlayerDriver: stop(0xb2f9a290)
06-24 09:30:47.074 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:30:47.074 1083 2240 D NuPlayerDriver: notifyListener_l(0xb2f9a290), (8, 0, 0, -1), loop setting(0, 0)
06-24 09:30:47.076 2358 2633 W MessageQueue: Handler (android.media.MediaPlayer$EventHandler) {b918b19} sending message to a Handler on a dead thread
06-24 09:30:47.076 2358 2633 W MessageQueue: java.lang.IllegalStateException: Handler (android.media.MediaPlayer$EventHandler) {b918b19} sending message to a Handler on a dead thread
06-24 09:30:47.076 2358 2633 W MessageQueue: at android.os.MessageQueue.enqueueMessage(MessageQueue.java:547)
06-24 09:30:47.076 2358 2633 W MessageQueue: at android.os.Handler.enqueueMessage(Handler.java:661)
06-24 09:30:47.076 2358 2633 W MessageQueue: at android.os.Handler.sendMessageAtTime(Handler.java:630)
06-24 09:30:47.076 2358 2633 W MessageQueue: at android.os.Handler.sendMessageDelayed(Handler.java:600)
06-24 09:30:47.076 2358 2633 W MessageQueue: at android.os.Handler.sendMessage(Handler.java:537)
06-24 09:30:47.076 2358 2633 W MessageQueue: at android.media.MediaPlayer.postEventFromNative(MediaPlayer.java:3445)
06-24 09:30:47.076 2358 1059 V MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
06-24 09:30:47.076 2358 1059 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
06-24 09:30:47.076 1083 2240 D NuPlayerDriver: reset(0xb2f9a290) at state 8
06-24 09:30:47.078 684 1678 W qti_sensors_hal: reportSingleEvent: NearBy 0, pData 0, pOffset 39, highThres 40, lowThres 26
06-24 09:30:47.078 1083 678 I MediaCodec: (0xb2fa8f80) flush
06-24 09:30:47.079 703 2222 V MotSpeakerHelperProximity: updated mCurProximityState: FAR (5.000000)
06-24 09:30:47.079 703 2222 V MotSpeakerHelperProximity: ThreadLoop event mProximityState = FAR, previous FAR
06-24 09:30:47.080 1083 678 I MediaCodec: (0xb2fa8f80) release
06-24 09:30:47.085 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:30:47.091 1083 673 D NuPlayerDriver: notifyResetComplete(0xb2f9a290)
06-24 09:30:47.495 701 701 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened.
06-24 09:30:47.502 1627 2416 E BatteryStatsService: no controller energy info supplied
06-24 09:30:47.502 1627 2416 E BatteryStatsService: no controller energy info supplied
06-24 09:30:47.587 2570 1064 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 88)
06-24 09:30:47.587 2570 1064 E MotoBatteryStats: Unable to create battery stats object due to remote exception.
06-24 09:30:47.588 2570 1064 E MCLOG_INT: MC_BattStatsFactory : Unable to get batt stats instance.
06-24 09:30:47.588 2570 1064 E MC_BattStatsIntServ: Unable to get new battery stats.
06-24 09:30:48.182 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:48.191 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462576 sw vsyncs) (0 skipped) (34:5474289 vsyncs) (36:12185479)
06-24 09:30:48.428 29797 29859 I BugleAction: ActionSchedulerImpl: Adding RefreshStatefulNotificationsAction:1160129718208 for com.google.android.apps.messaging.shared.datamodel.action.execution.PendingActionReceiver@a428624
06-24 09:30:48.430 29797 29859 I BugleNotifications: RefreshStatefulNotificationsAction: Refreshing message notifications: for incoming messages = true , for failures = true , isSilent = false , isQuickReply = false , isSmartReplyUpdate = false , conversation{id:null}
06-24 09:30:48.641 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:48.741 29797 29809 I zygote : Background concurrent copying GC freed 53660(2MB) AllocSpace objects, 5(84KB) LOS objects, 49% free, 9MB/19MB, paused 1.836ms total 113.471ms
06-24 09:30:48.826 2763 4150 I chatty : uid=10048(u0_a48) netscheduler-qu expire 10 lines
06-24 09:30:49.382 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:49.566 2358 2358 W StatusBar: removeNotification for unknown key: 0|com.google.android.calendar|536870912|CpEventKey|336|1561383000000-1-1|10112
06-24 09:30:50.307 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:50.312 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462576 sw vsyncs) (0 skipped) (103:5474392 vsyncs) (105:12185585)
06-24 09:30:50.347 725 725 I SFPerfTracer: triggers: (rate: 2291:164058) (compose: 1:182) (post: 2:555) (render: 2:703) (102:2916129 frames) (103:3221349)
06-24 09:30:50.347 725 725 D SFPerfTracer: layers: (1:10) (StatusBar#0 (0xadac5000): 103:416238) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15718)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15318)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (AOD#0 (0xad7f0000): 0:81)-
06-24 09:30:50.414 2358 2358 W StatusBar: removeNotification for unknown key: 0|com.android.dialer|2131296684|MissedCallNotifier|10037
06-24 09:30:50.416 2358 2358 W StatusBar: removeNotification for unknown key: 0|com.android.dialer|2131296684|content://call_log/calls/5548?allow_voicemails=true|10037
06-24 09:30:50.451 1627 2375 W TelecomService: MissedCallNotifierImpl: Showing missed calls through default dialer.: TSI.cMCN@4rA
06-24 09:30:50.459 32582 32582 I Dialer : NonUiTaskBuilder.newThread - creating parallel thread
06-24 09:30:50.474 1627 3424 W TelecomService: MissedCallNotifierImpl: Showing missed calls through default dialer.: TSI.cMCN@4rQ
06-24 09:30:50.488 32582 32582 I Dialer : MissedCallNotificationReceiver.onReceive - update missed call notifications successful
06-24 09:30:50.494 32582 32582 I Dialer : MissedCallNotificationReceiver.updateBadgeCount - update badge count: 0 success: false
06-24 09:30:50.503 32582 32582 I Dialer : NonUiTaskBuilder.newThread - creating parallel thread
06-24 09:30:50.527 32582 32582 I Dialer : MissedCallNotificationReceiver.onReceive - update missed call notifications successful
06-24 09:30:50.528 32582 32582 I Dialer : MissedCallNotificationReceiver.updateBadgeCount - update badge count: 0 success: false
06-24 09:30:50.926 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:51.006 2358 2358 D StatusBar: disable<e i a s b H R c s q >
06-24 09:30:51.140 24052 24052 I KeyboardViewUtil: systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
06-24 09:30:51.140 24052 24052 I AndroidIME: PasswordIme.onActivate() : EditorInfo = Package = com.android.systemui : Type = Password : Learning = Disable : Suggestion = Hide : AutoCorrection = Disable : Microphone = Hide : NoPersonalizedLearning = Disable
06-24 09:30:51.173 24052 24052 I KeyboardViewHelper: Get view with height ratio:1.000000; experiment height ratio:1.000000.
06-24 09:30:51.197 24052 24052 I Conv2QueryExtension: Conv2Query not enabled due to current app [com.android.systemui] not in whitelist
06-24 09:30:51.197 24052 24052 I Conv2QueryExtension: onActivate() : Disabled by unsupported host app
06-24 09:30:51.203 24052 24052 I LstmTrainingCache: getCacheConfig()
06-24 09:30:51.205 24052 24052 I LstmTrainingCache: getCacheConfig()
06-24 09:30:51.213 24052 1060 I FC2QTrainingCache: getCacheConfig()
06-24 09:30:51.234 1627 2375 I ActivityManager: Start proc 1107:com.google.android.inputmethod.latin:train/u0a140 for service com.google.android.inputmethod.latin/com.google.android.apps.inputmethod.libs.dvrnn.trainingservice.DvrnnTrainingRpcService
06-24 09:30:51.235 24052 24052 I CurrentMicStatusHolder: Current Mic status = {MicIconHidden-PasswordOrNumberOrDateInputType,}
06-24 09:30:51.237 24052 1060 I FC2QTrainingCache: getCacheConfig()
06-24 09:30:51.243 24052 1060 I FederatedC2QExtension: Federated Conv2Query inferencing disabled, switching to baseline
06-24 09:30:51.520 1107 1107 I OpenCV : cpufeatures library is not avaialble for CPU detection
06-24 09:30:51.520 1107 1107 I OpenCV : - NEON instructions is enabled via build flags
06-24 09:30:51.520 1107 1107 I OpenCV : - FP16 instructions is enabled via build flags
06-24 09:30:51.711 1107 1107 I LatinApp: set BrellaInit fields for in-app training.
06-24 09:30:51.718 1627 14424 D ConnectivityService: requestNetwork for uid/pid:10140/1107 NetworkRequest [ TRACK_DEFAULT id=2155, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
06-24 09:30:51.720 1627 2297 I chatty : uid=1000(system) WifiStateMachin expire 2 lines
06-24 09:30:51.720 1627 2324 I chatty : uid=1000(system) EthernetService expire 1 line
06-24 09:30:51.722 1107 1200 I DeviceStatusMonitor: NetworkCallback#onAvailable(): 539
06-24 09:30:51.725 1107 1107 I DeviceStatusMonitor: getCurrentNetworkState(): activeNetwork = 539, newState = METERED
06-24 09:30:51.726 1107 1107 I AndroidIME: Not running in main process, skipping further initialization.
06-24 09:30:51.728 2599 2599 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=2155, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] with score 50
06-24 09:30:51.782 1107 1107 I AndroidIME: Class com.google.android.apps.inputmethod.libs.lstm.federated.train.LstmTrainingCacheCollectionInfo doesn't have ctor Lcom.google.android.apps.inputmethod.latin.LatinApp;
06-24 09:30:51.804 1147 1301 D fpc_hidl: onAcquired(code=0, vendor=0)
06-24 09:30:51.806 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:51.807 1147 1301 D fpc_hidl: onAuthenticated(fid=-1983950745, gid=0)
06-24 09:30:51.807 1627 2220 V FingerprintService: onAuthenticated, deviceId = 3016880608 fingerId = -1983950745 groupId = 0
06-24 09:30:51.807 1627 1627 V FingerprintService: handleAuthenticated
06-24 09:30:51.807 1627 1627 V FingerprintService: Add AuthToken to KeyStore, token.size = 69
06-24 09:30:51.814 1627 1627 V FingerprintService: onAuthenticated(owner=com.android.systemui, id=-1983950745, gp=0)
06-24 09:30:51.817 1627 1627 V FingerprintService: Done with client: com.android.systemui
06-24 09:30:51.818 1627 1627 V FingerprintService: setNavigationState: true
06-24 09:30:51.822 1627 1627 D StatusBarManagerService: showing navigation bar...
06-24 09:30:51.824 2358 2358 V FingerprintController: onFingerprintAuthenticated: mMode = 6
06-24 09:30:51.824 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:30:51.829 1627 14424 I ActivityManager: START u0 {act=com.whatsapp.intent.action.OPEN dat=content://com.whatsapp.provider.contact/contacts/451 flg=0x14000000 cmp=com.whatsapp/.Conversation (has extras)} from uid 10197
06-24 09:30:51.829 1055 1191 I ThermalEngine: Thermal-Server: Thermal received msg from override
06-24 09:30:51.829 710 1214 I Thermal-Lib: Thermal-Lib-Client: Client request sent
06-24 09:30:51.840 1627 14424 E ActivityManager: applyOptionsLocked: Unknown animationType=0
06-24 09:30:51.849 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:30:51.856 8558 8907 I MCLOG : DeviceLockStatsAction : onReceiveImpl() action:com.motorola.UNLOCK_SUCCESS
06-24 09:30:51.857 2358 2358 D StatusBar: setNavigationBarVisibility: vis=true
06-24 09:30:51.876 3176 3176 D SlpcSystem: UserTriggerProxRecalReceiver action: com.motorola.UNLOCK_SUCCESS
06-24 09:30:51.881 3176 3176 I SlpcSystemJNI: JNI_triggerProxRecal:77 JNI_triggerProxRecal
06-24 09:30:51.893 3176 1223 I SlpcSystemJNI: notify_data_cb:51 JNI_triggerProxRecal sensor1 responded
06-24 09:30:51.942 1107 1107 I DeviceStatusMonitor: getCurrentNetworkState(): activeNetwork = 539, newState = METERED
06-24 09:30:51.943 24052 1106 I FederatedC2QTrainer: Training cancelled successfully
06-24 09:30:51.984 30211 30211 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
06-24 09:30:52.001 24052 1104 I LstmTrainer: Training configuration succeeded for LstmTrainingClientFederation
06-24 09:30:52.028 24052 1062 I FederatedC2QTrainer: Training configuration succeeded
06-24 09:30:52.140 30211 32349 D skia : --- SkAndroidCodec::NewFromStream returned null
06-24 09:30:52.141 30211 32349 D skia : --- SkAndroidCodec::NewFromStream returned null
06-24 09:30:52.154 30211 30216 I zygote : Do partial code cache collection, code=22KB, data=27KB
06-24 09:30:52.156 30211 30216 I zygote : After code cache collection, code=22KB, data=27KB
06-24 09:30:52.156 30211 30216 I zygote : Increasing code cache capacity to 128KB
06-24 09:30:52.165 2358 2358 D StatusBar: disable<e i a s b H R c s q >
06-24 09:30:52.188 30211 1232 D OpenGLRenderer: HWUI GL Pipeline
06-24 09:30:52.219 2358 2358 D KeyguardViewMediator: Call PhoneWindowManager's keyguardGoingAway, expect PhoneWindowManager to call startKeyguardExitAnimation
06-24 09:30:52.230 2358 2358 D StatusBar: disable<e i a s b H R c s q >
06-24 09:30:52.233 725 725 I SFPerfTracer: triggers: (rate: 2291:164061) (compose: 1:182) (post: 2:555) (render: 2:703) (17:2916221 frames) (18:3221450)
06-24 09:30:52.233 725 725 D SFPerfTracer: layers: (3:12) (StatusBar#0 (0xadac5000): 18:416337) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15718)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15319)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (InputMethod#0 (0xad7d6000): 0:14) (NavigationBar#0 (0xad7f0000): 0:16) (Splash Screen com.whatsapp#0 (0xad7f5000): 2:5)*
06-24 09:30:52.235 30211 1232 I Adreno : QUALCOMM build : 368094a, I26dffed9a4
06-24 09:30:52.235 30211 1232 I Adreno : Build Date : 12/03/17
06-24 09:30:52.235 30211 1232 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01
06-24 09:30:52.235 30211 1232 I Adreno : Local Branch :
06-24 09:30:52.235 30211 1232 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.9.r3-rel
06-24 09:30:52.235 30211 1232 I Adreno : Remote Branch : NONE
06-24 09:30:52.235 30211 1232 I Adreno : Reconstruct Branch : NOTHING
06-24 09:30:52.237 30211 1232 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8953.so from the current namespace instead.
06-24 09:30:52.239 2358 2358 D StatusBar: disable<e i a s b H R c s q >
06-24 09:30:52.240 12661 12661 D VASTrustAgent: The device has been unlock.
06-24 09:30:52.241 2358 2358 D StatusBar: disable<e i a s b H R c s q >
06-24 09:30:52.241 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:30:52.242 24052 24052 I PhenotypeExpConfig: refreshConfiguration() : Force = false : UpdateAvailable = false : Age = 179 minutes : MaxAge = 720 minutes
06-24 09:30:52.242 24052 24052 I AndroidIME: PasswordIme.onDeactivate()
06-24 09:30:52.243 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:30:52.253 2358 2358 D StatusBar: disable<e i a s b H R c s q >
06-24 09:30:52.269 1627 1654 I chatty : uid=1000(system) android.display expire 4 lines
06-24 09:30:52.269 30211 1232 I Adreno : PFP: 0x005ff087, ME: 0x005ff063
06-24 09:30:52.271 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to jp.ne.hardyinfinity.bluelightfilter.free/.EventReceiver
06-24 09:30:52.271 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(true)
06-24 09:30:52.271 3113 3113 E NfcService: screen state android.intent.action.USER_PRESENT
06-24 09:30:52.272 9638 9638 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 }
06-24 09:30:52.272 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:30:52.272 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.auth.setup.devicesignals.LockScreenReceiver
06-24 09:30:52.273 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.trustagent.UserPresentBroadcastReceiver
06-24 09:30:52.273 3113 3113 E NfcService: screen state user present
06-24 09:30:52.274 3113 3113 E NfcService: screen state 8
06-24 09:30:52.275 3113 3113 E NfcService: screen state mScreenState 4
06-24 09:30:52.275 3113 3113 E BrcmNfcJni: nfcManager_doSetScreenOrPowerState: Enter
06-24 09:30:52.275 3113 3113 I BrcmNfcNfa: NFA_StopRfDiscovery ()
06-24 09:30:52.275 3113 3529 I BrcmNfcNfa: NFA got event 0x0110
06-24 09:30:52.275 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_STOP_RF_DISCOVERY_EVT (0x10)
06-24 09:30:52.275 3113 3529 I BrcmNfcNfa: NFC_Deactivate 4 (IDLE) deactivate_type:0
06-24 09:30:52.275 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:52.275 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:52.275 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:52.276 3113 1238 E NfcService: applyRouting -2
06-24 09:30:52.276 707 3582 E NxpTml : _i2c_write() errno : 5
06-24 09:30:52.276 707 3582 E NxpTml : PN54X - Error in I2C Write.....
06-24 09:30:52.276 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:52.276 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:52.276 707 3584 E NxpHal : write error status = 0x1ff
06-24 09:30:52.276 707 707 E NxpHal : write_unlocked failed - PN54X Maybe in Standby Mode - Retry
06-24 09:30:52.280 30211 1232 I OpenGLRenderer: Initialized EGL, version 1.4
06-24 09:30:52.280 30211 1232 D OpenGLRenderer: Swap behavior 2
06-24 09:30:52.280 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
06-24 09:30:52.281 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.motorola.modservice.fmwkwrapper/.BootReceiver
06-24 09:30:52.281 1627 1647 W BroadcastQueue: Permission Denial: broadcasting Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } from com.android.systemui (pid=2358, uid=10091) is not exported from uid 10014 due to receiver com.telecomsys.directedsms.android.SCG/.UserPresentReceiver
06-24 09:30:52.281 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:52.281 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:52.283 707 3582 D NxpNciX : len = 4 => 21060100
06-24 09:30:52.283 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:52.283 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:52.283 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:52.283 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:52.289 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:30:52.289 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:52.289 707 3581 D NxpNciR : len = 4 <= 41060100
06-24 09:30:52.293 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:52.294 3113 3529 I BrcmNfcNfa: NFA got event 0x011B
06-24 09:30:52.294 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: Unknown or Vendor Specific (0x1b)
06-24 09:30:52.294 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:52.294 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:52.294 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:52.294 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:52.294 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:52.296 707 3582 D NxpNciX : len = 4 => 2F150100
06-24 09:30:52.296 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:52.296 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:52.296 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:52.296 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:52.299 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:30:52.299 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:52.299 707 3581 D NxpNciR : len = 4 <= 4F150100
06-24 09:30:52.299 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:52.299 3113 3113 I BrcmNfcNfa: NFA_StartRfDiscovery ()
06-24 09:30:52.299 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:52.299 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:52.299 3113 3529 I BrcmNfcNfa: NFA got event 0x010F
06-24 09:30:52.299 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_START_RF_DISCOVERY_EVT (0x0f)
06-24 09:30:52.299 3113 3529 I BrcmNfcNfa: LLCP_GetDiscoveryConfig ()
06-24 09:30:52.299 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:52.300 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:52.300 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:52.301 2358 2358 D StatusBar: disable<e i a s b h!r!c s q >
06-24 09:30:52.301 707 3582 D NxpNciX : len = 10 => 20020702320120380101
06-24 09:30:52.301 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:52.301 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:52.301 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:52.301 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:52.302 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart
06-24 09:30:52.302 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart status: 0xe3
06-24 09:30:52.303 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:30:52.303 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:52.303 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:30:52.303 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:52.303 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:30:52.304 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:52.304 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:52.304 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:52.304 707 707 D NxpHal : > Polling Loop Started
06-24 09:30:52.304 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:52.304 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:52.306 707 3582 D NxpNciX : len = 12 => 210309040001800181018201
06-24 09:30:52.306 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:52.306 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:52.306 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:52.306 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:52.311 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:30:52.311 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:52.311 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:30:52.311 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:52.312 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:52.312 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:52.312 3113 3113 D NfcService: Discovery configuration equal, not updating.
06-24 09:30:52.313 3113 1245 I BrcmNfcNfa: NFA_StopRfDiscovery ()
06-24 09:30:52.313 3113 3529 I BrcmNfcNfa: NFA got event 0x0110
06-24 09:30:52.313 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_STOP_RF_DISCOVERY_EVT (0x10)
06-24 09:30:52.313 3113 3529 I BrcmNfcNfa: NFC_Deactivate 4 (IDLE) deactivate_type:0
06-24 09:30:52.313 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:52.313 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:52.313 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:52.314 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462576 sw vsyncs) (0 skipped) (23:5474487 vsyncs) (25:12185692)
06-24 09:30:52.315 707 3582 D NxpNciX : len = 4 => 21060100
06-24 09:30:52.315 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:52.315 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:52.315 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:52.315 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:52.324 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:30:52.324 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:52.324 707 3581 D NxpNciR : len = 4 <= 41060100
06-24 09:30:52.324 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:52.324 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:52.324 3113 1245 I BrcmNfcNfa: NFA_DisablePolling ()
06-24 09:30:52.324 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: NFA got event 0x0107
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_DISABLE_POLLING_EVT (0x07)
06-24 09:30:52.324 3113 1245 I BrcmNfcNfa: NFA_EnablePolling () 0xEF
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: NFA got event 0x0106
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_ENABLE_POLLING_EVT (0x06)
06-24 09:30:52.324 3113 1245 I BrcmNfcNfa: NFA_P2pSetListenTech (): tech_mask:0xC4
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: NFA got event 0x010E
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_SET_P2P_LISTEN_TECH_EVT (0x0e)
06-24 09:30:52.324 3113 1245 I BrcmNfcNfa: NFA_ResumeP2p ()
06-24 09:30:52.324 3113 1245 I BrcmNfcNfa: NFA got event 0x010C
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: NFA got event 0x010C
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_RESUME_P2P_EVT (0x0c)
06-24 09:30:52.324 3113 3529 E BrcmNfcJni: nfaConnectionCallback: unknown event ????
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: NFA got event 0x0602
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_DEREG_LISTEN_EVT (0x602), flags: 00000000
06-24 09:30:52.324 3113 1245 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x7
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: NFA got event 0x0601
06-24 09:30:52.324 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_REG_LISTEN_EVT (0x601), flags: 00000000
06-24 09:30:52.325 3113 1245 I BrcmNfcNfa: NFA_StartRfDiscovery ()
06-24 09:30:52.325 3113 3529 I BrcmNfcNfa: NFA got event 0x010F
06-24 09:30:52.325 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_START_RF_DISCOVERY_EVT (0x0f)
06-24 09:30:52.325 3113 3529 I BrcmNfcNfa: LLCP_GetDiscoveryConfig ()
06-24 09:30:52.325 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:52.325 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:52.325 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:52.327 707 3582 D NxpNciX : len = 26 => 20021701291446666D010112020207FF03020013040164070103
06-24 09:30:52.327 1627 1654 E NotificationService: Suppressing notification from package by user request.
06-24 09:30:52.327 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:52.327 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:52.327 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:52.327 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:52.328 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart
06-24 09:30:52.328 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart status: 0xe3
06-24 09:30:52.332 1627 14424 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.apalon.weatherlive/.widget.weather.WidgetsInvalidateReceiver
06-24 09:30:52.338 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:30:52.338 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:52.338 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:30:52.339 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:52.339 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:30:52.339 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:52.339 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:52.339 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:52.339 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:52.339 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:52.341 707 3582 D NxpNciX : len = 13 => 20020A03320120380101500102
06-24 09:30:52.341 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:52.341 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:52.341 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:52.341 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:52.346 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:30:52.346 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:52.346 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:30:52.346 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:52.346 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:30:52.346 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:52.346 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:52.349 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:30:52.349 707 707 D NxpHal : > Polling Loop Started
06-24 09:30:52.350 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:30:52.350 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:30:52.353 707 3582 D NxpNciX : len = 28 => 2103190C000101010201030105018001810182018301850106017001
06-24 09:30:52.353 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:30:52.353 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:30:52.353 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:30:52.354 707 3584 D NxpHal : write successful status = 0x0
06-24 09:30:52.357 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:30:52.357 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:30:52.357 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:30:52.357 707 3584 D NxpHal : read successful status = 0x0
06-24 09:30:52.357 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:30:52.357 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:30:52.425 19328 1259 I chatty : uid=10048(u0_a48) com.google.android.gms expire 1 line
06-24 09:30:52.471 19328 1260 I chatty : uid=10048(u0_a48) com.google.android.gms expire 1 line
06-24 09:30:52.474 19328 1268 I chatty : uid=10048(u0_a48) com.google.android.gms expire 2 lines
06-24 09:30:52.506 1627 3424 E NotificationService: Suppressing notification from package by user request.
06-24 09:30:52.563 1627 2375 D ConnectivityService: Returning unblocked NetworkInfo to uid=10197
06-24 09:30:52.689 1627 9296 I ActivityManager: Activity reported stop, but no longer stopping: ActivityRecord{a46321 u0 com.whatsapp/.Conversation t42473}
06-24 09:30:52.737 30211 30216 I zygote : Do partial code cache collection, code=57KB, data=62KB
06-24 09:30:52.738 30211 30216 I zygote : After code cache collection, code=57KB, data=62KB
06-24 09:30:52.738 30211 30216 I zygote : Increasing code cache capacity to 256KB
06-24 09:30:52.769 2358 2358 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
06-24 09:30:52.769 2358 2358 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
06-24 09:30:52.770 2358 2358 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
06-24 09:30:52.771 24052 24052 I KeyboardViewUtil: systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
06-24 09:30:52.772 24052 24052 I AndroidIME: PasswordIme.onActivate() : EditorInfo = Package = com.android.systemui : Type = Password : Learning = Disable : Suggestion = Hide : AutoCorrection = Disable : Microphone = Hide : NoPersonalizedLearning = Disable
06-24 09:30:52.776 24052 24052 I Conv2QueryExtension: Conv2Query not enabled due to current app [com.android.systemui] not in whitelist
06-24 09:30:52.776 24052 24052 I Conv2QueryExtension: onActivate() : Disabled by unsupported host app
06-24 09:30:52.777 24052 1061 I FederatedC2QExtension: Federated Conv2Query inferencing disabled, switching to baseline
06-24 09:30:52.777 24052 24052 I CurrentMicStatusHolder: Current Mic status = {MicIconHidden-PasswordOrNumberOrDateInputType,}
06-24 09:30:52.782 24052 24052 I PhenotypeExpConfig: refreshConfiguration() : Force = false : UpdateAvailable = false : Age = 179 minutes : MaxAge = 720 minutes
06-24 09:30:52.783 24052 24052 I AndroidIME: PasswordIme.onDeactivate()
06-24 09:30:52.819 30211 1232 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8953.so from the current namespace instead.
06-24 09:30:52.854 1627 1654 I LaunchCheckinHandler: Displayed com.whatsapp/.Conversation,wp,ca,1015
06-24 09:30:52.884 24052 24052 I KeyboardViewUtil: systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
06-24 09:30:52.884 24052 24052 I AndroidIME: LatinIme.onActivate() : EditorInfo = Package = com.whatsapp : Type = Text : Learning = Enable : Suggestion = Show : AutoCorrection = Enable : Microphone = Show : NoPersonalizedLearning = Disable
06-24 09:30:52.885 24052 24052 I Delight5Facilitator: initializeForIme() : Locale = [en_US]
06-24 09:30:52.912 24052 24052 I KeyboardViewHelper: Get view with height ratio:1.000000; experiment height ratio:1.000000.
06-24 09:30:52.947 24052 24052 I Conv2QueryExtension: onActivate() : Locale = en_US
06-24 09:30:52.948 24052 24052 I C2QClientSingleton: Conv2Query client already exists for locale 'en_US'. Checking for update.
06-24 09:30:52.948 24052 24052 I Conv2QueryExtension: onActivate() : Finished in 1 ms. Activated = true
06-24 09:30:52.948 24052 1106 I FederatedC2QExtension: Federated Conv2Query inferencing disabled, switching to baseline
06-24 09:30:53.662 24052 24052 I PhenotypeExpConfig: refreshConfiguration() : Force = false : UpdateAvailable = false : Age = 179 minutes : MaxAge = 720 minutes
06-24 09:30:53.663 24052 24052 I AndroidIME: LatinIme.onDeactivate()
06-24 09:30:53.663 24052 24052 I Conv2QueryExtension: onDeactivate()
06-24 09:30:53.804 24052 24063 I zygote : Background concurrent copying GC freed 398995(10MB) AllocSpace objects, 14(956KB) LOS objects, 50% free, 14MB/29MB, paused 543us total 138.073ms
06-24 09:30:53.863 2763 19064 I chatty : uid=10048(u0_a48) com.google.android.gms.persistent expire 4 lines
06-24 09:30:54.096 19328 27814 I chatty : uid=10048(u0_a48) com.google.android.gms expire 1 line
06-24 09:30:54.185 30211 30216 I zygote : Do full code cache collection, code=117KB, data=113KB
06-24 09:30:54.187 30211 30216 I zygote : After code cache collection, code=74KB, data=63KB
06-24 09:30:54.268 30211 30278 I System.out: Error inflating SSL session: error:100000a0:SSL routines:OPENSSL_internal:INVALID_SSL_SESSION
06-24 09:30:54.268 30211 32298 I System.out: Error inflating SSL session: error:100000a0:SSL routines:OPENSSL_internal:INVALID_SSL_SESSION
06-24 09:30:54.685 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462576 sw vsyncs) (0 skipped) (28:5474574 vsyncs) (30:12185794)
06-24 09:30:54.731 1627 1647 I ActivityManager: Start proc 1299:android.process.media/u0a39 for broadcast com.android.providers.media/.MediaScannerReceiver
06-24 09:30:54.829 710 1317 I Thermal-Lib: Thermal-Lib-Client: Client request sent
06-24 09:30:54.829 1055 1191 I ThermalEngine: Thermal-Server: Thermal received msg from override
06-24 09:30:54.956 1299 1299 D MediaScannerReceiver: action: android.intent.action.MEDIA_SCANNER_SCAN_FILE path: /storage/emulated/0/WhatsApp/Media/WhatsApp Images/IMG-20190624-WA0002.jpg
06-24 09:30:55.207 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:55.306 725 725 I SFPerfTracer: triggers: (rate: 2291:164065) (compose: 1:182) (post: 2:555) (render: 2:703) (55:2916334 frames) (56:3221580)
06-24 09:30:55.306 725 725 D SFPerfTracer: layers: (4:14) (StatusBar#0 (0xadac5000): 0:416359) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15718)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15334) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (InputMethod#0 (0xad7d6000): 0:24)- (NavigationBar#0 (0xad7f0000): 18:52) (Splash Screen com.whatsapp#0 (0xad7f5000): 0:34)- (com.whatsapp/com.whatsapp.Conversation#0 (0xad223000): 38:91) (InputMethod#0 (0xad7d6000): 0:22)-
06-24 09:30:55.360 1627 14424 I ActivityManager: START u0 {cmp=com.whatsapp/.MediaView (has extras)} from uid 10197
06-24 09:30:55.361 710 1332 I Thermal-Lib: Thermal-Lib-Client: Client request sent
06-24 09:30:55.361 1055 1191 I ThermalEngine: Thermal-Server: Thermal received msg from override
06-24 09:30:55.565 30211 30211 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
06-24 09:30:55.761 30211 30211 I zygote : Deoptimizing int android.view.ViewGroup$ViewLocationHolder.compareTo(android.view.ViewGroup$ViewLocationHolder) due to JIT inline cache
06-24 09:30:55.788 30211 30211 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
06-24 09:30:55.948 1627 1654 I LaunchCheckinHandler: Displayed com.whatsapp/.MediaView,wp,ca,570
06-24 09:30:56.026 30211 30211 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
06-24 09:30:56.026 30211 30211 W StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
06-24 09:30:56.483 684 1700 D ToFSensors: Enable SAR mode with 0
06-24 09:30:56.483 684 1700 D ToFSensors: Enter setSARConfig with mode cross_low
06-24 09:30:56.483 684 1700 D ToFSensors: New autonomous mode 0 setting 5000 1 0 0 75 70 0 0.000000 0.000000
06-24 09:30:56.490 684 1700 D ToFSensors: Enable SAR mode with 2
06-24 09:30:57.161 30211 30211 D ViewRootImpl[MediaView]: changeCanvasOpacity: opaque=false
06-24 09:30:57.626 725 725 I SFPerfTracer: triggers: (rate: 2291:164066) (compose: 1:182) (post: 2:555) (render: 2:703) (31:2916431 frames) (32:3221683)
06-24 09:30:57.627 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 0:416360) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15718)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15334) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7f0000): 32:84) (com.whatsapp/com.whatsapp.Conversation#0 (0xad223000): 3:114) (com.whatsapp/com.whatsapp.MediaView#0 (0xad7d6000): 21:76)
06-24 09:30:57.636 24052 24052 I KeyboardViewUtil: systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
06-24 09:30:57.636 24052 24052 I AndroidIME: LatinIme.onActivate() : EditorInfo = Package = com.whatsapp : Type = Text : Learning = Enable : Suggestion = Show : AutoCorrection = Enable : Microphone = Show : NoPersonalizedLearning = Disable
06-24 09:30:57.637 24052 24052 I Delight5Facilitator: initializeForIme() : Locale = [en_US]
06-24 09:30:57.665 24052 24052 I Conv2QueryExtension: onActivate() : Locale = en_US
06-24 09:30:57.665 24052 24052 I C2QClientSingleton: Conv2Query client already exists for locale 'en_US'. Checking for update.
06-24 09:30:57.665 24052 24052 I Conv2QueryExtension: onActivate() : Finished in 1 ms. Activated = true
06-24 09:30:57.666 24052 1099 I FederatedC2QExtension: Federated Conv2Query inferencing disabled, switching to baseline
06-24 09:30:57.716 30211 30216 I zygote : Do partial code cache collection, code=121KB, data=106KB
06-24 09:30:57.717 30211 30216 I zygote : After code cache collection, code=114KB, data=103KB
06-24 09:30:57.717 30211 30216 I zygote : Increasing code cache capacity to 512KB
06-24 09:30:57.907 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462576 sw vsyncs) (0 skipped) (39:5474669 vsyncs) (41:12185902)
06-24 09:30:57.981 24052 7972 I TriggerConditionsHelper: Triggering on suggestion_mode_start_of_sentence.
06-24 09:30:57.982 24052 7972 I C2QCandidateProvider: fetchPredictions met SUGGESTION_MODE_PREDICTION_START_OF_SENTENCE trigger condition.
06-24 09:30:58.034 24052 7972 I AbsCandidateProvider: fetchPredictions() : no query text to send to ClientManager
06-24 09:30:58.361 710 1352 I Thermal-Lib: Thermal-Lib-Client: Client request sent
06-24 09:30:58.361 1055 1191 I ThermalEngine: Thermal-Server: Thermal received msg from override
06-24 09:30:58.378 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:58.472 24052 7972 I TriggerConditionsHelper: Triggering on empty context.
06-24 09:30:58.472 24052 7972 I C2QCandidateProvider: fetchPredictions request met ZERO_CONTEXT trigger condition, but recycling suggestions is disallowed in the current request.
06-24 09:30:59.057 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:59.610 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:59.780 30211 30211 I zygote : Deoptimizing int android.view.ViewGroup$ViewLocationHolder.compareTo(android.view.ViewGroup$ViewLocationHolder) due to JIT inline cache
06-24 09:30:59.847 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:30:59.948 24052 7972 I native : input-context-store.cc:172 Ignoring stale client request for FetchSuggestions
06-24 09:30:59.949 24052 7972 I native : crank.cc:69 Overriding decoder candidates by Crank
06-24 09:30:59.949 24052 7972 I native : input-context-store.cc:123 Ignoring stale client request for OverrideDecodedCandidates
06-24 09:30:59.962 24052 7972 I native : crank.cc:69 Overriding decoder candidates by Crank
06-24 09:30:59.963 24052 7972 I C2QClientSingleton: getQueries()
06-24 09:31:00.525 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:31:00.544 24052 7972 I TriggerConditionsHelper: Triggering on suggestion_mode_start_of_sentence.
06-24 09:31:00.544 24052 7972 I C2QCandidateProvider: fetchPredictions met SUGGESTION_MODE_PREDICTION_START_OF_SENTENCE trigger condition.
06-24 09:31:00.544 24052 7972 I C2QClientSingleton: getQueries()
06-24 09:31:00.812 2599 2611 I zygote : Background concurrent copying GC freed 33622(3MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3MB/7MB, paused 10.894ms total 66.906ms
06-24 09:31:00.910 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:31:01.102 24052 7972 I native : input-context-store.cc:137 Using roll back input context for operation: [DecodeGestureEnd] rolled back operation: [DecodeGesture] reason: client [1961] vs decoder [1962]
06-24 09:31:01.604 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:31:02.132 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462576 sw vsyncs) (0 skipped) (27:5474748 vsyncs) (29:12186015)
06-24 09:31:02.152 725 725 I SFPerfTracer: triggers: (rate: 2291:164073) (compose: 1:182) (post: 2:555) (render: 2:703) (29:2916536 frames) (30:3221806)
06-24 09:31:02.152 725 725 D SFPerfTracer: layers: (5:13) (StatusBar#0 (0xadac5000): 1:416364) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15718)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15334) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7f0000): 0:87) (com.whatsapp/com.whatsapp.Conversation#0 (0xad223000): 1:177) (com.whatsapp/com.whatsapp.MediaView#0 (0xad7d6000): 0:77)- (InputMethod#0 (0xad7d6000): 30:78)
06-24 09:31:02.465 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:31:02.545 30211 30211 W IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
06-24 09:31:02.576 30211 30211 W IInputConnectionWrapper: getSelectedText on inactive InputConnection
06-24 09:31:02.582 30211 30211 W IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
06-24 09:31:02.598 2763 4150 I chatty : uid=10048(u0_a48) netscheduler-qu expire 15 lines
06-24 09:31:02.601 30211 30211 W IInputConnectionWrapper: getCursorCapsMode on inactive InputConnection
06-24 09:31:02.624 29797 31402 I BugleDataModel: ParticipantRefresh: Contacts changed
06-24 09:31:02.652 24052 24052 I KeyboardViewUtil: systemKeyboardHeightRatio:1.000000; userKeyboardHeightRatio:1.000000.
06-24 09:31:02.655 24052 7972 I TriggerConditionsHelper: Triggering on empty context.
06-24 09:31:02.655 24052 24052 I AndroidIME: LatinIme.onDeactivate()
06-24 09:31:02.655 24052 7972 I C2QClientSingleton: getQueries()
06-24 09:31:02.656 24052 24052 I AndroidIME: LatinIme.onActivate() : EditorInfo = Package = com.whatsapp : Type = Text : Learning = Enable : Suggestion = Show : AutoCorrection = Enable : Microphone = Show : NoPersonalizedLearning = Disable
06-24 09:31:02.656 24052 24052 I Delight5Facilitator: initializeForIme() : Locale = [en_US]
06-24 09:31:02.663 24052 7972 I TriggerConditionsHelper: Triggering on empty context.
06-24 09:31:02.663 24052 7972 I C2QCandidateProvider: fetchPredictions request met ZERO_CONTEXT trigger condition, but no previous request exists to re-issue.
06-24 09:31:02.671 24052 24052 I Conv2QueryExtension: onDeactivate()
06-24 09:31:02.672 24052 24052 I Conv2QueryExtension: onActivate() : Locale = en_US
06-24 09:31:02.672 24052 24052 I C2QClientSingleton: Conv2Query client already exists for locale 'en_US'. Checking for update.
06-24 09:31:02.672 24052 24052 I Conv2QueryExtension: onActivate() : Finished in 0 ms. Activated = true
06-24 09:31:02.673 24052 1106 I FederatedC2QExtension: Federated Conv2Query inferencing disabled, switching to baseline
06-24 09:31:02.921 24052 7972 I TriggerConditionsHelper: Triggering on empty context.
06-24 09:31:02.922 24052 7972 I C2QCandidateProvider: fetchPredictions request met ZERO_CONTEXT trigger condition, but no previous request exists to re-issue.
06-24 09:31:02.930 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:31:02.980 1627 2224 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher (has extras)} from uid 1000
06-24 09:31:02.980 710 1377 I Thermal-Lib: Thermal-Lib-Client: Client request sent
06-24 09:31:02.980 1055 1191 I ThermalEngine: Thermal-Server: Thermal received msg from override
06-24 09:31:02.993 1627 2224 I ActivityManager: moveHomeStack, setupComplete:true
06-24 09:31:03.021 30211 30211 I zygote : Deoptimizing boolean d.f.va.Da.b(android.view.View) due to JIT inline cache
06-24 09:31:03.133 725 725 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
06-24 09:31:03.136 1627 2224 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher (has extras)} from uid 1000
06-24 09:31:03.159 24052 24052 I PhenotypeExpConfig: refreshConfiguration() : Force = false : UpdateAvailable = false : Age = 180 minutes : MaxAge = 720 minutes
06-24 09:31:03.161 24052 24052 I AndroidIME: LatinIme.onDeactivate()
06-24 09:31:03.161 24052 24052 I Conv2QueryExtension: onDeactivate()
06-24 09:31:03.171 30211 1232 D OpenGLRenderer: endAllActiveAnimators on 0x922dc800 (RippleDrawable) with handle 0x90cef080
06-24 09:31:03.197 1627 1654 I LaunchCheckinHandler: Displayed com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher,wp,wa,215
06-24 09:31:03.352 2358 2370 I zygote : NativeAllocBackground concurrent copying GC freed 185144(9MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 10MB/21MB, paused 3.249ms total 142.780ms
06-24 09:31:03.627 1627 3553 I chatty : uid=1000(system) RenderThread expire 2 lines
06-24 09:31:03.903 684 891 W qti_sensors_hal: processReportInd: lux: 785, ch0: 434, ch1: 232
06-24 09:31:03.941 1627 2225 I PowerManagerService: Going to sleep due to power button (uid 1000)...
06-24 09:31:03.946 1627 1627 V FingerprintService: startAuthentication(com.android.systemui)
06-24 09:31:03.946 1627 1627 V FingerprintService: starting client AuthenticationClient(com.android.systemui), initiatedByClient = true)
06-24 09:31:03.954 725 725 I SFPerfTracer: triggers: (rate: 2291:164074) (compose: 1:182) (post: 2:555) (render: 2:703) (18:2916634 frames) (19:3221912)
06-24 09:31:03.955 725 725 D SFPerfTracer: layers: (5:13) (StatusBar#0 (0xadac5000): 1:416366) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15719) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15334) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7f0000): 1:127) (com.whatsapp/com.whatsapp.Conversation#0 (0xad223000): 0:253)- (InputMethod#0 (0xad7d6000): 0:101)- (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f5000): 19:47)
06-24 09:31:03.956 1627 1627 W FingerprintService: client com.android.systemui is authenticating...
06-24 09:31:03.957 1627 1627 I chatty : uid=1000 system_server expire 12 lines
06-24 09:31:03.958 1627 1627 D StatusBarManagerService: showing navigation bar...
06-24 09:31:03.959 2358 2358 D StatusBar: setNavigationBarVisibility: vis=true
06-24 09:31:04.100 684 891 W qti_sensors_hal: processReportInd: lux: 910, ch0: 499, ch1: 243
06-24 09:31:04.411 1627 1657 I DisplayPowerController: Blocking screen off
06-24 09:31:04.429 1627 1657 I DisplayPowerController: Unblocked screen off after 18 ms
06-24 09:31:04.452 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462576 sw vsyncs) (0 skipped) (136:5474884 vsyncs) (138:12186153)
06-24 09:31:04.512 696 696 I QTI PowerHAL: Got set_interactive hint
06-24 09:31:04.513 701 701 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened.
06-24 09:31:04.521 1627 1650 E BatteryStatsService: no controller energy info supplied
06-24 09:31:04.521 1627 1650 E BatteryStatsService: no controller energy info supplied
06-24 09:31:04.576 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
06-24 09:31:04.576 725 725 D SurfaceFlinger: Set power mode=0, type=0 flinger=0xafb53000
06-24 09:31:04.577 692 882 I SDM : DisplayBase::SetDisplayState: Set state = 0, display 0
06-24 09:31:04.580 1627 1657 I DreamManagerService: Entering dreamland.
06-24 09:31:04.581 1627 1657 I PowerManagerService: Dozing...
06-24 09:31:04.583 1627 1652 I DreamController: Starting dream: name=ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.DozeService}, isTest=false, canDoze=true, userId=0
06-24 09:31:04.600 16789 16789 I MotoDisplay: onCreate - DozeService
06-24 09:31:04.847 16789 16789 I MotoDisplay: startScreenForResult: com.motorola.motodisplay.ui.screen.c.a requestCode: -1
06-24 09:31:04.847 2358 2379 D DozeHostService: adding callback
06-24 09:31:04.847 2358 2379 D DozeHostService: startDozing
06-24 09:31:04.847 16789 16789 I MotoDisplay: onCreate
06-24 09:31:04.849 2580 4369 D ADSPD_LIB: Connecting Ultrasound...daemon_fd = -1
06-24 09:31:04.851 2358 2373 D KeyguardViewMediator: USER_LOCKED intent sent
06-24 09:31:04.852 2358 2358 D StatusBar: DozeServiceHost: addCallback
06-24 09:31:04.852 2358 2358 D StatusBar: DozeServiceHost: startDozing
06-24 09:31:04.853 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:31:04.853 2580 4369 D ADSPD_LIB: Disconnecting Ultrasound...daemon_fd=56
06-24 09:31:04.853 1627 1627 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 com.motorola.internal.widget.GestureSharingTouchManager.handleScreenOff:155 com.motorola.internal.widget.GestureSharingTouchManager.-wrap0:0 com.motorola.internal.widget.GestureSharingTouchManager$2.onReceive:68 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_51615:1304
06-24 09:31:04.857 12661 12661 D VASTrustAgent: The device has been locked.
06-24 09:31:04.867 12661 12661 D VASTrustAgent: Broadcasting intent Intent { act=com.motorola.vas.trustagent.state_change (has extras) }
06-24 09:31:04.870 16789 16789 W ResourceType: No package identifier when getting value for resource number 0x00000000
06-24 09:31:04.872 16789 16789 I MotoDisplay: getView
06-24 09:31:04.878 16789 16789 I MotoDisplay: getView
06-24 09:31:04.878 16789 16789 I MotoDisplay: Animations disabled: false
06-24 09:31:04.879 16789 16789 I MotoDisplay: Animations disabled: false
06-24 09:31:04.888 16789 16789 I MotoDisplay: Glance register result: true for sensor: {Sensor name="Moto Glance Gesture", vendor="Motorola", version=2, type=65548, maxRange=1.0, resolution=1.0, power=0.001, minDelay=0}
06-24 09:31:04.888 16789 16789 E SensorManager: sensor or listener is null
06-24 09:31:04.888 16789 16789 E SensorManager: sensor or listener is null
06-24 09:31:04.915 703 18390 D audio_hw_primary: adev_set_parameters: enter: screen_state=off
06-24 09:31:04.915 703 18390 V msm8974_platform: platform_set_parameters: enter: screen_state=off
06-24 09:31:04.916 703 18390 V msm8974_platform: platform_set_parameters: exit with code(0)
06-24 09:31:04.916 703 1330 D mot_vr_audio_hw: adev_set_parameters: screen_state=off
06-24 09:31:04.954 2358 2358 D StatusBar: disable<e i a s b h r c s q >
06-24 09:31:04.996 16789 16789 E MotoDisplay: Exception getting package info. Name not found - com.android.calculator2
06-24 09:31:04.997 2358 2358 D StatusBar: disable<e i a s b H!R!c s q >
06-24 09:31:04.997 16789 16789 E MotoDisplay: Exception getting package info. Name not found - com.motorola.tools.batterytracer
06-24 09:31:05.021 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(false)
06-24 09:31:05.022 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(false)
06-24 09:31:05.030 3113 3113 E NfcService: screen state android.intent.action.SCREEN_OFF
06-24 09:31:05.030 3113 3113 E NfcService: screen state OFF required
06-24 09:31:05.031 3113 3113 E NfcService: screen state 2
06-24 09:31:05.031 3113 3113 E NfcService: screen state mScreenState 8
06-24 09:31:05.031 3113 3113 E BrcmNfcJni: nfcManager_doSetScreenOrPowerState: Enter
06-24 09:31:05.031 3113 3113 I BrcmNfcNfa: NFA_StopRfDiscovery ()
06-24 09:31:05.031 3113 3529 I BrcmNfcNfa: NFA got event 0x0110
06-24 09:31:05.031 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_STOP_RF_DISCOVERY_EVT (0x10)
06-24 09:31:05.031 3113 3529 I BrcmNfcNfa: NFC_Deactivate 4 (IDLE) deactivate_type:0
06-24 09:31:05.032 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:05.032 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:05.032 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:05.032 707 3582 E NxpTml : _i2c_write() errno : 5
06-24 09:31:05.032 707 3582 E NxpTml : PN54X - Error in I2C Write.....
06-24 09:31:05.032 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:05.032 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:05.032 707 3584 E NxpHal : write error status = 0x1ff
06-24 09:31:05.032 3113 1392 E NfcService: applyRouting -2
06-24 09:31:05.032 707 707 E NxpHal : write_unlocked failed - PN54X Maybe in Standby Mode - Retry
06-24 09:31:05.035 1096 1096 V LocSvc_HIDL_IzatSubscription: [screenStatusUpdate][552] [HS] <<<<= [HC]
06-24 09:31:05.037 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:05.037 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:05.039 707 3582 D NxpNciX : len = 4 => 21060100
06-24 09:31:05.039 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:05.039 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:05.039 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:05.039 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:05.040 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:31:05.041 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:05.041 707 3581 D NxpNciR : len = 4 <= 41060100
06-24 09:31:05.041 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:05.041 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:05.041 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:05.041 3113 3113 I BrcmNfcNfa: NFA_DisablePolling ()
06-24 09:31:05.041 3113 3529 I BrcmNfcNfa: NFA got event 0x0107
06-24 09:31:05.041 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_DISABLE_POLLING_EVT (0x07)
06-24 09:31:05.041 3113 3529 I BrcmNfcNfa: NFA got event 0x011B
06-24 09:31:05.041 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: Unknown or Vendor Specific (0x1b)
06-24 09:31:05.041 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:05.041 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:05.041 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:05.043 707 3582 D NxpNciX : len = 4 => 2F150101
06-24 09:31:05.043 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:05.043 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:05.043 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:05.043 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:05.046 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:31:05.046 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:05.046 707 3581 D NxpNciR : len = 4 <= 4F150100
06-24 09:31:05.046 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:05.046 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:05.046 3113 3113 I BrcmNfcNfa: NFA_StartRfDiscovery ()
06-24 09:31:05.046 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:05.046 3113 3529 I BrcmNfcNfa: NFA got event 0x010F
06-24 09:31:05.046 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_START_RF_DISCOVERY_EVT (0x0f)
06-24 09:31:05.047 3113 3529 I BrcmNfcNfa: LLCP_GetDiscoveryConfig ()
06-24 09:31:05.047 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:05.047 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:05.047 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:05.048 707 3582 D NxpNciX : len = 10 => 20020702320120380101
06-24 09:31:05.048 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:05.048 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:05.048 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:05.048 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:05.048 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart
06-24 09:31:05.048 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart status: 0xe3
06-24 09:31:05.050 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:31:05.050 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:05.050 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:31:05.050 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:05.051 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:31:05.051 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:05.051 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:05.051 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:05.051 707 707 D NxpHal : > Polling Loop Started
06-24 09:31:05.051 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:05.051 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:05.052 707 3582 D NxpNciX : len = 14 => 21030B0580018101820183018501
06-24 09:31:05.053 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:05.053 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:05.053 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:05.053 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:05.054 24052 24052 I DeviceStatusMonitor: onReceive() : Action = android.intent.action.SCREEN_OFF
06-24 09:31:05.054 24052 24052 I VoiceImeUtils: S3 recognizer enabled.
06-24 09:31:05.056 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:31:05.056 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:05.056 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:31:05.056 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:05.056 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:05.056 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:05.059 3113 1394 I BrcmNfcNfa: NFA_StopRfDiscovery ()
06-24 09:31:05.059 3113 3529 I BrcmNfcNfa: NFA got event 0x0110
06-24 09:31:05.059 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_STOP_RF_DISCOVERY_EVT (0x10)
06-24 09:31:05.059 3113 3529 I BrcmNfcNfa: NFC_Deactivate 4 (IDLE) deactivate_type:0
06-24 09:31:05.059 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:05.059 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:05.059 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:05.061 707 3582 D NxpNciX : len = 4 => 21060100
06-24 09:31:05.061 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:05.061 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:05.061 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:05.061 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:05.063 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:31:05.063 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:05.063 707 3581 D NxpNciR : len = 4 <= 41060100
06-24 09:31:05.063 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:05.063 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:05.063 3113 1394 I BrcmNfcNfa: NFA_DisablePolling ()
06-24 09:31:05.063 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:05.063 3113 3529 I BrcmNfcNfa: NFA got event 0x0107
06-24 09:31:05.063 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_DISABLE_POLLING_EVT (0x07)
06-24 09:31:05.063 3113 1394 I BrcmNfcNfa: NFA_P2pSetListenTech (): tech_mask:0x0
06-24 09:31:05.063 3113 3529 I BrcmNfcNfa: NFA got event 0x010E
06-24 09:31:05.063 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_SET_P2P_LISTEN_TECH_EVT (0x0e)
06-24 09:31:05.063 3113 1394 I BrcmNfcNfa: NFA_PauseP2p ()
06-24 09:31:05.063 3113 3529 I BrcmNfcNfa: NFA_CeConfigureUiccL
06-24 09:31:05.063 3113 1394 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x0
06-24 09:31:05.063 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_PAUSE_P2P_EVT (0x0b)
06-24 09:31:05.063 3113 3529 E BrcmNfcJni: nfaConnectionCallback: unknown event ????
06-24 09:31:05.063 3113 3529 I BrcmNfcNfa: NFA got event 0x0602
06-24 09:31:05.063 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_DEREG_LISTEN_EVT (0x602), flags: 00000000
06-24 09:31:05.063 3113 1394 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x7
06-24 09:31:05.063 3113 3529 I BrcmNfcNfa: NFA got event 0x0601
06-24 09:31:05.064 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_REG_LISTEN_EVT (0x601), flags: 00000000
06-24 09:31:05.064 3113 1394 I BrcmNfcNfa: NFA_StartRfDiscovery ()
06-24 09:31:05.064 3113 3529 I BrcmNfcNfa: NFA got event 0x010F
06-24 09:31:05.064 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_START_RF_DISCOVERY_EVT (0x0f)
06-24 09:31:05.064 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:05.064 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:05.064 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:05.065 707 3582 D NxpNciX : len = 13 => 20020A03320120380101500100
06-24 09:31:05.065 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:05.065 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:05.065 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:05.065 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:05.066 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart
06-24 09:31:05.066 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart status: 0xe3
06-24 09:31:05.071 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:31:05.071 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:05.071 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:31:05.071 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:05.071 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:31:05.071 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:05.071 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:05.071 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:05.071 707 707 D NxpHal : > Polling Loop Started
06-24 09:31:05.071 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:05.071 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:05.073 707 3582 D NxpNciX : len = 10 => 21030703800181018201
06-24 09:31:05.073 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:05.073 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:05.073 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:05.073 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:05.076 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:31:05.076 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:05.076 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:31:05.076 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:05.076 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:05.076 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:05.099 2763 2763 I chatty : uid=10048(u0_a48) com.google.android.gms.persistent expire 19 lines
06-24 09:31:05.121 1627 1627 V NotificationListeners: enabling notification listener for 0: ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.notification.DisplayNotifListenerService}
06-24 09:31:05.125 12661 12661 D VASTrustAgent: The device has been unlock.
06-24 09:31:05.142 16789 16789 I MotoDisplay: Glance register result: true for sensor: {Sensor name="Moto Glance Gesture:Approach", vendor="Motorola", version=2, type=65555, maxRange=1.0, resolution=1.0, power=0.001, minDelay=0}
06-24 09:31:05.142 16789 16789 I MotoDisplay: onListenerConnected - DisplayNotifListenerService
06-24 09:31:05.168 1627 1627 I ActivityManager: Start proc 1397:com.google.android.apps.maps/u0a143 for service com.google.android.apps.maps/com.google.android.apps.gmm.ugc.phototaken.PhotoTakenObserverService
06-24 09:31:05.195 1627 1627 I ActivityManager: Start proc 1426:com.google.android.apps.photos/u0a151 for service com.google.android.apps.photos/com.google.android.libraries.social.mediamonitor.MediaMonitorJobSchedulerService
06-24 09:31:05.212 1107 1107 I DeviceStatusMonitor: onReceive() : Action = android.intent.action.SCREEN_OFF
06-24 09:31:05.311 1397 1397 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 22
06-24 09:31:05.333 1426 1426 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1310, previously 1354
06-24 09:31:05.474 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3837563, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=699001, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=302, SEQNUM=350445, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1961872, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:31:05.606 1397 1454 I Adreno : QUALCOMM build : 368094a, I26dffed9a4
06-24 09:31:05.606 1397 1454 I Adreno : Build Date : 12/03/17
06-24 09:31:05.606 1397 1454 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01
06-24 09:31:05.606 1397 1454 I Adreno : Local Branch :
06-24 09:31:05.606 1397 1454 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.9.r3-rel
06-24 09:31:05.606 1397 1454 I Adreno : Remote Branch : NONE
06-24 09:31:05.606 1397 1454 I Adreno : Reconstruct Branch : NOTHING
06-24 09:31:05.608 1397 1454 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8953.so from the current namespace instead.
06-24 09:31:05.620 1397 1454 I Adreno : PFP: 0x005ff087, ME: 0x005ff063
06-24 09:31:05.701 3154 3646 E rcs : [EABService] cursor is zero. Do nothing.
06-24 09:31:05.970 2763 3405 I chatty : uid=10048(u0_a48) Binder:2763_7 expire 7 lines
06-24 09:31:06.034 1063 1063 I ADSPD : Watchdog 2 new value: 0041181b Last Exp Value: ffffffff
06-24 09:31:06.034 1063 1063 I ADSPD : Watchdog 3 new value: 0041181c Last Exp Value: ffffffff
06-24 09:31:06.140 710 1516 I Thermal-Lib: Thermal-Lib-Client: Client request sent
06-24 09:31:06.140 1055 1191 I ThermalEngine: Thermal-Server: Thermal received msg from override
06-24 09:31:06.452 1627 3153 I ActivityManager: Start proc 1519:com.motorola.cameraone/u0a65 for content provider com.motorola.cameraone/com.motorola.camera.provider.bestshotprovider.BestShotProvider
06-24 09:31:06.452 1627 3153 W ActivityManager: Slow operation: 82ms so far, now at getContentProviderImpl: after start process
06-24 09:31:06.452 1627 3153 W ActivityManager: Slow operation: 82ms so far, now at getContentProviderImpl: updating data structures
06-24 09:31:06.452 1627 3153 W ActivityManager: Slow operation: 82ms so far, now at getContentProviderImpl: done!
06-24 09:31:06.622 1686 26083 I QCamera : <HAL><INFO> getCameraInfo: 361: Camera id 0 API version 256
06-24 09:31:06.623 1686 26083 I QCamera : <HAL><INFO> getCamInfo: 8406: camera 0 resource cost is 100
06-24 09:31:06.625 1686 26083 I QCamera : <HAL><INFO> getCameraInfo: 361: Camera id 1 API version 256
06-24 09:31:06.625 1686 26083 I QCamera : <HAL><INFO> getCamInfo: 8406: camera 1 resource cost is 100
06-24 09:31:06.687 1627 3153 I ActivityManager: Start proc 1538:com.android.externalstorage/u0a45 for content provider com.android.externalstorage/.ExternalStorageProvider
06-24 09:31:06.687 1627 3153 W ActivityManager: Slow operation: 58ms so far, now at getContentProviderImpl: after start process
06-24 09:31:06.687 1627 3153 W ActivityManager: Slow operation: 58ms so far, now at getContentProviderImpl: updating data structures
06-24 09:31:06.687 1627 3153 W ActivityManager: Slow operation: 58ms so far, now at getContentProviderImpl: done!
06-24 09:31:06.704 1627 3208 I ActivityManager: Start proc 1550:com.motorola.cameramod/u0a146 for content provider com.motorola.cameramod/.ModInfoProvider
06-24 09:31:06.739 1538 1538 D ExternalStorage: After updating volumes, found 3 active roots
06-24 09:31:06.792 1519 1519 D MotStorage: 3039-3134
06-24 09:31:06.794 1519 1519 D MotStorage: emulated
06-24 09:31:06.794 1519 1519 D MotStorage: self
06-24 09:31:06.795 1686 26083 I QCamera : <HAL><INFO> getCameraInfo: 361: Camera id 0 API version 256
06-24 09:31:06.795 1686 26083 I QCamera : <HAL><INFO> getCamInfo: 8406: camera 0 resource cost is 100
06-24 09:31:06.821 1519 1519 W CameraBgProcess: BGPROC Supported
06-24 09:31:07.109 701 701 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened.
06-24 09:31:07.118 1627 14424 E BatteryStatsService: no controller energy info supplied
06-24 09:31:07.118 1627 14424 E BatteryStatsService: no controller energy info supplied
06-24 09:31:07.200 2570 1576 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 88)
06-24 09:31:07.201 2570 1576 E MotoBatteryStats: Unable to create battery stats object due to remote exception.
06-24 09:31:07.201 2570 1576 E MCLOG_INT: MC_BattStatsFactory : Unable to get batt stats instance.
06-24 09:31:07.201 2570 1576 E MC_BattStatsIntServ: Unable to get new battery stats.
06-24 09:31:07.693 19328 1578 I chatty : uid=10048(u0_a48) com.google.android.gms expire 3 lines
06-24 09:31:08.828 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:31:08.831 16789 16789 I MotoDisplay: Glance Sensor Event Gesture Type: 32
06-24 09:31:08.831 16789 16789 I MotoDisplay: pulse - trigger: Type: GLANCE_GESTURE GlanceType: GLANCE_GESTURE_ULTRASOUND is pulsing: false is paused: false
06-24 09:31:08.831 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:31:08.833 16789 16789 I MotoDisplay: isPulseAllowed - warm up complete: true
06-24 09:31:08.923 16789 16789 I MotoDisplay: Setting display to doze
06-24 09:31:08.924 684 891 W qti_sensors_hal: processReportInd: lux: 699, ch0: 388, ch1: 216
06-24 09:31:08.924 2358 2379 D DozeHostService: pulseWhileDozing reason: 1
06-24 09:31:08.924 2358 2358 D StatusBar: DozeServiceHost: pulseWhileDozing - reason: 1
06-24 09:31:08.925 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", DOZE
06-24 09:31:08.925 725 725 D SurfaceFlinger: Set power mode=1, type=0 flinger=0xafb53000
06-24 09:31:08.939 692 882 I SDM : DisplayBase::SetDisplayState: Set state = 2, display 0
06-24 09:31:08.945 702 702 I DisplayPanel: setMode: panel mode = POWER_SAVING
06-24 09:31:08.946 702 702 I DisplayPanel: setParam: HBM = 0
06-24 09:31:08.946 702 702 I DisplayPanel: setParam: ACL = 1
06-24 09:31:09.003 725 725 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
06-24 09:31:09.499 684 1678 W qti_sensors_hal: reportSingleEvent: NearBy 0, pData 4, pOffset 42, highThres 40, lowThres 26
06-24 09:31:09.500 703 2222 V MotSpeakerHelperProximity: updated mCurProximityState: FAR (5.000000)
06-24 09:31:09.501 703 2222 V MotSpeakerHelperProximity: ThreadLoop event mProximityState = FAR, previous FAR
06-24 09:31:10.394 1426 1591 I OpenCV : cpufeatures library is not avaialble for CPU detection
06-24 09:31:10.394 1426 1591 I OpenCV : - NEON instructions is enabled via build flags
06-24 09:31:10.394 1426 1591 I OpenCV : - FP16 instructions is enabled via build flags
06-24 09:31:10.917 684 891 W qti_sensors_hal: processReportInd: lux: 817, ch0: 451, ch1: 235
06-24 09:31:11.213 684 891 W qti_sensors_hal: processReportInd: lux: 945, ch0: 516, ch1: 239
06-24 09:31:12.457 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462601 sw vsyncs) (0 skipped) (76:5474970 vsyncs) (78:12186274)
06-24 09:31:12.929 16789 16789 I MotoDisplay: Setting display to off
06-24 09:31:12.930 16789 16789 I MotoDisplay: Acquiring wakelock MotoDisplayWakeLock for 500
06-24 09:31:12.930 1627 1657 I DisplayPowerController: Blocking screen off
06-24 09:31:12.931 1627 1657 I DisplayPowerController: Unblocked screen off after 0 ms
06-24 09:31:12.931 702 702 I DisplayPanel: setMode: panel mode = NORMAL
06-24 09:31:12.932 702 702 I DisplayPanel: setParam: HBM = 0
06-24 09:31:12.932 702 702 I DisplayPanel: setParam: ACL = 0
06-24 09:31:12.933 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:31:12.934 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
06-24 09:31:12.934 725 725 D SurfaceFlinger: Set power mode=0, type=0 flinger=0xafb53000
06-24 09:31:12.935 692 882 I SDM : DisplayBase::SetDisplayState: Set state = 0, display 0
06-24 09:31:12.945 684 1678 W qti_sensors_hal: reportSingleEvent: NearBy 0, pData 4, pOffset 42, highThres 40, lowThres 26
06-24 09:31:12.947 703 2222 V MotSpeakerHelperProximity: updated mCurProximityState: FAR (5.000000)
06-24 09:31:12.947 703 2222 V MotSpeakerHelperProximity: ThreadLoop event mProximityState = FAR, previous FAR
06-24 09:31:13.166 725 725 I SFPerfTracer: triggers: (rate: 2291:164074) (compose: 1:182) (post: 2:555) (render: 2:703) (75:2916744 frames) (76:3222033)
06-24 09:31:13.167 725 725 D SFPerfTracer: layers: (2:13) (StatusBar#0 (0xadac5000): 0:416372) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15720)* (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15336)* (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7f0000): 0:128)* (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7f5000): 0:54)- (ColorFade#0 (0xad223000): 0:31)- (AOD#0 (0xad7d6000): 76:80)
06-24 09:31:13.290 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3918891, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=200957, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=300, SEQNUM=350449, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1961090, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:31:13.377 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3918891, POWER_SUPPLY_CHARGE_RATE=None, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=200957, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=300, SEQNUM=350451, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Discharging, POWER_SUPPLY_CHARGE_COUNTER=1961090, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:31:13.734 1147 1301 D fpc_hidl: onAcquired(code=0, vendor=0)
06-24 09:31:13.736 2358 2358 I FingerprintController: fingerprint acquired, grabbing fp wakelock
06-24 09:31:13.737 1147 1301 D fpc_hidl: onAuthenticated(fid=-1983950745, gid=0)
06-24 09:31:13.738 1627 2220 V FingerprintService: onAuthenticated, deviceId = 3016880608 fingerId = -1983950745 groupId = 0
06-24 09:31:13.738 1627 1627 V FingerprintService: handleAuthenticated
06-24 09:31:13.738 1627 1627 V FingerprintService: Add AuthToken to KeyStore, token.size = 69
06-24 09:31:13.740 1627 1627 V FingerprintService: onAuthenticated(owner=com.android.systemui, id=-1983950745, gp=0)
06-24 09:31:13.742 1627 1627 V FingerprintService: Done with client: com.android.systemui
06-24 09:31:13.742 2358 2358 V FingerprintController: onFingerprintAuthenticated: mMode = 1
06-24 09:31:13.742 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:31:13.750 1627 1627 V FingerprintService: setNavigationState: false
06-24 09:31:13.753 1627 1627 D StatusBarManagerService: showing navigation bar...
06-24 09:31:13.778 2358 2358 I FingerprintController: fp wakelock: Authenticated, waking up...
06-24 09:31:13.778 2358 2358 D StatusBar: DozeServiceHost: notifyFpsUnlock
06-24 09:31:13.809 1627 1638 I PowerManagerService: Waking up from dozing (uid 10069)...
06-24 09:31:13.811 696 696 I QTI PowerHAL: Got set_interactive hint
06-24 09:31:13.813 1627 2614 I DreamManagerService: Leaving dreamland.
06-24 09:31:13.814 1627 1652 I DreamManagerService: Performing gentle wake from dream.
06-24 09:31:13.814 1627 1652 I DreamController: Stopping dream: name=ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.DozeService}, isTest=false, canDoze=true, userId=0
06-24 09:31:13.834 16789 16789 I MotoDisplay: setKeyboardInteractivity - isInteractive: true mIsDreaming: false
06-24 09:31:13.834 2358 2379 D DozeHostService: stopDozing
06-24 09:31:13.834 2358 2358 I FingerprintController: releasing fp wakelock
06-24 09:31:13.835 2358 2379 D DozeHostService: removing callback
06-24 09:31:13.835 16789 16789 I MotoDisplay: onDestroy - DozeService
06-24 09:31:13.835 16789 16789 I MotoDisplay: Releasing wakelock: MotoDisplayWakeLock
06-24 09:31:13.835 2358 2358 D StatusBar: DozeServiceHost: fireWakeUpDozing
06-24 09:31:13.837 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:31:13.838 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:31:13.840 8558 8907 I MCLOG : DeviceLockStatsAction : onReceiveImpl() action:com.motorola.UNLOCK_SUCCESS
06-24 09:31:13.844 16789 16789 I MotoDisplay: finishScreen
06-24 09:31:13.844 16789 16789 I MotoDisplay: onDestroy
06-24 09:31:13.844 1627 1654 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
06-24 09:31:13.844 725 725 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xafb53000
06-24 09:31:13.845 692 882 I SDM : DisplayBase::SetDisplayState: Set state = 1, display 0
06-24 09:31:13.849 3176 3176 D SlpcSystem: UserTriggerProxRecalReceiver action: com.motorola.UNLOCK_SUCCESS
06-24 09:31:13.849 3176 3176 I SlpcSystemJNI: JNI_triggerProxRecal:77 JNI_triggerProxRecal
06-24 09:31:13.854 2358 2358 D StatusBar: setNavigationBarVisibility: vis=true
06-24 09:31:13.855 1627 1627 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 com.motorola.internal.widget.GestureSharingTouchManager.handleScreenOn:147 com.motorola.internal.widget.GestureSharingTouchManager.-wrap1:0 com.motorola.internal.widget.GestureSharingTouchManager$2.onReceive:63 android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_51615:1304
06-24 09:31:13.857 2358 2358 D StatusBar: DozeServiceHost: stopDozing
06-24 09:31:13.857 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:31:13.857 2358 2358 D StatusBar: DozeServiceHost: removeCallback
06-24 09:31:13.858 2358 2358 D KeyguardViewMediator: Call PhoneWindowManager's keyguardGoingAway, expect PhoneWindowManager to call startKeyguardExitAnimation
06-24 09:31:13.860 3176 1607 I SlpcSystemJNI: notify_data_cb:51 JNI_triggerProxRecal sensor1 responded
06-24 09:31:13.869 703 1330 D audio_hw_primary: adev_set_parameters: enter: screen_state=on
06-24 09:31:13.869 703 1330 V msm8974_platform: platform_set_parameters: enter: screen_state=on
06-24 09:31:13.869 703 1330 V msm8974_platform: platform_set_parameters: exit with code(0)
06-24 09:31:13.869 703 1330 D mot_vr_audio_hw: adev_set_parameters: screen_state=on
06-24 09:31:13.873 1627 1627 V FingerprintService: setNavigationState: true
06-24 09:31:13.903 725 725 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
06-24 09:31:13.921 2599 2599 D CdmaPCDHandler: mcc 311 sid 0 tz -5 dstflag 0
06-24 09:31:13.921 2599 2599 D CdmaPCDHandler: mCurrentMCC 311 mCurrentSID 0 mCurrentIDD 011
06-24 09:31:13.921 2599 2599 D CdmaPCDHandler: Return as nothing changed
06-24 09:31:13.925 4295 4295 D OtaLibrary: PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:31:13.928 8363 8363 D OtaApp : PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:31:13.932 2545 2645 D QCNEJ : |CORE| onServiceStateChanged: dataState: 2 DDS:1 Notify service state update
06-24 09:31:13.933 2599 2599 D ServiceStateProvider: subId=1
06-24 09:31:13.934 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
06-24 09:31:13.935 2545 2645 D QCNEJ : |CORE| Notified wwan sub type: 13 for sub: 1
06-24 09:31:13.936 2545 2645 D QCNEJ : |CORE| getDataOnRoamingEnabled: phoneSubId=1 isDataRoamingEnabled=true
06-24 09:31:13.936 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled: dataRegRoaming = false RoamingonUI = true isDataRoamingAllowed = true
06-24 09:31:13.936 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled is enabled true && isDataRoamingAllowed true
06-24 09:31:13.936 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
06-24 09:31:13.953 2599 3586 I QImsService: ImsConfigImpl : getCarrierConfigBoolean key=moto_vowifi_home_priority, value=false
06-24 09:31:13.956 2599 2599 D CdmaPCDHandler: mcc 311 sid 0 tz -5 dstflag 0
06-24 09:31:13.956 2599 2599 D CdmaPCDHandler: mCurrentMCC 311 mCurrentSID 0 mCurrentIDD 011
06-24 09:31:13.956 2599 2599 D CdmaPCDHandler: Return as nothing changed
06-24 09:31:13.956 2599 3586 I QImsService: ImsConfigImpl : getProvisionedValue item=27
06-24 09:31:13.961 4295 4295 D OtaLibrary: PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:31:13.962 8363 8363 D OtaApp : PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:31:13.963 24676 24676 I CarrierServices: [2] cyx.onReceive: Received SERVICE_STATE intent, clearing cached cell info
06-24 09:31:13.969 2599 3586 I QImsService: ImsSenderRxr : [14410]> REQUEST_GET_IMS_CONFIG [SUB0]
06-24 09:31:13.969 2599 3586 I QImsService: ImsSenderRxr : REQUEST_GET_IMS_CONFIG request to ImsRadio: token -14410 item:29 boolValue:false intValue:0 strValue:null errorCause:0
06-24 09:31:13.973 2599 2667 I QImsService: ImsRadioResponse : Get config response received.
06-24 09:31:13.973 2599 2667 I QImsService: ImsSenderRxr : [14410]< REQUEST_GET_IMS_CONFIG 1[SUB0]
06-24 09:31:13.974 1627 1627 I chatty : uid=1000 system_server expire 12 lines
06-24 09:31:13.975 2599 2758 I QImsService: ImsConfigImplHandler : Message received: what = 1
06-24 09:31:13.975 2599 2758 I QImsService: ImsConfigImpl : Notifyall
06-24 09:31:13.975 2599 3586 D QImsService: ImsConfigImpl : sendRequest: request.arg2=0, count=1
06-24 09:31:13.975 2599 3586 I QImsService: ImsConfigImpl : onServiceStateChanged: serviceState=0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE, apmode=1, bpmode=1, vowifi_home=false
06-24 09:31:13.977 2545 2645 D QCNEJ : |CORE| onServiceStateChanged: dataState: 2 DDS:1 Notify service state update
06-24 09:31:13.982 2599 2599 D ServiceStateProvider: subId=1
06-24 09:31:13.984 24676 24676 I CarrierServices: [2] cyx.onReceive: Received SERVICE_STATE intent, clearing cached cell info
06-24 09:31:13.985 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
06-24 09:31:13.986 2545 2645 D QCNEJ : |CORE| Notified wwan sub type: 13 for sub: 1
06-24 09:31:13.988 2599 3586 I QImsService: ImsConfigImpl : getCarrierConfigBoolean key=moto_vowifi_home_priority, value=false
06-24 09:31:13.991 2545 2645 D QCNEJ : |CORE| getDataOnRoamingEnabled: phoneSubId=1 isDataRoamingEnabled=true
06-24 09:31:13.991 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled: dataRegRoaming = false RoamingonUI = true isDataRoamingAllowed = true
06-24 09:31:13.991 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled is enabled true && isDataRoamingAllowed true
06-24 09:31:13.991 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
06-24 09:31:13.992 2599 3586 I QImsService: ImsConfigImpl : getProvisionedValue item=27
06-24 09:31:13.993 2599 3586 I QImsService: ImsSenderRxr : [14411]> REQUEST_GET_IMS_CONFIG [SUB0]
06-24 09:31:13.993 2599 3586 I QImsService: ImsSenderRxr : REQUEST_GET_IMS_CONFIG request to ImsRadio: token -14411 item:29 boolValue:false intValue:0 strValue:null errorCause:0
06-24 09:31:13.997 2599 2667 I QImsService: ImsRadioResponse : Get config response received.
06-24 09:31:13.997 2599 2667 I QImsService: ImsSenderRxr : [14411]< REQUEST_GET_IMS_CONFIG 1[SUB0]
06-24 09:31:13.997 2599 2758 I QImsService: ImsConfigImplHandler : Message received: what = 1
06-24 09:31:13.997 2599 2758 I QImsService: ImsConfigImpl : Notifyall
06-24 09:31:13.999 2599 3586 D QImsService: ImsConfigImpl : sendRequest: request.arg2=0, count=1
06-24 09:31:13.999 2599 3586 I QImsService: ImsConfigImpl : onServiceStateChanged: serviceState=0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE, apmode=1, bpmode=1, vowifi_home=false
06-24 09:31:14.010 2358 2358 D StatusBar: disable<e i a s b H R c s q >
06-24 09:31:14.011 2358 2358 D StatusBar: disable<e i a s b H R c s q >
06-24 09:31:14.013 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:31:14.015 1627 1627 V NotificationListeners: disabling notification listener for user 0: ComponentInfo{com.motorola.motodisplay/com.motorola.motodisplay.notification.DisplayNotifListenerService}
06-24 09:31:14.015 2358 2358 D StatusBar: disable<e i a s b H R c s q >
06-24 09:31:14.018 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:31:14.019 16789 16789 I MotoDisplay: onListenerDisconnected - DisplayNotifListenerService
06-24 09:31:14.033 1627 1654 I chatty : uid=1000(system) android.display expire 3 lines
06-24 09:31:14.035 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(true)
06-24 09:31:14.035 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to jp.ne.hardyinfinity.bluelightfilter.free/.EventReceiver
06-24 09:31:14.036 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.auth.setup.devicesignals.LockScreenReceiver
06-24 09:31:14.036 3113 3113 E NfcService: screen state android.intent.action.USER_PRESENT
06-24 09:31:14.036 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.trustagent.UserPresentBroadcastReceiver
06-24 09:31:14.036 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
06-24 09:31:14.036 9638 9638 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 }
06-24 09:31:14.036 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.motorola.modservice.fmwkwrapper/.BootReceiver
06-24 09:31:14.036 1627 1647 W BroadcastQueue: Permission Denial: broadcasting Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } from com.android.systemui (pid=2358, uid=10091) is not exported from uid 10014 due to receiver com.telecomsys.directedsms.android.SCG/.UserPresentReceiver
06-24 09:31:14.038 3113 3113 E NfcService: screen state user present
06-24 09:31:14.042 3113 3113 E NfcService: screen state 8
06-24 09:31:14.042 3113 3113 E NfcService: screen state mScreenState 2
06-24 09:31:14.043 3113 3113 E BrcmNfcJni: nfcManager_doSetScreenOrPowerState: Enter
06-24 09:31:14.043 3113 3113 I BrcmNfcNfa: NFA_StopRfDiscovery ()
06-24 09:31:14.043 3113 3529 I BrcmNfcNfa: NFA got event 0x0110
06-24 09:31:14.043 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_STOP_RF_DISCOVERY_EVT (0x10)
06-24 09:31:14.043 3113 3529 I BrcmNfcNfa: NFC_Deactivate 4 (IDLE) deactivate_type:0
06-24 09:31:14.044 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:14.044 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:14.044 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:14.044 707 3582 E NxpTml : _i2c_write() errno : 5
06-24 09:31:14.044 707 3582 E NxpTml : PN54X - Error in I2C Write.....
06-24 09:31:14.044 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:14.044 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:14.045 707 3584 E NxpHal : write error status = 0x1ff
06-24 09:31:14.045 707 707 E NxpHal : write_unlocked failed - PN54X Maybe in Standby Mode - Retry
06-24 09:31:14.048 3113 1616 E NfcService: applyRouting -2
06-24 09:31:14.052 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:14.052 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:14.055 1627 1654 E NotificationService: Suppressing notification from package by user request.
06-24 09:31:14.058 707 3582 D NxpNciX : len = 4 => 21060100
06-24 09:31:14.058 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:14.058 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:14.058 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:14.058 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:14.061 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:31:14.061 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:14.061 707 3581 D NxpNciR : len = 4 <= 41060100
06-24 09:31:14.061 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:14.061 3113 3529 I BrcmNfcNfa: NFA got event 0x011B
06-24 09:31:14.061 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: Unknown or Vendor Specific (0x1b)
06-24 09:31:14.061 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:14.061 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:14.062 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:14.062 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:14.062 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:14.066 707 3582 D NxpNciX : len = 4 => 2F150100
06-24 09:31:14.066 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:14.066 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:14.066 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:14.067 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:14.067 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:31:14.068 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:14.068 707 3581 D NxpNciR : len = 4 <= 4F150100
06-24 09:31:14.068 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:14.068 3113 3113 I BrcmNfcNfa: NFA_StartRfDiscovery ()
06-24 09:31:14.068 3113 3529 I BrcmNfcNfa: NFA got event 0x010F
06-24 09:31:14.068 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_START_RF_DISCOVERY_EVT (0x0f)
06-24 09:31:14.068 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:14.068 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:14.068 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:14.068 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:14.068 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:14.070 707 3582 D NxpNciX : len = 10 => 20020702320120380101
06-24 09:31:14.070 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:14.070 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:14.070 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:14.070 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:14.070 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart
06-24 09:31:14.070 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart status: 0xe3
06-24 09:31:14.073 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:31:14.073 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:14.073 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:31:14.073 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:14.073 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:31:14.073 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:14.073 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:14.074 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:14.074 707 707 D NxpHal : > Polling Loop Started
06-24 09:31:14.074 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:14.074 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:14.076 707 3582 D NxpNciX : len = 10 => 21030703800181018201
06-24 09:31:14.076 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:14.076 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:14.076 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:14.076 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:14.078 1627 1657 W PowerManagerService: Screen on took 270 ms
06-24 09:31:14.080 2358 2358 D StatusBar: disable<e i a s b h!r!c s q >
06-24 09:31:14.080 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:31:14.081 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:14.081 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:31:14.083 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:14.083 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:14.084 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:14.086 3113 3113 D NfcService: Discovery configuration equal, not updating.
06-24 09:31:14.087 3113 1622 I BrcmNfcNfa: NFA_StopRfDiscovery ()
06-24 09:31:14.087 3113 3529 I BrcmNfcNfa: NFA got event 0x0110
06-24 09:31:14.087 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_STOP_RF_DISCOVERY_EVT (0x10)
06-24 09:31:14.087 3113 3529 I BrcmNfcNfa: NFC_Deactivate 4 (IDLE) deactivate_type:0
06-24 09:31:14.090 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:14.090 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:14.090 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:14.092 707 3582 D NxpNciX : len = 4 => 21060100
06-24 09:31:14.092 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:14.092 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:14.092 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:14.093 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:14.096 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:31:14.096 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:14.096 707 3581 D NxpNciR : len = 4 <= 41060100
06-24 09:31:14.097 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:14.097 3113 1622 I BrcmNfcNfa: NFA_DisablePolling ()
06-24 09:31:14.098 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:14.098 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:14.098 3113 3529 I BrcmNfcNfa: NFA got event 0x0107
06-24 09:31:14.098 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_DISABLE_POLLING_EVT (0x07)
06-24 09:31:14.098 1627 3163 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to com.apalon.weatherlive/.widget.weather.WidgetsInvalidateReceiver
06-24 09:31:14.098 3113 1622 I BrcmNfcNfa: NFA_EnablePolling () 0xEF
06-24 09:31:14.098 3113 3529 I BrcmNfcNfa: NFA got event 0x0106
06-24 09:31:14.098 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_ENABLE_POLLING_EVT (0x06)
06-24 09:31:14.099 3113 1622 I BrcmNfcNfa: NFA_P2pSetListenTech (): tech_mask:0xC4
06-24 09:31:14.099 3113 3529 I BrcmNfcNfa: NFA got event 0x010E
06-24 09:31:14.099 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_SET_P2P_LISTEN_TECH_EVT (0x0e)
06-24 09:31:14.099 3113 1622 I BrcmNfcNfa: NFA_ResumeP2p ()
06-24 09:31:14.099 3113 3529 I BrcmNfcNfa: NFA got event 0x010C
06-24 09:31:14.099 3113 1622 I BrcmNfcNfa: nfa_dm_evt_hdlr even
06-24 09:31:14.099 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_RESUME_P2P_EVT (0x0c)
06-24 09:31:14.099 3113 3529 E BrcmNfcJni: nfaConnectionCallback: unknown event ????
06-24 09:31:14.103 3113 3529 I BrcmNfcNfa: NFA got event 0x0602
06-24 09:31:14.103 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_DEREG_LISTEN_EVT (0x602), flags: 00000000
06-24 09:31:14.103 3113 1622 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x7
06-24 09:31:14.103 3113 3529 I BrcmNfcNfa: NFA got event 0x0601
06-24 09:31:14.103 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_REG_LISTEN_EVT (0x601), flags: 00000000
06-24 09:31:14.103 3113 1622 I BrcmNfcNfa: NFA_StartRfDiscovery ()
06-24 09:31:14.105 3113 3529 I BrcmNfcNfa: NFA got event 0x010F
06-24 09:31:14.105 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_START_RF_DISCOVERY_EVT (0x0f)
06-24 09:31:14.105 3113 3529 I BrcmNfcNfa: LLCP_GetDiscoveryConfig ()
06-24 09:31:14.105 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:14.106 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:14.107 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:14.108 3277 3292 I zygote : NativeAllocBackground concurrent copying GC freed 43296(1935KB) AllocSpace objects, 7(140KB) LOS objects, 50% free, 8MB/16MB, paused 833us total 114.278ms
06-24 09:31:14.110 707 3582 D NxpNciX : len = 13 => 20020A03320120380101500102
06-24 09:31:14.110 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:14.110 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:14.110 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:14.110 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:14.111 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart
06-24 09:31:14.111 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart status: 0xe3
06-24 09:31:14.117 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:31:14.117 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:14.117 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:31:14.120 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:14.120 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:31:14.121 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:14.121 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:14.121 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:31:14.121 707 707 D NxpHal : > Polling Loop Started
06-24 09:31:14.121 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:31:14.121 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:31:14.123 707 3582 D NxpNciX : len = 28 => 2103190C000101010201030105018001810182018301850106017001
06-24 09:31:14.124 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:31:14.124 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:31:14.124 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:31:14.124 707 3584 D NxpHal : write successful status = 0x0
06-24 09:31:14.129 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:31:14.129 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:31:14.129 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:31:14.129 707 3584 D NxpHal : read successful status = 0x0
06-24 09:31:14.129 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:31:14.129 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:31:14.133 2358 1639 D Checkin : publish the event [tag = MOT_FPS event name = FPS_UNLOCK]
06-24 09:31:14.166 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(true)
06-24 09:31:14.166 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyScreenStateChanged(true)
06-24 09:31:14.170 19328 1631 I chatty : uid=10048(u0_a48) com.google.android.gms expire 3 lines
06-24 09:31:14.174 3113 3113 E NfcService: screen state android.intent.action.SCREEN_ON
06-24 09:31:14.174 3113 3113 E NfcService: screen state on
06-24 09:31:14.175 3113 3113 E NfcService: screen state 8
06-24 09:31:14.175 3113 3113 E NfcService: screen state mScreenState 8
06-24 09:31:14.175 3113 1038 E NfcService: applyRouting -2
06-24 09:31:14.176 3113 1038 D NfcService: Discovery configuration equal, not updating.
06-24 09:31:14.176 3113 3113 E BrcmNfcJni: nfcManager_doSetScreenOrPowerState: Enter
06-24 09:31:14.176 3113 3113 D NfcService: Discovery configuration equal, not updating.
06-24 09:31:14.194 1627 3590 I chatty : uid=1000(system) IzatProvider expire 6 lines
06-24 09:31:14.194 1096 1096 V LocSvc_HIDL_IzatSubscription: [screenStatusUpdate][552] [HS] <<<<= [HC]
06-24 09:31:14.203 19328 1687 I chatty : uid=10048(u0_a48) com.google.android.gms expire 4 lines
06-24 09:31:14.220 2580 4369 D ADSPD_LIB: Connecting Ultrasound...daemon_fd = -1
06-24 09:31:14.255 24052 24052 I DeviceStatusMonitor: onReceive() : Action = android.intent.action.SCREEN_ON
06-24 09:31:14.263 2580 4369 D ADSPD_LIB: Disconnecting Ultrasound...daemon_fd=56
06-24 09:31:14.264 2580 4369 D ADSPD_LIB: Connecting Ultrasound...daemon_fd = -1
06-24 09:31:14.266 2580 4369 D ADSPD_LIB: Disconnecting Ultrasound...daemon_fd=56
06-24 09:31:14.300 1107 1107 I DeviceStatusMonitor: onReceive() : Action = android.intent.action.SCREEN_ON
06-24 09:31:14.306 2358 2358 D StatusBar: DozeServiceHost: shouldAnimateWakeup
06-24 09:31:14.448 3277 3476 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
06-24 09:31:14.448 3277 3476 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
06-24 09:31:14.500 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3918891, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=200957, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=300, SEQNUM=350454, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Not charging, POWER_SUPPLY_CHARGE_COUNTER=1961090, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:31:14.501 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3918891, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=200957, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=300, SEQNUM=350456, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Not charging, POWER_SUPPLY_CHARGE_COUNTER=1961090, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:31:14.502 701 701 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened.
06-24 09:31:14.502 1627 1627 I EntropyMixer: Writing entropy...
06-24 09:31:14.503 9638 9638 I GsaVoiceInteractionSrv: O received Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) }
06-24 09:31:14.503 1096 1096 V LocSvc_HIDL_IzatSubscription: [powerConnectStatusUpdate][575] [HS] <<<<= [HC]
06-24 09:31:14.505 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:31:14.506 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.google.android.music/.autocache.AutoCacheSchedulingService$ActionReceiver
06-24 09:31:14.506 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.google.android.apps.photos/.scheduler.PowerReceiver
06-24 09:31:14.509 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.google.android.gms/.gcm.nts.SchedulerReceiver
06-24 09:31:14.509 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
06-24 09:31:14.515 1627 1650 E BatteryStatsService: no controller energy info supplied
06-24 09:31:14.515 1627 1650 E BatteryStatsService: no controller energy info supplied
06-24 09:31:14.588 1627 1627 I ActivityManager: Start proc 1713:com.motorola.dataoffloading/u0a34 for service com.motorola.dataoffloading/.DataOffloadIntentService
06-24 09:31:14.596 2570 2570 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:965 android.content.ContextWrapper.sendBroadcast:431 com.motorola.thermalservice.BatteryTempPolicy.sendVZWQualityDataIntent:185 com.motorola.thermalservice.BatteryTempPolicy.updateBatteryTemp:126 com.motorola.thermalservice.BatteryTempPolicy.-wrap4:0
06-24 09:31:14.598 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10000, uidRules = 0
06-24 09:31:14.598 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10003, uidRules = 0
06-24 09:31:14.598 1627 8554 I chatty : uid=1000(system) Binder:1627_18 expire 1 line
06-24 09:31:14.598 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10004, uidRules = 0
06-24 09:31:14.599 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10005, uidRules = 0
06-24 09:31:14.599 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10006, uidRules = 0
06-24 09:31:14.599 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10012, uidRules = 0
06-24 09:31:14.599 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10014, uidRules = 0
06-24 09:31:14.599 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10024, uidRules = 0
06-24 09:31:14.599 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10030, uidRules = 0
06-24 09:31:14.599 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10032, uidRules = 0
06-24 09:31:14.599 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10036, uidRules = 0
06-24 09:31:14.599 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10050, uidRules = 0
06-24 09:31:14.599 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10054, uidRules = 0
06-24 09:31:14.601 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10060, uidRules = 0
06-24 09:31:14.601 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10062, uidRules = 0
06-24 09:31:14.601 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10063, uidRules = 0
06-24 09:31:14.601 2599 2612 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10082, uidRules = 0
06-24 09:31:14.601 2599 2612 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10084, uidRules = 0
06-24 09:31:14.602 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10085, uidRules = 0
06-24 09:31:14.602 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10089, uidRules = 0
06-24 09:31:14.602 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10094, uidRules = 0
06-24 09:31:14.602 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3918891, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=200957, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=300, SEQNUM=350457, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=1961090, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:31:14.602 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10104, uidRules = 0
06-24 09:31:14.602 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10105, uidRules = 0
06-24 09:31:14.602 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10107, uidRules = 0
06-24 09:31:14.602 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10111, uidRules = 0
06-24 09:31:14.602 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10113, uidRules = 0
06-24 09:31:14.603 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3918891, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=200957, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=300, SEQNUM=350459, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=1961090, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:31:14.603 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10120, uidRules = 0
06-24 09:31:14.603 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10124, uidRules = 4
06-24 09:31:14.603 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10125, uidRules = 4
06-24 09:31:14.603 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10126, uidRules = 4
06-24 09:31:14.603 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10131, uidRules = 0
06-24 09:31:14.603 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10133, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10134, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10136, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10138, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10139, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10150, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10156, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10157, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10161, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10162, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10163, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10165, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10166, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10167, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10172, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10174, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10177, uidRules = 0
06-24 09:31:14.604 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10181, uidRules = 0
06-24 09:31:14.605 2599 2612 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10182, uidRules = 0
06-24 09:31:14.605 2599 2612 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10184, uidRules = 0
06-24 09:31:14.605 2599 2612 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10189, uidRules = 0
06-24 09:31:14.605 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10194, uidRules = 0
06-24 09:31:14.605 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10205, uidRules = 0
06-24 09:31:14.605 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10206, uidRules = 0
06-24 09:31:14.605 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10207, uidRules = 0
06-24 09:31:14.606 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10213, uidRules = 0
06-24 09:31:14.606 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10214, uidRules = 0
06-24 09:31:14.606 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10215, uidRules = 0
06-24 09:31:14.606 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10216, uidRules = 0
06-24 09:31:14.606 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10217, uidRules = 0
06-24 09:31:14.606 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10221, uidRules = 0
06-24 09:31:14.606 2599 3236 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10225, uidRules = 0
06-24 09:31:14.606 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10228, uidRules = 0
06-24 09:31:14.606 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10229, uidRules = 0
06-24 09:31:14.606 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10230, uidRules = 0
06-24 09:31:14.606 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10232, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10233, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10239, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10240, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10242, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10243, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10252, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10254, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10256, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10257, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10260, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10290, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10291, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10294, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10295, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10297, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10298, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10302, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10303, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10304, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10305, uidRules = 0
06-24 09:31:14.607 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10468, uidRules = 0
06-24 09:31:14.610 2763 4150 I chatty : uid=10048(u0_a48) netscheduler-qu expire 120 lines
06-24 09:31:14.618 24052 24052 I DownloadManagerWrapper: Battery status: 2
06-24 09:31:14.618 24052 24052 I DownloadManagerWrapper: onReceive() : Charging = true
06-24 09:31:14.619 24543 24543 D GS-WakeUp: Wakeup by: android.intent.action.ACTION_POWER_CONNECTED
06-24 09:31:14.620 2599 2599 D VzwLowBatteryAlertReceiver: onRecive Intent android.intent.action.ACTION_POWER_CONNECTED
06-24 09:31:14.625 2599 2599 D VzwLowBatteryAlertService: Create the servicecom.motorola.vzw.phone.extensions.VzwLowBatteryAlertService@635abe6
06-24 09:31:14.626 2599 2599 D VzwLowBatteryAlertService: mPhoneStateListener = com.motorola.vzw.phone.extensions.VzwLowBatteryAlertService$MyPhoneStateListener@fbb7962
06-24 09:31:14.626 2599 2599 D VzwLowBatteryAlertService: mHandler = Handler (com.motorola.vzw.phone.extensions.VzwLowBatteryAlertService$MyHandler) {59abaf3}
06-24 09:31:14.626 2599 2599 D VzwLowBatteryAlertService: mReceiver = com.motorola.vzw.phone.extensions.VzwLowBatteryAlertService$MyBroadcastReceiver@2c9d3b0
06-24 09:31:14.627 2599 1734 D VzwLowBatteryAlertService: onHandleIntent
06-24 09:31:14.627 2599 1734 D VzwLowBatteryAlertService: Received power connect event, remove pending play beep tone message
06-24 09:31:14.628 2599 1734 D VzwLowBatteryAlertService: Remove any pending play beep tone message
06-24 09:31:14.709 1627 1637 I ActivityManager: Start proc 1744:com.google.android.talk/u0a228 for service com.google.android.talk/com.google.android.apps.hangouts.concurrent.impl.GcmTriggeredNotifier
06-24 09:31:14.737 1627 8554 I ActivityManager: Start proc 1783:com.google.android.videos/u0a157 for service com.google.android.videos/com.google.android.apps.play.movies.common.service.drm.RefreshLicenseTaskService
06-24 09:31:14.822 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:31:14.917 1627 2224 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher (has extras)} from uid 1000
06-24 09:31:14.923 1055 1191 I ThermalEngine: Thermal-Server: Thermal received msg from override
06-24 09:31:14.923 710 1837 I Thermal-Lib: Thermal-Lib-Client: Client request sent
06-24 09:31:14.952 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3918891, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=200957, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=300, SEQNUM=350463, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=1961090, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:31:15.037 1627 2224 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher (has extras)} from uid 1000
06-24 09:31:15.090 1627 1636 I zygote : Background concurrent copying GC freed 40505(2MB) AllocSpace objects, 16(1192KB) LOS objects, 38% free, 38MB/62MB, paused 601us total 349.187ms
06-24 09:31:15.164 1627 2614 D ConnectivityService: Returning unblocked NetworkInfo to uid=10303
06-24 09:31:15.254 23753 23788 W SearchServiceCore: Abort, client detached.
06-24 09:31:15.357 701 701 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened.
06-24 09:31:15.365 1627 14424 E BatteryStatsService: no controller energy info supplied
06-24 09:31:15.365 1627 14424 E BatteryStatsService: no controller energy info supplied
06-24 09:31:15.373 725 725 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
06-24 09:31:15.449 9064 1879 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 88)
06-24 09:31:15.469 701 701 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened.
06-24 09:31:15.478 1627 16837 E BatteryStatsService: no controller energy info supplied
06-24 09:31:15.478 1627 16837 E BatteryStatsService: no controller energy info supplied
06-24 09:31:15.535 1627 2303 D WifiNative-wlan0: Scan issued for specific freq..
06-24 09:31:15.572 2763 32320 I chatty : uid=10048(u0_a48) com.google.android.gms.persistent expire 4 lines
06-24 09:31:15.572 2763 521 I chatty : uid=10048(u0_a48) com.google.android.gms.persistent expire 11 lines
06-24 09:31:15.584 1744 1744 W PrimesInit: Primes instant initialization
06-24 09:31:15.590 24543 1842 D GS-PostLocation: Successfully sent location data.
06-24 09:31:15.598 1744 1919 W Primes : background initialization
06-24 09:31:15.618 1744 1919 I PrimesTesting: GserviceFlagsSupplier.get()
06-24 09:31:15.663 1744 1918 E SQLiteLog: (1) no such table: mmsconfig
06-24 09:31:15.667 1744 1918 E hka : Babel_SMS: canonicalizeMccMnc: invalid mccmnc nullnull
06-24 09:31:15.684 1627 16837 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:15.685 1627 16837 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:15.686 1627 14424 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:15.687 1627 1637 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:15.688 1627 1637 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:15.720 1627 16837 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:15.721 1627 1637 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:15.727 1627 1637 I chatty : uid=1000(system) Binder:1627_1 identical 2 lines
06-24 09:31:15.736 1627 1637 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:15.759 24543 24570 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=781d28f1-11b1-4244-b9ae-66af2da111f4, tags={ io.mysdk.locs.xdk.work.workers.loc.LocWorker, periodic_SEND_DB_LOCS } ]
06-24 09:31:15.768 1627 1637 D ConnectivityService: Returning unblocked NetworkInfo to uid=10228
06-24 09:31:15.860 1783 1783 V MediaRouter: Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
06-24 09:31:15.867 1783 1783 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
06-24 09:31:15.917 1783 1783 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context.
06-24 09:31:15.927 24543 24570 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=8593efc1-7e6e-4e40-b6a7-880fd1a3bedc, tags={ one_time_WR_SEND, io.mysdk.locs.xdk.work.workers.tech.TechSignalWorker } ]
06-24 09:31:15.949 1627 14424 D ConnectivityService: Returning unblocked NetworkInfo to uid=10157
06-24 09:31:15.996 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 283, previously 2340
06-24 09:31:15.997 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 192, previously 816
06-24 09:31:16.018 1783 1783 W PrimesInit: Primes instant initialization
06-24 09:31:16.019 1783 1955 W Primes : background initialization
06-24 09:31:16.040 1783 1955 I PrimesTesting: GserviceFlagsSupplier.get()
06-24 09:31:16.045 1783 1783 W PlayMovies: VideosInitializer.initializeApp:31 Installer Package: com.android.vending
06-24 09:31:16.045 1783 1783 W PlayMovies:
06-24 09:31:16.070 1783 1783 D MediaRouter: selectRoute with route RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
06-24 09:31:16.070 1783 1783 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
06-24 09:31:16.258 2763 2763 I chatty : uid=10048(u0_a48) com.google.android.gms.persistent expire 4 lines
06-24 09:31:16.273 24373 24385 I Finsky : [29863] qwz.a(24): Will not allow first-party apps signed by test keys
06-24 09:31:16.338 24373 24385 I Finsky : [29863] bgc.a(1): Received content filters request from com.google.android.videos
06-24 09:31:16.357 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462606 sw vsyncs) (0 skipped) (65:5475064 vsyncs) (67:12186387)
06-24 09:31:16.979 684 891 W qti_sensors_hal: processReportInd: lux: 769, ch0: 433, ch1: 271
06-24 09:31:17.066 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3812843, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=796809, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=300, SEQNUM=350466, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=1960343, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:31:17.095 725 725 I SFPerfTracer: triggers: (rate: 2291:164076) (compose: 1:182) (post: 2:555) (render: 2:703) (65:2916838 frames) (66:3222138)
06-24 09:31:17.096 725 725 D SFPerfTracer: layers: (5:12) (StatusBar#0 (0xadac5000): 15:416418) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15721) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15353) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7f0000): 38:176) (AOD#0 (0xad7d6000): 0:81)- (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7d6000): 60:69)
06-24 09:31:17.419 1627 14424 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.vzw.hss.myverizon/.rdd.analytics.receiver.BatteryUsageUploadPluginReceiver
06-24 09:31:17.419 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.vzw.hss.myverizon/.rdd.vmas.VmasUploadReceiver
06-24 09:31:17.419 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.vzw.hss.myverizon/com.vzw.vzwanalytics.PowerConnectionReceiver
06-24 09:31:17.420 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.vzw.hss.myverizon/com.verizon.mips.selfdiagnostic.uploadtable.UploadReceiverPluginPlugOut
06-24 09:31:17.420 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.alienmanfc6.wheresmyandroid/com.geolocstation.WakeUp
06-24 09:31:17.421 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.apalon.weatherlive/.dock.PowerStateEventReceiver
06-24 09:31:17.421 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to hr.titaniumrecorder.android.free/com.calldorado.android.actionreceiver.ActionReceiver
06-24 09:31:17.421 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to hr.titaniumrecorder.android.free/com.qualityinfo.InsightReceiver
06-24 09:31:17.474 684 891 W qti_sensors_hal: processReportInd: lux: 885, ch0: 491, ch1: 270
06-24 09:31:17.487 24543 24570 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=8fd738da-5683-44b1-a7c6-4b33cdb724bc, tags={ io.mysdk.locs.xdk.work.workers.startup.StartupWorker, one_time_SHED_LOC_REQ } ]
06-24 09:31:17.526 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 09:31:17.568 701 701 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened.
06-24 09:31:17.571 9064 1981 D ConnectivityManager: getMobileDataEnabled()+ subId=1
06-24 09:31:17.573 1627 1637 E BatteryStatsService: no controller energy info supplied
06-24 09:31:17.573 1627 1637 E BatteryStatsService: no controller energy info supplied
06-24 09:31:17.576 9064 1981 D ConnectivityManager: getMobileDataEnabled()- subId=1 retVal=true
06-24 09:31:17.587 9064 1981 D VzwUnifiedSettingsLib: getSetting():key = vowifi_on_off
06-24 09:31:17.592 2599 2681 I UnifiedSettings: avs direct validate uid=10010
06-24 09:31:17.592 1627 2614 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.verizon.action.ACTION_POWER_CONNECTED flg=0x10 pkg=com.vzw.hss.myverizon (has extras) } from com.verizon.mips.services (pid=9064, uid=10010) is not exported from uid 10009 due to receiver com.vzw.hss.myverizon/com.vzw.vzwanalytics.PowerConnectionReceiver
06-24 09:31:17.592 2599 2681 I UnifiedSettings: getPackageByUid uid=10010
06-24 09:31:17.592 2599 2681 I UnifiedSettings: getPackageByUid pkg=com.verizon.mips.services
06-24 09:31:17.657 1627 9232 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:17.672 1627 1647 I ActivityManager: Start proc 1984:com.vzw.hss.myverizon/u0a9 for broadcast com.vzw.hss.myverizon/com.verizon.mips.selfdiagnostic.uploadtable.UploadReceiverPluginPlugOut
06-24 09:31:17.674 2599 2681 E ActivityThread: Failed to find provider info for com.verizon.vzwavs.provider
06-24 09:31:17.675 2570 1983 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 88)
06-24 09:31:17.680 2570 1983 E MotoBatteryStats: Unable to create battery stats object due to remote exception.
06-24 09:31:17.680 2570 1983 E MCLOG_INT: MC_BattStatsFactory : Unable to get batt stats instance.
06-24 09:31:17.680 2570 1983 E MC_BattStatsIntServ: Unable to get new battery stats.
06-24 09:31:17.716 2599 2681 D UnifiedSettings: checkVZWAVS found package : com.verizon.mips.services contain VZW API ID : VZWSETTINGS
06-24 09:31:17.721 2599 2681 D UnifiedSettings: avsCheck: Calling UID =10010validate =true MyUID = 1001
06-24 09:31:17.762 9064 1981 D VzwUnifiedSettingsLib: key = vowifi_on_off value = 0
06-24 09:31:17.763 9064 1981 D VzwUnifiedSettingsLib: getSetting():key = volte_on_off
06-24 09:31:17.765 2599 2612 I UnifiedSettings: avs direct validate uid=10010
06-24 09:31:17.765 2599 2612 I UnifiedSettings: getPackageByUid uid=10010
06-24 09:31:17.765 2599 2612 I UnifiedSettings: getPackageByUid pkg=com.verizon.mips.services
06-24 09:31:17.766 2599 2612 E ActivityThread: Failed to find provider info for com.verizon.vzwavs.provider
06-24 09:31:17.769 2599 2612 D UnifiedSettings: checkVZWAVS found package : com.verizon.mips.services contain VZW API ID : VZWSETTINGS
06-24 09:31:17.769 2599 2612 D UnifiedSettings: avsCheck: Calling UID =10010validate =true MyUID = 1001
06-24 09:31:17.774 9064 1981 D VzwUnifiedSettingsLib: key = volte_on_off value = 1
06-24 09:31:17.786 1627 3424 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:17.830 9064 1981 D mdm.sdk.McAfeeSecurity: isExists : true
06-24 09:31:17.831 9064 1981 D mdm.sdk.McAfeeSecurity: isExists : true
06-24 09:31:17.832 9064 1981 E mdm.sdk.McAfeeSecurity: E : android.content.pm.PackageManager$NameNotFoundException: com.asurion.android.verizon.vms
06-24 09:31:17.832 9064 1981 D mdm.sdk.McAfeeSecurity: isExists : false
06-24 09:31:17.832 9064 1981 D mdm.sdk.McAfeeSecurity: mainTid = 2 myTid = 30247
06-24 09:31:17.839 8558 8570 I zygote : Background concurrent copying GC freed 10516(1254KB) AllocSpace objects, 19(380KB) LOS objects, 66% free, 765KB/2MB, paused 13.409ms total 27.308ms
06-24 09:31:17.862 9064 1981 D MDM : Pid: 9064 Tid: 30247 File: null, Line: 7, :arn::cW
06-24 09:31:17.863 9064 1981 D MDM : isExists : true
06-24 09:31:17.863 9064 1981 D MDM : currentapiVersion : 26
06-24 09:31:17.863 9064 1981 D MDM : TargetPackageName : com.securityandprivacy.android.verizon.vms
06-24 09:31:17.865 9064 9064 D MDM : Pid: 9064 Tid: 2 File: null, Line: 9, :arn$1::onServiceConnectedMDM service connected
06-24 09:31:17.937 19328 1980 I chatty : uid=10048(u0_a48) lowpool[179] expire 19 lines
06-24 09:31:17.958 1627 2375 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:17.999 1627 1636 I zygote : Background concurrent copying GC freed 46871(2MB) AllocSpace objects, 14(2MB) LOS objects, 37% free, 40MB/64MB, paused 762us total 374.345ms
06-24 09:31:18.044 710 1998 I Thermal-Lib: Thermal-Lib-Client: Client request sent
06-24 09:31:18.044 1055 1191 I ThermalEngine: Thermal-Server: Thermal received msg from override
06-24 09:31:18.161 2763 3485 I chatty : uid=10048(u0_a48) Binder:2763_8 expire 6 lines
06-24 09:31:18.275 9064 1981 D MDM : Pid: 9064 Tid: 30247 File: null, Line: 39, :arn::cXMDM client login successfully.
06-24 09:31:18.275 9064 1981 D MDM : Pid: 9064 Tid: 30247 File: null, Line: 7, :arn::start
06-24 09:31:18.276 9064 1981 D MDM : Pid: 9064 Tid: 30247 File: null, Line: 7, :arn::isRunning
06-24 09:31:18.279 9064 1981 D MDM : Pid: 9064 Tid: 30247 File: null, Line: 7, :arn::Gf
06-24 09:31:18.286 9064 1981 D MDM : Pid: 9064 Tid: 30247 File: null, Line: 7, :arn::Gh
06-24 09:31:18.290 1627 2375 D WificondControl: Scan result ready event
06-24 09:31:18.396 8655 8667 D AndroidRooting: isRooted false
06-24 09:31:18.396 9064 1981 D MDM : Pid: 9064 Tid: 30247 File: null, Line: 7, :arn::Gg
06-24 09:31:18.397 9064 1981 D MDM : Pid: 9064 Tid: 30247 File: null, Line: 7, :arn::Gi
06-24 09:31:18.402 9064 1981 D MDM : Pid: 9064 Tid: 30247 File: null, Line: 7, :arn::Gj
06-24 09:31:18.402 19328 11595 I chatty : uid=10048(u0_a48) highpool[25] expire 5 lines
06-24 09:31:18.403 19328 27798 I chatty : uid=10048(u0_a48) highpool[27] expire 3 lines
06-24 09:31:18.429 9064 1981 D MDM : Pid: 9064 Tid: 30247 File: null, Line: 7, :arn::Ge
06-24 09:31:18.430 9064 1981 D MDM : Pid: 9064 Tid: 30247 File: null, Line: 7, :arn::shutdown
06-24 09:31:18.595 1984 1984 I MultiDex: VM with version 2.1.0 has multidex support
06-24 09:31:18.595 1984 1984 I MultiDex: Installing application
06-24 09:31:18.595 1984 1984 I MultiDex: VM has multidex support, MultiDex support library is disabled.
06-24 09:31:18.642 1627 1637 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:18.685 24543 24570 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=6757dadc-436b-47ff-af61-7fbe2fe24739, tags={ periodic_INIT, io.mysdk.locs.xdk.work.workers.init.InitWorker } ]
06-24 09:31:18.703 24543 24570 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=23bd94f9-fd54-47ca-b222-006c6a480b14, tags={ io.mysdk.locs.xdk.work.workers.startup.StartupWorker, one_time_STARTUP } ]
06-24 09:31:18.731 24543 24570 I WM-WorkerWrapper: Work [ id=d5f4c21e-3ed7-49eb-aca7-7b5bab3cc23c, tags={ io.mysdk.locs.xdk.work.workers.tech.TechSignalWorker, periodic_COLLECT } ] was cancelled
06-24 09:31:18.731 24543 24570 I WM-WorkerWrapper: java.util.concurrent.CancellationException: Task was cancelled.
06-24 09:31:18.731 24543 24570 I WM-WorkerWrapper: at androidx.work.impl.utils.futures.AbstractFuture.cancellationExceptionWithCause(AbstractFuture.java:1184)
06-24 09:31:18.731 24543 24570 I WM-WorkerWrapper: at androidx.work.impl.utils.futures.AbstractFuture.getDoneValue(AbstractFuture.java:514)
06-24 09:31:18.731 24543 24570 I WM-WorkerWrapper: at androidx.work.impl.utils.futures.AbstractFuture.get(AbstractFuture.java:475)
06-24 09:31:18.731 24543 24570 I WM-WorkerWrapper: at androidx.work.impl.WorkerWrapper$2.run(WorkerWrapper.java:289)
06-24 09:31:18.731 24543 24570 I WM-WorkerWrapper: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-24 09:31:18.731 24543 24570 I WM-WorkerWrapper: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-24 09:31:18.731 24543 24570 I WM-WorkerWrapper: at java.lang.Thread.run(Thread.java:764)
06-24 09:31:18.758 1984 1984 I MultiDex: Installing application
06-24 09:31:18.758 1984 1984 I MultiDex: VM has multidex support, MultiDex support library is disabled.
06-24 09:31:18.880 1984 1984 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
06-24 09:31:18.884 1984 1984 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
06-24 09:31:18.886 1984 1984 I FirebaseInitProvider: FirebaseApp initialization successful
06-24 09:31:18.909 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 55, previously 56
06-24 09:31:18.913 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 119, previously 122
06-24 09:31:18.913 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 158, previously 509
06-24 09:31:18.926 1984 1984 D SoLoader: init start
06-24 09:31:18.927 1984 1984 D SoLoader: adding system library source: /vendor/lib
06-24 09:31:18.927 1984 1984 D SoLoader: adding system library source: /system/lib
06-24 09:31:18.927 1984 1984 D SoLoader: adding application source: aik[root = /data/app/com.vzw.hss.myverizon-qbacwV9tmSLtpyGbd_l9EQ==/lib/arm flags = 0]
06-24 09:31:18.928 1984 1984 D SoLoader: adding backup source from : aii[root = /data/data/com.vzw.hss.myverizon/lib-main flags = 1]
06-24 09:31:18.928 1984 1984 D SoLoader: Preparing SO source: aik[root = /system/lib flags = 2]
06-24 09:31:18.928 1984 1984 D SoLoader: Preparing SO source: aik[root = /system/vendor/lib flags = 2]
06-24 09:31:18.928 1984 1984 D SoLoader: Preparing SO source: aik[root = /data/app/com.vzw.hss.myverizon-qbacwV9tmSLtpyGbd_l9EQ==/lib/arm flags = 0]
06-24 09:31:18.928 1984 1984 D SoLoader: Preparing SO source: aii[root = /data/data/com.vzw.hss.myverizon/lib-main flags = 1]
06-24 09:31:18.973 1984 1984 V fb-UnpackingSoSource: locked dso store /data/user/0/com.vzw.hss.myverizon/lib-main
06-24 09:31:18.981 1984 1984 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.vzw.hss.myverizon/lib-main
06-24 09:31:18.981 1984 1984 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.vzw.hss.myverizon/lib-main
06-24 09:31:18.981 1984 1984 D SoLoader: init finish: 4 SO sources prepared
06-24 09:31:18.981 1984 1984 D SoLoader: init exiting
06-24 09:31:19.003 1984 2012 I FA : App measurement is starting up, version: 14711
06-24 09:31:19.003 1984 2012 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
06-24 09:31:19.003 1984 2012 I FA : To enable faster debug mode event logging run:
06-24 09:31:19.003 1984 2012 I FA : adb shell setprop debug.firebase.analytics.app com.vzw.hss.myverizon
06-24 09:31:19.144 1984 1984 D ems : instance of EmptyLogHandler created.
06-24 09:31:19.243 1783 1967 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-24 09:31:19.243 1783 1967 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-24 09:31:19.250 1783 1967 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-24 09:31:19.250 1783 1967 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-24 09:31:19.251 1783 1967 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-24 09:31:19.251 1783 1967 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-24 09:31:19.253 1783 1967 W VideoCapabilities: Unrecognized profile/level 0/3 for video/mpeg2
06-24 09:31:19.282 1783 1967 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
06-24 09:31:19.289 1783 1967 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-24 09:31:19.289 1783 1967 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-24 09:31:19.290 1783 1967 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-24 09:31:19.290 1783 1967 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-24 09:31:19.293 1783 1967 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-24 09:31:19.293 1783 1967 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-24 09:31:19.415 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 22
06-24 09:31:19.480 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1310, previously 1354
06-24 09:31:19.641 701 701 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened.
06-24 09:31:19.648 1627 14966 E BatteryStatsService: no controller energy info supplied
06-24 09:31:19.648 1627 14966 E BatteryStatsService: no controller energy info supplied
06-24 09:31:19.698 29797 2042 D PhFileGroupPop: Added file groups webref-model-local-index
06-24 09:31:19.705 29797 2042 D PhFileGroupPop: Added file groups smart_actions_grammars
06-24 09:31:19.707 29797 2042 D PhFileGroupPop: Added file groups smart_actions_ml_models
06-24 09:31:19.715 24543 24570 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=fc2eb9e3-455c-4cf3-876c-ee0a11ea1374, tags={ io.mysdk.locs.xdk.work.workers.startup.StartupWorker, one_time_STARTUP } ]
06-24 09:31:19.767 24543 24570 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=5408f995-f5e2-4c94-ba00-3d7179258ebf, tags={ io.mysdk.locs.xdk.work.workers.loc.LocWorker, periodic_SEND_DB_LOCS } ]
06-24 09:31:19.777 2570 2046 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 88)
06-24 09:31:19.778 2570 2046 E MotoBatteryStats: Unable to create battery stats object due to remote exception.
06-24 09:31:19.778 2570 2046 E MCLOG_INT: MC_BattStatsFactory : Unable to get batt stats instance.
06-24 09:31:19.778 2570 2046 E MC_BattStatsIntServ: Unable to get new battery stats.
06-24 09:31:19.793 1627 16837 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.net.wifi.SCAN_RESULTS flg=0x4000010 (has extras) } to com.vzw.hss.myverizon/com.vzw.mobilefirst.inStore.receiver.MFWifiScanReceiver
06-24 09:31:19.820 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.net.wifi.SCAN_RESULTS flg=0x4000010 (has extras) } to com.vzw.hss.myverizon/com.vzw.mobilefirst.inStore.receiver.MFWifiScanReceiver
06-24 09:31:19.826 1627 14966 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.net.wifi.SCAN_RESULTS flg=0x4000010 (has extras) } to com.vzw.hss.myverizon/com.vzw.mobilefirst.inStore.receiver.MFWifiScanReceiver
06-24 09:31:20.059 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 420, previously 442
06-24 09:31:20.062 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 269, previously 272
06-24 09:31:20.062 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 132, previously 396
06-24 09:31:20.182 29797 2042 D WebrefLocalSlicingFGP: Added file group webref-model-local
06-24 09:31:20.243 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 526, previously 525
06-24 09:31:20.243 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 360, previously 1385
06-24 09:31:20.243 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 215, previously 1153
06-24 09:31:20.307 19328 1979 I chatty : uid=10048(u0_a48) lowpool[178] expire 11 lines
06-24 09:31:20.411 29797 2042 D PhFileGroupPop: Added file groups webref-model-local-index
06-24 09:31:20.414 29797 2042 D PhFileGroupPop: Added file groups smart_actions_grammars
06-24 09:31:20.416 29797 2042 D PhFileGroupPop: Added file groups smart_actions_ml_models
06-24 09:31:20.443 29797 2042 D WebrefLocalSlicingFGP: Added file group webref-model-local
06-24 09:31:20.534 1627 1637 I ActivityManager: Start proc 2062:com.google.android.music:main/u0a148 for service com.google.android.music/.sync.google.MusicGcmTaskService
06-24 09:31:20.820 2062 2062 I MultiDex: VM with version 2.1.0 has multidex support
06-24 09:31:20.820 2062 2062 I MultiDex: install
06-24 09:31:20.820 2062 2062 I MultiDex: VM has multidex support, MultiDex support library is disabled.
06-24 09:31:20.854 2062 2062 D ProcessNameProvider: Content provider MainProcessTypeInitializerContentProvider created for process MAIN
06-24 09:31:20.896 2062 2062 D MusicLifecycle: com.google.android.music.store.ConfigContentProvider generated event: Content provider created
06-24 09:31:20.899 2062 2062 D MusicLifecycle: com.google.android.music.api.MusicPublicContentProvider generated event: Content provider created
06-24 09:31:20.906 2062 2062 D MusicLifecycle: com.google.android.music.store.MusicContentProvider generated event: Content provider created
06-24 09:31:20.919 2062 2062 D MusicLifecycle: com.google.android.music.ui.PhoneMusicApplication generated event: Application created
06-24 09:31:20.919 2062 2062 I AndroidMusic: Application start. Process=MAIN
06-24 09:31:20.984 2062 2062 D MusicLifecycle: com.google.android.music.store.ConfigContentProvider generated event: initializing
06-24 09:31:20.989 2062 2062 I BaseStore: ConfigStore database version: 1
06-24 09:31:21.255 2062 2062 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 284 native methods...
06-24 09:31:21.354 2062 2062 D NetworkSecurityConfig: No Network Security Config specified, using platform default
06-24 09:31:21.362 2062 2062 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
06-24 09:31:21.362 2062 2062 D AndroidMusic: GMSCore installation verified
06-24 09:31:21.872 2062 2062 I MusicExperimentManager: Received config change, experiments list is 12600335,12600357,12600366,12600390,12600394,12600397,12600426,12600428,12600430,12600443,12600465,12600466,12600467,12600506,12600526,12600530,12600533,12600536,12602068,12604244,12604245,12604246,12611729,12612209,12612247,12616614,12616615,12617467,12619023,12619033,12619127,12620830,12625361,12625500,12625941,12626008,12626945,12627281,12627951,12628654,12629142,12629667,12630065,12630209,12631091,12631643,12632064,12632128,12632720,12633320,12634000,12635028,12635213,12636020,12641074,12641836,12641837,12642011,12642809,12643537,12648818,12648954,12649047,12650240,12650284,12650285,12652170,12653224,12653393,12653567,12655808,12656072,12656567,12657925,12658555,12658847,12660587,12661698,12664007,12664178,12664317,12664580,12665507,12666135,12667660,12667670,12669086,12669482
06-24 09:31:21.914 2062 2062 I BaseStore: Store database version: 146
06-24 09:31:22.022 2062 2062 I PlaybackClient: init: Initializing
06-24 09:31:22.060 1627 1636 I zygote : Background concurrent copying GC freed 55349(2MB) AllocSpace objects, 6(2MB) LOS objects, 38% free, 38MB/62MB, paused 727us total 310.758ms
06-24 09:31:22.238 1627 1637 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:22.371 2062 2062 D MusicLifecycle: com.google.android.music.net.NetworkConnectivityMonitor$NetworkChangedReceiver generated event: Broadcast received with context com.google.android.music.ui.PhoneMusicApplication@6d1f09b and intent Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) }
06-24 09:31:22.372 2062 2062 I NetworkConnectivity: Network state changed: [type: MOBILE[LTE], state: CONNECTED/CONNECTED, reason: connected, extra: VZWINTERNET, failover: false, available: true, roaming: false, metered: true]
06-24 09:31:22.375 2062 2062 D MusicLifecycle: com.google.android.music.download.EncapsulatedBroadcastReceiver$1 generated event: Broadcast received with context com.google.android.music.ui.PhoneMusicApplication@6d1f09b and intent Intent { act=com.google.android.music.ResumeStorageMigration flg=0x10 (has extras) }
06-24 09:31:22.399 2062 2062 D MusicLifecycle: com.google.android.music.download.EncapsulatedBroadcastReceiver$1 generated event: Broadcast received with context com.google.android.music.ui.PhoneMusicApplication@6d1f09b and intent Intent { act=com.google.android.music.download.keepon.KeeponSchedulingService.START_DOWNLOAD flg=0x10 }
06-24 09:31:22.405 2062 2062 I NetworkPolicyMonitor: Download-ability status changed to (true) unmetered wifi/eth: false mobileOrMetered: true
06-24 09:31:22.430 2062 2062 I NetworkPolicyMonitor: Stream-ability status changed to (true) unmetered wifi/eth: false mobileOrMetered: true
06-24 09:31:22.470 2062 2106 D AwarenessRouter: 0 new fences
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: Error while reading from SharedPreferences
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at android.app.ContextImpl.checkMode(ContextImpl.java:2419)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:391)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:378)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(Unknown Source:11)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at com.google.android.music.preferences.MusicPreferences.getAdvertisingIdInfo(MusicPreferences.java:2482)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at com.google.android.music.preferences.MusicPreferences.access$1000(MusicPreferences.java:84)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at com.google.android.music.preferences.MusicPreferences$7.run(MusicPreferences.java:2463)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at com.google.android.music.utils.async.TraceableRunnable.runLogged(TraceableRunnable.java:21)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at com.google.android.music.utils.async.LoggedRunnable.run(LoggedRunnable.java:30)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at android.os.Handler.handleCallback(Handler.java:789)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at android.os.Handler.dispatchMessage(Handler.java:98)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at com.google.android.music.utils.LoggableHandler.dispatchMessage(LoggableHandler.java:74)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at android.os.Looper.loop(Looper.java:164)
06-24 09:31:22.474 2062 2091 W AdvertisingIdClient: at android.os.HandlerThread.run(HandlerThread.java:65)
06-24 09:31:22.479 2062 2106 D AwarenessRouter: 0 fences already registered
06-24 09:31:22.507 2062 2106 D AwarenessRouter: Successfully removed 0 context fences
06-24 09:31:22.797 2062 2062 D MusicLifecycle: com.google.android.music.sync.SyncAdapterService generated event: Service created
06-24 09:31:22.832 2062 2138 D MusicLifecycle: com.google.android.music.sync.google.MusicSyncAdapter generated event: Sync started
06-24 09:31:23.268 1627 1637 I ActivityManager: Start proc 2155:com.rocketouch.CRCKosher2013/u0a207 for service com.rocketouch.CRCKosher2013/com.firebase.jobdispatcher.GooglePlayReceiver
06-24 09:31:23.456 19328 25439 I chatty : uid=10048(u0_a48) com.google.android.gms expire 2 lines
06-24 09:31:23.483 2155 2155 I FirebaseInitProvider: FirebaseApp initialization unsuccessful
06-24 09:31:23.516 2155 2187 D NetworkSecurityConfig: No Network Security Config specified, using platform default
06-24 09:31:23.966 2062 2138 D MusicProfiler: http: duration=0579ms uri=https://mclients.googleapis.com/sj/v2.5/config?hl=en_US&tier=aa&dv=80591&client-build-type=PROD&alt=json&max-results=0
06-24 09:31:24.003 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1095, previously 1115
06-24 09:31:24.003 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1145, previously 1144
06-24 09:31:24.004 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 220, previously 1405
06-24 09:31:24.125 684 1700 D ToFSensors: Enable SAR mode with 0
06-24 09:31:24.125 684 1700 D ToFSensors: Enter setSARConfig with mode cross_high
06-24 09:31:24.126 684 1700 D ToFSensors: New autonomous mode 1 setting 5000 1 1 1 75 70 0 0.000000 0.000000
06-24 09:31:24.132 684 1700 D ToFSensors: Enable SAR mode with 2
06-24 09:31:24.157 2062 2138 I ConfigSyncHelper: Nautilus purchase became available.
06-24 09:31:24.166 2062 2062 I MusicExperimentManager: Received config change, experiments list is 12600335,12600357,12600366,12600390,12600394,12600397,12600426,12600428,12600430,12600443,12600465,12600466,12600467,12600506,12600526,12600530,12600533,12600536,12602068,12604244,12604245,12604246,12611729,12612209,12612247,12616614,12616615,12617467,12619023,12619033,12619127,12620830,12625361,12625500,12625941,12626008,12626945,12627281,12627951,12628654,12629142,12629667,12630065,12630209,12631091,12631643,12632064,12632128,12632720,12633320,12634000,12635028,12635213,12636020,12641074,12641836,12641837,12642011,12642809,12643537,12648818,12648954,12649047,12650240,12650284,12650285,12652170,12653224,12653393,12653567,12655808,12656072,12656567,12657925,12658555,12658847,12660587,12661698,12664007,12664178,12664317,12664580,12665507,12666135,12667660,12667670,12669086,12669482
06-24 09:31:24.188 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 420, previously 442
06-24 09:31:24.189 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 269, previously 272
06-24 09:31:24.189 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 132, previously 396
06-24 09:31:24.214 2062 2106 D AwarenessRouter: 0 new fences
06-24 09:31:24.254 2062 2106 D AwarenessRouter: 0 fences already registered
06-24 09:31:24.257 2062 2106 D AwarenessRouter: Successfully removed 0 context fences
06-24 09:31:24.302 1065 2339 E Diag_Lib: [IMS_QMID] |qmi_ims_dsd.c | 242 | QCCI#>>#QMID#0#QMI_DSD Indication for MSG ID [38]
06-24 09:31:24.302 1065 2339 E Diag_Lib: [IMS_QMID] |qmi_ims_dsd.c | 300 | QMID#>>#DPL#0#QMI_DSD Calling callback , Indication for MSG ID [38]
06-24 09:31:24.325 1065 2339 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 7640 bytes
06-24 09:31:24.339 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 28 lines
06-24 09:31:24.393 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21
06-24 09:31:24.394 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:31:24.396 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:31:24.396 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:31:24.430 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:31:24.430 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:31:24.430 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:31:24.430 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:31:24.500 2599 2599 D CdmaPCDHandler: mcc 311 sid 0 tz -5 dstflag 0
06-24 09:31:24.500 2599 2599 D CdmaPCDHandler: mCurrentMCC 311 mCurrentSID 0 mCurrentIDD 011
06-24 09:31:24.500 2599 2599 D CdmaPCDHandler: Return as nothing changed
06-24 09:31:24.510 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:31:24.511 4295 4295 D OtaLibrary: PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:31:24.513 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:31:24.514 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:31:24.514 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:31:24.518 2599 2599 D ServiceStateProvider: subId=1
06-24 09:31:24.518 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:31:24.519 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:31:24.520 2545 2645 D QCNEJ : |CORE| onServiceStateChanged: dataState: 2 DDS:1 Notify service state update
06-24 09:31:24.522 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
06-24 09:31:24.522 2545 2645 D QCNEJ : |CORE| Notified wwan sub type: 13 for sub: 1
06-24 09:31:24.524 2545 2645 D QCNEJ : |CORE| getDataOnRoamingEnabled: phoneSubId=1 isDataRoamingEnabled=true
06-24 09:31:24.524 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled: dataRegRoaming = false RoamingonUI = true isDataRoamingAllowed = true
06-24 09:31:24.524 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled is enabled true && isDataRoamingAllowed true
06-24 09:31:24.524 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
06-24 09:31:24.535 8363 8363 D OtaApp : PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:31:24.545 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3812843, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=796809, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=300, SEQNUM=350468, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=1960343, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:31:24.568 24676 24676 I CarrierServices: [2] cyx.onReceive: Received SERVICE_STATE intent, clearing cached cell info
06-24 09:31:24.594 2599 3586 I QImsService: ImsConfigImpl : getCarrierConfigBoolean key=moto_vowifi_home_priority, value=false
06-24 09:31:24.599 2599 3586 I QImsService: ImsConfigImpl : getProvisionedValue item=27
06-24 09:31:24.600 2599 3586 I QImsService: ImsSenderRxr : [14412]> REQUEST_GET_IMS_CONFIG [SUB0]
06-24 09:31:24.600 2599 3586 I QImsService: ImsSenderRxr : REQUEST_GET_IMS_CONFIG request to ImsRadio: token -14412 item:29 boolValue:false intValue:0 strValue:null errorCause:0
06-24 09:31:24.633 2599 2667 I QImsService: ImsRadioResponse : Get config response received.
06-24 09:31:24.634 2599 2667 I QImsService: ImsSenderRxr : [14412]< REQUEST_GET_IMS_CONFIG 1[SUB0]
06-24 09:31:24.634 2599 2758 I QImsService: ImsConfigImplHandler : Message received: what = 1
06-24 09:31:24.634 2599 2758 I QImsService: ImsConfigImpl : Notifyall
06-24 09:31:24.634 2599 3586 D QImsService: ImsConfigImpl : sendRequest: request.arg2=0, count=1
06-24 09:31:24.634 2599 3586 I QImsService: ImsConfigImpl : onServiceStateChanged: serviceState=0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE, apmode=1, bpmode=1, vowifi_home=false
06-24 09:31:24.828 1627 2293 W ConnectivityExtension: ConnectivityExt jar file not present
06-24 09:31:24.864 2062 2138 D MusicProfiler: http: duration=0389ms uri=https://mclients.googleapis.com/sj/v2.5/trackfeed?hl=en_US&tier=aa&dv=8059&client-build-type=prod&alt=json&updated-min=1561059374400838
06-24 09:31:25.207 2062 2138 D MusicProfiler: http: duration=0184ms uri=https://mclients.googleapis.com/sj/v2.5/playlistfeed?hl=en_US&tier=aa&dv=8059&client-build-type=prod&alt=json&updated-min=1526597946432034
06-24 09:31:25.273 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 526, previously 525
06-24 09:31:25.274 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 360, previously 1385
06-24 09:31:25.274 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 215, previously 1153
06-24 09:31:25.318 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 81, previously 87
06-24 09:31:25.320 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 142, previously 147
06-24 09:31:25.320 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 127, previously 358
06-24 09:31:25.407 1627 1636 I zygote : Background concurrent copying GC freed 81468(6MB) AllocSpace objects, 13(840KB) LOS objects, 37% free, 39MB/63MB, paused 727us total 382.440ms
06-24 09:31:25.467 2062 2138 D MusicProfiler: http: duration=0163ms uri=https://mclients.googleapis.com/sj/v2.5/plentryfeed?hl=en_US&tier=aa&dv=8059&client-build-type=prod&alt=json&updated-min=1526597946376461
06-24 09:31:25.491 1627 1638 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=2150, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@3b51ea0)
06-24 09:31:25.491 1627 3063 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=2151, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@332fa59)
06-24 09:31:25.492 1627 14424 I ActivityManager: Process org.telegram.messenger (pid 30324) has died: cch+6CEM
06-24 09:31:25.493 1627 2306 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=2150, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
06-24 09:31:25.493 1627 2306 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=2151, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
06-24 09:31:25.516 1627 14424 I ActivityManager: Killing 30465:com.google.android.webview:sandboxed_process0/u0a440i343 (adj 0): isolated not needed
06-24 09:31:25.520 1627 1654 W ActivityManager: setHasOverlayUi called on unknown pid: 30324
06-24 09:31:25.534 2062 2138 W MusicApiClient: No content in 'data' field in GET sync response for SyncablePlaylistEntry
06-24 09:31:25.618 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 177, previously 636
06-24 09:31:25.660 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 22
06-24 09:31:25.740 2062 2138 D MusicProfiler: http: duration=0203ms uri=https://mclients.googleapis.com/sj/v2.5/radio/station?hl=en_US&tier=aa&dv=8059&client-build-type=prod&alt=json&updated-min=1526645299123000
06-24 09:31:25.756 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 79, previously 80
06-24 09:31:25.758 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 122, previously 126
06-24 09:31:25.758 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 128, previously 374
06-24 09:31:25.798 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 283, previously 2340
06-24 09:31:25.799 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 192, previously 816
06-24 09:31:25.833 1627 1649 E zygote : failed to kill 1 processes for processgroup 30324
06-24 09:31:25.833 1627 1649 W zygote : failed to open /acct/uid_99343/pid_30465/cgroup.procs: No such file or directory
06-24 09:31:25.892 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 55, previously 56
06-24 09:31:25.894 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 119, previously 122
06-24 09:31:25.894 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 158, previously 509
06-24 09:31:26.092 2062 2138 D MusicProfiler: http: duration=0252ms uri=https://mclients.googleapis.com/sj/v2.5/listennow/get_dismissed_items?hl=en_US&tier=aa&dv=8059&client-build-type=prod&alt=json&max-results=250
06-24 09:31:26.171 2062 2138 D BlacklistItem: 0 blacklist items deleted.
06-24 09:31:26.248 2062 2062 V MediaRouter: Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
06-24 09:31:26.259 2062 2062 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
06-24 09:31:26.277 2062 2062 I MediaRouter: Found default route: MediaRouter.RouteInfo{ uniqueId=android/.support.v7.media.SystemMediaRouteProvider:DEFAULT_ROUTE, name=Phone, description=null, iconUri=null, enabled=true, connectionState=0, canDisconnect=false, playbackType=0, playbackStream=3, deviceType=0, volumeHandling=1, volume=12, volumeMax=15, presentationDisplayId=-1, extras=null, settingsIntent=null, providerPackageName=android }
06-24 09:31:26.277 2062 2062 I MediaRouter: Unselecting the current route because it is no longer selectable: null
06-24 09:31:26.279 2062 2062 D MediaRouter: selectRoute with route RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
06-24 09:31:26.279 2062 2062 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
06-24 09:31:26.287 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1310, previously 1354
06-24 09:31:26.426 2062 2138 D MusicProfiler: http: duration=0191ms uri=https://mclients.googleapis.com/sj/v2.5/podcastepisode?hl=en_US&tier=aa&dv=8059&client-build-type=prod&alt=json&start-token=CggIABIAGgAgABIECAASABomCLeI48%2BYuNkCEhtEYTRsYnhlb2hsaDc1cnZsanV2YWRjYTV4Ymkgv%2BnUayjjy4Oq2rnZAg%3D%3D&max-results=250&updated-min=-1
06-24 09:31:26.433 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 1557
06-24 09:31:26.433 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2055, previously 2062
06-24 09:31:26.433 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 194, previously 1209
06-24 09:31:26.492 2062 2138 W MusicApiClient: No content in 'data' field in GET sync response for SyncablePodcastEpisode
06-24 09:31:26.500 30211 30237 I zygote : Deoptimizing int d.f.ga.zb$a.hashCode() due to JIT inline cache
06-24 09:31:26.581 30211 30237 I zygote : Deoptimizing void d.f.ga.zb.a(android.database.Cursor, java.lang.Object) due to JIT inline cache
06-24 09:31:26.697 2062 2138 D MusicProfiler: http: duration=0203ms uri=https://mclients.googleapis.com/sj/v2.5/podcastseries?hl=en_US&tier=aa&dv=8059&client-build-type=prod&alt=json&start-token=CgQIABIAEgQIABIA&max-results=250&updated-min=-1
06-24 09:31:26.750 2062 2138 W MusicApiClient: No content in 'data' field in GET sync response for SyncablePodcastSeries
06-24 09:31:26.899 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.google.android.music.START_DOWNLOAD_SCHEDULING flg=0x10 } to com.google.android.music/.autocache.AutoCacheSchedulingService$EnablingReceiver
06-24 09:31:26.951 2062 2149 D IndexTimer: Timer started
06-24 09:31:27.129 2062 2138 I PeriodicSyncTask: Starting 'com.google.android.music.sync.google.MusicGcmTaskService
06-24 09:31:27.146 2155 2155 I FJD.GooglePlayReceiver: sending jobFinished for hydration_Sync_3 = 0
06-24 09:31:27.228 2062 2138 I MusicSyncAdapter: Skipping periodic sync. Last sync was 66127 seconds ago. Frequency: 86400
06-24 09:31:27.270 2155 2214 W System.err: java.io.FileNotFoundException: https://www.askcrc.org/Item_Images/(none)
06-24 09:31:27.310 2155 2214 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:251)
06-24 09:31:27.310 2155 2214 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(DelegatingHttpsURLConnection.java:210)
06-24 09:31:27.310 2155 2214 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(Unknown Source:0)
06-24 09:31:27.310 2155 2214 W System.err: at java.net.URL.openStream(URL.java:1058)
06-24 09:31:27.310 2155 2214 W System.err: at com.tribextech.crckosher.utils.LongThread.getBitmap(LongThread.java:65)
06-24 09:31:27.310 2155 2214 W System.err: at com.tribextech.crckosher.utils.LongThread.run(LongThread.java:45)
06-24 09:31:27.310 2155 2214 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-24 09:31:27.310 2155 2214 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-24 09:31:27.310 2155 2214 W System.err: at java.lang.Thread.run(Thread.java:764)
06-24 09:31:27.311 2155 2227 W System.err: java.io.FileNotFoundException: https://www.askcrc.org/Item_Images/(none)
06-24 09:31:27.311 2155 2227 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:251)
06-24 09:31:27.312 2155 2227 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(DelegatingHttpsURLConnection.java:210)
06-24 09:31:27.312 2155 2227 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(Unknown Source:0)
06-24 09:31:27.312 2155 2227 W System.err: at java.net.URL.openStream(URL.java:1058)
06-24 09:31:27.312 2155 2227 W System.err: at com.tribextech.crckosher.utils.LongThread.getBitmap(LongThread.java:65)
06-24 09:31:27.312 2155 2227 W System.err: at com.tribextech.crckosher.utils.LongThread.run(LongThread.java:45)
06-24 09:31:27.312 2155 2227 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-24 09:31:27.312 2155 2227 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-24 09:31:27.312 2155 2227 W System.err: at java.lang.Thread.run(Thread.java:764)
06-24 09:31:27.324 2062 2062 D MusicLifecycle: com.google.android.music.store.MusicContentProvider generated event: initializing
06-24 09:31:27.449 2155 2190 W OkHttpClient: A connection to https://www.askcrc.org/ was leaked. Did you forget to close a response body?
06-24 09:31:27.449 2155 2190 W OkHttpClient: A connection to https://www.askcrc.org/ was leaked. Did you forget to close a response body?
06-24 09:31:27.566 1627 2293 W ConnectivityExtension: ConnectivityExt jar file not present
06-24 09:31:27.836 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2577, previously 2582
06-24 09:31:27.839 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 949, previously 968
06-24 09:31:29.128 2155 2229 W System.err: java.io.FileNotFoundException: https://www.askcrc.org/Item_Images/(none)
06-24 09:31:29.153 2155 2229 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:251)
06-24 09:31:29.153 2155 2229 W System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(DelegatingHttpsURLConnection.java:210)
06-24 09:31:29.153 2155 2229 W System.err: at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(Unknown Source:0)
06-24 09:31:29.153 2155 2229 W System.err: at java.net.URL.openStream(URL.java:1058)
06-24 09:31:29.153 2155 2229 W System.err: at com.tribextech.crckosher.utils.LongThread.getBitmap(LongThread.java:65)
06-24 09:31:29.153 2155 2229 W System.err: at com.tribextech.crckosher.utils.LongThread.run(LongThread.java:45)
06-24 09:31:29.153 2155 2229 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-24 09:31:29.153 2155 2229 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-24 09:31:29.153 2155 2229 W System.err: at java.lang.Thread.run(Thread.java:764)
06-24 09:31:29.607 2155 2190 W OkHttpClient: A connection to https://www.askcrc.org/ was leaked. Did you forget to close a response body?
06-24 09:31:29.776 2155 2155 D QueuedWork: waited: [<1: 0, <2: 1, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 0, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
06-24 09:31:29.975 19328 2263 I chatty : uid=10048(u0_a48) com.google.android.gms expire 1 line
06-24 09:31:30.119 1627 3063 I ActivityManager: Process com.google.android.apps.messaging (pid 29797) has died: cch CAC
06-24 09:31:30.119 1627 8554 I WindowManager: WIN DEATH: Window{b6282c0 u0 com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity}
06-24 09:31:30.127 1627 16837 I WindowManager: WIN DEATH: Window{de13ce3 u0 com.google.android.apps.messaging/com.google.android.apps.messaging.ui.conversation.ConversationActivity}
06-24 09:31:30.147 1627 1654 W ActivityManager: setHasOverlayUi called on unknown pid: 29797
06-24 09:31:30.181 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 725, previously 795
06-24 09:31:30.184 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 228, previously 231
06-24 09:31:30.184 9064 1879 W ResourceType: ResTable_typeSpec entry count inconsistent: given 330, previously 686
06-24 09:31:30.266 1627 1647 I ActivityManager: Waited long enough for: ServiceRecord{3961029 u0 com.verizon.mips.services/com.vzw.hss.myverizon.rdd.analytics.service.pluginBootCompleteService.RDDAnalyticsPlugINAndBootCompleteService}
06-24 09:31:30.433 1627 1649 E zygote : failed to kill 1 processes for processgroup 29797
06-24 09:31:30.643 2763 20067 I chatty : uid=10048(u0_a48) GCMReader expire 1 line
06-24 09:31:30.776 1627 1647 E NotificationService: Suppressing notification from package by user request.
06-24 09:31:30.906 30211 30221 I zygote : Background concurrent copying GC freed 23051(1142KB) AllocSpace objects, 8(416KB) LOS objects, 50% free, 5MB/11MB, paused 5.806ms total 205.084ms
06-24 09:31:30.918 1627 1638 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:31.148 1627 16837 I ActivityManager: Start proc 2271:com.google.android.apps.chromecast.app/u0a216 for service com.google.android.apps.chromecast.app/com.firebase.jobdispatcher.GooglePlayReceiver
06-24 09:31:31.170 2062 2138 D FirebaseIndex: Timer callback for adding 4 indexables.
06-24 09:31:31.173 24543 24570 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=9a7472e6-0753-459f-8758-a4d175709cbd, tags={ one_time_COLLECT, io.mysdk.locs.xdk.work.workers.tech.TechSignalWorker } ]
06-24 09:31:31.187 24543 24570 I WM-WorkerWrapper: Setting status to enqueued for 29b6b805-484f-4949-ace1-b7d7d7b0d200
06-24 09:31:31.295 24543 24570 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=3bde548d-34bd-48b7-829e-4a508a76e302, tags={ io.mysdk.locs.xdk.work.workers.tech.TechSignalWorker, periodic_COLLECT } ]
06-24 09:31:31.306 2062 2104 I MediaStoreImporter: Update: incremental Success: true Added music: 0 Updated music: 0 Deleted music: 0 Created playlists: 0 Updated playlists: 0 Deleted playlists: 0 Inserted playlist items: 0 Deleted playlist items: 0 Removed orphaned playlist items: 0 Total item count: 1500
06-24 09:31:31.341 2062 2062 D MusicLifecycle: com.google.android.music.download.EncapsulatedBroadcastReceiver$1 generated event: Broadcast received with context com.google.android.music.ui.PhoneMusicApplication@6d1f09b and intent Intent { act=com.google.android.music.IMPORT_COMPLETE flg=0x10 }
06-24 09:31:31.352 24543 24552 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.alienmanfc6.wheresmyandroid/databases/xlog-db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
06-24 09:31:31.353 24543 24552 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.alienmanfc6.wheresmyandroid/databases/xlog-db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
06-24 09:31:31.385 2271 2271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2577, previously 2582
06-24 09:31:31.385 2271 2271 W ResourceType: ResTable_typeSpec entry count inconsistent: given 949, previously 968
06-24 09:31:31.477 24543 24570 I WM-WorkerWrapper: Worker result SUCCESS for Work [ id=29b6b805-484f-4949-ace1-b7d7d7b0d200, tags={ one_time_WR_SEND, io.mysdk.locs.xdk.work.workers.tech.TechSignalWorker } ]
06-24 09:31:31.483 1627 9296 I ActivityManager: Killing 621:com.motorola.appdirectedsmsproxy/1001 (adj 906): empty #22
06-24 09:31:31.484 1627 9296 I ActivityManager: Killing 592:com.motorola.gpsnotifier/u0a47 (adj 906): empty #23
06-24 09:31:31.484 1627 9296 I ActivityManager: Killing 32739:com.google.process.gapps/u0a129 (adj 906): empty #24
06-24 09:31:31.562 725 725 I SFPerfTracer: triggers: (rate: 2291:164077) (compose: 1:182) (post: 2:556) (render: 2:704) (15:2916858 frames) (16:3222164)
06-24 09:31:31.562 725 725 D SFPerfTracer: layers: (5:11) (StatusBar#0 (0xadac5000): 16:416439) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15721) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15353) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7f0000): 0:176) (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7d6000): 0:72)
06-24 09:31:31.700 1627 16837 D ConnectivityService: Returning unblocked NetworkInfo to uid=10216
06-24 09:31:31.782 2271 2271 W PrimesInit: Primes instant initialization
06-24 09:31:31.789 2271 2347 W Primes : background initialization
06-24 09:31:31.822 1627 3164 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:31.840 2271 2347 I PrimesTesting: GserviceFlagsSupplier.get()
06-24 09:31:31.944 30211 30221 I zygote : Background concurrent copying GC freed 65117(4MB) AllocSpace objects, 10(808KB) LOS objects, 50% free, 7MB/14MB, paused 742us total 225.061ms
06-24 09:31:31.948 1627 1636 I zygote : Background concurrent copying GC freed 52155(4MB) AllocSpace objects, 9(176KB) LOS objects, 37% free, 40MB/64MB, paused 1.005ms total 333.016ms
06-24 09:31:32.012 1627 3208 I ActivityManager: Killing 647:com.motorola.visualvoicemail/u0a94 (adj 906): empty #22
06-24 09:31:32.102 1627 8554 I ActivityManager: Start proc 2381:com.google.android.apps.translate/u0a294 for service com.google.android.apps.translate/com.firebase.jobdispatcher.GooglePlayReceiver
06-24 09:31:32.268 2271 2338 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
06-24 09:31:32.317 2381 2381 W GAV2 : Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch.
06-24 09:31:32.429 1627 9296 D ConnectivityService: Returning unblocked NetworkInfo to uid=10294
06-24 09:31:32.483 2381 2438 D NetworkSecurityConfig: No Network Security Config specified, using platform default
06-24 09:31:32.492 2381 2454 W PrimesInit: Primes instant initialization
06-24 09:31:32.507 2381 2457 W Primes : background initialization
06-24 09:31:32.549 2381 2457 I PrimesTesting: GserviceFlagsSupplier.get()
06-24 09:31:32.722 1627 1636 I zygote : Background concurrent copying GC freed 27254(1826KB) AllocSpace objects, 0(0B) LOS objects, 36% free, 40MB/64MB, paused 616us total 340.724ms
06-24 09:31:33.003 2062 2062 D FirebaseIndex: Task finished: true
06-24 09:31:33.034 2062 2149 W MusicApiClient: Activity events list is null or empty. Skip reporting.
06-24 09:31:33.034 2062 2149 I MusicSyncAdapter: Cleanup: false
06-24 09:31:33.091 2062 2062 D MusicLifecycle: com.google.android.music.download.EncapsulatedBroadcastReceiver$1 generated event: Broadcast received with context com.google.android.music.ui.PhoneMusicApplication@6d1f09b and intent Intent { act=com.google.android.music.NEW_SHOULDKEEPON flg=0x10 (has extras) }
06-24 09:31:33.092 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.google.android.music.SYNC_COMPLETE flg=0x10 } to com.google.android.music/.autocache.AutoCacheSchedulingService$EnablingReceiver
06-24 09:31:33.105 2062 2138 D MusicLifecycle: com.google.android.music.sync.google.MusicSyncAdapter generated event: Sync ended
06-24 09:31:33.121 2062 2062 D MusicLifecycle: com.google.android.music.download.EncapsulatedBroadcastReceiver$1 generated event: Broadcast received with context com.google.android.music.ui.PhoneMusicApplication@6d1f09b and intent Intent { act=com.google.android.music.download.keepon.KeeponSchedulingService.START_DOWNLOAD flg=0x10 (has extras) }
06-24 09:31:33.134 2062 2062 D MusicLifecycle: com.google.android.music.sync.SyncAdapterService generated event: Service destroyed
06-24 09:31:33.135 1627 3207 I ActivityManager: Killing 32637:com.vzw.ecid/u0a42 (adj 906): empty #22
06-24 09:31:33.175 1627 3207 I ActivityManager: Killing 713:com.atlassian.android.confluence.core/u0a212 (adj 906): empty #22
06-24 09:31:33.198 30211 30221 I zygote : Background concurrent copying GC freed 73486(4MB) AllocSpace objects, 14(692KB) LOS objects, 50% free, 7MB/14MB, paused 496us total 100.493ms
06-24 09:31:33.332 19328 2035 I chatty : uid=10048(u0_a48) com.google.android.gms expire 5 lines
06-24 09:31:33.378 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.speech.action.GET_LANGUAGE_DETAILS flg=0x10 } to com.google.android.googlequicksearchbox/com.google.android.voicesearch.intentapi.IntentApiReceiver
06-24 09:31:33.453 1627 1636 I zygote : Background concurrent copying GC freed 27640(2MB) AllocSpace objects, 3(124KB) LOS objects, 36% free, 42MB/66MB, paused 929us total 333.247ms
06-24 09:31:33.609 30211 30216 I zygote : Do full code cache collection, code=238KB, data=248KB
06-24 09:31:33.611 30211 30216 I zygote : After code cache collection, code=181KB, data=159KB
06-24 09:31:33.675 2763 4150 I chatty : uid=10048(u0_a48) netscheduler-qu expire 45 lines
06-24 09:31:33.736 1627 3208 I ActivityManager: Start proc 2844:com.google.android.apps.walletnfcrel/u0a106 for service com.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.valuable.service.SyncValuablesTaskService
06-24 09:31:33.985 1627 3208 I ActivityManager: Start proc 2862:com.google.android.apps.tachyon/u0a122 for broadcast com.google.android.apps.tachyon/.phenotype.PhenotypeBroadcastReceiver
06-24 09:31:33.985 2844 2844 W DynamiteModule: Local module descriptor class for providerinstaller not found.
06-24 09:31:33.991 23753 23753 I BgTaskExecutorImpl: Starting EXCLUSIVE background task FETCH_CONFIGS_FROM_PHENOTYPE.
06-24 09:31:33.999 2844 2844 I DynamiteModule: Considering local module providerinstaller:0 and remote module providerinstaller:0
06-24 09:31:34.000 2844 2844 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
06-24 09:31:34.225 2862 2862 W ResourceType: ResTable_typeSpec entry count inconsistent: given 526, previously 525
06-24 09:31:34.225 2862 2862 W ResourceType: ResTable_typeSpec entry count inconsistent: given 360, previously 1385
06-24 09:31:34.225 2862 2862 W ResourceType: ResTable_typeSpec entry count inconsistent: given 215, previously 1153
06-24 09:31:34.256 2062 2814 I FileSystemImpl: Deleting file : /storage/3039-3134/Android/data/com.google.android.music/files/music/2_3575.mp3
06-24 09:31:34.262 2062 2814 I FileSystemImpl: Deleted file : /storage/3039-3134/Android/data/com.google.android.music/files/music/2_3575.mp3
06-24 09:31:34.263 2062 2814 I FileSystemImpl: Deleting file : /storage/3039-3134/Android/data/com.google.android.music/files/music/2_3576.mp3
06-24 09:31:34.266 2062 2814 I FileSystemImpl: Deleted file : /storage/3039-3134/Android/data/com.google.android.music/files/music/2_3576.mp3
06-24 09:31:34.304 2763 2843 I chatty : uid=10048(u0_a48) lowpool[4554] expire 37 lines
06-24 09:31:34.306 1627 2615 I ActivityManager: Killing 475:com.android.calllogbackup/u0a22 (adj 906): empty #22
06-24 09:31:34.311 2844 2844 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 284 native methods...
06-24 09:31:34.407 2844 2844 D NetworkSecurityConfig: No Network Security Config specified, using platform default
06-24 09:31:34.408 2844 2844 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
06-24 09:31:34.473 2862 2862 W PrimesInit: Primes instant initialization
06-24 09:31:34.474 2862 2892 W Primes : background initialization
06-24 09:31:34.499 2862 2892 I PrimesTesting: GserviceFlagsSupplier.get()
06-24 09:31:34.527 2862 2892 W ResourceType: For resource 0x7f1303c3, entry index(963) is beyond type entryCount(360)
06-24 09:31:34.538 2844 2898 I BackgroundTaskManager: Executing task PhenotypeRegistrationTask.phenotype_registration with PARALLEL execution policy.
06-24 09:31:34.588 2862 2862 I OpenCV : cpufeatures library is not avaialble for CPU detection
06-24 09:31:34.588 2862 2862 I OpenCV : - NEON instructions is enabled via build flags
06-24 09:31:34.588 2862 2862 I OpenCV : - FP16 instructions is enabled via build flags
06-24 09:31:34.654 2844 2844 W PrimesInit: Primes instant initialization
06-24 09:31:34.655 2844 2902 W Primes : background initialization
06-24 09:31:34.676 2862 2862 I org.webrtc.Logging: NativeLibrary: Loading native library: jingle_peerconnection_so
06-24 09:31:34.682 2862 2862 I org.webrtc.Logging: PeerConnectionFactory: PeerConnectionFactory was initialized without an injected Loggable. Any existing Loggable will be deleted.
06-24 09:31:34.684 2844 2902 I PrimesTesting: GserviceFlagsSupplier.get()
06-24 09:31:34.744 2844 2901 I BackgroundTaskManager: Executing task NotificationChannelRegistrationTask.NotificationChannelReg with SEQUENTIAL execution policy.
06-24 09:31:34.750 2844 2844 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
06-24 09:31:34.750 2844 2844 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
06-24 09:31:34.751 2844 2844 I TapAndPayApplication: Successfully initialized Firebase App
06-24 09:31:34.755 2844 2925 I BackgroundTaskManager: Executing task AccountFreshener.freshen with SEQUENTIAL execution policy.
06-24 09:31:34.796 2862 2862 W CallMonitors-2: type=1400 audit(0.0:15318): avc: denied { read } for uid=10122 name="stat" dev="proc" ino=4026532304 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0
06-24 09:31:34.801 2862 2862 W ResourceType: For resource 0x7f1301b5, entry index(437) is beyond type entryCount(360)
06-24 09:31:34.801 2862 2862 W ResourceType: For resource 0x7f1301b4, entry index(436) is beyond type entryCount(360)
06-24 09:31:34.801 2862 2862 W ResourceType: For resource 0x7f1301a0, entry index(416) is beyond type entryCount(360)
06-24 09:31:34.812 2862 2862 W ResourceType: For resource 0x7f1301b1, entry index(433) is beyond type entryCount(360)
06-24 09:31:34.812 2862 2862 W ResourceType: For resource 0x7f1301b7, entry index(439) is beyond type entryCount(360)
06-24 09:31:34.812 2862 2862 W ResourceType: For resource 0x7f1303c4, entry index(964) is beyond type entryCount(360)
06-24 09:31:34.828 2844 2926 W Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
06-24 09:31:34.850 2862 2933 D EventBus: No subscribers registered for event class gxb
06-24 09:31:34.850 2862 2933 D EventBus: No subscribers registered for event class rup
06-24 09:31:34.925 2844 2943 I BackgroundTaskManager: Executing task PhenotypeCommitTask.refresh with SEQUENTIAL execution policy.
06-24 09:31:34.956 2844 2904 W Glide : Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored
06-24 09:31:34.969 2862 2945 W ResourceType: For resource 0x7f1301b5, entry index(437) is beyond type entryCount(360)
06-24 09:31:34.989 2862 2862 W ResourceType: For resource 0x7f130374, entry index(884) is beyond type entryCount(360)
06-24 09:31:34.990 2862 2862 W ResourceType: For resource 0x7f130373, entry index(883) is beyond type entryCount(360)
06-24 09:31:34.990 2862 2862 W ResourceType: For resource 0x7f1303a3, entry index(931) is beyond type entryCount(360)
06-24 09:31:34.990 2862 2862 W ResourceType: For resource 0x7f1303a2, entry index(930) is beyond type entryCount(360)
06-24 09:31:34.990 2862 2945 I FA : App measurement is starting up, version: 16250
06-24 09:31:34.990 2862 2862 W ResourceType: For resource 0x7f1303ae, entry index(942) is beyond type entryCount(360)
06-24 09:31:34.990 2862 2862 W ResourceType: For resource 0x7f1303ad, entry index(941) is beyond type entryCount(360)
06-24 09:31:34.990 2862 2862 W ResourceType: For resource 0x7f130371, entry index(881) is beyond type entryCount(360)
06-24 09:31:34.990 2862 2945 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
06-24 09:31:34.990 2862 2862 W ResourceType: For resource 0x7f1303a0, entry index(928) is beyond type entryCount(360)
06-24 09:31:34.990 2862 2862 W ResourceType: For resource 0x7f13039f, entry index(927) is beyond type entryCount(360)
06-24 09:31:34.990 2862 2945 I FA : To enable faster debug mode event logging run:
06-24 09:31:34.990 2862 2945 I FA : adb shell setprop debug.firebase.analytics.app com.google.android.apps.tachyon
06-24 09:31:34.990 2862 2862 W ResourceType: For resource 0x7f1303b8, entry index(952) is beyond type entryCount(360)
06-24 09:31:34.990 2862 2862 W ResourceType: For resource 0x7f1303b7, entry index(951) is beyond type entryCount(360)
06-24 09:31:34.990 2862 2862 W ResourceType: For resource 0x7f13038c, entry index(908) is beyond type entryCount(360)
06-24 09:31:35.011 2844 2901 I BackgroundTaskManager: Executing task NotificationBitMigration.NotificationBitMigrate with SEQUENTIAL execution policy.
06-24 09:31:35.024 2844 2904 I BackgroundTaskManager: Executing task RefreshCustomerSyncTokenTask.initialize_customer_sync_tokens_task with PARALLEL execution policy.
06-24 09:31:35.054 2844 2919 I FA : App measurement is starting up, version: 16250
06-24 09:31:35.054 2844 2919 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
06-24 09:31:35.054 2844 2919 I FA : To enable faster debug mode event logging run:
06-24 09:31:35.054 2844 2919 I FA : adb shell setprop debug.firebase.analytics.app com.google.android.apps.walletnfcrel
06-24 09:31:35.065 1627 2615 I ActivityManager: Start proc 2954:com.google.android.apps.meetings/u0a297 for broadcast com.google.android.apps.meetings/com.google.apps.tiktok.experiments.phenotype.ConfigurationUpdatedReceiver_Receiver
06-24 09:31:35.066 1627 3207 I ActivityManager: Killing 32582:com.android.dialer/u0a37 (adj 906): empty #22
06-24 09:31:35.068 2862 2952 W DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found.
06-24 09:31:35.090 1627 1654 W ActivityManager: setHasOverlayUi called on unknown pid: 32582
06-24 09:31:35.122 2862 2952 W zygote : Skipping duplicate class check due to unrecognized classloader
06-24 09:31:35.211 2862 2952 W zygote : Skipping duplicate class check due to unrecognized classloader
06-24 09:31:35.229 2954 2954 I MultiDex: VM with version 2.1.0 has multidex support
06-24 09:31:35.235 2954 2954 I MultiDex: install
06-24 09:31:35.235 2954 2954 I MultiDex: VM has multidex support, MultiDex support library is disabled.
06-24 09:31:35.294 2954 2954 I hdh : SslGuard completed installation.
06-24 09:31:35.310 2954 2954 W PrimesInit: Primes instant initialization
06-24 09:31:35.312 2954 2977 W Primes : background initialization
06-24 09:31:35.373 23753 27800 I ModelDownloadListener: Schdedule model download
06-24 09:31:35.378 23753 23753 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
06-24 09:31:35.386 23753 2985 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
06-24 09:31:35.392 23753 2985 I ModelDownloadController: We already downloaded model from given location.
06-24 09:31:35.392 23753 2985 I ModelDownloadController: Model download failed
06-24 09:31:35.393 23753 23788 W SearchServiceCore: Abort, client detached.
06-24 09:31:35.393 23753 23788 W SearchServiceCore: Abort, client detached.
06-24 09:31:35.411 23753 27800 I OpaEligibilityChecker: send OpaEligibilityChange broadcast to CommonBroadcastReceiver
06-24 09:31:35.437 2954 2977 I PrimesTesting: GserviceFlagsSupplier.get()
06-24 09:31:35.761 1627 1636 I zygote : Background concurrent copying GC freed 91564(6MB) AllocSpace objects, 6(652KB) LOS objects, 36% free, 40MB/64MB, paused 811us total 321.649ms
06-24 09:31:36.057 1063 1063 I ADSPD : Watchdog 2 new value: 004123d5 Last Exp Value: ffffffff
06-24 09:31:36.059 1063 1063 I ADSPD : Watchdog 3 new value: 004123d6 Last Exp Value: ffffffff
06-24 09:31:36.106 1627 9296 I ActivityManager: Start proc 2996:com.google.android.apps.docs/u0a121 for broadcast com.google.android.apps.docs/com.google.android.libraries.internal.growth.growthkit.internal.experiments.impl.PhenotypeBroadcastReceiver
06-24 09:31:36.107 1627 9296 I ActivityManager: Killing 1107:com.google.android.inputmethod.latin:train/u0a140 (adj 906): empty #22
06-24 09:31:36.113 23753 23788 W SearchServiceCore: Abort, client detached.
06-24 09:31:36.127 1627 3063 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=2155, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@2f38a15)
06-24 09:31:36.128 1627 2306 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=2155, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ] (CALLBACK_RELEASED)
06-24 09:31:36.129 1627 2306 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ TRACK_DEFAULT id=2155, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
06-24 09:31:36.624 23753 27677 W ThreadPoolDumper: Task [seq: ao] aa[setExperimentIds] was queued for 1202ms before starting on executor Blocking
06-24 09:31:36.787 2996 3035 W PrimesInit: initAfterResumed: true
06-24 09:31:36.790 2996 3035 W PrimesInit: executing Primes-init task
06-24 09:31:36.792 2996 3035 W Primes : background initialization
06-24 09:31:36.800 2996 2996 W FieldDefinition: [main] Ignoring isIndexed constraint as field also has uniqueness constraint (on just this field, and therefore SQLite will have to create an index on that. For field: dad$b@50952d2
06-24 09:31:36.968 2996 2996 W ComponentDiscovery: Application info not found.
06-24 09:31:36.968 2996 2996 W ComponentDiscovery: Could not retrieve metadata, returning empty list of registrars.
06-24 09:31:36.981 1627 9296 I ActivityManager: Killing 1397:com.google.android.apps.maps/u0a143 (adj 906): empty #22
06-24 09:31:37.038 1627 2615 I ActivityManager: Start proc 3061:com.google.android.gms.ui/u0a48 for service com.google.android.gms/.chimera.UiIntentOperationService
06-24 09:31:37.064 1627 17346 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:37.096 1627 16837 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:37.103 1627 3063 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:37.108 1627 16837 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:37.117 1627 3208 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:37.124 1627 9296 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:37.129 1627 3208 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:37.161 2844 2926 D EventBus: No subscribers registered for event class com.google.commerce.tapandpay.android.valuable.api.event.HasValuablesEvent
06-24 09:31:37.161 2844 2926 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-24 09:31:37.161 2844 2926 D EventBus: No subscribers registered for event class com.google.commerce.tapandpay.android.valuable.api.event.ValuableGroupsListEvent
06-24 09:31:37.161 2844 2926 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-24 09:31:37.213 1627 3063 I ActivityManager: Killing 1550:com.motorola.cameramod/u0a146 (adj 904): empty #22
06-24 09:31:37.342 3061 3061 I chatty : uid=10048(u0_a48) com.google.android.gms.ui expire 8 lines
06-24 09:31:38.213 2844 2943 I BackgroundTaskManager: Executing task UpdateNotificationsTask.com.google.commerce.tapandpay.android.valuable.notification.UPDATE_VALUABLES with SEQUENTIAL execution policy.
06-24 09:31:38.256 2844 2943 I BackgroundTaskManager: Executing task PlacefencingTask.com.google.commerce.tapandpay.android.places.REFRESH_PLACEFENCING with SEQUENTIAL execution policy.
06-24 09:31:38.277 19328 21318 I chatty : uid=10048(u0_a48) highpool[26] expire 2 lines
06-24 09:31:38.532 2763 4150 I chatty : uid=10048(u0_a48) netscheduler-qu expire 5 lines
06-24 09:31:38.580 19328 2841 I chatty : uid=10048(u0_a48) com.google.android.gms expire 2 lines
06-24 09:31:38.619 1627 16837 W DropBoxManagerService: Dropping: event_data (39 > 0 bytes)
06-24 09:31:38.762 2763 4150 I chatty : uid=10048(u0_a48) netscheduler-qu expire 5 lines
06-24 09:31:38.786 2763 20977 I chatty : uid=10048(u0_a48) highpool[149] expire 2 lines
06-24 09:31:38.833 2763 4150 I chatty : uid=10048(u0_a48) netscheduler-qu expire 1 line
06-24 09:31:38.833 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195575s,latest=-31191255s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277655s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:38.833 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195574s,latest=-31191254s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277654s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:38.833 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191282s,latest=-31104882s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277682s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:38.833 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119282s,latest=-31104882s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277682s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:38.839 19328 1980 I native : document-store.cc:1535 Scored 14438 usage reports, missing_corpora 0 update_failed 487
06-24 09:31:38.873 2844 3108 W GCM : GCM SDK is deprecated, com.google.android.apps.walletnfcrel should update to use FCM
06-24 09:31:38.911 2844 3108 W InstanceID: Instance ID SDK is deprecated, com.google.android.apps.walletnfcrel should update to use Firebase Instance ID
06-24 09:31:38.977 2844 3108 I GAv4 : Google Analytics 17.9.97 is starting up. To enable debug logging on a device run:
06-24 09:31:38.977 2844 3108 I GAv4 : adb shell setprop log.tag.GAv4 DEBUG
06-24 09:31:38.977 2844 3108 I GAv4 : adb logcat -s GAv4
06-24 09:31:39.000 19328 2359 I Icing : Query from package: com.google.android.gms, component: AppsCorpus, restrict package: com.google.android.gms, start: 100, num: 100 maxNumSlices: 2147483647
06-24 09:31:39.001 19328 1980 I Icing : Indexing com.google.android.gms-contacts_contact_id from com.google.android.gms
06-24 09:31:39.017 19328 21318 W Icing : AppIndexing batch request validation of task failed: acoa: Invalid String passed as URL: '/storage/emulated/0/Android/data/com.android.providers.media/albumthumbs/1528648624811'.
06-24 09:31:39.029 19328 15102 E GmscoreIpa: icing.Indexer
06-24 09:31:39.033 19328 21318 W Icing : AppIndexing batch request validation of task failed: acoa: Invalid String passed as URL: '/storage/emulated/0/Android/data/com.android.providers.media/albumthumbs/1510192460332'.
06-24 09:31:39.034 19328 11595 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=SEARCH_CORPORA
06-24 09:31:39.035 19328 27798 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=SEARCH_QUERIES
06-24 09:31:39.046 19328 21318 W Icing : AppIndexing batch request validation of task failed: acoa: Invalid String passed as URL: '/storage/emulated/0/Android/data/com.android.providers.media/albumthumbs/1531434727040'.
06-24 09:31:39.046 19328 15102 E GmscoreIpa: icing.Indexer
06-24 09:31:39.056 19328 15102 E GmscoreIpa: icing.Indexer
06-24 09:31:39.064 19328 1980 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:31:39.077 19328 1980 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:31:39.078 19328 1980 I Icing : Indexing com.google.android.gms-internal.3p:MusicGroup from com.google.android.gms
06-24 09:31:39.137 19328 1980 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:31:39.149 19328 1980 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:31:39.154 19328 1980 I Icing : Indexing done com.google.android.gms-contacts_contact_id
06-24 09:31:39.156 19328 1980 I Icing : Indexing com.google.android.music-internal.3p:MusicPlaylist from com.google.android.music
06-24 09:31:39.201 19328 1980 I Icing : Indexing com.google.android.music-internal.3p:MusicGroup from com.google.android.music
06-24 09:31:39.213 19328 1980 I Icing : Indexing com.google.android.music-internal.3p:MusicRecording from com.google.android.music
06-24 09:31:39.227 19328 1980 I Icing : Indexing com.google.android.music-internal.3p:MusicAlbum from com.google.android.music
06-24 09:31:39.260 19328 19339 I zygote : Background concurrent copying GC freed 318712(18MB) AllocSpace objects, 19(444KB) LOS objects, 50% free, 17MB/35MB, paused 382us total 137.202ms
06-24 09:31:39.310 19328 1980 I Icing : Indexing done com.google.android.music-internal.3p:MusicPlaylist
06-24 09:31:39.317 19328 1980 I Icing : Indexing done com.google.android.music-internal.3p:MusicGroup
06-24 09:31:39.322 19328 1980 I Icing : Indexing done com.google.android.music-internal.3p:MusicRecording
06-24 09:31:39.326 19328 1980 I Icing : Indexing done com.google.android.music-internal.3p:MusicAlbum
06-24 09:31:39.332 19328 1980 I Icing : Indexing done com.google.android.gms-internal.3p:MusicGroup
06-24 09:31:39.356 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198482s,latest=-31191282s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277682s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:39.357 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195575s,latest=-31191255s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277655s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:39.357 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195575s,latest=-31191255s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277655s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:39.357 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191282s,latest=-31104882s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277682s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:39.358 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119282s,latest=-31104882s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277682s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:39.388 1627 1636 I zygote : Background concurrent copying GC freed 105534(7MB) AllocSpace objects, 0(0B) LOS objects, 36% free, 42MB/66MB, paused 789us total 352.417ms
06-24 09:31:39.453 2763 32320 E cbwr : *~*~*~ Channel {0} was not shutdown properly!!! ~*~*~*
06-24 09:31:39.453 2763 32320 E cbwr : Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
06-24 09:31:39.453 2763 32320 E cbwr : java.lang.RuntimeException: ManagedChannel allocation site
06-24 09:31:39.453 2763 32320 E cbwr : at cbwq.<init>(:com.google.android.gms@[email protected] (040308-248795830):1)
06-24 09:31:39.453 2763 32320 E cbwr : at cbwr.<init>(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:31:39.453 2763 32320 E cbwr : at cbpf.b(:com.google.android.gms@[email protected] (040308-248795830):14)
06-24 09:31:39.453 2763 32320 E cbwr : at sfe.a(:com.google.android.gms@[email protected] (040308-248795830):45)
06-24 09:31:39.453 2763 32320 E cbwr : at sfe.a(:com.google.android.gms@[email protected] (040308-248795830):67)
06-24 09:31:39.453 2763 32320 E cbwr : at bhgs.a(:com.google.android.gms@[email protected] (040308-248795830):7)
06-24 09:31:39.453 2763 32320 E cbwr : at bhhd.a(:com.google.android.gms@[email protected] (040308-248795830):13)
06-24 09:31:39.453 2763 32320 E cbwr : at bhgn.a(:com.google.android.gms@[email protected] (040308-248795830):15)
06-24 09:31:39.453 2763 32320 E cbwr : at bhjg.a(:com.google.android.gms@[email protected] (040308-248795830):8)
06-24 09:31:39.453 2763 32320 E cbwr : at aaha.run(:com.google.android.gms@[email protected] (040308-248795830):19)
06-24 09:31:39.453 2763 32320 E cbwr : at bjyv.run(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:31:39.453 2763 32320 E cbwr : at smu.b(:com.google.android.gms@[email protected] (040308-248795830):37)
06-24 09:31:39.453 2763 32320 E cbwr : at smu.run(:com.google.android.gms@[email protected] (040308-248795830):18)
06-24 09:31:39.453 2763 32320 E cbwr : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-24 09:31:39.453 2763 32320 E cbwr : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-24 09:31:39.453 2763 32320 E cbwr : at ssz.run(Unknown Source:7)
06-24 09:31:39.453 2763 32320 E cbwr : at java.lang.Thread.run(Thread.java:764)
06-24 09:31:39.454 2763 32320 E cbwr : *~*~*~ Channel {0} was not shutdown properly!!! ~*~*~*
06-24 09:31:39.454 2763 32320 E cbwr : Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
06-24 09:31:39.454 2763 32320 E cbwr : java.lang.RuntimeException: ManagedChannel allocation site
06-24 09:31:39.454 2763 32320 E cbwr : at cbwq.<init>(:com.google.android.gms@[email protected] (040308-248795830):1)
06-24 09:31:39.454 2763 32320 E cbwr : at cbwr.<init>(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:31:39.454 2763 32320 E cbwr : at cbpf.b(:com.google.android.gms@[email protected] (040308-248795830):14)
06-24 09:31:39.454 2763 32320 E cbwr : at sfe.a(:com.google.android.gms@[email protected] (040308-248795830):45)
06-24 09:31:39.454 2763 32320 E cbwr : at sfe.a(:com.google.android.gms@[email protected] (040308-248795830):67)
06-24 09:31:39.454 2763 32320 E cbwr : at bhgs.a(:com.google.android.gms@[email protected] (040308-248795830):7)
06-24 09:31:39.454 2763 32320 E cbwr : at bhhd.a(:com.google.android.gms@[email protected] (040308-248795830):13)
06-24 09:31:39.454 2763 32320 E cbwr : at bhgn.a(:com.google.android.gms@[email protected] (040308-248795830):15)
06-24 09:31:39.454 2763 32320 E cbwr : at bhjg.a(:com.google.android.gms@[email protected] (040308-248795830):8)
06-24 09:31:39.454 2763 32320 E cbwr : at aaha.run(:com.google.android.gms@[email protected] (040308-248795830):19)
06-24 09:31:39.454 2763 32320 E cbwr : at bjyv.run(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:31:39.454 2763 32320 E cbwr : at smu.b(:com.google.android.gms@[email protected] (040308-248795830):37)
06-24 09:31:39.454 2763 32320 E cbwr : at smu.run(:com.google.android.gms@[email protected] (040308-248795830):18)
06-24 09:31:39.454 2763 32320 E cbwr : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-24 09:31:39.454 2763 32320 E cbwr : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-24 09:31:39.454 2763 32320 E cbwr : at ssz.run(Unknown Source:7)
06-24 09:31:39.454 2763 32320 E cbwr : at java.lang.Thread.run(Thread.java:764)
06-24 09:31:39.454 2763 32320 E cbwr : *~*~*~ Channel {0} was not shutdown properly!!! ~*~*~*
06-24 09:31:39.454 2763 32320 E cbwr : Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
06-24 09:31:39.454 2763 32320 E cbwr : java.lang.RuntimeException: ManagedChannel allocation site
06-24 09:31:39.454 2763 32320 E cbwr : at cbwq.<init>(:com.google.android.gms@[email protected] (040308-248795830):1)
06-24 09:31:39.454 2763 32320 E cbwr : at cbwr.<init>(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:31:39.454 2763 32320 E cbwr : at cbpf.b(:com.google.android.gms@[email protected] (040308-248795830):14)
06-24 09:31:39.454 2763 32320 E cbwr : at sfe.a(:com.google.android.gms@[email protected] (040308-248795830):45)
06-24 09:31:39.454 2763 32320 E cbwr : at sfe.a(:com.google.android.gms@[email protected] (040308-248795830):67)
06-24 09:31:39.454 2763 32320 E cbwr : at bhgs.a(:com.google.android.gms@[email protected] (040308-248795830):7)
06-24 09:31:39.454 2763 32320 E cbwr : at bhhd.a(:com.google.android.gms@[email protected] (040308-248795830):13)
06-24 09:31:39.454 2763 32320 E cbwr : at bhgn.a(:com.google.android.gms@[email protected] (040308-248795830):15)
06-24 09:31:39.454 2763 32320 E cbwr : at bhjg.a(:com.google.android.gms@[email protected] (040308-248795830):8)
06-24 09:31:39.454 2763 32320 E cbwr : at aaha.run(:com.google.android.gms@[email protected] (040308-248795830):19)
06-24 09:31:39.454 2763 32320 E cbwr : at bjyv.run(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:31:39.454 2763 32320 E cbwr : at smu.b(:com.google.android.gms@[email protected] (040308-248795830):37)
06-24 09:31:39.454 2763 32320 E cbwr : at smu.run(:com.google.android.gms@[email protected] (040308-248795830):21)
06-24 09:31:39.454 2763 32320 E cbwr : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-24 09:31:39.454 2763 32320 E cbwr : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-24 09:31:39.454 2763 32320 E cbwr : at ssz.run(Unknown Source:7)
06-24 09:31:39.454 2763 32320 E cbwr : at java.lang.Thread.run(Thread.java:764)
06-24 09:31:39.591 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198482s,latest=-31191282s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277682s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:39.591 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195575s,latest=-31191255s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277655s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:39.591 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195575s,latest=-31191255s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277655s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:39.591 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191282s,latest=-31104882s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277682s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:39.592 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119282s,latest=-31104882s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277682s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:39.799 2996 3036 W Flag : [TaskSchedulerLowPriority0] Duration spec must be at least 2 characters long:
06-24 09:31:39.799 2996 3036 I chatty : uid=10121(u0_a121) TaskSchedulerLo identical 3 lines
06-24 09:31:39.799 2996 3036 W Flag : [TaskSchedulerLowPriority0] Duration spec must be at least 2 characters long:
06-24 09:31:39.837 2763 2843 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:31:39.837 2763 2843 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:31:39.837 2763 2843 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:31:39.841 2996 3036 W DynamiteModule: Local module descriptor class for providerinstaller not found.
06-24 09:31:39.843 2763 3485 W ProviderHelper: Unknown dynamite feature providerinstaller
06-24 09:31:39.846 2996 3036 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
06-24 09:31:39.897 2763 2843 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:31:39.898 2763 2843 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:31:39.898 2763 2843 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:31:39.899 2996 3036 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 284 native methods...
06-24 09:31:39.918 2996 3036 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
06-24 09:31:39.920 2996 3036 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
06-24 09:31:40.119 19328 2035 I GmscoreIpa: Batch indexing status=false
06-24 09:31:40.229 19328 15102 I Icing : Indexing com.google.android.gms-apps from com.google.android.gms
06-24 09:31:40.276 2844 2943 D EventBus: No subscribers registered for event class com.google.commerce.tapandpay.android.acceptedhere.places.PlaceNotificationDataEvent
06-24 09:31:40.277 2844 2943 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-24 09:31:40.308 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 79, previously 80
06-24 09:31:40.309 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 122, previously 126
06-24 09:31:40.309 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 128, previously 374
06-24 09:31:40.451 2763 3485 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.apps.walletnfcrel], packageName=com.google.android.apps.walletnfcrel]
06-24 09:31:40.494 2763 3485 I GeofencerStateMachine: addGeofences called by com.google.android.apps.walletnfcrel
06-24 09:31:40.794 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 81, previously 87
06-24 09:31:40.799 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 142, previously 147
06-24 09:31:40.800 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 127, previously 358
06-24 09:31:41.105 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198483s,latest=-31191283s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277683s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:41.105 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195577s,latest=-31191257s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277657s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:41.106 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195577s,latest=-31191257s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277657s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:41.106 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191284s,latest=-31104884s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277684s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:41.106 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119284s,latest=-31104884s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277684s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:41.112 2844 2943 I BackgroundTaskManager: Executing task UpdateNotificationsTask.com.google.commerce.tapandpay.android.valuable.notification.UPDATE_VALUABLES with SEQUENTIAL execution policy.
06-24 09:31:41.121 1627 3208 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
06-24 09:31:41.123 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
06-24 09:31:41.134 2763 2763 I GeofencerStateMachine: sendNewTransitions called.
06-24 09:31:41.136 24844 24844 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1487 android.content.ContextWrapper.startService:644 android.content.ContextWrapper.startService:644 com.vzw.qualitydatalog.QualityDataEventsReceiver.onReceive:46 android.app.ActivityThread.handleReceiver:3338
06-24 09:31:41.137 2763 2763 I GeofencerStateMachine: sendNewLocationAvailability: availability=LocationAvailability[isLocationAvailable: true]
06-24 09:31:41.173 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198483s,latest=-31191283s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277683s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:41.173 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195577s,latest=-31191257s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277657s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:41.173 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195577s,latest=-31191257s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277657s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:41.173 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191284s,latest=-31104884s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277684s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:41.174 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119284s,latest=-31104884s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277684s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:41.255 2844 2904 I BackgroundTaskManager: Executing task AcceptedHereBackgroundTask.com.google.commerce.tapandpay.android.places.AUTO_DISMISS with SEQUENTIAL execution policy.
06-24 09:31:41.318 2844 2904 I BackgroundTaskManager: Executing task AcceptedHereBackgroundTask.com.google.commerce.tapandpay.android.places.AUTO_DISMISS with SEQUENTIAL execution policy.
06-24 09:31:41.466 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 420, previously 442
06-24 09:31:41.468 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 269, previously 272
06-24 09:31:41.468 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 132, previously 396
06-24 09:31:41.512 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2577, previously 2582
06-24 09:31:41.512 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 949, previously 968
06-24 09:31:41.713 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 22
06-24 09:31:41.812 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 55, previously 56
06-24 09:31:41.813 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 119, previously 122
06-24 09:31:41.813 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 158, previously 509
06-24 09:31:41.922 2763 2774 I zygote : Background concurrent copying GC freed 361624(17MB) AllocSpace objects, 26(2MB) LOS objects, 49% free, 21MB/43MB, paused 305us total 193.599ms
06-24 09:31:42.330 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 283, previously 2340
06-24 09:31:42.330 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 192, previously 816
06-24 09:31:42.566 2763 521 I aoaz : updateFromConfigurations using legacy put method [CONTEXT service_id=51 ]
06-24 09:31:42.568 23753 23753 I BgTaskExecutorImpl: Starting EXCLUSIVE background task FETCH_CONFIGS_FROM_PHENOTYPE.
06-24 09:31:42.658 2763 3168 W awhr : Empty context buffer. Thus might mean that the context is not synced down.
06-24 09:31:42.658 2763 3168 W awcf : Empty context model while retrieving upload opt-in status!
06-24 09:31:42.726 2763 4445 W CursorWindow: Window is full: requested allocation 84 bytes, free space 55 bytes, window size 2097152 bytes
06-24 09:31:42.785 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 1557
06-24 09:31:42.785 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2055, previously 2062
06-24 09:31:42.785 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 194, previously 1209
06-24 09:31:42.934 19328 19339 I zygote : Background concurrent copying GC freed 366190(19MB) AllocSpace objects, 11(220KB) LOS objects, 50% free, 17MB/35MB, paused 547us total 130.601ms
06-24 09:31:42.974 2763 521 I aoaz : updateFromConfigurations using legacy put method [CONTEXT service_id=51 ]
06-24 09:31:42.978 2763 521 I aocz : Scheduling adaptive one off task with window [14400, 604800] in seconds [CONTEXT service_id=51 ]
06-24 09:31:43.058 1627 2237 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:43.063 2763 3181 I PTCommittedOperation: Receive new configuration for com.google.android.gms.matchstick
06-24 09:31:43.084 19328 2263 W ModuleInitIntentOp: Dropping unexpected action com.google.android.gms.phenotype.COMMITTED
06-24 09:31:43.134 23753 2985 I ModelDownloadListener: Schdedule model download
06-24 09:31:43.138 23753 23753 I BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
06-24 09:31:43.139 23753 955 I ModelDownloadController: requestHotwordModelUpdate modelType-2 modelLocale-en-US
06-24 09:31:43.142 1627 2237 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:43.143 23753 955 I ModelDownloadController: We already downloaded model from given location.
06-24 09:31:43.143 23753 955 I ModelDownloadController: Model download failed
06-24 09:31:43.144 23753 23788 W SearchServiceCore: Abort, client detached.
06-24 09:31:43.144 23753 23788 W SearchServiceCore: Abort, client detached.
06-24 09:31:43.148 23753 2985 I OpaEligibilityChecker: send OpaEligibilityChange broadcast to CommonBroadcastReceiver
06-24 09:31:43.152 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198485s,latest=-31191285s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277685s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:43.152 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195579s,latest=-31191259s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277659s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:43.152 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195579s,latest=-31191259s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277659s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:43.153 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191286s,latest=-31104886s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277686s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:43.153 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119286s,latest=-31104886s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277686s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:43.207 1627 17346 D MotDevicePolicyManager: Version:02.00.00
06-24 09:31:43.212 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198485s,latest=-31191285s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277685s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:43.212 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195579s,latest=-31191259s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277659s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:43.213 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195579s,latest=-31191259s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277659s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:43.213 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191286s,latest=-31104886s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277686s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:43.213 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119286s,latest=-31104886s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277686s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:31:43.213 19328 2359 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=GLOBAL_SEARCH_ADMIN
06-24 09:31:43.216 19328 11595 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=SEARCH_QUERIES
06-24 09:31:43.328 23753 23788 W SearchServiceCore: Abort, client detached.
06-24 09:31:43.328 23753 23788 I chatty : uid=10095(u0_a95) EventBus0 identical 1 line
06-24 09:31:43.328 23753 23788 W SearchServiceCore: Abort, client detached.
06-24 09:31:44.190 19328 3102 W ModuleInitIntentOp: Dropping unexpected action com.google.android.gms.phenotype.COMMITTED
06-24 09:31:44.191 2763 3072 I PTCommittedOperation: Receive new configuration for com.google.android.gms.fitness
06-24 09:31:44.460 1627 2237 I ActivityManager: Killing 1519:com.motorola.cameraone/u0a65 (adj 906): empty #22
06-24 09:31:45.212 1065 2339 E Diag_Lib: [IMS_QMID] |qmi_ims_dsd.c | 242 | QCCI#>>#QMID#0#QMI_DSD Indication for MSG ID [38]
06-24 09:31:45.212 1065 2339 E Diag_Lib: [IMS_QMID] |qmi_ims_dsd.c | 300 | QMID#>>#DPL#0#QMI_DSD Calling callback , Indication for MSG ID [38]
06-24 09:31:45.212 1065 2339 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 7640 bytes
06-24 09:31:45.213 1691 2331 I chatty : uid=1000(system) /system/vendor/bin/imsrcsd expire 34 lines
06-24 09:31:45.312 19328 19339 I zygote : Background concurrent copying GC freed 301397(18MB) AllocSpace objects, 3(124KB) LOS objects, 49% free, 16MB/33MB, paused 392us total 129.505ms
06-24 09:31:45.332 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21
06-24 09:31:45.333 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:31:45.335 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:31:45.335 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:31:45.335 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:31:45.335 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:31:45.335 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:31:45.336 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:31:45.383 2599 2599 D CdmaPCDHandler: mcc 311 sid 0 tz -5 dstflag 0
06-24 09:31:45.383 2599 2599 D CdmaPCDHandler: mCurrentMCC 311 mCurrentSID 0 mCurrentIDD 011
06-24 09:31:45.383 2599 2599 D CdmaPCDHandler: Return as nothing changed
06-24 09:31:45.389 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:31:45.390 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:31:45.391 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:31:45.391 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:31:45.392 4295 4295 D OtaLibrary: PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:31:45.392 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:31:45.392 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:31:45.396 8363 8363 D OtaApp : PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:31:45.397 2599 2611 I zygote : Background concurrent copying GC freed 43543(3MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 4MB/8MB, paused 5.309ms total 58.815ms
06-24 09:31:45.397 2599 2599 D ServiceStateProvider: subId=1
06-24 09:31:45.397 2545 2645 D QCNEJ : |CORE| onServiceStateChanged: dataState: 2 DDS:1 Notify service state update
06-24 09:31:45.399 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
06-24 09:31:45.400 2545 2645 D QCNEJ : |CORE| Notified wwan sub type: 13 for sub: 1
06-24 09:31:45.401 2545 2645 D QCNEJ : |CORE| getDataOnRoamingEnabled: phoneSubId=1 isDataRoamingEnabled=true
06-24 09:31:45.401 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled: dataRegRoaming = false RoamingonUI = true isDataRoamingAllowed = true
06-24 09:31:45.401 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled is enabled true && isDataRoamingAllowed true
06-24 09:31:45.401 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
06-24 09:31:45.447 24676 24676 I CarrierServices: [2] cyx.onReceive: Received SERVICE_STATE intent, clearing cached cell info
06-24 09:31:45.457 2599 3586 I QImsService: ImsConfigImpl : getCarrierConfigBoolean key=moto_vowifi_home_priority, value=false
06-24 09:31:45.459 1627 2615 I ActivityManager: Killing 21631:com.apalon.weatherlive/u0a16 (adj 904): empty #22
06-24 09:31:45.459 2599 3586 I QImsService: ImsConfigImpl : getProvisionedValue item=27
06-24 09:31:45.459 1627 2615 I ActivityManager: Killing 1538:com.android.externalstorage/u0a45 (adj 904): empty #23
06-24 09:31:45.461 2599 3586 I QImsService: ImsSenderRxr : [14413]> REQUEST_GET_IMS_CONFIG [SUB0]
06-24 09:31:45.461 2599 3586 I QImsService: ImsSenderRxr : REQUEST_GET_IMS_CONFIG request to ImsRadio: token -14413 item:29 boolValue:false intValue:0 strValue:null errorCause:0
06-24 09:31:45.471 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1310, previously 1354
06-24 09:31:45.475 2599 2667 I QImsService: ImsRadioResponse : Get config response received.
06-24 09:31:45.475 2599 2667 I QImsService: ImsSenderRxr : [14413]< REQUEST_GET_IMS_CONFIG 1[SUB0]
06-24 09:31:45.475 2599 2758 I QImsService: ImsConfigImplHandler : Message received: what = 1
06-24 09:31:45.475 2599 2758 I QImsService: ImsConfigImpl : Notifyall
06-24 09:31:45.475 2599 3586 D QImsService: ImsConfigImpl : sendRequest: request.arg2=0, count=1
06-24 09:31:45.475 2599 3586 I QImsService: ImsConfigImpl : onServiceStateChanged: serviceState=0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE, apmode=1, bpmode=1, vowifi_home=false
06-24 09:31:45.538 1627 15699 I TelecomService: PhoneAccountRegistrar: SimCallManager queried, returning: null: TSI.gSCM@4sA
06-24 09:31:45.558 1627 15699 I TelecomService: PhoneAccountRegistrar: SimCallManager queried, returning: null: TSI.gSCM@4sI
06-24 09:31:45.607 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1095, previously 1115
06-24 09:31:45.607 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1145, previously 1144
06-24 09:31:45.607 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 220, previously 1405
06-24 09:31:45.921 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462606 sw vsyncs) (0 skipped) (1:5475085 vsyncs) (3:12186490)
06-24 09:31:46.093 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 725, previously 795
06-24 09:31:46.093 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 228, previously 231
06-24 09:31:46.093 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 330, previously 686
06-24 09:31:46.194 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 526, previously 525
06-24 09:31:46.194 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 360, previously 1385
06-24 09:31:46.194 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 215, previously 1153
06-24 09:31:46.246 19328 15102 W ResourceType: ResTable_typeSpec entry count inconsistent: given 177, previously 636
06-24 09:31:46.280 19328 15102 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:31:46.289 19328 15102 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:31:46.333 2763 2774 I zygote : Background concurrent copying GC freed 463484(20MB) AllocSpace objects, 35(2004KB) LOS objects, 50% free, 22MB/44MB, paused 297us total 208.706ms
06-24 09:31:46.617 1627 1636 I zygote : Background concurrent copying GC freed 153494(12MB) AllocSpace objects, 0(0B) LOS objects, 33% free, 47MB/71MB, paused 655us total 350.223ms
06-24 09:31:47.097 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:MusicAlbum from com.google.android.gms
06-24 09:31:47.152 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:Message from com.google.android.gms
06-24 09:31:47.180 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms
06-24 09:31:47.192 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:ContextualEvent from com.google.android.gms
06-24 09:31:47.205 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:MusicGroup from com.google.android.gms
06-24 09:31:47.208 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:MusicGroup
06-24 09:31:47.208 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:DigitalDocument from com.google.android.gms
06-24 09:31:47.221 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:Event from com.google.android.gms
06-24 09:31:47.233 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:Photograph from com.google.android.gms
06-24 09:31:47.247 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:MusicRecording from com.google.android.gms
06-24 09:31:47.260 19328 15102 I Icing : Indexing done com.google.android.gms-apps
06-24 09:31:47.263 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:MusicAlbum
06-24 09:31:47.266 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:Message
06-24 09:31:47.269 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:MobileApplication
06-24 09:31:47.272 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:ContextualEvent
06-24 09:31:47.274 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:DigitalDocument
06-24 09:31:47.277 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:Event
06-24 09:31:47.279 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:Photograph
06-24 09:31:47.282 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:MusicRecording
06-24 09:31:48.338 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 760 | ims_qmi_nas_unsolicited_event_ind starting
06-24 09:31:48.338 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 765 | QCCI#>>#QMID#0#QMI_NAS Indication for MSG ID [78]
06-24 09:31:48.338 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 779 | qmi_idl_get_message_c_struct_len -decoded_payload_len: 1168
06-24 09:31:48.338 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 811 | ims_qmi_nas_unsolicited_event_ind | Indication sending
06-24 09:31:48.338 1065 2336 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 1184 bytes
06-24 09:31:48.338 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 817 | QMID#>>#DPL#0#QMI_NAS Indication for MSG ID [78]
06-24 09:31:48.357 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2839 | 2331 |qpDplNASIndicationCb -- msg id is 78
06-24 09:31:48.357 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2849 | 2331 |qpDplNASIndicationCb -- decoded_payload_len: 1168
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3335 | 2331 |qpDplNASIndicationCb -- Msg is QMI_NAS_SYS_INFO_IND_MSG_V01
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3458 | 2331 |qpDplNASIndicationCb -- wcdma_srv_status_info_valid is Invalid or srv_status - 0
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3600 | 2331 |qpDplNASIndicationCb -- Neither HDR nor CDMA
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3607 | 2331 |qpDplNASIndicationCb -- lte_srv_status_info.srv_status - 2
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3621 | 2331 |lte_sys_info-srv_capability Validity: 1, Value: 2
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3623 | 2331 |lte_sys_info-roam_status Validity: 1, Value: 0
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3634 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: Prev Service Domain=0
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3636 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: New Service Domain=2
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3646 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: PrevCI=20760078
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3648 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: NewCI=20760076
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2799 | 2331 |qpDplNASIndicationCb -- lte_ims_voice_avail(VOPS) is available : 1
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2830 | 2331 |qpDplNASIndicationCb -- Updating Global VOPS value with 1
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3679 | 2331 |qpDplNASIndicationCb: QMI_NAS_GET_SYS_INFO_REQ_MSG_V01 PrevTAC=20738
06-24 09:31:48.367 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3681 | 2331 |qpDplNASIndicationCb: QMI_NAS_GET_SYS_INFO_REQ_MSG_V01 NewTAC=20738
06-24 09:31:48.368 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3692 | 2331 |qpDplNASIndicationCb -- lte_sys_info-network_id Valid: - 1
06-24 09:31:48.368 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3697 | 2331 |qpDplNASIndicationCb - Values from NAS MCC: 311480, MNC: 480
06-24 09:31:48.368 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3701 | 2331 |qpDplNASIndicationCb - bIsUndefined: 0, bIsMncIncPcsDigitPtr: 1
06-24 09:31:48.368 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3702 | 2331 |qpDplNASIndicationCb: PI[0]: 13, PI[1]: 1, PI[2]: 84
06-24 09:31:48.368 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3703 | 2331 |qpDplNASIndicationCb - MCC: 311, MNC: 480
06-24 09:31:48.368 1691 2331 D Diag_Lib: [IMS_DEBUG]| 187 | 2331 |qmi_stub_clientHandler : exit with success
06-24 09:31:48.368 1691 2331 D Diag_Lib: [IMS_DEBUG]| 1487 | 2331 |qpdpl: qpDplMainLoop qpDplListSize: 0
06-24 09:31:48.368 1691 2331 E Diag_Lib: [IMS_AP]"[DEBUG]qpNetSelect :Enter : Before Blocking on Select..."
06-24 09:31:48.382 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=0010000410000000010000000800000079000000e8030000
06-24 09:31:48.400 2599 2599 D CdmaPCDHandler: mcc 311 sid 0 tz -5 dstflag 0
06-24 09:31:48.400 2599 2599 D CdmaPCDHandler: mCurrentMCC 311 mCurrentSID 0 mCurrentIDD 011
06-24 09:31:48.400 2599 2599 D CdmaPCDHandler: Return as nothing changed
06-24 09:31:48.409 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:31:48.409 4295 4295 D OtaLibrary: PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:31:48.410 8363 8363 D OtaApp : PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:31:48.417 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:31:48.419 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:31:48.419 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:31:48.419 2599 2599 D ServiceStateProvider: subId=1
06-24 09:31:48.421 2545 2645 D QCNEJ : |CORE| onServiceStateChanged: dataState: 2 DDS:1 Notify service state update
06-24 09:31:48.422 24676 24676 I CarrierServices: [2] cyx.onReceive: Received SERVICE_STATE intent, clearing cached cell info
06-24 09:31:48.423 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:31:48.424 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:31:48.425 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a1000000e8030000
06-24 09:31:48.425 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
06-24 09:31:48.425 2545 2645 D QCNEJ : |CORE| Notified wwan sub type: 13 for sub: 1
06-24 09:31:48.427 2545 2645 D QCNEJ : |CORE| getDataOnRoamingEnabled: phoneSubId=1 isDataRoamingEnabled=true
06-24 09:31:48.427 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled: dataRegRoaming = false RoamingonUI = true isDataRoamingAllowed = true
06-24 09:31:48.427 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled is enabled true && isDataRoamingAllowed true
06-24 09:31:48.427 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
06-24 09:31:48.430 2599 3586 I QImsService: ImsConfigImpl : getCarrierConfigBoolean key=moto_vowifi_home_priority, value=false
06-24 09:31:48.433 2599 3586 I QImsService: ImsConfigImpl : getProvisionedValue item=27
06-24 09:31:48.433 2599 3586 I QImsService: ImsSenderRxr : [14414]> REQUEST_GET_IMS_CONFIG [SUB0]
06-24 09:31:48.433 2599 3586 I QImsService: ImsSenderRxr : REQUEST_GET_IMS_CONFIG request to ImsRadio: token -14414 item:29 boolValue:false intValue:0 strValue:null errorCause:0
06-24 09:31:48.438 2599 2667 I QImsService: ImsRadioResponse : Get config response received.
06-24 09:31:48.438 2599 2667 I QImsService: ImsSenderRxr : [14414]< REQUEST_GET_IMS_CONFIG 1[SUB0]
06-24 09:31:48.438 2599 2758 I QImsService: ImsConfigImplHandler : Message received: what = 1
06-24 09:31:48.438 2599 2758 I QImsService: ImsConfigImpl : Notifyall
06-24 09:31:48.438 2599 3586 D QImsService: ImsConfigImpl : sendRequest: request.arg2=0, count=1
06-24 09:31:48.439 2599 3586 I QImsService: ImsConfigImpl : onServiceStateChanged: serviceState=0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE, apmode=1, bpmode=1, vowifi_home=false
06-24 09:31:48.624 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:31:48.625 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:31:48.627 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 12
06-24 09:31:48.627 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:31:48.627 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561383109158
06-24 09:31:48.628 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:31:48.628 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:31:48.629 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:31:48.639 1627 3063 D AlarmManagerService: Kernel timezone updated to 240 minutes west of GMT
06-24 09:31:48.644 1054 1157 D QC-time-services: Daemon: Connection accepted:time_genoff
06-24 09:31:48.645 1054 3227 D QC-time-services: Daemon:Received base = 12, unit = 1, operation = 0,value = 1561383109158
06-24 09:31:48.645 1054 3227 D QC-time-services: Daemon:genoff_opr: Base = 12, val = 1561383109158, operation = 0
06-24 09:31:48.645 1054 3227 D QC-time-services: Daemon:Value read from QTimer mseconds = 1162953847
06-24 09:31:48.645 1054 3227 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 61951317000
06-24 09:31:48.645 1054 3227 D QC-time-services: Daemon:Delta read on boot mseconds = 61951302428
06-24 09:31:48.645 1054 3227 D QC-time-services: Daemon:new time 1561383109158
06-24 09:31:48.645 1054 3227 D QC-time-services: Daemon: delta 1498268852883 genoff 1498268852883
06-24 09:31:48.645 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:31:48.645 1054 3227 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1498268852883 to memory
06-24 09:31:48.646 1054 3227 D QC-time-services: Daemon:Opening File: /persist/time/ats_12 /data/time/ats_12
06-24 09:31:48.646 1054 3227 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation
06-24 09:31:48.646 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:31:48.646 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:31:48.646 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:31:48.663 1054 1157 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
06-24 09:31:48.663 1095 1364 E QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
06-24 09:31:48.664 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 13
06-24 09:31:48.664 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:31:48.664 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561383109158
06-24 09:31:48.664 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:31:48.665 1054 1157 D QC-time-services: Daemon: Connection accepted:time_genoff
06-24 09:31:48.665 1054 3229 D QC-time-services: Daemon:Received base = 13, unit = 1, operation = 0,value = 1561383109158
06-24 09:31:48.665 1054 3229 D QC-time-services: Daemon:genoff_opr: Base = 13, val = 1561383109158, operation = 0
06-24 09:31:48.665 1054 3229 D QC-time-services: Daemon:Value read from QTimer mseconds = 1162953867
06-24 09:31:48.665 1054 3229 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 61951317000
06-24 09:31:48.665 1054 3229 D QC-time-services: Daemon:Delta read on boot mseconds = 61951302428
06-24 09:31:48.665 1054 3229 D QC-time-services: Daemon:new time 1561383109158
06-24 09:31:48.665 1054 3229 D QC-time-services: Daemon: delta 1498268852863 genoff 1498268852863
06-24 09:31:48.665 1054 3229 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1498268852863 to memory
06-24 09:31:48.665 1054 3229 D QC-time-services: Daemon:Opening File: /persist/time/ats_13 /data/time/ats_13
06-24 09:31:48.665 1054 3229 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation
06-24 09:31:48.674 1095 1364 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
06-24 09:31:48.675 1054 1157 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
06-24 09:31:49.623 1627 3063 I ActivityManager: Killing 16789:com.motorola.motodisplay/u0a69 (adj 904): empty #22
06-24 09:31:49.675 1627 1654 W ActivityManager: setHasOverlayUi called on unknown pid: 16789
06-24 09:31:55.569 23753 23788 I WorkerManager: dispose()
06-24 09:31:59.454 1426 1484 I zygote : Note: end time exceeds INT32_MAX: 9223371985
06-24 09:32:00.004 1627 1627 I ActivityManager: Killing 23194:com.android.providers.calendar/u0a25 (adj 904): empty #22
06-24 09:32:00.135 1627 3063 I ActivityManager: Killing 1713:com.motorola.dataoffloading/u0a34 (adj 904): empty #22
06-24 09:32:01.288 1627 3064 I ActivityManager: Killing 1744:com.google.android.talk/u0a228 (adj 904): empty #22
06-24 09:32:04.407 19328 21318 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.music componentName=null serviceId=SEARCH_CORPORA
06-24 09:32:04.440 19328 15102 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:32:04.505 19328 27798 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.music componentName=null serviceId=SEARCH_CORPORA
06-24 09:32:04.547 19328 15102 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:32:04.554 19328 21318 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.music componentName=null serviceId=SEARCH_CORPORA
06-24 09:32:04.596 19328 15102 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:32:04.601 19328 21318 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.music componentName=null serviceId=SEARCH_CORPORA
06-24 09:32:04.611 19328 15102 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:32:04.616 19328 21318 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.music componentName=null serviceId=SEARCH_CORPORA
06-24 09:32:04.626 19328 15102 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:32:04.659 19328 11595 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.music componentName=null serviceId=SEARCH_CORPORA
06-24 09:32:04.669 19328 11595 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.music componentName=null serviceId=SEARCH_CORPORA
06-24 09:32:04.700 19328 15102 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:32:04.707 19328 15102 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:32:05.506 19328 15102 I Icing : Indexing com.google.android.music-songs from com.google.android.music
06-24 09:32:05.706 19328 15102 I Icing : Indexing done com.google.android.music-songs
06-24 09:32:05.708 19328 15102 I Icing : Indexing com.google.android.music-albums from com.google.android.music
06-24 09:32:05.734 19328 15102 I Icing : Indexing com.google.android.music-artists from com.google.android.music
06-24 09:32:05.756 19328 15102 I Icing : Indexing com.google.android.music-playlists from com.google.android.music
06-24 09:32:05.787 19328 15102 I Icing : Indexing done com.google.android.music-albums
06-24 09:32:05.796 19328 15102 I Icing : Indexing done com.google.android.music-artists
06-24 09:32:05.805 19328 15102 I Icing : Indexing done com.google.android.music-playlists
06-24 09:32:05.974 1627 2293 W ConnectivityExtension: ConnectivityExt jar file not present
06-24 09:32:06.035 1063 1063 I ADSPD : Watchdog 2 new value: 00412f8b Last Exp Value: ffffffff
06-24 09:32:06.036 1063 1063 I ADSPD : Watchdog 3 new value: 00412f8c Last Exp Value: ffffffff
06-24 09:32:15.202 30211 30216 I zygote : Do partial code cache collection, code=234KB, data=196KB
06-24 09:32:15.203 30211 30216 I zygote : After code cache collection, code=234KB, data=196KB
06-24 09:32:15.203 30211 30216 I zygote : Increasing code cache capacity to 1024KB
06-24 09:32:15.270 30211 32282 I zygote : Deoptimizing int c.d.g.b(java.lang.Object, java.lang.Object) due to JIT inline cache
06-24 09:32:15.374 725 725 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
06-24 09:32:15.587 2763 2763 I GeofencerStateMachine: sendNewTransitions called.
06-24 09:32:15.711 725 725 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
06-24 09:32:15.746 2763 19564 I Places : Converted 14 out of 14 WiFi scans
06-24 09:32:15.780 2763 31953 I GCoreUlr: Successfully inserted 1 locations
06-24 09:32:15.995 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462606 sw vsyncs) (0 skipped) (23:5475110 vsyncs) (25:12186602)
06-24 09:32:16.638 2763 4445 W awhr : Empty context buffer. Thus might mean that the context is not synced down.
06-24 09:32:16.638 2763 4445 W awcf : Empty context model while retrieving upload opt-in status!
06-24 09:32:16.670 2763 2763 I TrustAgent: [PhonePositionTracker] Received AR result: DetectedActivity [type=9, confidence=51] at 1561383107714
06-24 09:32:16.671 2763 2763 I TrustAgent: [PhonePositionTracker] Off body for 0 millis
06-24 09:32:16.671 2763 2763 I TrustAgent: [PhonePositionTracker] Update on person state based on new OFF_BODY result
06-24 09:32:16.671 2763 2763 I TrustAgent: [PhonePositionTracker] Switching to off person state
06-24 09:32:16.671 2763 2763 I TrustAgent: [PhonePositionTracker] Unregistering from activity recognition
06-24 09:32:16.671 2763 2763 W GmsClientEvents: unregisterConnectionCallbacks(): listener avxb@5a3f94d not found
06-24 09:32:16.672 2763 2763 I TrustAgent: [GoogleTrustAgentChimeraService] Trust state changed, trusted: false reason:
06-24 09:32:16.682 2763 2763 I TrustAgent: [PhonePositionTracker] successfully removed the activity updates.
06-24 09:32:16.684 1627 3590 V LocSvc_HIDL_OsNpGlue_jni: [onJavaLocationChanged][159] [HC] =>> [HS]
06-24 09:32:16.692 1096 1096 V LocSvc_HIDL_IzatOsNpGlue: [locationChanged][33] [HS] <<<<= [HC]
06-24 09:32:16.695 1096 3597 E LocSvc_libulp: ulp_brain_transition_all_providers, no QUIPC/GNSS transition logic run due to both engines are OFF
06-24 09:32:16.701 1096 2538 V LocSvc_HIDL_IzatProvider: [onLocationChanged][67] [HS] =>>>> [HC]
06-24 09:32:16.701 1627 2220 V LocSvc_HIDL_IzatProvider_jni: [onLocationChanged][136] [HC] <<= [HS]
06-24 09:32:16.711 24543 24543 D GS-NativeReceiver: Location received
06-24 09:32:17.162 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4011359, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=-283964, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=297, SEQNUM=350474, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=1959919, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:32:32.132 725 725 I SFPerfTracer: triggers: (rate: 2291:164085) (compose: 1:182) (post: 2:556) (render: 2:704) (0:2916921 frames) (1:3222264)
06-24 09:32:32.133 725 725 D SFPerfTracer: layers: (5:11) (StatusBar#0 (0xadac5000): 1:416495) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15721) (animation background stackId=1#0 (0xad7af000): 0:2108)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15353) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7f0000): 0:176) (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7d6000): 0:112)
06-24 09:32:33.774 19328 15102 W SQLiteLog: (28) convert PosixError 11 to SqliteError 3850
06-24 09:32:36.036 1063 1063 I ADSPD : Watchdog 2 new value: 00413b43 Last Exp Value: ffffffff
06-24 09:32:36.043 1063 1063 I ADSPD : Watchdog 3 new value: 00413b44 Last Exp Value: ffffffff
06-24 09:32:42.983 703 10099 V sound_trigger_hw_default: key_phrase_recognized, duration=0, trigger_id=0
06-24 09:32:42.984 703 10099 V sound_trigger_hw_default: key_phrase_recognized: send event, recognition_cookie=0xb411c040
06-24 09:32:43.034 1627 1627 I SoundTriggerHelper: Recognition success
06-24 09:32:43.036 9638 17545 I AlwaysOnHotwordDetector: onDetected
06-24 09:32:43.150 703 18390 D mot_vr_audio_hw: open_input_stream(master): devices = 0x80000004, rate = 16000, channels = 0x10, source = 1999, flags = 0x2
06-24 09:32:43.181 1071 3254 I AudioFlinger: AudioFlinger's thread 0xadf8dd40 tid=3254 ready to run
06-24 09:32:43.196 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:32:43.197 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:32:43.199 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:32:43.199 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:32:43.199 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:32:43.199 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:32:43.199 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:32:43.200 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:32:43.204 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 760 | ims_qmi_nas_unsolicited_event_ind starting
06-24 09:32:43.204 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 765 | QCCI#>>#QMID#0#QMI_NAS Indication for MSG ID [78]
06-24 09:32:43.204 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 779 | qmi_idl_get_message_c_struct_len -decoded_payload_len: 1168
06-24 09:32:43.204 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 811 | ims_qmi_nas_unsolicited_event_ind | Indication sending
06-24 09:32:43.204 1065 2336 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 1184 bytes
06-24 09:32:43.204 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 817 | QMID#>>#DPL#0#QMI_NAS Indication for MSG ID [78]
06-24 09:32:43.204 1691 2331 E Diag_Lib: [IMS_AP]"qpNetSelect: DPL State 1"
06-24 09:32:43.204 1691 2331 E Diag_Lib: [IMS_AP]"qpNetSelect : Select Unblocked , iRtn 1"
06-24 09:32:43.204 1691 2331 D Diag_Lib: [IMS_DEBUG]| 1406 | 2331 |qpNetSelect : QMI CLIENT | received read event on sockfd 10
06-24 09:32:43.204 1691 2331 D Diag_Lib: [IMS_DEBUG]| 68 | 2331 |qmi_stub_clientHandler : Enter : QMI Handle 0xb091c0c0
06-24 09:32:43.204 1691 2331 D Diag_Lib: [IMS_DEBUG]| 71 | 2331 |qmi_stub_clientHandler waiting to read , handle->service_id 3
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 109 | 2331 |qmi_stub_clientHandler : Msg ID is DATA XFER for service ID
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2839 | 2331 |qpDplNASIndicationCb -- msg id is 78
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2849 | 2331 |qpDplNASIndicationCb -- decoded_payload_len: 1168
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3335 | 2331 |qpDplNASIndicationCb -- Msg is QMI_NAS_SYS_INFO_IND_MSG_V01
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3458 | 2331 |qpDplNASIndicationCb -- wcdma_srv_status_info_valid is Invalid or srv_status - 0
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3600 | 2331 |qpDplNASIndicationCb -- Neither HDR nor CDMA
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3607 | 2331 |qpDplNASIndicationCb -- lte_srv_status_info.srv_status - 2
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3621 | 2331 |lte_sys_info-srv_capability Validity: 1, Value: 2
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3623 | 2331 |lte_sys_info-roam_status Validity: 1, Value: 0
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3634 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: Prev Service Domain=0
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3636 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: New Service Domain=2
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3646 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: PrevCI=20760076
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3648 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: NewCI=20760078
06-24 09:32:43.205 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2799 | 2331 |qpDplNASIndicationCb -- lte_ims_voice_avail(VOPS) is available : 1
06-24 09:32:43.206 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2830 | 2331 |qpDplNASIndicationCb -- Updating Global VOPS value with 1
06-24 09:32:43.206 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3679 | 2331 |qpDplNASIndicationCb: QMI_NAS_GET_SYS_INFO_REQ_MSG_V01 PrevTAC=20738
06-24 09:32:43.206 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3681 | 2331 |qpDplNASIndicationCb: QMI_NAS_GET_SYS_INFO_REQ_MSG_V01 NewTAC=20738
06-24 09:32:43.206 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3692 | 2331 |qpDplNASIndicationCb -- lte_sys_info-network_id Valid: - 1
06-24 09:32:43.206 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3697 | 2331 |qpDplNASIndicationCb - Values from NAS MCC: 311480, MNC: 480
06-24 09:32:43.206 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3701 | 2331 |qpDplNASIndicationCb - bIsUndefined: 0, bIsMncIncPcsDigitPtr: 1
06-24 09:32:43.206 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3702 | 2331 |qpDplNASIndicationCb: PI[0]: 13, PI[1]: 1, PI[2]: 84
06-24 09:32:43.206 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3703 | 2331 |qpDplNASIndicationCb - MCC: 311, MNC: 480
06-24 09:32:43.206 9638 915 I AudioProvider: Audio Starting
06-24 09:32:43.206 1691 2331 D Diag_Lib: [IMS_DEBUG]| 187 | 2331 |qmi_stub_clientHandler : exit with success
06-24 09:32:43.206 1691 2331 D Diag_Lib: [IMS_DEBUG]| 1487 | 2331 |qpdpl: qpDplMainLoop qpDplListSize: 0
06-24 09:32:43.206 1691 2331 E Diag_Lib: [IMS_AP]"[DEBUG]qpNetSelect :Enter : Before Blocking on Select..."
06-24 09:32:43.213 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a10000004c040000
06-24 09:32:43.218 1071 2317 D APM_AudioPolicyManager: AudioPolicyManager::startInput() input 814, session 7153, source = 1999
06-24 09:32:43.219 9638 915 I AudioProvider: Audio Started
06-24 09:32:43.234 703 3265 D mot_vr_audio_hw: Input 0xb32ac140 waking up
06-24 09:32:43.241 2599 2599 D CdmaPCDHandler: mcc 311 sid 0 tz -5 dstflag 0
06-24 09:32:43.241 2599 2599 D CdmaPCDHandler: mCurrentMCC 311 mCurrentSID 0 mCurrentIDD 011
06-24 09:32:43.241 2599 2599 D CdmaPCDHandler: Return as nothing changed
06-24 09:32:43.244 703 3265 D mot_vr_audio_hw: Switching DSP to standby/passthrough mode
06-24 09:32:43.244 703 3265 D mot_vr_audio_hw: Input 0xb32ac140 ready to read
06-24 09:32:43.245 4295 4295 D OtaLibrary: PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:32:43.245 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:32:43.246 8363 8363 D OtaApp : PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:32:43.249 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:32:43.250 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:32:43.250 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:32:43.251 2545 2645 D QCNEJ : |CORE| onServiceStateChanged: dataState: 2 DDS:1 Notify service state update
06-24 09:32:43.251 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:32:43.252 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:32:43.253 24676 24676 I CarrierServices: [2] cyx.onReceive: Received SERVICE_STATE intent, clearing cached cell info
06-24 09:32:43.253 2599 2599 D ServiceStateProvider: subId=1
06-24 09:32:43.255 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
06-24 09:32:43.256 2545 2645 D QCNEJ : |CORE| Notified wwan sub type: 13 for sub: 1
06-24 09:32:43.257 2545 2645 D QCNEJ : |CORE| getDataOnRoamingEnabled: phoneSubId=1 isDataRoamingEnabled=true
06-24 09:32:43.257 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled: dataRegRoaming = false RoamingonUI = true isDataRoamingAllowed = true
06-24 09:32:43.258 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled is enabled true && isDataRoamingAllowed true
06-24 09:32:43.258 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
06-24 09:32:43.260 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000790000004c040000
06-24 09:32:43.263 2599 3586 I QImsService: ImsConfigImpl : getCarrierConfigBoolean key=moto_vowifi_home_priority, value=false
06-24 09:32:43.265 2599 3586 I QImsService: ImsConfigImpl : getProvisionedValue item=27
06-24 09:32:43.266 2599 3586 I QImsService: ImsSenderRxr : [14415]> REQUEST_GET_IMS_CONFIG [SUB0]
06-24 09:32:43.266 2599 3586 I QImsService: ImsSenderRxr : REQUEST_GET_IMS_CONFIG request to ImsRadio: token -14415 item:29 boolValue:false intValue:0 strValue:null errorCause:0
06-24 09:32:43.270 9638 917 I HotwordRecognitionRnr: Starting hotword detection.
06-24 09:32:43.272 2599 2667 I QImsService: ImsRadioResponse : Get config response received.
06-24 09:32:43.272 2599 2667 I QImsService: ImsSenderRxr : [14415]< REQUEST_GET_IMS_CONFIG 1[SUB0]
06-24 09:32:43.272 2599 2758 I QImsService: ImsConfigImplHandler : Message received: what = 1
06-24 09:32:43.272 2599 2758 I QImsService: ImsConfigImpl : Notifyall
06-24 09:32:43.272 2599 3586 D QImsService: ImsConfigImpl : sendRequest: request.arg2=0, count=1
06-24 09:32:43.272 2599 3586 I QImsService: ImsConfigImpl : onServiceStateChanged: serviceState=0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE, apmode=1, bpmode=1, vowifi_home=false
06-24 09:32:43.284 703 11385 D mot_vr_audio_hw: received recognition control callback, status 0
06-24 09:32:43.325 1627 2614 E NotificationService: Suppressing notification from package by user request.
06-24 09:32:44.282 9638 9638 I GsaVoiceInteractionSrv: Stopping DSP streaming after timeout
06-24 09:32:44.295 703 18390 D mot_vr_audio_hw: Re-arming DSP due to third-party VR session standby
06-24 09:32:44.295 703 18390 D mot_vr_audio_hw: Input 0xb32ac140 standby complete
06-24 09:32:44.295 1071 1343 D APM_AudioPolicyManager: stopInput() input 814, session 7153
06-24 09:32:44.297 9638 9638 I AudioProvider: Audio Stopped
06-24 09:32:44.297 9638 9638 I HotwordRecognitionRnr: Stopping hotword detection.
06-24 09:32:44.298 9638 915 I AudioProvider: Closing audio
06-24 09:32:44.298 9638 915 I GsaVoiceInteractionSrv: #onClosed - audio is closed
06-24 09:32:44.301 703 18390 D mot_vr_audio_hw: Input 0xb32ac140 close complete
06-24 09:32:44.324 703 11385 D mot_vr_audio_hw: received recognition control callback, status 0
06-24 09:32:44.332 9638 917 I GsaVoiceInteractionSrv: HotwordCallback#onError
06-24 09:32:44.332 9638 917 I HotwordRecognitionRnr: Catched InterruptedException
06-24 09:32:44.363 703 18390 V sound_trigger_hw_default: stdev_start_recognition: dev=0xb5893080, model_handle=1, capture_handle=814, capture_device=-2147483644, callback=0xb5337005, cookie=0xb411c040, id=100
06-24 09:32:44.363 703 18390 V sound_trigger_hw_default: wait_for_dsp_callback: stdev=0xb5893080
06-24 09:32:44.363 703 10099 V sound_trigger_hw_default: dsp_status: status=0, value=1
06-24 09:32:44.363 703 10099 V sound_trigger_hw_default: handle_dsp_callback: status=0
06-24 09:32:44.364 703 18390 V sound_trigger_hw_default: wait_for_dsp_callback: stdev=0xb5893080
06-24 09:32:44.388 703 10099 V sound_trigger_hw_default: recog_ctrl: status=0
06-24 09:32:44.388 703 10099 V sound_trigger_hw_default: handle_dsp_callback: status=0
06-24 09:32:44.388 703 18390 V sound_trigger_hw_default: stdev_start_recognition: status=0
06-24 09:32:44.389 1627 2375 I SoundTriggerHelper: startRecognition successful.
06-24 09:32:44.389 9638 9638 I GsaVoiceInteractionSrv: Start Hotword Recognition Status: true
06-24 09:32:44.547 1627 1636 I zygote : Background concurrent copying GC freed 172641(14MB) AllocSpace objects, 20(1588KB) LOS objects, 37% free, 40MB/64MB, paused 1.215ms total 349.215ms
06-24 09:32:45.070 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462606 sw vsyncs) (0 skipped) (0:5475133 vsyncs) (1:12186703)
06-24 09:32:53.455 30211 30261 I zygote : Deoptimizing boolean org.whispersystems.jobqueue.Job.k() due to JIT inline cache
06-24 09:33:00.065 725 725 D SurfaceFlinger: Backpressure trigger, skipping transaction & refresh!
06-24 09:33:04.400 23753 23788 I WorkerManager: dispose()
06-24 09:33:06.037 1063 1063 I ADSPD : Watchdog 2 new value: 004146fa Last Exp Value: ffffffff
06-24 09:33:06.038 1063 1063 I ADSPD : Watchdog 3 new value: 004146fb Last Exp Value: ffffffff
06-24 09:33:11.956 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: BlockingExecutor ink@4595aa2[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30]
06-24 09:33:11.957 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: LightweightExecutor ink@ef52333[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 61]
06-24 09:33:11.958 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: bgExecutor ink@b8bb6f0[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 44]
06-24 09:33:16.964 2763 20977 W awhr : Empty context buffer. Thus might mean that the context is not synced down.
06-24 09:33:16.964 2763 20977 W awcf : Empty context model while retrieving upload opt-in status!
06-24 09:33:17.321 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4031043, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=-330961, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=297, SEQNUM=350479, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=1965473, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:33:19.229 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 760 | ims_qmi_nas_unsolicited_event_ind starting
06-24 09:33:19.229 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 765 | QCCI#>>#QMID#0#QMI_NAS Indication for MSG ID [78]
06-24 09:33:19.229 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 779 | qmi_idl_get_message_c_struct_len -decoded_payload_len: 1168
06-24 09:33:19.229 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 811 | ims_qmi_nas_unsolicited_event_ind | Indication sending
06-24 09:33:19.229 1065 2336 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 1184 bytes
06-24 09:33:19.229 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 817 | QMID#>>#DPL#0#QMI_NAS Indication for MSG ID [78]
06-24 09:33:19.230 1691 2331 E Diag_Lib: [IMS_AP]"qpNetSelect: DPL State 1"
06-24 09:33:19.230 1691 2331 E Diag_Lib: [IMS_AP]"qpNetSelect : Select Unblocked , iRtn 1"
06-24 09:33:19.230 1691 2331 D Diag_Lib: [IMS_DEBUG]| 1406 | 2331 |qpNetSelect : QMI CLIENT | received read event on sockfd 10
06-24 09:33:19.230 1691 2331 D Diag_Lib: [IMS_DEBUG]| 68 | 2331 |qmi_stub_clientHandler : Enter : QMI Handle 0xb091c0c0
06-24 09:33:19.230 1691 2331 D Diag_Lib: [IMS_DEBUG]| 71 | 2331 |qmi_stub_clientHandler waiting to read , handle->service_id 3
06-24 09:33:19.230 1691 2331 D Diag_Lib: [IMS_DEBUG]| 109 | 2331 |qmi_stub_clientHandler : Msg ID is DATA XFER for service ID
06-24 09:33:19.230 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2839 | 2331 |qpDplNASIndicationCb -- msg id is 78
06-24 09:33:19.230 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2849 | 2331 |qpDplNASIndicationCb -- decoded_payload_len: 1168
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3335 | 2331 |qpDplNASIndicationCb -- Msg is QMI_NAS_SYS_INFO_IND_MSG_V01
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3458 | 2331 |qpDplNASIndicationCb -- wcdma_srv_status_info_valid is Invalid or srv_status - 0
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3600 | 2331 |qpDplNASIndicationCb -- Neither HDR nor CDMA
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3607 | 2331 |qpDplNASIndicationCb -- lte_srv_status_info.srv_status - 2
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3621 | 2331 |lte_sys_info-srv_capability Validity: 1, Value: 2
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3623 | 2331 |lte_sys_info-roam_status Validity: 1, Value: 0
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3634 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: Prev Service Domain=0
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3636 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: New Service Domain=2
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3646 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: PrevCI=20760078
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3648 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: NewCI=20760076
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2799 | 2331 |qpDplNASIndicationCb -- lte_ims_voice_avail(VOPS) is available : 1
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2830 | 2331 |qpDplNASIndicationCb -- Updating Global VOPS value with 1
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3679 | 2331 |qpDplNASIndicationCb: QMI_NAS_GET_SYS_INFO_REQ_MSG_V01 PrevTAC=20738
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3681 | 2331 |qpDplNASIndicationCb: QMI_NAS_GET_SYS_INFO_REQ_MSG_V01 NewTAC=20738
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3692 | 2331 |qpDplNASIndicationCb -- lte_sys_info-network_id Valid: - 1
06-24 09:33:19.231 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3697 | 2331 |qpDplNASIndicationCb - Values from NAS MCC: 311480, MNC: 480
06-24 09:33:19.232 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3701 | 2331 |qpDplNASIndicationCb - bIsUndefined: 0, bIsMncIncPcsDigitPtr: 1
06-24 09:33:19.232 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3702 | 2331 |qpDplNASIndicationCb: PI[0]: 13, PI[1]: 1, PI[2]: 84
06-24 09:33:19.232 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3703 | 2331 |qpDplNASIndicationCb - MCC: 311, MNC: 480
06-24 09:33:19.232 1691 2331 D Diag_Lib: [IMS_DEBUG]| 187 | 2331 |qmi_stub_clientHandler : exit with success
06-24 09:33:19.232 1691 2331 D Diag_Lib: [IMS_DEBUG]| 1487 | 2331 |qpdpl: qpDplMainLoop qpDplListSize: 0
06-24 09:33:19.232 1691 2331 E Diag_Lib: [IMS_AP]"[DEBUG]qpNetSelect :Enter : Before Blocking on Select..."
06-24 09:33:19.239 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=0010000410000000010000000800000079000000e8030000
06-24 09:33:19.261 2599 2599 D CdmaPCDHandler: mcc 311 sid 0 tz -5 dstflag 0
06-24 09:33:19.261 2599 2599 D CdmaPCDHandler: mCurrentMCC 311 mCurrentSID 0 mCurrentIDD 011
06-24 09:33:19.261 2599 2599 D CdmaPCDHandler: Return as nothing changed
06-24 09:33:19.266 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:33:19.266 4295 4295 D OtaLibrary: PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:33:19.267 8363 8363 D OtaApp : PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:33:19.268 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:33:19.269 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:33:19.269 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:33:19.270 2545 2645 D QCNEJ : |CORE| onServiceStateChanged: dataState: 2 DDS:1 Notify service state update
06-24 09:33:19.270 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:33:19.271 2599 2599 D ServiceStateProvider: subId=1
06-24 09:33:19.271 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:33:19.272 24676 24676 I CarrierServices: [2] cyx.onReceive: Received SERVICE_STATE intent, clearing cached cell info
06-24 09:33:19.272 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
06-24 09:33:19.273 2545 2645 D QCNEJ : |CORE| Notified wwan sub type: 13 for sub: 1
06-24 09:33:19.274 2545 2645 D QCNEJ : |CORE| getDataOnRoamingEnabled: phoneSubId=1 isDataRoamingEnabled=true
06-24 09:33:19.274 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled: dataRegRoaming = false RoamingonUI = true isDataRoamingAllowed = true
06-24 09:33:19.274 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled is enabled true && isDataRoamingAllowed true
06-24 09:33:19.274 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
06-24 09:33:19.280 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a1000000e8030000
06-24 09:33:19.284 2599 3586 I QImsService: ImsConfigImpl : getCarrierConfigBoolean key=moto_vowifi_home_priority, value=false
06-24 09:33:19.286 2599 3586 I QImsService: ImsConfigImpl : getProvisionedValue item=27
06-24 09:33:19.288 2599 3586 I QImsService: ImsSenderRxr : [14416]> REQUEST_GET_IMS_CONFIG [SUB0]
06-24 09:33:19.288 2599 3586 I QImsService: ImsSenderRxr : REQUEST_GET_IMS_CONFIG request to ImsRadio: token -14416 item:29 boolValue:false intValue:0 strValue:null errorCause:0
06-24 09:33:19.292 2599 2667 I QImsService: ImsRadioResponse : Get config response received.
06-24 09:33:19.292 2599 2667 I QImsService: ImsSenderRxr : [14416]< REQUEST_GET_IMS_CONFIG 1[SUB0]
06-24 09:33:19.292 2599 2758 I QImsService: ImsConfigImplHandler : Message received: what = 1
06-24 09:33:19.292 2599 2758 I QImsService: ImsConfigImpl : Notifyall
06-24 09:33:19.292 2599 3586 D QImsService: ImsConfigImpl : sendRequest: request.arg2=0, count=1
06-24 09:33:19.292 2599 3586 I QImsService: ImsConfigImpl : onServiceStateChanged: serviceState=0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE, apmode=1, bpmode=1, vowifi_home=false
06-24 09:33:19.498 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 12
06-24 09:33:19.499 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:33:19.499 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561383200038
06-24 09:33:19.499 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:33:19.500 1054 1157 D QC-time-services: Daemon: Connection accepted:time_genoff
06-24 09:33:19.501 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:33:19.501 1054 3294 D QC-time-services: Daemon:Received base = 12, unit = 1, operation = 0,value = 1561383200038
06-24 09:33:19.501 1054 3294 D QC-time-services: Daemon:genoff_opr: Base = 12, val = 1561383200038, operation = 0
06-24 09:33:19.501 1054 3294 D QC-time-services: Daemon:Value read from QTimer mseconds = 1163044703
06-24 09:33:19.501 1054 3294 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 61951317000
06-24 09:33:19.501 1054 3294 D QC-time-services: Daemon:Delta read on boot mseconds = 61951302428
06-24 09:33:19.501 1054 3294 D QC-time-services: Daemon:new time 1561383200038
06-24 09:33:19.501 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:33:19.501 1054 3294 D QC-time-services: Daemon: delta 1498268852907 genoff 1498268852907
06-24 09:33:19.501 1054 3294 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1498268852907 to memory
06-24 09:33:19.501 1054 3294 D QC-time-services: Daemon:Opening File: /persist/time/ats_12 /data/time/ats_12
06-24 09:33:19.501 1054 3294 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation
06-24 09:33:19.503 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:33:19.504 1627 3153 D AlarmManagerService: Kernel timezone updated to 240 minutes west of GMT
06-24 09:33:19.504 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:33:19.510 1627 3153 D AlarmManagerService: Setting time of day to sec=1561383200
06-24 09:33:20.012 1627 3153 W AlarmManagerService: Unable to set rtc to 1561383200: Invalid argument
06-24 09:33:20.016 1095 1364 E QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
06-24 09:33:20.016 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 13
06-24 09:33:20.016 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:33:20.016 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561383200038
06-24 09:33:20.016 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:33:20.016 1054 1157 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
06-24 09:33:20.016 1054 1157 D QC-time-services: Daemon: Connection accepted:time_genoff
06-24 09:33:20.017 1054 3297 D QC-time-services: Daemon:Received base = 13, unit = 1, operation = 0,value = 1561383200038
06-24 09:33:20.017 1054 3297 D QC-time-services: Daemon:genoff_opr: Base = 13, val = 1561383200038, operation = 0
06-24 09:33:20.017 1054 3297 D QC-time-services: Daemon:Value read from QTimer mseconds = 1163044720
06-24 09:33:20.017 1054 3297 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 61951317000
06-24 09:33:20.017 1054 3297 D QC-time-services: Daemon:Delta read on boot mseconds = 61951302428
06-24 09:33:20.017 1054 3297 D QC-time-services: Daemon:new time 1561383200038
06-24 09:33:20.017 1054 3297 D QC-time-services: Daemon: delta 1498268852890 genoff 1498268852890
06-24 09:33:20.017 1054 3297 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1498268852890 to memory
06-24 09:33:20.017 1054 3297 D QC-time-services: Daemon:Opening File: /persist/time/ats_13 /data/time/ats_13
06-24 09:33:20.017 1054 3297 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation
06-24 09:33:20.020 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:33:20.021 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:33:20.021 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:33:20.021 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:33:20.022 1095 1364 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
06-24 09:33:20.022 1054 1157 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
06-24 09:33:23.685 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462606 sw vsyncs) (0 skipped) (0:5475135 vsyncs) (1:12186804)
06-24 09:33:31.077 3188 3204 I zygote : Background concurrent copying GC freed 23231(1280KB) AllocSpace objects, 8(160KB) LOS objects, 77% free, 456KB/1992KB, paused 57.207ms total 71.655ms
06-24 09:33:36.535 1063 1063 I ADSPD : Watchdog 2 new value: 004152b2 Last Exp Value: ffffffff
06-24 09:33:36.537 1063 1063 I ADSPD : Watchdog 3 new value: 004152b3 Last Exp Value: ffffffff
06-24 09:33:43.185 30211 2268 I System.out: Error inflating SSL session: error:100000a0:SSL routines:OPENSSL_internal:INVALID_SSL_SESSION
06-24 09:33:43.185 30211 3305 I System.out: Error inflating SSL session: error:100000a0:SSL routines:OPENSSL_internal:INVALID_SSL_SESSION
06-24 09:33:50.290 13722 13722 I adbd : Calling send_auth_request...
06-24 09:33:50.325 13722 13722 I adbd : Loading keys from /data/misc/adb/adb_keys
06-24 09:33:51.533 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:33:51.533 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:33:51.535 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:33:51.536 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:33:51.536 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:33:51.536 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:33:51.536 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:33:51.536 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:33:51.544 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 760 | ims_qmi_nas_unsolicited_event_ind starting
06-24 09:33:51.544 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 765 | QCCI#>>#QMID#0#QMI_NAS Indication for MSG ID [78]
06-24 09:33:51.544 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 779 | qmi_idl_get_message_c_struct_len -decoded_payload_len: 1168
06-24 09:33:51.544 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 811 | ims_qmi_nas_unsolicited_event_ind | Indication sending
06-24 09:33:51.545 1065 2336 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 1184 bytes
06-24 09:33:51.545 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 817 | QMID#>>#DPL#0#QMI_NAS Indication for MSG ID [78]
06-24 09:33:51.545 1691 2331 E Diag_Lib: [IMS_AP]"qpNetSelect: DPL State 1"
06-24 09:33:51.545 1691 2331 E Diag_Lib: [IMS_AP]"qpNetSelect : Select Unblocked , iRtn 1"
06-24 09:33:51.545 1691 2331 D Diag_Lib: [IMS_DEBUG]| 1406 | 2331 |qpNetSelect : QMI CLIENT | received read event on sockfd 10
06-24 09:33:51.545 1691 2331 D Diag_Lib: [IMS_DEBUG]| 68 | 2331 |qmi_stub_clientHandler : Enter : QMI Handle 0xb091c0c0
06-24 09:33:51.545 1691 2331 D Diag_Lib: [IMS_DEBUG]| 71 | 2331 |qmi_stub_clientHandler waiting to read , handle->service_id 3
06-24 09:33:51.545 1691 2331 D Diag_Lib: [IMS_DEBUG]| 109 | 2331 |qmi_stub_clientHandler : Msg ID is DATA XFER for service ID
06-24 09:33:51.545 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2839 | 2331 |qpDplNASIndicationCb -- msg id is 78
06-24 09:33:51.545 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2849 | 2331 |qpDplNASIndicationCb -- decoded_payload_len: 1168
06-24 09:33:51.545 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3335 | 2331 |qpDplNASIndicationCb -- Msg is QMI_NAS_SYS_INFO_IND_MSG_V01
06-24 09:33:51.545 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3458 | 2331 |qpDplNASIndicationCb -- wcdma_srv_status_info_valid is Invalid or srv_status - 0
06-24 09:33:51.545 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3600 | 2331 |qpDplNASIndicationCb -- Neither HDR nor CDMA
06-24 09:33:51.545 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3607 | 2331 |qpDplNASIndicationCb -- lte_srv_status_info.srv_status - 2
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3621 | 2331 |lte_sys_info-srv_capability Validity: 1, Value: 2
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3623 | 2331 |lte_sys_info-roam_status Validity: 1, Value: 0
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3634 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: Prev Service Domain=0
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3636 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: New Service Domain=2
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3646 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: PrevCI=20760076
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3648 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: NewCI=20760078
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2799 | 2331 |qpDplNASIndicationCb -- lte_ims_voice_avail(VOPS) is available : 1
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2830 | 2331 |qpDplNASIndicationCb -- Updating Global VOPS value with 1
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3679 | 2331 |qpDplNASIndicationCb: QMI_NAS_GET_SYS_INFO_REQ_MSG_V01 PrevTAC=20738
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3681 | 2331 |qpDplNASIndicationCb: QMI_NAS_GET_SYS_INFO_REQ_MSG_V01 NewTAC=20738
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3692 | 2331 |qpDplNASIndicationCb -- lte_sys_info-network_id Valid: - 1
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3697 | 2331 |qpDplNASIndicationCb - Values from NAS MCC: 311480, MNC: 480
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3701 | 2331 |qpDplNASIndicationCb - bIsUndefined: 0, bIsMncIncPcsDigitPtr: 1
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3702 | 2331 |qpDplNASIndicationCb: PI[0]: 13, PI[1]: 1, PI[2]: 84
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3703 | 2331 |qpDplNASIndicationCb - MCC: 311, MNC: 480
06-24 09:33:51.546 1691 2331 D Diag_Lib: [IMS_DEBUG]| 187 | 2331 |qmi_stub_clientHandler : exit with success
06-24 09:33:51.547 1691 2331 D Diag_Lib: [IMS_DEBUG]| 1487 | 2331 |qpdpl: qpDplMainLoop qpDplListSize: 0
06-24 09:33:51.547 1691 2331 E Diag_Lib: [IMS_AP]"[DEBUG]qpNetSelect :Enter : Before Blocking on Select..."
06-24 09:33:51.553 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a10000004c040000
06-24 09:33:51.578 2599 2599 D CdmaPCDHandler: mcc 311 sid 0 tz -5 dstflag 0
06-24 09:33:51.578 2599 2599 D CdmaPCDHandler: mCurrentMCC 311 mCurrentSID 0 mCurrentIDD 011
06-24 09:33:51.579 2599 2599 D CdmaPCDHandler: Return as nothing changed
06-24 09:33:51.585 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:33:51.586 4295 4295 D OtaLibrary: PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:33:51.587 8363 8363 D OtaApp : PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:33:51.590 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:33:51.592 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:33:51.592 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:33:51.592 2599 2599 D ServiceStateProvider: subId=1
06-24 09:33:51.595 24676 24676 I CarrierServices: [2] cyx.onReceive: Received SERVICE_STATE intent, clearing cached cell info
06-24 09:33:51.595 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:33:51.595 2545 2645 D QCNEJ : |CORE| onServiceStateChanged: dataState: 2 DDS:1 Notify service state update
06-24 09:33:51.598 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:33:51.601 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
06-24 09:33:51.601 2545 2645 D QCNEJ : |CORE| Notified wwan sub type: 13 for sub: 1
06-24 09:33:51.603 2545 2645 D QCNEJ : |CORE| getDataOnRoamingEnabled: phoneSubId=1 isDataRoamingEnabled=true
06-24 09:33:51.603 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled: dataRegRoaming = false RoamingonUI = true isDataRoamingAllowed = true
06-24 09:33:51.603 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled is enabled true && isDataRoamingAllowed true
06-24 09:33:51.603 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
06-24 09:33:51.603 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000790000004c040000
06-24 09:33:51.605 2599 3586 I QImsService: ImsConfigImpl : getCarrierConfigBoolean key=moto_vowifi_home_priority, value=false
06-24 09:33:51.607 2599 3586 I QImsService: ImsConfigImpl : getProvisionedValue item=27
06-24 09:33:51.607 2599 3586 I QImsService: ImsSenderRxr : [14417]> REQUEST_GET_IMS_CONFIG [SUB0]
06-24 09:33:51.607 2599 3586 I QImsService: ImsSenderRxr : REQUEST_GET_IMS_CONFIG request to ImsRadio: token -14417 item:29 boolValue:false intValue:0 strValue:null errorCause:0
06-24 09:33:51.611 2599 2667 I QImsService: ImsRadioResponse : Get config response received.
06-24 09:33:51.611 2599 2667 I QImsService: ImsSenderRxr : [14417]< REQUEST_GET_IMS_CONFIG 1[SUB0]
06-24 09:33:51.611 2599 2758 I QImsService: ImsConfigImplHandler : Message received: what = 1
06-24 09:33:51.611 2599 2758 I QImsService: ImsConfigImpl : Notifyall
06-24 09:33:51.611 2599 3586 D QImsService: ImsConfigImpl : sendRequest: request.arg2=0, count=1
06-24 09:33:51.612 2599 3586 I QImsService: ImsConfigImpl : onServiceStateChanged: serviceState=0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE, apmode=1, bpmode=1, vowifi_home=false
06-24 09:34:03.802 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462606 sw vsyncs) (0 skipped) (0:5475136 vsyncs) (1:12186905)
06-24 09:34:06.535 1063 1063 I ADSPD : Watchdog 2 new value: 00415e6a Last Exp Value: ffffffff
06-24 09:34:06.537 1063 1063 I ADSPD : Watchdog 3 new value: 00415e6b Last Exp Value: ffffffff
06-24 09:34:17.129 2763 2763 I GeofencerStateMachine: sendNewTransitions called.
06-24 09:34:17.162 2763 3245 I GCoreUlr: Successfully inserted 1 locations
06-24 09:34:17.721 2763 20977 W awhr : Empty context buffer. Thus might mean that the context is not synced down.
06-24 09:34:17.721 2763 20977 W awcf : Empty context model while retrieving upload opt-in status!
06-24 09:34:17.983 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4047980, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=-388486, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=295, SEQNUM=350483, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=1971535, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:34:31.282 1627 1627 I JobServiceContext: a3b39cb #u0a195/770123876 hr.titaniumrecorder.android.free/com.qualityinfo.ConnectivityJobService
06-24 09:34:31.292 1627 2614 I ActivityManager: Killing 1783:com.google.android.videos/u0a157 (adj 904): empty #22
06-24 09:34:36.535 1063 1063 I ADSPD : Watchdog 2 new value: 00416a21 Last Exp Value: ffffffff
06-24 09:34:36.537 1063 1063 I ADSPD : Watchdog 3 new value: 00416a22 Last Exp Value: ffffffff
06-24 09:34:47.932 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462606 sw vsyncs) (0 skipped) (0:5475137 vsyncs) (1:12187006)
06-24 09:35:06.533 1063 1063 I ADSPD : Watchdog 2 new value: 004175d9 Last Exp Value: ffffffff
06-24 09:35:06.534 1063 1063 I ADSPD : Watchdog 3 new value: 004175da Last Exp Value: ffffffff
06-24 09:35:10.544 1627 1647 E NotificationService: Suppressing notification from package by user request.
06-24 09:35:17.916 23753 23753 I BgTaskExecutorImpl: Starting EXCLUSIVE background task SMARTSPACE_CALENDAR_UPDATE.
06-24 09:35:17.950 1627 8554 E NotificationService: Suppressing notification from package by user request.
06-24 09:35:17.976 1627 2389 I ActivityManager: Start proc 3359:com.android.providers.calendar/u0a25 for content provider com.android.providers.calendar/.CalendarProvider2
06-24 09:35:18.009 2763 4445 W awhr : Empty context buffer. Thus might mean that the context is not synced down.
06-24 09:35:18.009 2763 4445 W awcf : Empty context model while retrieving upload opt-in status!
06-24 09:35:18.069 3359 3359 I CalendarProvider2: Created com.android.providers.calendar.CalendarAlarmManager@9cac245(com.android.providers.calendar.CalendarProvider2@8e3ed9a)
06-24 09:35:18.136 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=4040045, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=-314481, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=295, SEQNUM=350485, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=1978037, POWER_SUPPLY_CAPACITY=65, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:35:18.487 1627 1636 I zygote : Background concurrent copying GC freed 243664(14MB) AllocSpace objects, 54(5MB) LOS objects, 37% free, 39MB/63MB, paused 597us total 312.296ms
06-24 09:35:22.002 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462606 sw vsyncs) (0 skipped) (0:5475146 vsyncs) (1:12187107)
06-24 09:35:36.267 2763 2843 I GCoreUlr: Starting scheduled upload task
06-24 09:35:36.278 2763 2843 I GCoreUlr: Starting service, intent=Intent { act=com.google.android.location.reporting.UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null
06-24 09:35:36.534 1063 1063 I ADSPD : Watchdog 2 new value: 00418191 Last Exp Value: ffffffff
06-24 09:35:36.535 1063 1063 I ADSPD : Watchdog 3 new value: 00418192 Last Exp Value: ffffffff
06-24 09:35:36.720 2763 3245 I GCoreUlr: LocationReporter sending 5 locations, 10 activities, and 4 metadata for account account#-6# request #0; requests: []
06-24 09:35:36.756 2763 2763 W ChimeraUtils: Non Chimera context
06-24 09:35:36.756 2763 2763 W ChimeraUtils: Non Chimera context
06-24 09:35:36.961 2763 4028 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:35:37.083 2763 4028 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:35:37.083 2763 4028 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:35:37.196 2763 4028 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:35:37.196 2763 4028 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:35:37.196 2763 4028 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:35:37.381 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198719s,latest=-31191519s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277919s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:37.382 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195813s,latest=-31191493s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277893s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:37.383 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195813s,latest=-31191493s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277893s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:37.383 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191520s,latest=-31105120s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277920s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:37.383 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119520s,latest=-31105120s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277920s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:37.447 2763 3245 I GCoreUlr: Batch Location Update succeeded for account account#-6#
06-24 09:35:37.489 2763 3245 I GCoreUlr: LocationReporter sending 5 locations, 11 activities, and 4 metadata for account account#0# request #0; requests: []
06-24 09:35:37.707 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198719s,latest=-31191519s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277919s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:37.708 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195813s,latest=-31191493s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277893s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:37.709 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195813s,latest=-31191493s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277893s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:37.710 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191520s,latest=-31105120s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277920s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:37.710 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119520s,latest=-31105120s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277920s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:37.726 2763 3245 I GCoreUlr: Batch Location Update succeeded for account account#0#
06-24 09:35:37.884 2763 3245 I GCoreUlr: LocationReporter sending 5 locations, 10 activities, and 4 metadata for account account#1# request #0; requests: []
06-24 09:35:38.087 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198720s,latest=-31191520s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277920s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:38.088 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195813s,latest=-31191493s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277893s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:38.088 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195813s,latest=-31191493s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277893s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:38.089 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191520s,latest=-31105120s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277920s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:38.090 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119520s,latest=-31105120s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277920s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:38.106 2763 3245 I GCoreUlr: Batch Location Update succeeded for account account#1#
06-24 09:35:38.313 2763 3245 I GCoreUlr: LocationReporter sending 5 locations, 10 activities, and 4 metadata for account account#-10# request #0; requests: []
06-24 09:35:38.514 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198720s,latest=-31191520s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277920s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:38.514 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195814s,latest=-31191494s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277894s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:38.515 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195814s,latest=-31191494s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277894s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:38.515 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191521s,latest=-31105121s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277921s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:38.516 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119521s,latest=-31105121s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277921s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:35:38.526 2763 3245 I GCoreUlr: Batch Location Update succeeded for account account#-10#
06-24 09:35:49.460 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 760 | ims_qmi_nas_unsolicited_event_ind starting
06-24 09:35:49.461 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 765 | QCCI#>>#QMID#0#QMI_NAS Indication for MSG ID [78]
06-24 09:35:49.461 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 779 | qmi_idl_get_message_c_struct_len -decoded_payload_len: 1168
06-24 09:35:49.461 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 811 | ims_qmi_nas_unsolicited_event_ind | Indication sending
06-24 09:35:49.461 1065 2336 E Diag_Lib: [IMS_QMID] |imsqmiserver.c | 272 | ims_qmi_handler_cb Written 1184 bytes
06-24 09:35:49.461 1065 2336 E Diag_Lib: [IMS_QMID] |ims_qmi_nas_client.c | 817 | QMID#>>#DPL#0#QMI_NAS Indication for MSG ID [78]
06-24 09:35:49.462 1691 2331 E Diag_Lib: [IMS_AP]"qpNetSelect: DPL State 1"
06-24 09:35:49.462 1691 2331 E Diag_Lib: [IMS_AP]"qpNetSelect : Select Unblocked , iRtn 1"
06-24 09:35:49.462 1691 2331 D Diag_Lib: [IMS_DEBUG]| 1406 | 2331 |qpNetSelect : QMI CLIENT | received read event on sockfd 10
06-24 09:35:49.462 1691 2331 D Diag_Lib: [IMS_DEBUG]| 68 | 2331 |qmi_stub_clientHandler : Enter : QMI Handle 0xb091c0c0
06-24 09:35:49.462 1691 2331 D Diag_Lib: [IMS_DEBUG]| 71 | 2331 |qmi_stub_clientHandler waiting to read , handle->service_id 3
06-24 09:35:49.462 1691 2331 D Diag_Lib: [IMS_DEBUG]| 109 | 2331 |qmi_stub_clientHandler : Msg ID is DATA XFER for service ID
06-24 09:35:49.462 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2839 | 2331 |qpDplNASIndicationCb -- msg id is 78
06-24 09:35:49.462 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2849 | 2331 |qpDplNASIndicationCb -- decoded_payload_len: 1168
06-24 09:35:49.462 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3335 | 2331 |qpDplNASIndicationCb -- Msg is QMI_NAS_SYS_INFO_IND_MSG_V01
06-24 09:35:49.462 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3458 | 2331 |qpDplNASIndicationCb -- wcdma_srv_status_info_valid is Invalid or srv_status - 0
06-24 09:35:49.462 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3600 | 2331 |qpDplNASIndicationCb -- Neither HDR nor CDMA
06-24 09:35:49.462 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3607 | 2331 |qpDplNASIndicationCb -- lte_srv_status_info.srv_status - 2
06-24 09:35:49.462 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3621 | 2331 |lte_sys_info-srv_capability Validity: 1, Value: 2
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3623 | 2331 |lte_sys_info-roam_status Validity: 1, Value: 0
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3634 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: Prev Service Domain=0
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3636 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: New Service Domain=2
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3646 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: PrevCI=20760078
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3648 | 2331 |qpDplNASIndicationCb QMI_NAS_GET_SYS_INFO_REQ_MSG_V01: NewCI=20760076
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2799 | 2331 |qpDplNASIndicationCb -- lte_ims_voice_avail(VOPS) is available : 1
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 2830 | 2331 |qpDplNASIndicationCb -- Updating Global VOPS value with 1
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3679 | 2331 |qpDplNASIndicationCb: QMI_NAS_GET_SYS_INFO_REQ_MSG_V01 PrevTAC=20738
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3681 | 2331 |qpDplNASIndicationCb: QMI_NAS_GET_SYS_INFO_REQ_MSG_V01 NewTAC=20738
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3692 | 2331 |qpDplNASIndicationCb -- lte_sys_info-network_id Valid: - 1
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3697 | 2331 |qpDplNASIndicationCb - Values from NAS MCC: 311480, MNC: 480
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3701 | 2331 |qpDplNASIndicationCb - bIsUndefined: 0, bIsMncIncPcsDigitPtr: 1
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3702 | 2331 |qpDplNASIndicationCb: PI[0]: 13, PI[1]: 1, PI[2]: 84
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 3703 | 2331 |qpDplNASIndicationCb - MCC: 311, MNC: 480
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 187 | 2331 |qmi_stub_clientHandler : exit with success
06-24 09:35:49.463 1691 2331 D Diag_Lib: [IMS_DEBUG]| 1487 | 2331 |qpdpl: qpDplMainLoop qpDplListSize: 0
06-24 09:35:49.463 1691 2331 E Diag_Lib: [IMS_AP]"[DEBUG]qpNetSelect :Enter : Before Blocking on Select..."
06-24 09:35:49.471 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=0010000410000000010000000800000079000000e8030000
06-24 09:35:49.490 2599 2599 D CdmaPCDHandler: mcc 311 sid 0 tz -5 dstflag 0
06-24 09:35:49.490 2599 2599 D CdmaPCDHandler: mCurrentMCC 311 mCurrentSID 0 mCurrentIDD 011
06-24 09:35:49.490 2599 2599 D CdmaPCDHandler: Return as nothing changed
06-24 09:35:49.494 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:35:49.495 8363 8363 D OtaApp : PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:35:49.495 4295 4295 D OtaLibrary: PollingMangerService, phone state: 0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE
06-24 09:35:49.497 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:35:49.498 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:35:49.498 1627 1627 D WifiCarrierInfo: phone servicestate changed...
06-24 09:35:49.500 2545 2645 D QCNEJ : |CORE| onServiceStateChanged: dataState: 2 DDS:1 Notify service state update
06-24 09:35:49.500 1627 1627 D WifiCarrierInfo: Using subscription id 1 updating operator as
06-24 09:35:49.500 2599 2599 D ServiceStateProvider: subId=1
06-24 09:35:49.501 1627 1627 D WifiCarrierInfo: Couldnt get Sim Operator , using network operatorVerizon Wireless
06-24 09:35:49.501 24676 24676 I CarrierServices: [2] cyx.onReceive: Received SERVICE_STATE intent, clearing cached cell info
06-24 09:35:49.504 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyWwanSubtypeChanged(13)
06-24 09:35:49.504 2545 2645 D QCNEJ : |CORE| Notified wwan sub type: 13 for sub: 1
06-24 09:35:49.507 2545 2645 D QCNEJ : |CORE| getDataOnRoamingEnabled: phoneSubId=1 isDataRoamingEnabled=true
06-24 09:35:49.507 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled: dataRegRoaming = false RoamingonUI = true isDataRoamingAllowed = true
06-24 09:35:49.507 2545 2645 I QCNEJ : |CORE| notifyMobileDataEnabled is enabled true && isDataRoamingAllowed true
06-24 09:35:49.507 2545 2645 I QCNEJ/CndHalConnector: -> SND notifyMobileDataEnabledChanged(true)
06-24 09:35:49.509 2599 2599 D QImsService: ImsConfigImplOem : handleOemHookRawEvent, data=00100004100000000100000008000000a1000000e8030000
06-24 09:35:49.515 2599 3586 I QImsService: ImsConfigImpl : getCarrierConfigBoolean key=moto_vowifi_home_priority, value=false
06-24 09:35:49.517 2599 3586 I QImsService: ImsConfigImpl : getProvisionedValue item=27
06-24 09:35:49.518 2599 3586 I QImsService: ImsSenderRxr : [14418]> REQUEST_GET_IMS_CONFIG [SUB0]
06-24 09:35:49.518 2599 3586 I QImsService: ImsSenderRxr : REQUEST_GET_IMS_CONFIG request to ImsRadio: token -14418 item:29 boolValue:false intValue:0 strValue:null errorCause:0
06-24 09:35:49.523 2599 2667 I QImsService: ImsRadioResponse : Get config response received.
06-24 09:35:49.523 2599 2667 I QImsService: ImsSenderRxr : [14418]< REQUEST_GET_IMS_CONFIG 1[SUB0]
06-24 09:35:49.523 2599 2758 I QImsService: ImsConfigImplHandler : Message received: what = 1
06-24 09:35:49.523 2599 2758 I QImsService: ImsConfigImpl : Notifyall
06-24 09:35:49.523 2599 3586 D QImsService: ImsConfigImpl : sendRequest: request.arg2=0, count=1
06-24 09:35:49.523 2599 3586 I QImsService: ImsConfigImpl : onServiceStateChanged: serviceState=0 0 0 voice home data home Verizon Wireless VzW 311480 Verizon Wireless VzW 311480 LTE LTE CSS supported 0 0 RoamInd=1 DefRoamInd=-1 EmergOnly=false IsDataRoamingFromRegistration=false IsUsingCarrierAggregation=true mLteEarfcnRsrpBoost=6 mRilImsRadioTechnology=14 video LTE, apmode=1, bpmode=1, vowifi_home=false
06-24 09:35:49.756 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 12
06-24 09:35:49.757 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:35:49.757 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561383349798
06-24 09:35:49.757 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:35:49.757 1054 1157 D QC-time-services: Daemon: Connection accepted:time_genoff
06-24 09:35:49.758 2724 2745 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
06-24 09:35:49.758 1054 3389 D QC-time-services: Daemon:Received base = 12, unit = 1, operation = 0,value = 1561383349798
06-24 09:35:49.758 1054 3389 D QC-time-services: Daemon:genoff_opr: Base = 12, val = 1561383349798, operation = 0
06-24 09:35:49.758 1054 3389 D QC-time-services: Daemon:Value read from QTimer mseconds = 1163194462
06-24 09:35:49.758 1054 3389 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 61951317000
06-24 09:35:49.758 2724 2724 D QcrilMsgTunnelIfaceManager: handleMessage what = 0
06-24 09:35:49.758 1054 3389 D QC-time-services: Daemon:Delta read on boot mseconds = 61951302428
06-24 09:35:49.758 1054 3389 D QC-time-services: Daemon:new time 1561383349798
06-24 09:35:49.758 1054 3389 D QC-time-services: Daemon: delta 1498268852908 genoff 1498268852908
06-24 09:35:49.759 1054 3389 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1498268852908 to memory
06-24 09:35:49.759 1054 3389 D QC-time-services: Daemon:Opening File: /persist/time/ats_12 /data/time/ats_12
06-24 09:35:49.759 1054 3389 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation
06-24 09:35:49.761 1627 8554 D AlarmManagerService: Kernel timezone updated to 240 minutes west of GMT
06-24 09:35:49.762 2557 2557 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:35:49.762 2557 2557 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:35:49.769 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:35:49.770 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:35:49.770 2599 2599 D QC_RIL_OEM_HOOK: Received Broadcast Intent ACTION_UNSOL_RESPONSE_OEM_HOOK_RAW
06-24 09:35:49.770 2599 2599 D QC_RIL_OEM_HOOK: Oem ID in QCRILHOOK UNSOL RESP is QOEMHOOK
06-24 09:35:49.821 1095 1364 E QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
06-24 09:35:49.821 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->base = 13
06-24 09:35:49.821 1054 1157 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
06-24 09:35:49.821 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
06-24 09:35:49.821 1095 1364 D QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1561383349798
06-24 09:35:49.821 1095 1364 D QC-time-services: Lib:time_genoff_operation: Send to server passed!!
06-24 09:35:49.821 1054 1157 D QC-time-services: Daemon: Connection accepted:time_genoff
06-24 09:35:49.822 1054 3390 D QC-time-services: Daemon:Received base = 13, unit = 1, operation = 0,value = 1561383349798
06-24 09:35:49.822 1054 3390 D QC-time-services: Daemon:genoff_opr: Base = 13, val = 1561383349798, operation = 0
06-24 09:35:49.822 1054 3390 D QC-time-services: Daemon:Value read from QTimer mseconds = 1163194525
06-24 09:35:49.822 1054 3390 D QC-time-services: Daemon:Value read from RTC mseconds on boot = 61951317000
06-24 09:35:49.822 1054 3390 D QC-time-services: Daemon:Delta read on boot mseconds = 61951302428
06-24 09:35:49.822 1054 3390 D QC-time-services: Daemon:new time 1561383349798
06-24 09:35:49.822 1054 3390 D QC-time-services: Daemon: delta 1498268852845 genoff 1498268852845
06-24 09:35:49.822 1054 3390 D QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1498268852845 to memory
06-24 09:35:49.822 1054 3390 D QC-time-services: Daemon:Opening File: /persist/time/ats_13 /data/time/ats_13
06-24 09:35:49.822 1054 3390 D QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation
06-24 09:35:49.827 1095 1364 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
06-24 09:35:49.827 1054 1157 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
06-24 09:36:00.602 725 878 I SFPerfTracer: triggers: (rate: 97:3901) (6462606 sw vsyncs) (0 skipped) (0:5475147 vsyncs) (1:12187208)
06-24 09:36:05.341 684 891 W qti_sensors_hal: processReportInd: lux: 749, ch0: 422, ch1: 268
06-24 09:36:06.535 1063 1063 I ADSPD : Watchdog 2 new value: 00418d48 Last Exp Value: ffffffff
06-24 09:36:06.537 1063 1063 I ADSPD : Watchdog 3 new value: 00418d49 Last Exp Value: ffffffff
06-24 09:36:09.623 1627 3063 I ActivityManager: Force stopping com.example.name_generator appid=10468 user=0: from pid 3406
06-24 09:36:09.632 2599 2599 D CarrierSvcBindHelper: No carrier app for: 0
06-24 09:36:09.633 3113 3113 D RegisteredServicesCache: Intent action: android.intent.action.PACKAGE_RESTARTED
06-24 09:36:09.643 1627 1647 I ActivityManager: Start proc 3408:com.motorola.moto:context_engine/u0a66 for broadcast com.motorola.moto/com.motorola.context.receiver.PackageReplaceReceiver
06-24 09:36:09.708 3113 3113 E RegisteredServicesCache: Skipping virtual uicc payment app while device does not support multi-sim
06-24 09:36:09.718 3113 3113 E RegisteredServicesCache: Next Tag=services
06-24 09:36:09.718 3113 3113 E RegisteredServicesCache: installedServices no uidString
06-24 09:36:09.718 3113 3113 E RegisteredServicesCache: installedServices contains uidString : 10106
06-24 09:36:09.764 3113 3113 E RegisteredServicesCache: 1invalidateCache:WriteServiceStateToFile
06-24 09:36:09.765 3113 3113 E RegisteredServicesCache: Writing service state Data Always
06-24 09:36:09.768 3113 3113 E RegisteredServicesCache: component namecom.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.transit.tap.service.TransitHceService
06-24 09:36:09.769 3113 3113 E RegisteredServicesCache: component namecom.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.hce.service.ValuableApduService
06-24 09:36:09.773 3113 3113 D CardEmulationManager: Current default: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}
06-24 09:36:09.785 3113 3113 D NxpExtns: find found DEFAULT_AID_ROUTE=(0x2)
06-24 09:36:09.785 3113 3113 D NxpExtns: find found DEFAULT_AID_PWR_STATE=(0x1b)
06-24 09:36:09.788 3113 3113 D NxpExtns: find found DEFAULT_AID_ROUTE=(0x2)
06-24 09:36:09.788 3113 3113 D NxpExtns: find found DEFAULT_AID_PWR_STATE=(0x1b)
06-24 09:36:09.789 3113 3113 D NxpApduServiceInfo: updateServiceCommitStatus:Description:Google Pay:InternalState:1:commitStatus:true
06-24 09:36:09.789 3113 3113 D NxpApduServiceInfo: updateServiceCommitStatus:Description:Google Pay:InternalState:1:commitStatus:true
06-24 09:36:09.792 3113 3113 E RegisteredServicesCache: 3updateStatusOfServices:WriteServiceStateToFile
06-24 09:36:09.793 3113 3113 E RegisteredServicesCache: Writing service state Data Always
06-24 09:36:09.795 3113 3113 E RegisteredServicesCache: component namecom.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.transit.tap.service.TransitHceService
06-24 09:36:09.795 3113 3113 E RegisteredServicesCache: component namecom.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.hce.service.ValuableApduService
06-24 09:36:09.798 3113 3113 D RegisteredNfcFServicesCache: Service unchanged, not updating
06-24 09:36:09.798 3113 3113 E NfcService: applyRouting -9
06-24 09:36:09.798 3113 3113 D NxpExtns: find found DEFAULT_DESFIRE_ROUTE=(0x2)
06-24 09:36:09.799 3113 3113 D NxpExtns: find found DEFAULT_DESFIRE_PWR_STATE=(0x1b)
06-24 09:36:09.799 3113 3113 D NxpExtns: find found DEFAULT_AID_ROUTE=(0x2)
06-24 09:36:09.799 3113 3113 D NxpExtns: find found DEFAULT_AID_PWR_STATE=(0x1b)
06-24 09:36:09.799 3113 3113 D NxpExtns: find found DEFAULT_MIFARE_CLT_ROUTE=(0x2)
06-24 09:36:09.799 3113 3113 D NxpExtns: find found DEFAULT_MIFARE_CLT_PWR_STATE=(0x1b)
06-24 09:36:09.803 3113 3113 I BrcmNfcNfa: NFA_StopRfDiscovery ()
06-24 09:36:09.808 3113 3529 I BrcmNfcNfa: NFA got event 0x0110
06-24 09:36:09.809 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_STOP_RF_DISCOVERY_EVT (0x10)
06-24 09:36:09.809 3113 3529 I BrcmNfcNfa: NFC_Deactivate 4 (IDLE) deactivate_type:0
06-24 09:36:09.815 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:36:09.815 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:36:09.815 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:09.816 707 3582 E NxpTml : _i2c_write() errno : 5
06-24 09:36:09.816 707 3582 E NxpTml : PN54X - Error in I2C Write.....
06-24 09:36:09.816 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:09.816 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:09.816 707 3584 E NxpHal : write error status = 0x1ff
06-24 09:36:09.816 707 707 E NxpHal : write_unlocked failed - PN54X Maybe in Standby Mode - Retry
06-24 09:36:09.820 1627 3063 D MotDevicePolicyManager: Version:02.00.00
06-24 09:36:09.821 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:36:09.821 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:09.823 707 3582 D NxpNciX : len = 4 => 21060100
06-24 09:36:09.823 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:36:09.823 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:09.823 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:09.823 707 3584 D NxpHal : write successful status = 0x0
06-24 09:36:09.825 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:36:09.825 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:36:09.825 707 3581 D NxpNciR : len = 4 <= 41060100
06-24 09:36:09.825 707 3584 D NxpHal : read successful status = 0x0
06-24 09:36:09.826 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:36:09.826 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::setDefaultRoute: enter; defaultRoute:0x21B protoRoute:0x21B TechRoute:0xA1B HostListenMask:0x7
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::extractRouteLocationAndPowerStates:mDefaultIso7816SeID:0x200 mDefaultIsoDepSeID:0x200 mDefaultTechASeID 0x200
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: getUiccRoute: Enter slot num = 1
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::extractRouteLocationAndPowerStates:mDefaultIso7816SeID:0x402 mDefaultIso7816Powerstate:0x1B
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: getUiccRoute: Enter slot num = 1
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::extractRouteLocationAndPowerStates:mDefaultIsoDepSeID:0x402 mDefaultIsoDepPowerstate:0x1B
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: getUiccRoute: Enter slot num = 1
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::extractRouteLocationAndPowerStates:mDefaultTechASeID:0x402 mDefaultTechAPowerstate:0x1B
06-24 09:36:09.836 3113 3113 I BrcmNfcNfa: NFA_CeSetIsoDepListenTech (): 0x3
06-24 09:36:09.836 3113 3113 I BrcmNfcNfa: NFA_CeRegisterAidOnDH ()
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::checkProtoSeID: enter
06-24 09:36:09.836 3113 3529 I BrcmNfcNfa: NFA got event 0x0603
06-24 09:36:09.836 3113 3113 D NxpExtns: find found NXP_CHECK_DEFAULT_PROTO_SE_ID=(0x0)
06-24 09:36:09.836 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_CFG_ISODEP_TECH_EVT (0x603), flags: 00000000
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::checkProtoSeID: CHECK_DEFAULT_PROTO_SE_ID - 0x 0
06-24 09:36:09.836 3113 3529 I BrcmNfcNfa: NFA got event 0x0601
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::checkProtoSeID: exit
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::initialiseTableEntries: enter
06-24 09:36:09.836 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_REG_LISTEN_EVT (0x601), flags: 00000000
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::initialiseTableEntries: exit; mTechSupportedByEse:0x0 mTechSupportedByUicc1:0x3 mTechSupportedByUicc2:0x0
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::compileProtoEntries: enter
06-24 09:36:09.836 3113 3529 I BrcmNfcNfa: CE_T4tRegisterAID (): registering callback for wildcard AID
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: GCF: mDefaultIsoDepSeID: 0x402 , mCeRouteStrictDisable: 0x1 , mDefaultIsoDepPowerstate: 0x1b
06-24 09:36:09.836 3113 3529 E BrcmNfcNfa: CE_T4tRegisterAID (): only one wildcard AID can be registered at time.
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: --------------------Proto Table Entries------------------
06-24 09:36:09.836 3113 3529 E BrcmNfcNfa: Unable to register AID
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: |Index=0|RouteLoc=0x400|Proto=0x04|Power=0x01|Enable=0x1|
06-24 09:36:09.836 3113 3529 D BrcmNfcJni: RoutingManager::stackCallback: event=0x15
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: |Index=1|RouteLoc=0x402|Proto=0x08|Power=0x1B|Enable=0x1|
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: |Index=2|RouteLoc=0x402|Proto=0x20|Power=0x1B|Enable=0x1|
06-24 09:36:09.836 3113 3529 D BrcmNfcJni: RoutingManager::stackCallback: NFA_CE_REGISTERED_EVT; status=0x3; h=0xFFFF
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: ---------------------------------------------------------
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::compileProtoEntries: exit
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::consolidateProtoEntries: enter
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: ----------------------------------------Lmrt Proto Entries------------------------------------
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: |Index=0|nfceeID=0x400|SWTCH-ON=0x04|SWTCH-OFF=0x00|BAT-OFF=0x00|SCRN-LOCK=0x00|SCRN-OFF=0x00|SCRN-OFF_LOCK=0x00
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: |Index=1|nfceeID=0x4C0|SWTCH-ON=0x00|SWTCH-OFF=0x00|BAT-OFF=0x00|SCRN-LOCK=0x00|SCRN-OFF=0x00|SCRN-OFF_LOCK=0x00
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: |Index=2|nfceeID=0x402|SWTCH-ON=0x28|SWTCH-OFF=0x28|BAT-OFF=0x00|SCRN-LOCK=0x28|SCRN-OFF=0x28|SCRN-OFF_LOCK=0x00
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: ----------------------------------------------------------------------------------------------
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::consolidateProtoEntries: exit
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: enter
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: nfceeID:0x400
06-24 09:36:09.836 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: Clear Proto Routing Entries for nfceeID:0x400
06-24 09:36:09.836 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultProtoRouting(): handle:<0x400>protocol_mask:<0x0>/<0x0>/<0x0><0x0><0x0>
06-24 09:36:09.836 3113 3529 I BrcmNfcNfa: NFA got event 0x0205
06-24 09:36:09.837 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_PROTO_CFG_EVT; status=0x0
06-24 09:36:09.837 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultProtoRouting(): handle:<0x400>protocol_mask:<0x4>/<0x0>/<0x0><0x0><0x0>
06-24 09:36:09.837 3113 3529 I BrcmNfcNfa: NFA got event 0x0205
06-24 09:36:09.837 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_PROTO_CFG_EVT; status=0x0
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: nfceeID:0x4C0
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: nfceeID:0x402
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: Clear Proto Routing Entries for nfceeID:0x402
06-24 09:36:09.837 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultProtoRouting(): handle:<0x402>protocol_mask:<0x0>/<0x0>/<0x0><0x0><0x0>
06-24 09:36:09.837 3113 3529 I BrcmNfcNfa: NFA got event 0x0205
06-24 09:36:09.837 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_PROTO_CFG_EVT; status=0x0
06-24 09:36:09.837 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultProtoRouting(): handle:<0x402>protocol_mask:<0x28>/<0x28>/<0x0><0x28><0x28>
06-24 09:36:09.837 3113 3529 I BrcmNfcNfa: NFA got event 0x0205
06-24 09:36:09.837 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_PROTO_CFG_EVT; status=0x0
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: nfceeID:0x481
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: exit
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: RoutingManager::compileTechEntries: enter
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: --------------------Tech Table Entries------------------
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: |Index=0|RouteLoc=0x402|Tech=0x01|Power=0x1B|Enable=0x1|
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: |Index=1|RouteLoc=0x402|Tech=0x02|Power=0x1B|Enable=0x1|
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: |Index=2|RouteLoc=0x402|Tech=0x04|Power=0x3F|Enable=0x0|
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: --------------------------------------------------------
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: getUiccRoute: Enter slot num = 1
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: RoutingManager::processTechEntriesForFwdfunctionality: enter
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: --------------------Tech Table Entries------------------
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: |Index=0|RouteLoc=0x402|Tech=0x01|Power=0x1B|Enable=0x1|
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: |Index=1|RouteLoc=0x402|Tech=0x02|Power=0x1B|Enable=0x1|
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: |Index=2|RouteLoc=0x402|Tech=0x04|Power=0x3F|Enable=0x0|
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: --------------------------------------------------------
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: RoutingManager::processTechEntriesForFwdfunctionality: exit
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: RoutingManager::compileTechEntries: exit
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: RoutingManager::consolidateTechEntries: enter
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: -----------------------------------------Lmrt Tech Entries------------------------------------
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: |Index=0|nfceeID=0x400|SWTCH-ON=0x00|SWTCH-OFF=0x00|BAT-OFF=0x00|SCRN-LOCK=0x00|SCRN-OFF=0x00|SCRN-OFF_LOCK=0x00
06-24 09:36:09.837 3113 3113 D BrcmNfcJni: |Index=1|nfceeID=0x4C0|SWTCH-ON=0x00|SWTCH-OFF=0x00|BAT-OFF=0x00|SCRN-LOCK=0x00|SCRN-OFF=0x00|SCRN-OFF_LOCK=0x00
06-24 09:36:09.838 3113 3113 D BrcmNfcJni: |Index=2|nfceeID=0x402|SWTCH-ON=0x03|SWTCH-OFF=0x03|BAT-OFF=0x00|SCRN-LOCK=0x03|SCRN-OFF=0x03|SCRN-OFF_LOCK=0x00
06-24 09:36:09.838 3113 3113 D BrcmNfcJni: ----------------------------------------------------------------------------------------------
06-24 09:36:09.838 3113 3113 D BrcmNfcJni: RoutingManager::consolidateTechEntries: exit
06-24 09:36:09.838 3113 3113 D BrcmNfcJni: RoutingManager::setTechRouting: enter
06-24 09:36:09.838 3113 3113 D BrcmNfcJni: RoutingManager::setTechRouting: Clear Routing Entries for nfceeID:0x402
06-24 09:36:09.838 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultTechRouting(): handle:<0x402>technology_mask:<0x0>/<0x0>/<0x0><0x0><0x0>
06-24 09:36:09.838 3113 3529 I BrcmNfcNfa: NFA got event 0x0204
06-24 09:36:09.838 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_TECH_CFG_EVT; status=0x0
06-24 09:36:09.838 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultTechRouting(): handle:<0x402>technology_mask:<0x3>/<0x3>/<0x0><0x3><0x3>
06-24 09:36:09.838 3113 3529 I BrcmNfcNfa: NFA got event 0x0204
06-24 09:36:09.838 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_TECH_CFG_EVT; status=0x0
06-24 09:36:09.838 3113 3113 D BrcmNfcJni: RoutingManager::setTechRouting: exit
06-24 09:36:09.838 3113 3113 D BrcmNfcJni: RoutingManager::configureOffHostNfceeTechMask: enter
06-24 09:36:09.838 3113 3113 D BrcmNfcJni: RoutingManager::configureOffHostNfceeTechMask: ee_handleList[0] : 0x2
06-24 09:36:09.838 3113 3113 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x0
06-24 09:36:09.838 3113 3529 I BrcmNfcNfa: NFA got event 0x0602
06-24 09:36:09.838 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_DEREG_LISTEN_EVT (0x602), flags: 00000000
06-24 09:36:09.838 3113 3113 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x7
06-24 09:36:09.838 3113 3529 I BrcmNfcNfa: NFA got event 0x0601
06-24 09:36:09.838 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_REG_LISTEN_EVT (0x601), flags: 00000000
06-24 09:36:09.839 3113 3113 D BrcmNfcJni: RoutingManager::configureOffHostNfceeTechMask: exit
06-24 09:36:09.839 3113 3113 D BrcmNfcJni: RoutingManager::setDefaultRoute: exit
06-24 09:36:09.839 3113 3113 D BrcmNfcJni: RoutingManager::commitRouting
06-24 09:36:09.839 3113 3113 I BrcmNfcNfa: NFA_EeUpdateNow()
06-24 09:36:09.840 3113 3529 I BrcmNfcNfa: NFA got event 0x0209
06-24 09:36:09.841 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:36:09.841 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:36:09.841 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:09.849 1627 3063 I ActivityManager: Start proc 3435:com.motorola.moto/u0a66 for service com.motorola.moto/com.motorola.assist.engine.TTMService
06-24 09:36:09.849 707 3582 D NxpNciX : len = 253 => 2101FA011502100041325041592E5359532E4444463031020B0041A00000000307010001020A0041A000000025021001020A0041A00000002501100102090041A000000003201002090041A000000152401002090041A000000003202002090041A000000004101002090041A000000324101002090041A000000494101002090041A000000004306002090041A000000004220302090041A000000277101002090041A000000098084002090041A000000003101002090041A000000494201002090041A000000152301002080041A0000003842002080041A0000000250102080041A0000003841002120041A00000039656434103F1216000000000
06-24 09:36:09.849 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:36:09.849 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:09.849 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:09.849 707 3584 D NxpHal : write successful status = 0x0
06-24 09:36:09.849 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_ROUT_ERR_EVT status=3
06-24 09:36:09.854 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:36:09.854 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:36:09.854 707 3581 D NxpNciR : len = 4 <= 41010100
06-24 09:36:09.854 707 3584 D NxpHal : read successful status = 0x0
06-24 09:36:09.854 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:36:09.855 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:36:09.855 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:36:09.855 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:36:09.855 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:09.856 1627 3063 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_RESTARTED dat=package:com.example.name_generator flg=0x10 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.verizon.receivers.VZWAutoconnectWifiReceiver
06-24 09:36:09.859 707 3582 D NxpNciX : len = 100 => 210161000B020D0041A0000002164954534F2D31020C00414F53452E5641532E3031020B0041A000000476D0000101020B0041A000000476D000011102080041A00000F21100010302C304010302C3A001030001030103000105000302C300000302C301
06-24 09:36:09.859 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:36:09.859 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:09.859 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:09.859 707 3584 D NxpHal : write successful status = 0x0
06-24 09:36:09.864 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:36:09.864 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:36:09.864 707 3581 D NxpNciR : len = 4 <= 41010100
06-24 09:36:09.864 707 3584 D NxpHal : read successful status = 0x0
06-24 09:36:09.865 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_UPDATED_EVT
06-24 09:36:09.865 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:36:09.865 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:36:09.865 3113 3113 I BrcmNfcNfa: NFA_StartRfDiscovery ()
06-24 09:36:09.865 3113 3529 I BrcmNfcNfa: NFA got event 0x010F
06-24 09:36:09.865 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_START_RF_DISCOVERY_EVT (0x0f)
06-24 09:36:09.865 3113 3529 I BrcmNfcNfa: LLCP_GetDiscoveryConfig ()
06-24 09:36:09.865 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:36:09.865 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:36:09.865 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:09.867 707 3582 D NxpNciX : len = 10 => 20020702320120380101
06-24 09:36:09.867 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:36:09.867 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:09.867 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:09.867 707 3584 D NxpHal : write successful status = 0x0
06-24 09:36:09.867 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart
06-24 09:36:09.867 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart status: 0xe3
06-24 09:36:09.869 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:36:09.869 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:36:09.869 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:36:09.869 707 3584 D NxpHal : read successful status = 0x0
06-24 09:36:09.869 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:36:09.870 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:36:09.870 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:36:09.870 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:36:09.870 707 707 D NxpHal : > Polling Loop Started
06-24 09:36:09.870 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:36:09.870 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:09.872 707 3582 D NxpNciX : len = 28 => 2103190C000101010201030105018001810182018301850106017001
06-24 09:36:09.872 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:36:09.872 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:09.872 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:09.872 707 3584 D NxpHal : write successful status = 0x0
06-24 09:36:09.877 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:36:09.877 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:36:09.877 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:36:09.877 707 3584 D NxpHal : read successful status = 0x0
06-24 09:36:09.877 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:36:09.877 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:36:09.877 3113 3113 D NfcService: Discovery configuration equal, not updating.
06-24 09:36:09.898 3435 3435 I MotoProvider: onCreate
06-24 09:36:09.902 1627 2389 D MotDevicePolicyManager: Version:02.00.00
06-24 09:36:09.922 1627 3063 I ActivityManager: Killing 32484:com.google.android.webview:sandboxed_process0/u0a112i344 (adj 906): empty #22
06-24 09:36:09.926 1627 1649 W zygote : failed to open /acct/uid_99344/pid_32484/cgroup.procs: No such file or directory
06-24 09:36:09.930 1627 3063 W ActivityManager: Scheduling restart of crashed service com.google.android.calendar/org.chromium.content.app.SandboxedProcessService0 in 1000ms
06-24 09:36:09.937 21454 32482 W cr_ChildProcessConn: onServiceDisconnected (crash or killed by oom): pid=0
06-24 09:36:10.433 3429 3429 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
06-24 09:36:10.850 3429 3429 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm
06-24 09:36:10.870 3429 3429 I app_process: System.exit called, status: 0
06-24 09:36:10.870 3429 3471 W MessageQueue: Handler (android.os.Handler) {5ff10f1} sending message to a Handler on a dead thread
06-24 09:36:10.870 3429 3471 W MessageQueue: java.lang.IllegalStateException: Handler (android.os.Handler) {5ff10f1} sending message to a Handler on a dead thread
06-24 09:36:10.870 3429 3471 W MessageQueue: at android.os.MessageQueue.enqueueMessage(MessageQueue.java:547)
06-24 09:36:10.870 3429 3471 W MessageQueue: at android.os.Handler.enqueueMessage(Handler.java:661)
06-24 09:36:10.870 3429 3471 W MessageQueue: at android.os.Handler.sendMessageAtTime(Handler.java:630)
06-24 09:36:10.870 3429 3471 W MessageQueue: at android.os.Handler.sendMessageDelayed(Handler.java:600)
06-24 09:36:10.870 3429 3471 W MessageQueue: at android.os.Handler.post(Handler.java:356)
06-24 09:36:10.870 3429 3471 W MessageQueue: at android.os.ResultReceiver$MyResultReceiver.send(ResultReceiver.java:57)
06-24 09:36:10.870 3429 3471 W MessageQueue: at com.android.internal.os.IResultReceiver$Stub.onTransact(IResultReceiver.java:58)
06-24 09:36:10.870 3429 3471 W MessageQueue: at android.os.Binder.execTransact(Binder.java:674)
06-24 09:36:10.870 3429 3429 I AndroidRuntime: VM exiting with result code 0.
06-24 09:36:11.169 1627 1627 W Binder:1627_A: type=1400 audit(0.0:15319): avc: denied { dac_read_search } for uid=1000 capability=2 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=capability permissive=0
06-24 09:36:12.457 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: BlockingExecutor ink@4595aa2[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30]
06-24 09:36:12.459 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: LightweightExecutor ink@ef52333[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 61]
06-24 09:36:12.459 24373 24391 I Finsky : [29868] imb.run(3): Stats for Executor: bgExecutor ink@b8bb6f0[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 44]
06-24 09:36:14.855 1627 1661 I ActivityManager: Start proc 3489:com.android.defcontainer/u0a35 for service com.android.defcontainer/.DefaultContainerService
06-24 09:36:15.228 1627 1661 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/vmdl1246189496.tmp/base.apk pkg=com.example.name_generator isa=arm dexoptFlags=boot_complete,debuggable,public target-filter=quicken oatDir=/data/app/vmdl1246189496.tmp/oat sharedLibraries=null
06-24 09:36:15.399 3512 3512 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=9 --compiler-filter=quicken --debuggable --classpath-dir=/data/app/vmdl1246189496.tmp
06-24 09:36:15.553 3512 3512 I dex2oat : dex2oat took 155.363ms (172.682ms cpu) (threads: 8) arena alloc=12KB (12432B) java alloc=219KB (224368B) native alloc=1411KB (1445376B) free=4MB (4321792B)
06-24 09:36:15.582 1627 1647 I ActivityManager: Force stopping com.example.name_generator appid=10468 user=-1: installPackageLI
06-24 09:36:15.827 1627 1661 I PackageManager: Package com.example.name_generator codePath changed from /data/app/com.example.name_generator-EuhCjej3lsWSVYx2gh4MHA== to /data/app/com.example.name_generator-KcExb6Ps5ZCOzGq2pvP-Vw==; Retaining data and using new
06-24 09:36:15.827 1627 1661 W PackageManager: Code path for com.example.name_generator changing from /data/app/com.example.name_generator-EuhCjej3lsWSVYx2gh4MHA== to /data/app/com.example.name_generator-KcExb6Ps5ZCOzGq2pvP-Vw==
06-24 09:36:15.827 1627 1661 W PackageManager: Resource path for com.example.name_generator changing from /data/app/com.example.name_generator-EuhCjej3lsWSVYx2gh4MHA== to /data/app/com.example.name_generator-KcExb6Ps5ZCOzGq2pvP-Vw==
06-24 09:36:16.499 1627 1661 I zygote : Explicit concurrent copying GC freed 205988(8MB) AllocSpace objects, 21(500KB) LOS objects, 38% free, 38MB/62MB, paused 805us total 440.987ms
06-24 09:36:16.528 1075 31304 E : Couldn't opendir /data/app/vmdl1246189496.tmp: No such file or directory
06-24 09:36:16.528 1075 31304 E installd: Failed to delete /data/app/vmdl1246189496.tmp: No such file or directory
06-24 09:36:16.529 1627 1661 I ActivityManager: Force stopping com.example.name_generator appid=10468 user=0: pkg removed
06-24 09:36:16.547 3250 3250 I PackageChangeReceiver: packageName: com.example.name_generator
06-24 09:36:16.548 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.wavesecure.core.WSAndroidSystemIntentReceiver
06-24 09:36:16.548 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.LogiaGroup.LogiaDeck/.Receivers.UninstallBroadCastReceiver
06-24 09:36:16.548 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver
06-24 09:36:16.548 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor
06-24 09:36:16.548 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
06-24 09:36:16.548 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
06-24 09:36:16.549 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
06-24 09:36:16.609 1627 1627 I ActivityManager: Start proc 3541:com.android.keychain/1000 for service com.android.keychain/.KeyChainService
06-24 09:36:16.616 2570 2570 D MayaFrameworkProxyService: receive intent :Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) }
06-24 09:36:16.617 2570 2570 D MayaFrameworkProxyService: receive intent :Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) }
06-24 09:36:16.622 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10468, uidRules = 64
06-24 09:36:16.647 1627 3185 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.cloudscan.mc20.CloudScanReceiver
06-24 09:36:16.649 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.vsm.sdk.receiver.PackageBroadcastReceiver
06-24 09:36:16.653 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.datareport.DataReportBroadcastReceiver
06-24 09:36:16.653 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.data.receiver.DataManagerCommonReceiver
06-24 09:36:16.653 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.android.siteadvisor.service.SiteAdvisorReceiver
06-24 09:36:16.654 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.intel.messagingContext.browserMonitor.service.BrowserMonitorReceiver
06-24 09:36:16.655 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.verizon.receivers.VZWAutoconnectWifiReceiver
06-24 09:36:16.679 3113 3123 I zygote : Background concurrent copying GC freed 6979(1326KB) AllocSpace objects, 3(60KB) LOS objects, 55% free, 1236KB/2MB, paused 16.233ms total 40.985ms
06-24 09:36:16.701 3250 3250 I PackageChangeReceiver: packageName: com.example.name_generator
06-24 09:36:16.701 2599 2599 D CarrierSvcBindHelper: No carrier app for: 0
06-24 09:36:16.703 2599 2599 D CarrierSvcBindHelper: No carrier app for: 0
06-24 09:36:16.706 24373 24373 I Finsky : [2] com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl.a(4): PackageMonitor received: android.intent.action.PACKAGE_ADDED
06-24 09:36:16.714 3113 3113 D RegisteredServicesCache: Intent action: android.intent.action.PACKAGE_REMOVED
06-24 09:36:16.715 3113 3113 D RegisteredNxpServicesCache: uninstall packageName:com.example.name_generator
06-24 09:36:16.715 2599 2599 D ImsResolver: maybeAddedImsService, packageName: com.example.name_generator
06-24 09:36:16.716 2599 2599 D CarrierConfigLoader: mHandler: 9 phoneId: 0
06-24 09:36:16.728 1627 1627 W ResourceType: ResTable_typeSpec entry count inconsistent: given 526, previously 525
06-24 09:36:16.728 1627 1627 W ResourceType: ResTable_typeSpec entry count inconsistent: given 360, previously 1385
06-24 09:36:16.728 1627 1627 W ResourceType: ResTable_typeSpec entry count inconsistent: given 215, previously 1153
06-24 09:36:16.747 1627 2225 I InputReader: Reconfiguring input devices. changes=0x00000010
06-24 09:36:16.747 1627 2225 I chatty : uid=1000(system) InputReader identical 1 line
06-24 09:36:16.749 1627 2225 I InputReader: Reconfiguring input devices. changes=0x00000010
06-24 09:36:16.813 710 826 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
06-24 09:36:16.813 1627 3207 I ActivityManager: START u0 {act=android.intent.action.RUN flg=0x30000000 cmp=com.example.name_generator/.MainActivity (has extras)} from uid 2000
06-24 09:36:16.817 710 3602 I Thermal-Lib: Thermal-Lib-Client: Client request sent
06-24 09:36:16.819 1055 1191 I ThermalEngine: Thermal-Server: Thermal received msg from override
06-24 09:36:16.864 1627 3207 I ActivityManager: Start proc 3603:com.example.name_generator/u0a468 for activity com.example.name_generator/.MainActivity
06-24 09:36:16.870 3603 3603 I zygote : Late-enabling -Xcheck:jni
06-24 09:36:16.890 19328 3592 I AppsUpload: Received intent with action android.intent.action.PACKAGE_REMOVED
06-24 09:36:16.894 19328 3589 I Auth : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
06-24 09:36:16.894 19328 3589 I Auth : [SupervisedAccountIntentOperation] This operation is disabled
06-24 09:36:16.895 19328 3589 I ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }.
06-24 09:36:16.925 19328 3592 I AppsUpload: Received intent with action android.intent.action.PACKAGE_ADDED
06-24 09:36:16.927 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198759s,latest=-31191559s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277959s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:16.928 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195852s,latest=-31191532s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277932s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:16.928 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195852s,latest=-31191532s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277932s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:16.928 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191559s,latest=-31105159s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277959s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:16.928 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119559s,latest=-31105159s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277959s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:16.947 1627 3185 I ActivityManager: Killing 21454:com.google.android.calendar/u0a112 (adj 906): empty #22
06-24 09:36:16.964 1627 3207 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=2153, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@dbde2b9)
06-24 09:36:16.965 1627 2306 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=2153, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
06-24 09:36:16.968 19328 3592 I AppsUpload: Received intent with action android.intent.action.PACKAGE_REPLACED
06-24 09:36:16.972 19328 3612 I FontsPackageChangeOp: Package com.example.name_generator has no metadata
06-24 09:36:17.012 19328 1980 I zygote : IncrementDisableThreadFlip blocked for 18.931ms
06-24 09:36:17.027 19328 3625 W PeopleContactsSync: CP2 sync disabled by gservices.
06-24 09:36:17.034 1627 2389 D MotDevicePolicyManager: Version:02.00.00
06-24 09:36:17.050 24373 24373 I Finsky : [2] nlv.b(2): Frosting ID looked up on UI thread. Caller should move to a background thread.
06-24 09:36:17.053 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10468, uidRules = 32
06-24 09:36:17.146 2763 2763 I GeofencerStateMachine: sendNewTransitions called.
06-24 09:36:17.244 1627 1647 W ActivityManager: Stopping service due to app idle: u0a197 -5m24s595ms com.whatsapp/.messaging.MessageService
06-24 09:36:17.250 3603 3636 I ResourceExtractor: Found extracted resources res_timestamp-1-1559054245740
06-24 09:36:17.250 3603 3636 I ResourceExtractor: Resource version mismatch res_timestamp-1-1561383375826
06-24 09:36:17.254 2763 3245 I GCoreUlr: Successfully inserted 1 locations
06-24 09:36:17.254 3113 3113 D RegisteredServicesCache: Ignoring package intent due to package being replaced.
06-24 09:36:17.254 2763 3245 I GCoreUlr: Successfully inserted 1 locations
06-24 09:36:17.308 3113 3113 D RegisteredServicesCache: Intent action: android.intent.action.PACKAGE_ADDED
06-24 09:36:17.308 3113 3113 D RegisteredServicesCache: Ignoring package intent due to package being replaced.
06-24 09:36:17.308 3113 3113 D RegisteredServicesCache: Intent action: android.intent.action.PACKAGE_REPLACED
06-24 09:36:17.344 3113 3113 E RegisteredServicesCache: Skipping virtual uicc payment app while device does not support multi-sim
06-24 09:36:17.346 3113 3113 E RegisteredServicesCache: Next Tag=services
06-24 09:36:17.346 3113 3113 E RegisteredServicesCache: installedServices no uidString
06-24 09:36:17.346 3113 3113 E RegisteredServicesCache: installedServices contains uidString : 10106
06-24 09:36:17.346 3113 3113 E RegisteredServicesCache: 1invalidateCache:WriteServiceStateToFile
06-24 09:36:17.346 3113 3113 E RegisteredServicesCache: Writing service state Data Always
06-24 09:36:17.380 3113 3113 E RegisteredServicesCache: component namecom.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.transit.tap.service.TransitHceService
06-24 09:36:17.380 3113 3113 E RegisteredServicesCache: component namecom.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.hce.service.ValuableApduService
06-24 09:36:17.454 3113 3113 D CardEmulationManager: Current default: ComponentInfo{com.google.android.gms/com.google.android.gms.tapandpay.hce.service.TpHceService}
06-24 09:36:17.460 3113 3113 D NxpExtns: find found DEFAULT_AID_ROUTE=(0x2)
06-24 09:36:17.460 3113 3113 D NxpExtns: find found DEFAULT_AID_PWR_STATE=(0x1b)
06-24 09:36:17.460 3113 3113 D NxpExtns: find found DEFAULT_AID_ROUTE=(0x2)
06-24 09:36:17.460 3113 3113 D NxpExtns: find found DEFAULT_AID_PWR_STATE=(0x1b)
06-24 09:36:17.461 3113 3113 D NxpApduServiceInfo: updateServiceCommitStatus:Description:Google Pay:InternalState:1:commitStatus:true
06-24 09:36:17.461 3113 3113 D NxpApduServiceInfo: updateServiceCommitStatus:Description:Google Pay:InternalState:1:commitStatus:true
06-24 09:36:17.464 3113 3113 E RegisteredServicesCache: 3updateStatusOfServices:WriteServiceStateToFile
06-24 09:36:17.465 3113 3113 E RegisteredServicesCache: Writing service state Data Always
06-24 09:36:17.585 1627 2157 I Choreographer: Skipped 43 frames! The application may be doing too much work on its main thread.
06-24 09:36:17.588 24373 24373 I Finsky : [2] jfk.a(3): Task 8 requested foreground
06-24 09:36:17.588 24373 24373 I Finsky : [2] jfk.a(13): Entering foreground
06-24 09:36:17.622 3113 3113 E RegisteredServicesCache: component namecom.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.transit.tap.service.TransitHceService
06-24 09:36:17.622 3113 3113 E RegisteredServicesCache: component namecom.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.hce.service.ValuableApduService
06-24 09:36:17.657 3113 3113 D RegisteredNfcFServicesCache: Service unchanged, not updating
06-24 09:36:17.657 3113 3113 E NfcService: applyRouting -9
06-24 09:36:17.658 3113 3113 D NxpExtns: find found DEFAULT_DESFIRE_ROUTE=(0x2)
06-24 09:36:17.658 3113 3113 D NxpExtns: find found DEFAULT_DESFIRE_PWR_STATE=(0x1b)
06-24 09:36:17.658 3113 3113 D NxpExtns: find found DEFAULT_AID_ROUTE=(0x2)
06-24 09:36:17.658 3113 3113 D NxpExtns: find found DEFAULT_AID_PWR_STATE=(0x1b)
06-24 09:36:17.658 3113 3113 D NxpExtns: find found DEFAULT_MIFARE_CLT_ROUTE=(0x2)
06-24 09:36:17.658 3113 3113 D NxpExtns: find found DEFAULT_MIFARE_CLT_PWR_STATE=(0x1b)
06-24 09:36:17.658 3113 3113 I BrcmNfcNfa: NFA_StopRfDiscovery ()
06-24 09:36:17.658 3113 3529 I BrcmNfcNfa: NFA got event 0x0110
06-24 09:36:17.689 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_STOP_RF_DISCOVERY_EVT (0x10)
06-24 09:36:17.689 3113 3529 I BrcmNfcNfa: NFC_Deactivate 4 (IDLE) deactivate_type:0
06-24 09:36:17.690 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:36:17.691 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:36:17.691 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:17.692 707 3582 E NxpTml : _i2c_write() errno : 5
06-24 09:36:17.692 707 3582 E NxpTml : PN54X - Error in I2C Write.....
06-24 09:36:17.692 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:17.692 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:17.692 707 3584 E NxpHal : write error status = 0x1ff
06-24 09:36:17.692 707 707 E NxpHal : write_unlocked failed - PN54X Maybe in Standby Mode - Retry
06-24 09:36:17.697 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:36:17.697 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:17.699 707 3582 D NxpNciX : len = 4 => 21060100
06-24 09:36:17.699 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:36:17.699 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:17.699 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:17.699 707 3584 D NxpHal : write successful status = 0x0
06-24 09:36:17.701 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:36:17.701 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:36:17.701 707 3581 D NxpNciR : len = 4 <= 41060100
06-24 09:36:17.701 707 3584 D NxpHal : read successful status = 0x0
06-24 09:36:17.701 3113 3113 D BrcmNfcJni: RoutingManager::setDefaultRoute: enter; defaultRoute:0x21B protoRoute:0x21B TechRoute:0xA1B HostListenMask:0x7
06-24 09:36:17.701 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:36:17.701 3113 3113 D BrcmNfcJni: RoutingManager::extractRouteLocationAndPowerStates:mDefaultIso7816SeID:0x200 mDefaultIsoDepSeID:0x200 mDefaultTechASeID 0x200
06-24 09:36:17.701 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:36:17.701 3113 3113 D BrcmNfcJni: getUiccRoute: Enter slot num = 1
06-24 09:36:17.701 3113 3113 D BrcmNfcJni: RoutingManager::extractRouteLocationAndPowerStates:mDefaultIso7816SeID:0x402 mDefaultIso7816Powerstate:0x1B
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: getUiccRoute: Enter slot num = 1
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::extractRouteLocationAndPowerStates:mDefaultIsoDepSeID:0x402 mDefaultIsoDepPowerstate:0x1B
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: getUiccRoute: Enter slot num = 1
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::extractRouteLocationAndPowerStates:mDefaultTechASeID:0x402 mDefaultTechAPowerstate:0x1B
06-24 09:36:17.702 3113 3113 I BrcmNfcNfa: NFA_CeSetIsoDepListenTech (): 0x3
06-24 09:36:17.702 3113 3113 I BrcmNfcNfa: NFA_CeRegisterAidOnDH ()
06-24 09:36:17.702 3113 3529 I BrcmNfcNfa: NFA got event 0x0603
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::checkProtoSeID: enter
06-24 09:36:17.702 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_CFG_ISODEP_TECH_EVT (0x603), flags: 00000000
06-24 09:36:17.702 3113 3113 D NxpExtns: find found NXP_CHECK_DEFAULT_PROTO_SE_ID=(0x0)
06-24 09:36:17.702 3113 3529 I BrcmNfcNfa: NFA got event 0x0601
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::checkProtoSeID: CHECK_DEFAULT_PROTO_SE_ID - 0x 0
06-24 09:36:17.702 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_REG_LISTEN_EVT (0x601), flags: 00000000
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::checkProtoSeID: exit
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::initialiseTableEntries: enter
06-24 09:36:17.702 3113 3529 I BrcmNfcNfa: CE_T4tRegisterAID (): registering callback for wildcard AID
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::initialiseTableEntries: exit; mTechSupportedByEse:0x0 mTechSupportedByUicc1:0x3 mTechSupportedByUicc2:0x0
06-24 09:36:17.702 3113 3529 E BrcmNfcNfa: CE_T4tRegisterAID (): only one wildcard AID can be registered at time.
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::compileProtoEntries: enter
06-24 09:36:17.702 3113 3529 E BrcmNfcNfa: Unable to register AID
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: GCF: mDefaultIsoDepSeID: 0x402 , mCeRouteStrictDisable: 0x1 , mDefaultIsoDepPowerstate: 0x1b
06-24 09:36:17.702 3113 3529 D BrcmNfcJni: RoutingManager::stackCallback: event=0x15
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: --------------------Proto Table Entries------------------
06-24 09:36:17.702 3113 3529 D BrcmNfcJni: RoutingManager::stackCallback: NFA_CE_REGISTERED_EVT; status=0x3; h=0xFFFF
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: |Index=0|RouteLoc=0x400|Proto=0x04|Power=0x01|Enable=0x1|
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: |Index=1|RouteLoc=0x402|Proto=0x08|Power=0x1B|Enable=0x1|
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: |Index=2|RouteLoc=0x402|Proto=0x20|Power=0x1B|Enable=0x1|
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: ---------------------------------------------------------
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::compileProtoEntries: exit
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::consolidateProtoEntries: enter
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: ----------------------------------------Lmrt Proto Entries------------------------------------
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: |Index=0|nfceeID=0x400|SWTCH-ON=0x04|SWTCH-OFF=0x00|BAT-OFF=0x00|SCRN-LOCK=0x00|SCRN-OFF=0x00|SCRN-OFF_LOCK=0x00
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: |Index=1|nfceeID=0x4C0|SWTCH-ON=0x00|SWTCH-OFF=0x00|BAT-OFF=0x00|SCRN-LOCK=0x00|SCRN-OFF=0x00|SCRN-OFF_LOCK=0x00
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: |Index=2|nfceeID=0x402|SWTCH-ON=0x28|SWTCH-OFF=0x28|BAT-OFF=0x00|SCRN-LOCK=0x28|SCRN-OFF=0x28|SCRN-OFF_LOCK=0x00
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: ----------------------------------------------------------------------------------------------
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::consolidateProtoEntries: exit
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: enter
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: nfceeID:0x400
06-24 09:36:17.702 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: Clear Proto Routing Entries for nfceeID:0x400
06-24 09:36:17.702 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultProtoRouting(): handle:<0x400>protocol_mask:<0x0>/<0x0>/<0x0><0x0><0x0>
06-24 09:36:17.702 3113 3529 I BrcmNfcNfa: NFA got event 0x0205
06-24 09:36:17.702 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_PROTO_CFG_EVT; status=0x0
06-24 09:36:17.702 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultProtoRouting(): handle:<0x400>protocol_mask:<0x4>/<0x0>/<0x0><0x0><0x0>
06-24 09:36:17.702 3113 3529 I BrcmNfcNfa: NFA got event 0x0205
06-24 09:36:17.702 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_PROTO_CFG_EVT; status=0x0
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: nfceeID:0x4C0
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: nfceeID:0x402
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: Clear Proto Routing Entries for nfceeID:0x402
06-24 09:36:17.703 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultProtoRouting(): handle:<0x402>protocol_mask:<0x0>/<0x0>/<0x0><0x0><0x0>
06-24 09:36:17.703 3113 3529 I BrcmNfcNfa: NFA got event 0x0205
06-24 09:36:17.703 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_PROTO_CFG_EVT; status=0x0
06-24 09:36:17.703 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultProtoRouting(): handle:<0x402>protocol_mask:<0x28>/<0x28>/<0x0><0x28><0x28>
06-24 09:36:17.703 3113 3529 I BrcmNfcNfa: NFA got event 0x0205
06-24 09:36:17.703 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_PROTO_CFG_EVT; status=0x0
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: nfceeID:0x481
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::setProtoRouting: exit
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::compileTechEntries: enter
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: --------------------Tech Table Entries------------------
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: |Index=0|RouteLoc=0x402|Tech=0x01|Power=0x1B|Enable=0x1|
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: |Index=1|RouteLoc=0x402|Tech=0x02|Power=0x1B|Enable=0x1|
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: |Index=2|RouteLoc=0x402|Tech=0x04|Power=0x3F|Enable=0x0|
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: --------------------------------------------------------
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: getUiccRoute: Enter slot num = 1
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::processTechEntriesForFwdfunctionality: enter
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: --------------------Tech Table Entries------------------
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: |Index=0|RouteLoc=0x402|Tech=0x01|Power=0x1B|Enable=0x1|
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: |Index=1|RouteLoc=0x402|Tech=0x02|Power=0x1B|Enable=0x1|
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: |Index=2|RouteLoc=0x402|Tech=0x04|Power=0x3F|Enable=0x0|
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: --------------------------------------------------------
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::processTechEntriesForFwdfunctionality: exit
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::compileTechEntries: exit
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::consolidateTechEntries: enter
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: -----------------------------------------Lmrt Tech Entries------------------------------------
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: |Index=0|nfceeID=0x400|SWTCH-ON=0x00|SWTCH-OFF=0x00|BAT-OFF=0x00|SCRN-LOCK=0x00|SCRN-OFF=0x00|SCRN-OFF_LOCK=0x00
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: |Index=1|nfceeID=0x4C0|SWTCH-ON=0x00|SWTCH-OFF=0x00|BAT-OFF=0x00|SCRN-LOCK=0x00|SCRN-OFF=0x00|SCRN-OFF_LOCK=0x00
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: |Index=2|nfceeID=0x402|SWTCH-ON=0x03|SWTCH-OFF=0x03|BAT-OFF=0x00|SCRN-LOCK=0x03|SCRN-OFF=0x03|SCRN-OFF_LOCK=0x00
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: ----------------------------------------------------------------------------------------------
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::consolidateTechEntries: exit
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::setTechRouting: enter
06-24 09:36:17.703 3113 3113 D BrcmNfcJni: RoutingManager::setTechRouting: Clear Routing Entries for nfceeID:0x402
06-24 09:36:17.703 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultTechRouting(): handle:<0x402>technology_mask:<0x0>/<0x0>/<0x0><0x0><0x0>
06-24 09:36:17.703 3113 3529 I BrcmNfcNfa: NFA got event 0x0204
06-24 09:36:17.703 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_TECH_CFG_EVT; status=0x0
06-24 09:36:17.704 3113 3113 I BrcmNfcNfa: NFA_EeSetDefaultTechRouting(): handle:<0x402>technology_mask:<0x3>/<0x3>/<0x0><0x3><0x3>
06-24 09:36:17.704 3113 3529 I BrcmNfcNfa: NFA got event 0x0204
06-24 09:36:17.704 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_TECH_CFG_EVT; status=0x0
06-24 09:36:17.704 3113 3113 D BrcmNfcJni: RoutingManager::setTechRouting: exit
06-24 09:36:17.704 3113 3113 D BrcmNfcJni: RoutingManager::configureOffHostNfceeTechMask: enter
06-24 09:36:17.704 3113 3113 D BrcmNfcJni: RoutingManager::configureOffHostNfceeTechMask: ee_handleList[0] : 0x2
06-24 09:36:17.704 3113 3113 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x0
06-24 09:36:17.704 3113 3529 I BrcmNfcNfa: NFA got event 0x0602
06-24 09:36:17.704 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_DEREG_LISTEN_EVT (0x602), flags: 00000000
06-24 09:36:17.704 3113 3113 I BrcmNfcNfa: NFA_CeConfigureUiccListenTech () ee_handle = 0x402 tech_mask = 0x7
06-24 09:36:17.704 3113 3529 I BrcmNfcNfa: NFA got event 0x0601
06-24 09:36:17.704 3113 3529 I BrcmNfcNfa: nfa_ce_handle_event event: NFA_CE_API_REG_LISTEN_EVT (0x601), flags: 00000000
06-24 09:36:17.704 3113 3113 D BrcmNfcJni: RoutingManager::configureOffHostNfceeTechMask: exit
06-24 09:36:17.704 3113 3113 D BrcmNfcJni: RoutingManager::setDefaultRoute: exit
06-24 09:36:17.704 3113 3113 D BrcmNfcJni: RoutingManager::commitRouting
06-24 09:36:17.705 3113 3113 I BrcmNfcNfa: NFA_EeUpdateNow()
06-24 09:36:17.705 3113 3529 I BrcmNfcNfa: NFA got event 0x0209
06-24 09:36:17.706 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:36:17.706 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:36:17.706 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:17.714 707 3582 D NxpNciX : len = 253 => 2101FA011502100041325041592E5359532E4444463031020B0041A00000000307010001020A0041A000000025021001020A0041A00000002501100102090041A000000003201002090041A000000152401002090041A000000003202002090041A000000004101002090041A000000324101002090041A000000494101002090041A000000004306002090041A000000004220302090041A000000277101002090041A000000098084002090041A000000003101002090041A000000494201002090041A000000152301002080041A0000003842002080041A0000000250102080041A0000003841002120041A00000039656434103F1216000000000
06-24 09:36:17.714 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:36:17.714 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:17.714 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:17.714 707 3584 D NxpHal : write successful status = 0x0
06-24 09:36:17.714 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_ROUT_ERR_EVT status=3
06-24 09:36:17.718 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:36:17.718 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:36:17.718 707 3581 D NxpNciR : len = 4 <= 41010100
06-24 09:36:17.718 707 3584 D NxpHal : read successful status = 0x0
06-24 09:36:17.719 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:36:17.719 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:36:17.719 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:36:17.719 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:17.723 707 3582 D NxpNciX : len = 100 => 210161000B020D0041A0000002164954534F2D31020C00414F53452E5641532E3031020B0041A000000476D0000101020B0041A000000476D000011102080041A00000F21100010302C304010302C3A001030001030103000105000302C300000302C301
06-24 09:36:17.723 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:36:17.723 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:17.723 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:17.723 707 3584 D NxpHal : write successful status = 0x0
06-24 09:36:17.728 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:36:17.728 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:36:17.728 707 3581 D NxpNciR : len = 4 <= 41010100
06-24 09:36:17.728 707 3584 D NxpHal : read successful status = 0x0
06-24 09:36:17.728 3113 3529 D BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_UPDATED_EVT
06-24 09:36:17.728 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:36:17.728 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:36:17.728 3113 3113 I BrcmNfcNfa: NFA_StartRfDiscovery ()
06-24 09:36:17.728 3113 3529 I BrcmNfcNfa: NFA got event 0x010F
06-24 09:36:17.728 3113 3529 I BrcmNfcNfa: nfa_dm_evt_hdlr event: NFA_DM_API_START_RF_DISCOVERY_EVT (0x0f)
06-24 09:36:17.728 3113 3529 I BrcmNfcNfa: LLCP_GetDiscoveryConfig ()
06-24 09:36:17.728 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:36:17.729 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:36:17.729 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:17.730 707 3582 D NxpNciX : len = 10 => 20020702320120380101
06-24 09:36:17.730 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:36:17.730 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:17.730 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:17.730 707 3584 D NxpHal : write successful status = 0x0
06-24 09:36:17.731 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart
06-24 09:36:17.731 3113 3529 I BrcmNfcNfa: NFC_DiscoveryStart status: 0xe3
06-24 09:36:17.732 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 5
06-24 09:36:17.732 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:36:17.732 707 3581 D NxpNciR : len = 5 <= 4002020000
06-24 09:36:17.732 707 3584 D NxpHal : read successful status = 0x0
06-24 09:36:17.732 707 3584 D NxpHal : phNxpNciHal_print_res_status: response status =STATUS_OK
06-24 09:36:17.733 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:36:17.733 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:36:17.733 707 707 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
06-24 09:36:17.733 707 707 D NxpHal : > Polling Loop Started
06-24 09:36:17.733 707 3582 D NxpTml : PN54X - Write requested.....
06-24 09:36:17.733 707 3582 D NxpTml : PN54X - Invoking I2C Write.....
06-24 09:36:17.735 9064 3640 V MVS_VZWAVSService: android.intent.action.PACKAGE_REMOVED
06-24 09:36:17.735 707 3582 D NxpNciX : len = 28 => 2103190C000101010201030105018001810182018301850106017001
06-24 09:36:17.735 707 3582 D NxpTml : PN54X - I2C Write successful.....
06-24 09:36:17.735 707 3582 D NxpTml : PN54X - Posting Fresh Write message.....
06-24 09:36:17.735 707 3582 D NxpTml : PN54X - Tml Writer Thread Running................
06-24 09:36:17.735 707 3584 D NxpHal : write successful status = 0x0
06-24 09:36:17.736 9064 3640 V MVS_VZWAVSService: PHONE permission0
06-24 09:36:17.737 24373 3632 I Finsky : [29940] nlu.run(16): Wrote row to frosting DB: 5549
06-24 09:36:17.740 707 3581 D NxpTml : PN54X - I2C Read successful.....len = 4
06-24 09:36:17.740 707 3581 D NxpTml : PN54X - Posting read message.....
06-24 09:36:17.740 707 3581 D NxpNciR : len = 4 <= 41030100
06-24 09:36:17.740 707 3584 D NxpHal : read successful status = 0x0
06-24 09:36:17.740 707 3581 D NxpTml : PN54X - Read requested.....
06-24 09:36:17.740 707 3581 D NxpTml : PN54X - Invoking I2C Read.....
06-24 09:36:17.739 1627 3185 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to hr.titaniumrecorder.android.free/com.calldorado.android.actionreceiver.ActionReceiver
06-24 09:36:17.741 3113 3113 D NfcService: Discovery configuration equal, not updating.
06-24 09:36:17.746 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.wavesecure.core.WSAndroidSystemIntentReceiver
06-24 09:36:17.746 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver
06-24 09:36:17.746 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
06-24 09:36:17.746 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
06-24 09:36:17.746 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
06-24 09:36:17.746 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
06-24 09:36:17.746 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.ims/.receivers.RcsAutoStartReceiver
06-24 09:36:17.748 1627 3185 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.cloudscan.mc20.CloudScanReceiver
06-24 09:36:17.750 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.vsm.sdk.receiver.PackageBroadcastReceiver
06-24 09:36:17.750 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.datareport.DataReportBroadcastReceiver
06-24 09:36:17.750 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.data.receiver.DataManagerCommonReceiver
06-24 09:36:17.750 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.android.siteadvisor.service.SiteAdvisorReceiver
06-24 09:36:17.750 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.intel.messagingContext.browserMonitor.service.BrowserMonitorReceiver
06-24 09:36:17.875 19328 2359 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=SEARCH_CORPORA
06-24 09:36:17.887 1627 3643 D PackageController.doInBackground(): : Package com.example.name_generator, package state=0, action=android.intent.action.PACKAGE_ADDED
06-24 09:36:17.887 1627 3643 D MotorolaPolicy: BrowserPolicy.isAllowed(): true
06-24 09:36:17.887 1627 3643 D MotorolaPolicy: TextMessagingPolicy.isAllowed(): true
06-24 09:36:17.888 1627 3643 D MotorolaPolicy: ConsumerEmailPolicy.isAllowed(): true
06-24 09:36:17.888 1627 3643 D PackageController.doInBackground(): : Package com.example.name_generator does NOT conflict with any policy.
06-24 09:36:17.890 19328 11595 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=SEARCH_QUERIES
06-24 09:36:17.903 9064 3645 V MVS_VZWAVSService: android.intent.action.PACKAGE_ADDED
06-24 09:36:17.904 9064 3645 V MVS_VZWAVSService: PHONE permission0
06-24 09:36:17.904 1627 1647 E NotificationService: Suppressing notification from package by user request.
06-24 09:36:17.906 24373 24373 I Finsky : [2] com.google.android.finsky.wear.WearSupportService.onStartCommand(4): Starting WearSupportService for auto_install
06-24 09:36:17.908 1627 3207 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.intsig.camscanner/com.mintegral.msdk.click.AppReceiver
06-24 09:36:17.909 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.intsig.camscanner/com.microsoft.aad.adal.ApplicationReceiver
06-24 09:36:17.910 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to hr.titaniumrecorder.android.free/com.calldorado.android.actionreceiver.ActionReceiver
06-24 09:36:17.910 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.wavesecure.core.WSAndroidSystemIntentReceiver
06-24 09:36:17.910 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.apps.photos/.account.full.FetchAccountPropertiesAppUpgradeBroadcastReceiver
06-24 09:36:17.910 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.apps.photos/.account.full.SyncAccountsForLoginBroadcastReceiver
06-24 09:36:17.910 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.apps.photos/.experiments.phenotype.full.PhenotypeAppUpgradeBroadcastReceiver
06-24 09:36:17.910 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.apps.photos/.notificationchannels.AppUpdateBroadcastReceiver
06-24 09:36:17.911 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
06-24 09:36:17.912 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
06-24 09:36:17.912 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
06-24 09:36:17.912 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.google.android.ims/.receivers.RcsAutoStartReceiver
06-24 09:36:17.912 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.motorola.ccc.notification/.gcm.GCMAdminReceiver
06-24 09:36:17.921 1627 3207 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.cloudscan.mc20.CloudScanReceiver
06-24 09:36:17.921 1627 1647 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to com.securityandprivacy.android.verizon.vms/com.mcafee.datareport.DataReportBroadcastReceiver
06-24 09:36:17.946 19328 19339 I zygote : Background concurrent copying GC freed 282782(16MB) AllocSpace objects, 13(260KB) LOS objects, 50% free, 18MB/37MB, paused 18.881ms total 953.231ms
06-24 09:36:17.953 9064 3653 V MVS_VZWAVSService: android.intent.action.PACKAGE_REPLACED
06-24 09:36:17.956 9064 3653 V MVS_VZWAVSService: PHONE permission0
06-24 09:36:17.960 19328 1980 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:36:17.966 1627 3185 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.example.name_generator flg=0x4000010 (has extras) } to hr.titaniumrecorder.android.free/com.calldorado.android.actionreceiver.ActionReceiver
06-24 09:36:17.996 24373 24373 I Finsky : [2] vwz.run(3): Begin wear auto install for package com.example.name_generator
06-24 09:36:17.996 24373 24373 I Finsky : [2] com.google.android.finsky.wear.WearSupportService.b(1): Stopping WearSupportService
06-24 09:36:18.001 24373 24373 I Finsky : [2] jfk.a(21): Releasing connection from task 8
06-24 09:36:18.001 24373 24373 I Finsky : [2] jfr.a(2): Deactivating task 8. Timeout: false
06-24 09:36:18.006 24373 24373 I Finsky : [2] com.google.android.finsky.foregroundcoordinator.impl.ForegroundCoordinatorService.onUnbind(1): Tearing down ForegroundCoordinatorService
06-24 09:36:18.016 19328 1980 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:36:18.038 1627 1627 I TelecomService: DefaultDialerCache: Refreshing default dialer for user 0: now com.android.dialer: DDC.oR@4so
06-24 09:36:18.055 1627 3657 D PackageController.doInBackground(): : Package com.example.name_generator, package state=0, action=android.intent.action.PACKAGE_REPLACED
06-24 09:36:18.057 1627 3657 D MotorolaPolicy: BrowserPolicy.isAllowed(): true
06-24 09:36:18.057 1627 3657 D MotorolaPolicy: TextMessagingPolicy.isAllowed(): true
06-24 09:36:18.058 1627 3657 D MotorolaPolicy: ConsumerEmailPolicy.isAllowed(): true
06-24 09:36:18.058 1627 3657 D PackageController.doInBackground(): : Package com.example.name_generator does NOT conflict with any policy.
06-24 09:36:18.068 1627 1627 I NotificationService: Cannot find enqueued record for key: 0|com.android.vending|2218200|null|10079
06-24 09:36:18.116 19328 21318 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=SEARCH_CORPORA
06-24 09:36:18.116 19328 27798 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=SEARCH_QUERIES
06-24 09:36:18.128 19328 3642 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:36:18.139 19328 3642 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
06-24 09:36:18.171 1627 1646 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2577, previously 2582
06-24 09:36:18.177 1627 15699 D ConnectivityService: Returning unblocked NetworkInfo to uid=10079
06-24 09:36:18.178 1627 1646 W ResourceType: ResTable_typeSpec entry count inconsistent: given 949, previously 968
06-24 09:36:18.183 24373 24373 I Finsky : [2] qah.b(7): Jobs in database: 1-1337 3-2592 3-2593 3-2594 12-1 26-1414141414
06-24 09:36:18.183 24373 24373 I Finsky : [2] pxo.a(113): ConstraintMapping: 1-1337, 12-1, -> L: 14429ms, D: 63631505ms, C: false, I: false, N: 1
06-24 09:36:18.184 24373 24373 I Finsky : [2] pxo.a(113): ConstraintMapping: 3-2592, -> L: 0ms, D: 76098277ms, C: true, I: false, N: 1
06-24 09:36:18.184 24373 24373 I Finsky : [2] pxo.a(113): ConstraintMapping: 3-2593, -> L: 0ms, D: 76098434ms, C: true, I: true, N: 1
06-24 09:36:18.184 24373 24373 I Finsky : [2] pxo.a(113): ConstraintMapping: 3-2594, -> L: 0ms, D: 76098450ms, C: true, I: false, N: 2
06-24 09:36:18.184 24373 24373 I Finsky : [2] pxo.a(113): ConstraintMapping: 26-1414141414, -> L: 30351153ms, D: 31251153ms, C: false, I: false, N: 0
06-24 09:36:18.185 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(42): Cancelling existing job with id: 9006
06-24 09:36:18.188 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(42): Cancelling existing job with id: 9000
06-24 09:36:18.190 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(42): Cancelling existing job with id: 9009
06-24 09:36:18.192 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(42): Cancelling existing job with id: 9003
06-24 09:36:18.196 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(42): Cancelling existing job with id: 9005
06-24 09:36:18.196 725 725 I SFPerfTracer: triggers: (rate: 2291:164085) (compose: 1:182) (post: 2:556) (render: 2:704) (24:2916972 frames) (25:3222369)
06-24 09:36:18.196 725 725 D SFPerfTracer: layers: (6:12) (StatusBar#0 (0xadac5000): 1:416570) (com.android.systemui.ImageWallpaper#0 (0xada90000): 0:15721) (animation background stackId=1#0 (0xad7af000): 1:2109)* (Sprite#0 (0xadabc000): 0:15)* (DimLayerController/Stack=0#0 (0xad7c3000): 0:7555)* (animation background stackId=0#0 (0xad7df000): 0:2)* (#0 (0xada8b000): 0:15353) (DockedStackDivider#0 (0xada9c000): 0:145)* (AssistPreviewPanel#0 (0xad23c000): 0:84)* (NavigationBar#0 (0xad7f0000): 6:182) (com.motorola.launcher3/com.android.launcher3.CustomizationPanelLauncher#0 (0xad7d6000): 0:115) (Splash Screen com.example.name_generator#0 (0xad7f5000): 21:23)
06-24 09:36:18.199 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(4): Scheduling job Id: 9001, L: 14429, D: 63631505, C: false, I: false, N: 1
06-24 09:36:18.203 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(4): Scheduling job Id: 9002, L: 0, D: 76098277, C: true, I: false, N: 1
06-24 09:36:18.204 1627 1646 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1095, previously 1115
06-24 09:36:18.204 1627 1646 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1145, previously 1144
06-24 09:36:18.204 1627 1646 W ResourceType: ResTable_typeSpec entry count inconsistent: given 220, previously 1405
06-24 09:36:18.204 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(4): Scheduling job Id: 9004, L: 0, D: 76098434, C: true, I: true, N: 1
06-24 09:36:18.206 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(4): Scheduling job Id: 9007, L: 0, D: 76098450, C: true, I: false, N: 2
06-24 09:36:18.207 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(4): Scheduling job Id: 9008, L: 30351153, D: 31251153, C: false, I: false, N: 0
06-24 09:36:18.214 1627 1646 W SearchableInfo: Invalid searchable metadata for com.paypal.android.p2pmobile/com.paypal.android.foundation.presentation.activity.DeveloperConfigRcsFlagsActivity: Search label must be a resource reference.
06-24 09:36:18.219 2763 20977 W awhr : Empty context buffer. Thus might mean that the context is not synced down.
06-24 09:36:18.219 2763 20977 W awcf : Empty context model while retrieving upload opt-in status!
06-24 09:36:18.264 3603 3636 I ResourceExtractor: Extracted baseline resource assets/flutter_assets/kernel_blob.bin
06-24 09:36:18.265 3603 3636 I ResourceExtractor: Extracted baseline resource assets/flutter_assets/vm_snapshot_data
06-24 09:36:18.279 1627 1646 W SearchableInfo: Invalid searchable metadata for com.paypal.android.p2pmobile/com.paypal.android.foundation.presentation.activity.DeveloperConfigRcsFlagsActivity: Search label must be a resource reference.
06-24 09:36:18.297 1627 2161 D BatteryService: uevent={POWER_SUPPLY_VOLTAGE_NOW=3975806, POWER_SUPPLY_CHARGE_RATE=Normal, POWER_SUPPLY_HEALTH=Good, POWER_SUPPLY_CURRENT_NOW=73699, POWER_SUPPLY_PRESENT=1, SUBSYSTEM=power_supply, POWER_SUPPLY_TEMP=290, SEQNUM=350488, ACTION=change, POWER_SUPPLY_NAME=battery, POWER_SUPPLY_STATUS=Charging, POWER_SUPPLY_CHARGE_COUNTER=1983486, POWER_SUPPLY_CAPACITY=66, DEVPATH=/devices/soc/qpnp-smbcharger-17/power_supply/battery}
06-24 09:36:18.301 1627 1646 I ActivityManager: Start proc 3660:com.android.printspooler/u0a152 for service com.android.printspooler/.model.PrintSpoolerService
06-24 09:36:18.313 1627 1627 V BackupManagerService: Scheduling immediate backup pass
06-24 09:36:18.315 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService.onStartJob(3): onJobSchedulerWakeup with jobId 9002
06-24 09:36:18.316 1627 1627 V BackupManagerService: Running a backup pass
06-24 09:36:18.316 1627 2886 V BackupManagerService: clearing pending backups
06-24 09:36:18.318 24373 24373 I Finsky : [2] pyj.a(22): Scheduling fallback job with id: 9034, and delay: 43200000 ms
06-24 09:36:18.323 24373 24373 I Finsky : [2] pyj.a(5): Scheduling fallback in 64799997 (absolute: 1228018864)
06-24 09:36:18.326 1627 2886 D PFTBT : backupmanager pftbt token=1d1f80b1
06-24 09:36:18.326 1627 2886 V PerformBackupTask: Beginning backup of 9 targets
06-24 09:36:18.332 701 701 E WifiHAL : wifi_get_logger_supported_feature_set: Error -3 happened.
06-24 09:36:18.338 1627 1650 E BatteryStatsService: no controller energy info supplied
06-24 09:36:18.346 3603 3636 I ResourceExtractor: Extracted baseline resource assets/flutter_assets/isolate_snapshot_data
06-24 09:36:18.351 1627 2886 D PerformBackupTask: invokeAgentForBackup on @pm@
06-24 09:36:18.375 24373 24373 I Finsky : [2] pyt.handleMessage(10): DeviceState: DeviceState{currentTime=1561383378369, isCharging=true, isIdle=false, netAny=true, netNotRoaming=true, netUnmetered=false}
06-24 09:36:18.377 24373 3624 I Finsky : [29939] qah.b(7): Jobs in database: 1-1337 3-2592 3-2593 3-2594 12-1 26-1414141414
06-24 09:36:18.389 3603 3603 I Adreno : QUALCOMM build : 368094a, I26dffed9a4
06-24 09:36:18.389 3603 3603 I Adreno : Build Date : 12/03/17
06-24 09:36:18.389 3603 3603 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01
06-24 09:36:18.389 3603 3603 I Adreno : Local Branch :
06-24 09:36:18.389 3603 3603 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.9.r3-rel
06-24 09:36:18.389 3603 3603 I Adreno : Remote Branch : NONE
06-24 09:36:18.389 3603 3603 I Adreno : Reconstruct Branch : NOTHING
06-24 09:36:18.395 24373 24373 I Finsky : [2] pym.a(22): Running job: 3-2592
06-24 09:36:18.399 3603 3603 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8953.so from the current namespace instead.
06-24 09:36:18.408 24373 24373 I Finsky : [2] pyt.handleMessage(84): RunningQueue size: 1, PendingQueue size: 0
06-24 09:36:18.408 24373 24373 I Finsky : [2] pyt.handleMessage(93): Running queue: 3-2592
06-24 09:36:18.409 24373 24373 I Finsky : [2] kux.a(6): Connection has changed false
06-24 09:36:18.409 24373 24373 I Finsky : [2] com.google.android.finsky.installqueue.impl.InstallQueuePhoneskyJob.b(9): Start job 2592
06-24 09:36:18.409 24373 24373 I Finsky : [2] kux.a(6): Connection has changed false
06-24 09:36:18.409 24373 24373 I Finsky : [2] pym.c(3): Job 3-2592 finished
06-24 09:36:18.410 24373 24373 I Finsky : [2] pyt.handleMessage(84): RunningQueue size: 0, PendingQueue size: 0
06-24 09:36:18.410 24373 24373 I Finsky : [2] pyt.handleMessage(27): Executor finished
06-24 09:36:18.431 2763 2763 I GCoreUlr: Starting service, intent=Intent { act=com.google.android.location.reporting.ACTION_UPDATE_ACTIVE_STATE cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) }, extras=Bundle[{source=PowerModeReceiver}]
06-24 09:36:18.435 3603 3603 I Adreno : PFP: 0x005ff087, ME: 0x005ff063
06-24 09:36:18.463 24373 24510 I Finsky : [29930] ksi.b(38): 1 scheduled requests found
06-24 09:36:18.619 3603 3682 I flutter : Observatory listening on http://127.0.0.1:37252/tUtF3z0U_O0=/
06-24 09:36:18.666 2599 2681 D CustomNetworkPolicyListener: onUidRulesChanged: uid = 10468, uidRules = 0
06-24 09:36:18.753 24373 24373 I Finsky : [2] kul.a(2): Requesting install request=package_name=jp.ne.hardyinfinity.bluelightfilter.free, version=2053001090, priority=3, reason=auto_update, account_name=[GqkEfXpHHMo5fgl88TN2e9em9rQ], type=0, constraints=((REQ_CHARGING, REQ_GEARHEAD_PROJECTION_OFF, NETWORK=ANY, PROVISIONING_STATE=PROVISIONED),)
06-24 09:36:18.761 24373 24373 I Finsky : [2] khj.a(149): Request install of jp.ne.hardyinfinity.bluelightfilter.free v=2053001090 pri=3 mods=[] for auto_update
06-24 09:36:18.808 24373 24373 I Finsky : [2] khj.a(196): Installer: kick starting installation. package=
06-24 09:36:18.809 24373 24373 I Finsky : [2] khj.a(267): Installer: found apps to install. apps=[jp.ne.hardyinfinity.bluelightfilter.free]
06-24 09:36:18.847 24373 24373 I Finsky : [2] khj.a(334): Installer - skip jp.ne.hardyinfinity.bluelightfilter.free, the app is in foreground
06-24 09:36:18.850 24373 24373 I Finsky : [2] khj.a(267): Installer: found apps to install. apps=[]
06-24 09:36:19.019 19328 15102 I Icing : Indexing com.google.android.gms-apps from com.google.android.gms
06-24 09:36:19.322 2763 2763 D QueuedWork: waited: [<1: 0, <2: 5960, <4: 2249, <8: 1619, <16: 1283, <32: 664, <64: 489, <128: 301, <256: 150, <512: 71, <1024: 31, <2048: 11, <4096: 5, <8192: 4, <16384: 2, >=16384: 8]
06-24 09:36:19.348 19328 15102 I Icing : Indexing done com.google.android.gms-apps
06-24 09:36:19.350 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms
06-24 09:36:19.390 2763 2843 I GCoreUlr: DispatchingService.updateActiveState+PowerModeReceiver: Ensuring that reporting is active for [account#0#, account#1#, account#-6#, account#-10#]
06-24 09:36:19.391 2763 3245 I GCoreUlr: Successfully accounts update
06-24 09:36:19.393 1627 2886 V KeyValueBackupJob: Scheduling k/v pass in 241 minutes
06-24 09:36:19.394 1627 2886 I BackupRestoreController: Getting widget state for user: 0
06-24 09:36:19.396 24373 24373 I Finsky : [2] qah.b(7): Jobs in database: 1-1337 3-2593 3-2594 12-1 26-1414141414
06-24 09:36:19.397 24373 24373 I Finsky : [2] pxo.a(113): ConstraintMapping: 1-1337, 12-1, -> L: 13215ms, D: 63630292ms, C: false, I: false, N: 1
06-24 09:36:19.397 24373 24373 I Finsky : [2] pxo.a(113): ConstraintMapping: 3-2593, -> L: 0ms, D: 76097220ms, C: true, I: true, N: 1
06-24 09:36:19.398 24373 24373 I Finsky : [2] pxo.a(113): ConstraintMapping: 3-2594, -> L: 0ms, D: 76097236ms, C: true, I: false, N: 2
06-24 09:36:19.398 2763 2843 I GCoreUlr: GMS FLP location updates requested: {"description":"stationary","newRequest":true,"samplePeriodMs":2160000,"sampleReason":"stationary","sampleSource":"internal","timestampMs":1561383378438}
06-24 09:36:19.398 24373 24373 I Finsky : [2] pxo.a(113): ConstraintMapping: 26-1414141414, -> L: 30349939ms, D: 31249939ms, C: false, I: false, N: 0
06-24 09:36:19.399 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(42): Cancelling existing job with id: 9001
06-24 09:36:19.403 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(42): Cancelling existing job with id: 9007
06-24 09:36:19.407 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(42): Cancelling existing job with id: 9004
06-24 09:36:19.410 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(42): Cancelling existing job with id: 9008
06-24 09:36:19.410 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:ContextualEvent from com.google.android.gms
06-24 09:36:19.412 2763 2843 I GCoreUlr: Step counts collector feature is not enabled!
06-24 09:36:19.416 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(14): Throttling wakeup for job 9000 (expected to run in 13215 ms) due to recent wakeup
06-24 09:36:19.416 24373 24510 I Finsky : [29930] ksi.b(32): Finishing job 2592
06-24 09:36:19.416 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(4): Scheduling job Id: 9000, L: 30000, D: 63630292, C: false, I: false, N: 1
06-24 09:36:19.416 24373 24510 I Finsky : [29930] qaa.a(9): jobFinished: 3-2592. TimeElapsed: 1021ms
06-24 09:36:19.418 24373 24510 I Finsky : [29930] ksi.b(35): No matching installs to run
06-24 09:36:19.420 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(14): Throttling wakeup for job 9003 (expected to run in 0 ms) due to recent wakeup
06-24 09:36:19.421 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:MusicGroup from com.google.android.gms
06-24 09:36:19.421 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(4): Scheduling job Id: 9003, L: 30000, D: 76097220, C: true, I: true, N: 1
06-24 09:36:19.422 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(14): Throttling wakeup for job 9005 (expected to run in 0 ms) due to recent wakeup
06-24 09:36:19.423 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(4): Scheduling job Id: 9005, L: 30000, D: 76097236, C: true, I: false, N: 2
06-24 09:36:19.425 24373 24373 I Finsky : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(4): Scheduling job Id: 9006, L: 30349939, D: 31249939, C: false, I: false, N: 0
06-24 09:36:19.431 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:DigitalDocument from com.google.android.gms
06-24 09:36:19.441 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:MusicAlbum from com.google.android.gms
06-24 09:36:19.451 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:Message from com.google.android.gms
06-24 09:36:19.453 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 526, previously 525
06-24 09:36:19.453 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 360, previously 1385
06-24 09:36:19.453 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 215, previously 1153
06-24 09:36:19.456 2763 2843 I GCoreUlr: Successfully inserted 1 locations
06-24 09:36:19.456 2763 3022 I Backup : [GmsBackupTransport] Performing unencrypted kv backup: @pm@
06-24 09:36:19.456 2763 3022 I Backup : [GmsBackupTransport] Starting new backup session
06-24 09:36:19.456 2763 3022 I Backup : [GmsBackupTransport] performBackup done for @pm@
06-24 09:36:19.461 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:Event from com.google.android.gms
06-24 09:36:19.470 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:Photograph from com.google.android.gms
06-24 09:36:19.480 19328 15102 I Icing : Indexing com.google.android.gms-internal.3p:MusicRecording from com.google.android.gms
06-24 09:36:19.491 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:MobileApplication
06-24 09:36:19.493 2763 2763 W ChimeraUtils: Non Chimera context
06-24 09:36:19.493 2763 2763 W ChimeraUtils: Non Chimera context
06-24 09:36:19.495 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:ContextualEvent
06-24 09:36:19.500 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:MusicGroup
06-24 09:36:19.504 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:DigitalDocument
06-24 09:36:19.509 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:MusicAlbum
06-24 09:36:19.513 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:Message
06-24 09:36:19.518 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:Event
06-24 09:36:19.522 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:Photograph
06-24 09:36:19.524 19328 15102 I Icing : Indexing done com.google.android.gms-internal.3p:MusicRecording
06-24 09:36:19.580 2763 2774 I zygote : Background concurrent copying GC freed 332004(16MB) AllocSpace objects, 21(420KB) LOS objects, 50% free, 21MB/42MB, paused 457us total 250.494ms
06-24 09:36:19.632 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 383, previously 1557
06-24 09:36:19.633 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2055, previously 2062
06-24 09:36:19.633 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 194, previously 1209
06-24 09:36:19.653 2763 7052 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:19.670 2763 7052 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:19.670 2763 7052 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:19.699 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 1310, previously 1354
06-24 09:36:19.721 3603 3694 D OpenGLRenderer: HWUI GL Pipeline
06-24 09:36:19.758 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2577, previously 2582
06-24 09:36:19.759 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 949, previously 968
06-24 09:36:19.767 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 725, previously 795
06-24 09:36:19.767 3603 3694 I OpenGLRenderer: Initialized EGL, version 1.4
06-24 09:36:19.767 3603 3694 D OpenGLRenderer: Swap behavior 2
06-24 09:36:19.768 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 228, previously 231
06-24 09:36:19.768 3277 3410 W ResourceType: ResTable_typeSpec entry count inconsistent: given 330, previously 686
06-24 09:36:19.774 2763 7052 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:19.775 2763 7052 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:19.775 2763 7052 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:19.814 1055 1191 I ThermalEngine: Thermal-Server: Thermal received msg from override
06-24 09:36:19.814 710 3695 I Thermal-Lib: Thermal-Lib-Client: Client request sent
06-24 09:36:19.896 2763 7052 I Backup : [BackupHttpRequestUtil] Http Response Code: 200
06-24 09:36:19.994 2763 7052 I Backup : [GmsBackupTransport] Backup finished for @pm@
06-24 09:36:19.996 3603 3694 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8953.so from the current namespace instead.
06-24 09:36:19.999 1627 2886 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.apps.maps}
06-24 09:36:20.036 1627 2886 I ActivityManager: Start proc 3701:com.google.android.apps.maps/u0a143 for backup com.google.android.apps.maps/com.google.android.apps.gmm.backup.GmmPersistentBackupAgentHelper
06-24 09:36:20.036 1627 2886 D BackupManagerService: awaiting agent for ApplicationInfo{85b4e5d com.google.android.apps.maps}
06-24 09:36:20.060 1627 1654 I LaunchCheckinHandler: Displayed com.example.name_generator/.MainActivity,cp,ca,3210
06-24 09:36:20.067 1627 1654 I ActivityManager: Displayed com.example.name_generator/.MainActivity: +3s199ms
06-24 09:36:20.166 3701 3701 W ResourceType: ResTable_typeSpec entry count inconsistent: given 15, previously 22
06-24 09:36:20.298 1627 1636 I zygote : Background concurrent copying GC freed 117987(7MB) AllocSpace objects, 29(1788KB) LOS objects, 37% free, 39MB/63MB, paused 1.610ms total 322.490ms
06-24 09:36:20.357 3701 3731 I Adreno : QUALCOMM build : 368094a, I26dffed9a4
06-24 09:36:20.357 3701 3731 I Adreno : Build Date : 12/03/17
06-24 09:36:20.357 3701 3731 I Adreno : OpenGL ES Shader Compiler Version: EV031.22.00.01
06-24 09:36:20.357 3701 3731 I Adreno : Local Branch :
06-24 09:36:20.357 3701 3731 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.9.r3-rel
06-24 09:36:20.357 3701 3731 I Adreno : Remote Branch : NONE
06-24 09:36:20.357 3701 3731 I Adreno : Reconstruct Branch : NOTHING
06-24 09:36:20.359 3701 3731 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8953.so from the current namespace instead.
06-24 09:36:20.386 3701 3731 I Adreno : PFP: 0x005ff087, ME: 0x005ff063
06-24 09:36:20.411 1627 2389 D BackupManagerService: agentConnected pkg=com.google.android.apps.maps agent=android.os.BinderProxy@10e4823
06-24 09:36:20.411 1627 2886 I BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@b219120
06-24 09:36:20.411 1627 2886 D PerformBackupTask: invokeAgentForBackup on com.google.android.apps.maps
06-24 09:36:20.432 3701 3713 D BackupHelperDispatcher: handling existing helper 'persistent_backup_agent_helper_prefs' android.app.backup.SharedPreferencesBackupHelper@f8ff80a
06-24 09:36:20.441 1627 2886 I BackupRestoreController: Getting widget state for user: 0
06-24 09:36:20.447 2763 7047 I Backup : [GmsBackupTransport] Performing unencrypted kv backup: com.google.android.apps.maps
06-24 09:36:20.447 2763 7047 I Backup : [GmsBackupTransport] Starting new backup session
06-24 09:36:20.448 2763 7047 I Backup : [GmsBackupTransport] performBackup done for com.google.android.apps.maps
06-24 09:36:20.451 1627 2886 I ActivityManager: Killing 1984:com.vzw.hss.myverizon/u0a9 (adj 906): empty #22
06-24 09:36:20.512 2763 7047 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:20.512 2763 7047 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:20.512 2763 7047 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:20.550 2763 7047 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:20.550 2763 7047 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:20.550 2763 7047 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:20.702 2763 7047 I Backup : [BackupHttpRequestUtil] Http Response Code: 200
06-24 09:36:20.782 2763 7047 I Backup : [GmsBackupTransport] Backup finished for com.google.android.apps.maps
06-24 09:36:20.785 1627 2886 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.apps.translate}
06-24 09:36:20.790 1627 2886 D BackupManagerService: awaiting agent for ApplicationInfo{f98b1ad com.google.android.apps.translate}
06-24 09:36:20.855 1627 3184 D BackupManagerService: agentConnected pkg=com.google.android.apps.translate agent=android.os.BinderProxy@e5c9426
06-24 09:36:20.855 1627 2886 I BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@df2d867
06-24 09:36:20.855 1627 2886 D PerformBackupTask: invokeAgentForBackup on com.google.android.apps.translate
06-24 09:36:20.878 2381 2397 D BackupHelperDispatcher: handling existing helper 'persistent_backup_agent_helper_prefs' android.app.backup.SharedPreferencesBackupHelper@e8ddb3a
06-24 09:36:20.887 1627 2886 D backup_data: SKIP_PADDING FAILED at line 327
06-24 09:36:20.887 1627 2886 I BackupRestoreController: Getting widget state for user: 0
06-24 09:36:20.894 2763 7047 I Backup : [GmsBackupTransport] Performing unencrypted kv backup: com.google.android.apps.translate
06-24 09:36:20.894 2763 7047 I Backup : [GmsBackupTransport] Starting new backup session
06-24 09:36:20.894 2763 7047 I Backup : [GmsBackupTransport] performBackup done for com.google.android.apps.translate
06-24 09:36:20.966 2763 7052 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:20.966 2763 7052 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:20.966 2763 7052 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:20.999 2763 7052 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:20.999 2763 7052 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:20.999 2763 7052 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:21.005 1627 1647 E NotificationService: Suppressing notification from package by user request.
06-24 09:36:21.129 2763 3022 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_IDS Ids=[atn_geofence_request_id], packageName=com.google.android.apps.maps]
06-24 09:36:21.130 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198763s,latest=-31191563s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277963s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:21.131 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195857s,latest=-31191537s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277937s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:21.131 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195856s,latest=-31191536s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277936s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:21.131 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191563s,latest=-31105163s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277963s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:21.132 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119563s,latest=-31105163s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277963s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:21.173 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="ping_stats" trigger=window{period=86400s,flex=7200s,earliest=-31198763s,latest=-31191563s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277963s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:21.173 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_what_to_watch_browse_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195857s,latest=-31191537s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277937s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:21.173 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="offline_settings_fetch" trigger=window{period=86400s,flex=1800s,earliest=-31195856s,latest=-31191536s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277936s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:21.173 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch_charging" trigger=window{period=172800s,flex=86400s,earliest=-31191563s,latest=-31105163s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-31277963s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:21.173 2763 4150 E ExecutionCriteria: Package unavailable for task: com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator{u=0 tag="innertube_config_fetch" trigger=window{period=172800s,flex=14400s,earliest=-31119563s,latest=-31105163s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-31277963s last_run=N/A jid=N/A status=PENDING retries=0 client_lib=MANCHEGO_GCM-0}
06-24 09:36:21.218 2763 7052 I Backup : [BackupHttpRequestUtil] Http Response Code: 200
06-24 09:36:21.308 2763 7052 I Backup : [GmsBackupTransport] Backup finished for com.google.android.apps.translate
06-24 09:36:21.310 1627 2886 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=android}
06-24 09:36:21.312 1627 2886 D BackupManagerService: awaiting agent for ApplicationInfo{24ffd4a android}
06-24 09:36:21.314 1627 1627 D BackupManagerService: agentConnected pkg=android agent=android.app.backup.BackupAgent$BackupServiceBinder@6d7ce74
06-24 09:36:21.314 1627 2886 I BackupManagerService: got agent android.app.backup.BackupAgent$BackupServiceBinder@6d7ce74
06-24 09:36:21.314 1627 2886 D PerformBackupTask: invokeAgentForBackup on android
06-24 09:36:21.321 1627 2886 D BackupHelperDispatcher: handling existing helper 'account_manager' com.android.server.backup.AccountManagerBackupHelper@c826f9d
06-24 09:36:21.355 1627 2886 D BackupHelperDispatcher: handling existing helper 'account_sync_settings' com.android.server.backup.AccountSyncSettingsBackupHelper@1f98c12
06-24 09:36:21.366 1627 2886 I AccountSyncSettingsBackupHelper: Backup state version is: 536870912 (support only up to version 1)
06-24 09:36:21.367 1627 2886 I AccountSyncSettingsBackupHelper: Backup successful.
06-24 09:36:21.367 1627 2886 W BackupHelperDispatcher_native: Skipping unknown header version: 0x0000001f, 24144968 bytes
06-24 09:36:21.367 1627 2886 D BackupHelperDispatcher: handling new helper 'notifications'
06-24 09:36:21.386 1627 2886 D BackupHelperDispatcher: handling new helper 'permissions'
06-24 09:36:21.393 1627 2886 D BackupHelperDispatcher: handling new helper 'preferred_activities'
06-24 09:36:21.399 1627 2886 D BackupHelperDispatcher: handling new helper 'shortcut_manager'
06-24 09:36:21.487 1627 2886 D BackupHelperDispatcher: handling new helper 'usage_stats'
06-24 09:36:22.744 1627 1636 I zygote : Background concurrent copying GC freed 292332(14MB) AllocSpace objects, 388(8MB) LOS objects, 27% free, 62MB/86MB, paused 859us total 316.802ms
06-24 09:36:22.814 1627 2886 I BackupRestoreController: Getting widget state for user: 0
06-24 09:36:22.818 2763 2958 I Backup : [GmsBackupTransport] Performing unencrypted kv backup: android
06-24 09:36:22.818 2763 2958 I Backup : [GmsBackupTransport] Starting new backup session
06-24 09:36:22.819 2763 2958 I Backup : [GmsBackupTransport] performBackup done for android
06-24 09:36:22.893 2763 3594 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:22.893 2763 3594 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:22.893 2763 3594 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:22.931 2763 3594 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:22.931 2763 3594 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:22.931 2763 3594 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:23.258 2763 3594 I Backup : [BackupHttpRequestUtil] Http Response Code: 200
06-24 09:36:23.351 2763 3594 I Backup : [GmsBackupTransport] Backup finished for android
06-24 09:36:23.353 1627 2886 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.android.providers.settings}
06-24 09:36:23.353 1627 2886 D BackupManagerService: awaiting agent for ApplicationInfo{6aa2b48 com.android.providers.settings}
06-24 09:36:23.376 1627 1627 D BackupManagerService: agentConnected pkg=com.android.providers.settings agent=android.app.backup.BackupAgent$BackupServiceBinder@c49f436
06-24 09:36:23.376 1627 2886 I BackupManagerService: got agent android.app.backup.BackupAgent$BackupServiceBinder@c49f436
06-24 09:36:23.376 1627 2886 D PerformBackupTask: invokeAgentForBackup on com.android.providers.settings
06-24 09:36:23.382 1627 2886 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY
06-24 09:36:23.382 1627 2886 W Binder : java.lang.Throwable
06-24 09:36:23.382 1627 2886 W Binder : at android.os.BinderProxy.transact(Binder.java:736)
06-24 09:36:23.382 1627 2886 W Binder : at android.content.ContentProviderProxy.canonicalize(ContentProviderNative.java:740)
06-24 09:36:23.382 1627 2886 W Binder : at android.content.ContentResolver.canonicalize(ContentResolver.java:853)
06-24 09:36:23.382 1627 2886 W Binder : at com.android.providers.settings.SettingsHelper.getCanonicalRingtoneValue(SettingsHelper.java:229)
06-24 09:36:23.382 1627 2886 W Binder : at com.android.providers.settings.SettingsHelper.onBackupValue(SettingsHelper.java:195)
06-24 09:36:23.382 1627 2886 W Binder : at com.android.providers.settings.SettingsBackupAgent.extractRelevantValues(SettingsBackupAgent.java:721)
06-24 09:36:23.382 1627 2886 W Binder : at com.android.providers.settings.SettingsBackupAgent.getSystemSettings(SettingsBackupAgent.java:507)
06-24 09:36:23.382 1627 2886 W Binder : at com.android.providers.settings.SettingsBackupAgent.onBackup(SettingsBackupAgent.java:158)
06-24 09:36:23.382 1627 2886 W Binder : at android.app.backup.BackupAgent$BackupServiceBinder.doBackup(BackupAgent.java:908)
06-24 09:36:23.382 1627 2886 W Binder : at com.android.server.backup.BackupManagerService$PerformBackupTask.invokeAgentForBackup(BackupManagerService.java:3239)
06-24 09:36:23.382 1627 2886 W Binder : at com.android.server.backup.BackupManagerService$PerformBackupTask.invokeNextAgent(BackupManagerService.java:3019)
06-24 09:36:23.382 1627 2886 W Binder : at com.android.server.backup.BackupManagerService$PerformBackupTask.execute(BackupManagerService.java:2804)
06-24 09:36:23.382 1627 2886 W Binder : at com.android.server.backup.BackupManagerService$BackupHandler.handleMessage(BackupManagerService.java:926)
06-24 09:36:23.382 1627 2886 W Binder : at android.os.Handler.dispatchMessage(Handler.java:105)
06-24 09:36:23.382 1627 2886 W Binder : at android.os.Looper.loop(Looper.java:164)
06-24 09:36:23.382 1627 2886 W Binder : at android.os.HandlerThread.run(HandlerThread.java:65)
06-24 09:36:23.442 1627 2886 D WifiService: Retrieving backup data
06-24 09:36:23.444 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "ATPITT_2013"NONE
06-24 09:36:23.444 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "BusWiFi_0843_204001857"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "Badoo Free WiFi"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "Badoo Free Wi-Fi"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "BusWiFi_6395_920583"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "BusWiFi_86137_204005299"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "BusWiFi_0821_204001901"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "BPLUNWIRED"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "cdo"WPA_PSK
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "midatlanticbb"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "AT_PITT2013"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "ES_4392"WPA_PSK
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "WCC-AccessPoint4"WPA_PSK
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "WCC-AccessPoint2"WPA_PSK
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "FiOS-IMZWA"WPA_PSK
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "EnterAndDie"WPA_PSK
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "BusWiFi_86228_924620"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "C3DA60"WPA_PSK
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "Megabus"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "NORTHWELL-GUEST"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "QuickMagnolia"WPA_PSK
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "TransitWirelessWiFi"NONE
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "EA4236"WPA_PSK
06-24 09:36:23.455 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "GP132"WEP
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "Ringler"WPA_PSK
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "GreyhoundTerminal FreeWIFI"NONE
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "chocolatte free wifi"NONE
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "midatlanticbb13.128"NONE
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "BGLI_86661_204001887"NONE
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "ATPITT_2013"WPA_PSK
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "BusWiFi_86282_925616"NONE
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "Badooo Free WiFi"NONE
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "GQHH8"WPA_PSK
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "Chabad.org WIFI"WPA_PSK
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "Chocolate free WiFi.."NONE
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "midatlanticbb13.126"NONE
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "WiFiPittsburgh"NONE
06-24 09:36:23.456 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "Belkin 2.4"WPA_PSK
06-24 09:36:23.457 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "BusWiFi_86238_924658 "NONE
06-24 09:36:23.457 1627 2886 D WifiBackupRestore: Ignoring network from an app with no config override permission: "BusWiFi_6960_921029"NONE
06-24 09:36:23.458 1627 2886 D WifiService: Retrieved backup data
06-24 09:36:23.459 1627 2886 I BackupRestoreController: Getting widget state for user: 0
06-24 09:36:23.466 2763 3594 I Backup : [GmsBackupTransport] Performing unencrypted kv backup: com.android.providers.settings
06-24 09:36:23.466 2763 3594 I Backup : [GmsBackupTransport] Starting new backup session
06-24 09:36:23.466 2763 3594 I Backup : [GmsBackupTransport] performBackup done for com.android.providers.settings
06-24 09:36:23.523 2763 3013 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:23.523 2763 3013 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:23.523 2763 3013 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:23.562 2763 3013 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:23.562 2763 3013 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:23.562 2763 3013 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:23.696 2763 3013 I Backup : [BackupHttpRequestUtil] Http Response Code: 200
06-24 09:36:23.781 2763 3013 I Backup : [GmsBackupTransport] Backup finished for com.android.providers.settings
06-24 09:36:23.782 1627 2886 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.apps.walletnfcrel}
06-24 09:36:23.785 1627 2886 D BackupManagerService: awaiting agent for ApplicationInfo{93b5c5d com.google.android.apps.walletnfcrel}
06-24 09:36:23.897 1627 3207 D BackupManagerService: agentConnected pkg=com.google.android.apps.walletnfcrel agent=android.os.BinderProxy@2f38e4b
06-24 09:36:23.898 1627 2886 I BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@10a028
06-24 09:36:23.898 1627 2886 D PerformBackupTask: invokeAgentForBackup on com.google.android.apps.walletnfcrel
06-24 09:36:23.928 2844 3157 D BackupHelperDispatcher: handling existing helper 'persistent_backup_agent_helper_prefs' android.app.backup.SharedPreferencesBackupHelper@e2029ee
06-24 09:36:23.932 1627 2886 I BackupRestoreController: Getting widget state for user: 0
06-24 09:36:23.938 2763 3013 I Backup : [GmsBackupTransport] Performing unencrypted kv backup: com.google.android.apps.walletnfcrel
06-24 09:36:23.938 2763 3013 I Backup : [GmsBackupTransport] Starting new backup session
06-24 09:36:23.938 2763 3013 I Backup : [GmsBackupTransport] performBackup done for com.google.android.apps.walletnfcrel
06-24 09:36:24.005 2763 3594 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:24.005 2763 3594 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:24.005 2763 3594 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:24.040 2763 3594 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:24.041 2763 3594 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:24.041 2763 3594 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:24.239 2763 3594 I Backup : [BackupHttpRequestUtil] Http Response Code: 200
06-24 09:36:24.320 2763 3594 I Backup : [GmsBackupTransport] Backup finished for com.google.android.apps.walletnfcrel
06-24 09:36:24.321 1627 2886 D PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.apps.wallpaper}
06-24 09:36:24.353 1627 2886 I ActivityManager: Start proc 3774:com.google.android.apps.wallpaper/u0a136 for backup com.google.android.apps.wallpaper/.backup.WallpapersBackupAgentHelper
06-24 09:36:24.353 1627 2886 D BackupManagerService: awaiting agent for ApplicationInfo{7664c45 com.google.android.apps.wallpaper}
06-24 09:36:24.509 1627 9232 D BackupManagerService: agentConnected pkg=com.google.android.apps.wallpaper agent=android.os.BinderProxy@63806ca
06-24 09:36:24.510 1627 2886 I BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@228a03b
06-24 09:36:24.510 1627 2886 D PerformBackupTask: invokeAgentForBackup on com.google.android.apps.wallpaper
06-24 09:36:24.536 3774 3786 D BackupHelperDispatcher: handling existing helper 'persistent_backup_agent_helper_prefs' android.app.backup.SharedPreferencesBackupHelper@8e3ed9a
06-24 09:36:24.548 1627 2886 I BackupRestoreController: Getting widget state for user: 0
06-24 09:36:24.560 2763 3594 I Backup : [GmsBackupTransport] Performing unencrypted kv backup: com.google.android.apps.wallpaper
06-24 09:36:24.560 2763 3594 I Backup : [GmsBackupTransport] Starting new backup session
06-24 09:36:24.560 2763 3594 I Backup : [GmsBackupTransport] performBackup done for com.google.android.apps.wallpaper
06-24 09:36:24.578 2763 2763 W ChimeraUtils: Non Chimera context
06-24 09:36:24.578 2763 2763 W ChimeraUtils: Non Chimera context
06-24 09:36:24.632 2763 2958 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
06-24 09:36:24.632 2763 2958 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
06-24 09:36:24.632 2763 2958 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040308-248795830):2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment