------ SYSTEM LOG (logcat -v threadtime -d *:v) ------ --------- beginning of crash 07-30 09:16:54.378 936 1016 E AndroidRuntime: FATAL EXCEPTION: AsyncHandler 07-30 09:16:54.378 936 1016 E AndroidRuntime: Process: com.android.deskclock, PID: 936 07-30 09:16:54.378 936 1016 E AndroidRuntime: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to 8 07-30 09:16:54.378 936 1016 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:360) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:254) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at com.android.deskclock.provider.ClockProvider.query(ClockProvider.java:143) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1020) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at android.content.ContentProvider$Transport.query(ContentProvider.java:239) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:532) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:474) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at com.android.deskclock.provider.AlarmInstance.getInstances(AlarmInstance.java:220) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at com.android.deskclock.alarms.AlarmStateManager.fixAlarmInstances(AlarmStateManager.java:801) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at com.android.deskclock.AlarmInitReceiver$1.run(AlarmInitReceiver.java:85) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154) 07-30 09:16:54.378 936 1016 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: FATAL EXCEPTION: AsyncHandler 07-30 09:17:12.758 1515 1568 E AndroidRuntime: Process: com.android.deskclock, PID: 1515 07-30 09:17:12.758 1515 1568 E AndroidRuntime: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to 8 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:360) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:254) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at com.android.deskclock.provider.ClockProvider.query(ClockProvider.java:143) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1020) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at android.content.ContentProvider$Transport.query(ContentProvider.java:239) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:532) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:474) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at com.android.deskclock.provider.AlarmInstance.getInstances(AlarmInstance.java:220) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at com.android.deskclock.alarms.AlarmStateManager.fixAlarmInstances(AlarmStateManager.java:801) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at com.android.deskclock.AlarmInitReceiver$1.run(AlarmInitReceiver.java:85) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154) 07-30 09:17:12.758 1515 1568 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: FATAL EXCEPTION: main 07-31 01:44:56.792 20247 20247 E AndroidRuntime: Process: com.google.android.apps.chromecast.app, PID: 20247 07-31 01:44:56.792 20247 20247 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {com.google.android.apps.chromecast.app/com.google.android.apps.chromecast.app.firstlaunch.FirstLaunchWizardActivity}: java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.List.size()' on a null object reference 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3448) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3488) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1542) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6208) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.List.size()' on a null object reference 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at gbx.M_(PG:80) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at gbx.a(PG:58) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at kpw.b(PG:152) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at kpw.b_(PG:131) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at of.onPostResume(PG:84) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at ach.onPostResume(PG:24) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at com.google.android.apps.chromecast.app.firstlaunch.FirstLaunchWizardActivity.onPostResume(PG:19) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at android.app.Activity.performResume(Activity.java:6812) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3425) 07-31 01:44:56.792 20247 20247 E AndroidRuntime: ... 8 more --------- beginning of system 07-31 03:57:23.014 432 1060 I chatty : uid=1000(system) Binder:432_7 expire 1 line 07-31 03:57:24.708 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 2 lines 07-31 03:57:37.398 432 2151 I chatty : uid=1000(system) Binder:432_C expire 1 line 07-31 03:58:04.833 432 446 I chatty : uid=1000(system) ActivityManager expire 4 lines 07-31 03:58:25.701 432 486 I chatty : uid=1000(system) NetworkStats expire 1 line 07-31 03:58:36.391 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 03:58:36.395 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 21 lines 07-31 03:58:37.114 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 1 line 07-31 03:58:43.705 432 446 I chatty : uid=1000(system) ActivityManager expire 4 lines 07-31 03:58:43.908 432 449 I chatty : uid=1000(system) batterystats-sy expire 4 lines 07-31 03:58:51.449 432 455 I chatty : uid=1000(system) PowerManagerSer expire 4 lines 07-31 03:58:51.744 432 20717 I chatty : uid=1000(system) Binder:432_19 expire 1 line 07-31 03:59:17.043 432 20722 I chatty : uid=1000(system) Binder:432_1E expire 24 lines 07-31 03:59:34.786 432 446 I chatty : uid=1000(system) ActivityManager expire 6 lines 07-31 03:59:36.086 432 1060 I chatty : uid=1000(system) Binder:432_7 expire 4 lines 07-31 03:59:36.287 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 03:59:36.963 432 2150 I chatty : uid=1000(system) Binder:432_B expire 1 line 07-31 03:59:38.669 432 443 I chatty : uid=1000(system) Binder:432_1 expire 29 lines 07-31 03:59:38.866 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 03:59:39.691 432 446 I chatty : uid=1000(system) ActivityManager expire 9 lines 07-31 04:00:34.065 432 20011 I chatty : uid=1000(system) Binder:432_E expire 23 lines 07-31 04:00:34.128 432 448 I chatty : uid=1000(system) ActivityManager expire 2 lines 07-31 04:00:39.771 432 20717 I chatty : uid=1000(system) Binder:432_19 expire 4 lines 07-31 04:00:40.459 432 1060 I chatty : uid=1000(system) Binder:432_7 expire 1 line 07-31 04:00:40.942 432 20719 I chatty : uid=1000(system) Binder:432_1B expire 5 lines 07-31 04:01:07.641 432 480 I chatty : uid=1000(system) InputDispatcher expire 2 lines 07-31 04:01:31.902 432 486 I chatty : uid=1000(system) NetworkStats expire 1 line 07-31 04:01:32.763 432 446 I chatty : uid=1000(system) ActivityManager expire 11 lines 07-31 04:01:45.332 432 2150 I chatty : uid=1000(system) Binder:432_B expire 23 lines 07-31 04:01:45.342 26304 26304 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@a1cd618 07-31 04:01:45.478 432 448 I chatty : uid=1000(system) ActivityManager expire 2 lines 07-31 04:01:46.393 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 1 line 07-31 04:01:46.571 432 453 I chatty : uid=1000(system) android.display expire 1 line 07-31 04:02:19.889 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:02:53.446 432 20717 I chatty : uid=1000(system) Binder:432_19 expire 22 lines 07-31 04:02:54.468 432 446 I chatty : uid=1000(system) ActivityManager expire 22 lines 07-31 04:03:05.461 432 480 I chatty : uid=1000(system) InputDispatcher expire 2 lines 07-31 04:03:09.947 432 1074 I chatty : uid=1000(system) Binder:432_8 expire 1 line 07-31 04:03:09.951 432 20399 I chatty : uid=1000(system) Binder:432_10 expire 7 lines 07-31 04:03:10.009 432 448 I chatty : uid=1000(system) ActivityManager expire 2 lines 07-31 04:03:10.284 432 432 I chatty : uid=1000 system_server expire 4 lines 07-31 04:03:10.285 432 444 I chatty : uid=1000(system) Binder:432_2 expire 1 line 07-31 04:03:10.737 432 489 I chatty : uid=1000(system) WifiService expire 2 lines 07-31 04:03:10.978 432 494 I chatty : uid=1000(system) ConnectivitySer expire 1 line 07-31 04:03:11.064 432 443 I chatty : uid=1000(system) Binder:432_1 expire 1 line 07-31 04:03:11.076 432 20607 I chatty : uid=1000(system) Binder:432_15 expire 1 line 07-31 04:03:11.088 432 1060 I chatty : uid=1000(system) Binder:432_7 expire 1 line 07-31 04:03:11.104 432 2150 I chatty : uid=1000(system) Binder:432_B expire 1 line 07-31 04:03:11.116 432 1090 I chatty : uid=1000(system) Binder:432_9 expire 1 line 07-31 04:03:11.534 432 447 I chatty : uid=1000(system) android.ui expire 3 lines 07-31 04:03:13.299 432 453 I chatty : uid=1000(system) android.display expire 8 lines 07-31 04:03:15.287 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:03:17.721 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 2 lines 07-31 04:03:18.205 29175 29175 V FingerprintManager: FingerprintManagerService was null 07-31 04:03:20.564 432 766 I chatty : uid=1000(system) Binder:432_4 expire 5 lines 07-31 04:03:26.258 432 445 I chatty : uid=1000(system) android.bg expire 1 line 07-31 04:03:53.728 432 481 I chatty : uid=1000(system) InputReader expire 3 lines 07-31 04:03:53.733 432 455 I chatty : uid=1000(system) PowerManagerSer expire 9 lines 07-31 04:03:57.114 432 20723 I chatty : uid=1000(system) Binder:432_1F expire 1 line 07-31 04:04:15.944 432 446 I chatty : uid=1000(system) ActivityManager expire 8 lines 07-31 04:04:16.086 432 20715 I chatty : uid=1000(system) Binder:432_17 expire 22 lines 07-31 04:04:16.086 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 04:04:17.337 432 453 I chatty : uid=1000(system) android.display expire 41 lines 07-31 04:04:17.964 432 481 I chatty : uid=1000(system) InputReader expire 1 line 07-31 04:04:17.965 432 455 I chatty : uid=1000(system) PowerManagerSer expire 3 lines 07-31 04:04:18.990 432 447 I chatty : uid=1000(system) android.ui expire 1 line 07-31 04:04:19.185 432 2151 I chatty : uid=1000(system) Binder:432_C expire 1 line 07-31 04:04:25.105 432 443 I chatty : uid=1000(system) Binder:432_1 expire 7 lines 07-31 04:04:25.646 432 453 I chatty : uid=1000(system) android.display expire 79 lines 07-31 04:04:25.906 432 2151 I chatty : uid=1000(system) Binder:432_C expire 7 lines 07-31 04:04:26.101 432 20403 I chatty : uid=1000(system) Binder:432_14 expire 7 lines 07-31 04:04:26.909 432 489 I chatty : uid=1000(system) WifiService expire 1 line 07-31 04:04:26.991 432 453 I chatty : uid=1000(system) android.display expire 343 lines 07-31 04:04:32.417 432 20402 I chatty : uid=1000(system) Binder:432_13 expire 7 lines 07-31 04:04:32.632 432 453 I chatty : uid=1000(system) android.display expire 71 lines 07-31 04:04:33.574 432 446 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:04:34.082 432 447 I chatty : uid=1000(system) android.ui expire 16 lines 07-31 04:04:34.736 432 446 I chatty : uid=1000(system) ActivityManager expire 12 lines 07-31 04:04:34.967 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:04:35.125 432 20607 I chatty : uid=1000(system) Binder:432_15 expire 1 line 07-31 04:04:35.126 432 20401 I chatty : uid=1000(system) Binder:432_12 expire 1 line 07-31 04:04:35.126 432 20719 I chatty : uid=1000(system) Binder:432_1B expire 1 line 07-31 04:04:35.130 432 20608 I chatty : uid=1000(system) Binder:432_16 expire 17 lines 07-31 04:04:35.473 432 494 I chatty : uid=1000(system) ConnectivitySer expire 3 lines 07-31 04:04:35.491 432 2151 I chatty : uid=1000(system) Binder:432_C expire 8 lines 07-31 04:04:35.583 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 8 lines 07-31 04:04:35.809 432 20721 I chatty : uid=1000(system) Binder:432_1D expire 1 line 07-31 04:04:35.869 432 1090 I chatty : uid=1000(system) Binder:432_9 expire 7 lines 07-31 04:04:35.992 432 453 I chatty : uid=1000(system) android.display expire 201 lines 07-31 04:04:37.125 432 449 I chatty : uid=1000(system) batterystats-sy expire 2 lines 07-31 04:04:37.516 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 2 lines 07-31 04:04:38.155 432 453 I chatty : uid=1000(system) android.display expire 70 lines 07-31 04:04:38.379 432 2150 I chatty : uid=1000(system) Binder:432_B expire 7 lines 07-31 04:04:38.794 432 446 I chatty : uid=1000(system) ActivityManager expire 2 lines 07-31 04:04:38.908 432 453 I chatty : uid=1000(system) android.display expire 155 lines 07-31 04:04:39.904 432 446 I chatty : uid=1000(system) ActivityManager expire 3 lines 07-31 04:04:40.181 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:04:40.393 432 20724 I chatty : uid=1000(system) Binder:432_20 expire 1 line 07-31 04:04:40.396 432 494 I chatty : uid=1000(system) ConnectivitySer expire 1 line 07-31 04:04:40.398 432 489 I chatty : uid=1000(system) WifiService expire 1 line 07-31 04:04:40.399 432 20607 I chatty : uid=1000(system) Binder:432_15 expire 1 line 07-31 04:04:40.401 432 20717 I chatty : uid=1000(system) Binder:432_19 expire 7 lines 07-31 04:04:40.637 432 432 I chatty : uid=1000 system_server expire 4 lines 07-31 04:04:40.761 432 453 I chatty : uid=1000(system) android.display expire 24 lines 07-31 04:04:40.843 432 20718 I chatty : uid=1000(system) Binder:432_1A expire 9 lines 07-31 04:04:41.088 432 20011 I chatty : uid=1000(system) Binder:432_E expire 2 lines 07-31 04:04:41.118 432 444 I chatty : uid=1000(system) Binder:432_2 expire 1 line 07-31 04:04:41.144 432 447 I chatty : uid=1000(system) android.ui expire 2 lines 07-31 04:04:41.193 432 443 I chatty : uid=1000(system) Binder:432_1 expire 2 lines 07-31 04:04:41.195 432 1074 I chatty : uid=1000(system) Binder:432_8 expire 2 lines 07-31 04:04:42.038 29365 29365 V FingerprintManager: FingerprintManagerService was null 07-31 04:04:42.655 432 481 I chatty : uid=1000(system) InputReader expire 2 lines 07-31 04:04:42.658 432 455 I chatty : uid=1000(system) PowerManagerSer expire 6 lines 07-31 04:04:45.638 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:04:46.296 432 446 I chatty : uid=1000(system) ActivityManager expire 3 lines 07-31 04:04:46.367 432 2151 I chatty : uid=1000(system) Binder:432_C expire 2 lines 07-31 04:04:46.379 432 20715 I chatty : uid=1000(system) Binder:432_17 expire 1 line 07-31 04:04:46.999 432 1090 I chatty : uid=1000(system) Binder:432_9 expire 1 line 07-31 04:04:50.412 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 1 line 07-31 04:04:52.675 432 825 I chatty : uid=1000(system) Binder:432_5 expire 7 lines 07-31 04:04:52.792 432 453 I chatty : uid=1000(system) android.display expire 59 lines 07-31 04:04:52.932 432 20607 I chatty : uid=1000(system) Binder:432_15 expire 7 lines 07-31 04:04:53.162 432 20715 I chatty : uid=1000(system) Binder:432_17 expire 7 lines 07-31 04:04:53.287 432 489 I chatty : uid=1000(system) WifiService expire 1 line 07-31 04:04:53.508 432 2151 I chatty : uid=1000(system) Binder:432_C expire 7 lines 07-31 04:04:53.699 432 453 I chatty : uid=1000(system) android.display expire 61 lines 07-31 04:04:53.825 432 20399 I chatty : uid=1000(system) Binder:432_10 expire 7 lines 07-31 04:04:54.508 432 453 I chatty : uid=1000(system) android.display expire 48 lines 07-31 04:04:55.364 432 20717 I chatty : uid=1000(system) Binder:432_19 expire 7 lines 07-31 04:04:55.512 432 453 I chatty : uid=1000(system) android.display expire 76 lines 07-31 04:04:56.035 432 2151 I chatty : uid=1000(system) Binder:432_C expire 7 lines 07-31 04:04:56.594 432 453 I chatty : uid=1000(system) android.display expire 39 lines 07-31 04:04:57.136 432 20403 I chatty : uid=1000(system) Binder:432_14 expire 14 lines 07-31 04:04:57.379 432 453 I chatty : uid=1000(system) android.display expire 50 lines 07-31 04:04:57.450 432 20719 I chatty : uid=1000(system) Binder:432_1B expire 1 line 07-31 04:04:58.033 432 453 I chatty : uid=1000(system) android.display expire 4 lines 07-31 04:04:58.532 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 1 line 07-31 04:04:59.168 432 1090 I chatty : uid=1000(system) Binder:432_9 expire 1 line 07-31 04:04:59.225 432 19497 I chatty : uid=1000(system) Binder:432_D expire 4 lines 07-31 04:05:00.852 432 446 I chatty : uid=1000(system) ActivityManager expire 6 lines 07-31 04:05:07.096 432 444 I chatty : uid=1000(system) Binder:432_2 expire 1 line 07-31 04:05:10.439 432 20724 I chatty : uid=1000(system) Binder:432_20 expire 1 line 07-31 04:05:21.249 432 20717 I chatty : uid=1000(system) Binder:432_19 expire 1 line 07-31 04:05:23.737 432 449 I chatty : uid=1000(system) batterystats-sy expire 2 lines 07-31 04:07:15.708 432 20399 I chatty : uid=1000(system) Binder:432_10 expire 1 line 07-31 04:07:32.035 432 480 I chatty : uid=1000(system) InputDispatcher expire 2 lines 07-31 04:08:43.432 432 462 I chatty : uid=1000(system) PackageManager expire 1 line 07-31 04:08:44.561 432 2150 I chatty : uid=1000(system) Binder:432_B expire 5 lines 07-31 04:09:13.554 432 20608 I chatty : uid=1000(system) Binder:432_16 expire 1 line 07-31 04:09:22.860 432 446 I chatty : uid=1000(system) ActivityManager expire 13 lines 07-31 04:09:22.948 432 766 I chatty : uid=1000(system) Binder:432_4 expire 4 lines 07-31 04:09:23.036 432 494 I chatty : uid=1000(system) ConnectivitySer expire 8 lines 07-31 04:09:23.176 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:09:24.067 432 20723 I chatty : uid=1000(system) Binder:432_1F expire 2 lines 07-31 04:09:24.068 432 1982 I chatty : uid=1000(system) Binder:432_A expire 2 lines 07-31 04:09:24.112 432 2151 I chatty : uid=1000(system) Binder:432_C expire 1 line 07-31 04:09:24.113 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 1 line 07-31 04:09:24.116 432 449 I chatty : uid=1000(system) batterystats-sy expire 2 lines 07-31 04:09:24.179 432 20398 I chatty : uid=1000(system) Binder:432_F expire 1 line 07-31 04:09:24.180 432 20011 I chatty : uid=1000(system) Binder:432_E expire 1 line 07-31 04:09:24.184 432 20719 I chatty : uid=1000(system) Binder:432_1B expire 1 line 07-31 04:09:24.191 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 1 line 07-31 04:09:24.196 432 443 I chatty : uid=1000(system) Binder:432_1 expire 1 line 07-31 04:09:25.112 432 462 I chatty : uid=1000(system) PackageManager expire 9 lines 07-31 04:09:26.480 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 3 lines 07-31 04:09:26.504 432 443 I chatty : uid=1000(system) Binder:432_1 expire 1 line 07-31 04:09:26.519 432 1074 I chatty : uid=1000(system) Binder:432_8 expire 1 line 07-31 04:09:27.629 432 20011 I chatty : uid=1000(system) Binder:432_E expire 1 line 07-31 04:09:28.048 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 04:09:30.046 29871 29871 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1357 android.content.ContextWrapper.startService:613 android.content.ContextWrapper.startService:613 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:3059 07-31 04:09:35.109 432 2150 I chatty : uid=1000(system) Binder:432_B expire 1 line 07-31 04:09:36.122 432 444 I chatty : uid=1000(system) Binder:432_2 expire 1 line 07-31 04:09:36.877 432 445 I chatty : uid=1000(system) android.bg expire 2 lines 07-31 04:09:38.186 432 1982 I chatty : uid=1000(system) Binder:432_A expire 1 line 07-31 04:09:38.904 432 2151 I chatty : uid=1000(system) Binder:432_C expire 1 line 07-31 04:09:42.543 432 20402 I chatty : uid=1000(system) Binder:432_13 expire 1 line 07-31 04:09:44.591 432 20403 I chatty : uid=1000(system) Binder:432_14 expire 1 line 07-31 04:09:45.349 432 20724 I chatty : uid=1000(system) Binder:432_20 expire 1 line 07-31 04:09:46.037 432 446 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:09:46.720 432 20399 I chatty : uid=1000(system) Binder:432_10 expire 1 line 07-31 04:09:47.914 432 446 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:09:52.746 432 2151 I chatty : uid=1000(system) Binder:432_C expire 2 lines 07-31 04:09:52.867 432 1074 I chatty : uid=1000(system) Binder:432_8 expire 1 line 07-31 04:09:53.128 432 20717 I chatty : uid=1000(system) Binder:432_19 expire 1 line 07-31 04:09:53.129 432 20715 I chatty : uid=1000(system) Binder:432_17 expire 1 line 07-31 04:09:53.131 432 494 I chatty : uid=1000(system) ConnectivitySer expire 1 line 07-31 04:09:53.200 432 432 I chatty : uid=1000 system_server expire 1 line 07-31 04:09:53.208 432 20011 I chatty : uid=1000(system) Binder:432_E expire 1 line 07-31 04:09:54.692 432 20721 I chatty : uid=1000(system) Binder:432_1D expire 1 line 07-31 04:09:54.744 432 1982 I chatty : uid=1000(system) Binder:432_A expire 1 line 07-31 04:09:54.747 432 20716 I chatty : uid=1000(system) Binder:432_18 expire 1 line 07-31 04:09:54.761 432 20403 I chatty : uid=1000(system) Binder:432_14 expire 1 line 07-31 04:09:55.375 432 1090 I chatty : uid=1000(system) Binder:432_9 expire 1 line 07-31 04:09:55.412 432 20607 I chatty : uid=1000(system) Binder:432_15 expire 1 line 07-31 04:09:55.417 432 444 I chatty : uid=1000(system) Binder:432_2 expire 1 line 07-31 04:09:55.423 432 20718 I chatty : uid=1000(system) Binder:432_1A expire 1 line 07-31 04:09:56.719 432 20608 I chatty : uid=1000(system) Binder:432_16 expire 2 lines 07-31 04:10:01.571 432 20402 I chatty : uid=1000(system) Binder:432_13 expire 4 lines 07-31 04:10:03.045 432 20401 I chatty : uid=1000(system) Binder:432_12 expire 1 line 07-31 04:10:11.754 432 2150 I chatty : uid=1000(system) Binder:432_B expire 1 line 07-31 04:10:12.472 432 486 I chatty : uid=1000(system) NetworkStats expire 1 line 07-31 04:10:14.126 432 480 I chatty : uid=1000(system) InputDispatcher expire 1 line 07-31 04:10:15.303 432 446 I chatty : uid=1000(system) ActivityManager expire 2 lines 07-31 04:10:15.403 432 20718 I chatty : uid=1000(system) Binder:432_1A expire 1 line 07-31 04:10:15.405 432 489 I chatty : uid=1000(system) WifiService expire 1 line 07-31 04:10:15.408 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 04:10:15.409 432 494 I chatty : uid=1000(system) ConnectivitySer expire 1 line 07-31 04:10:15.409 432 1051 I chatty : uid=1000(system) Binder:432_6 expire 1 line 07-31 04:10:15.410 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 7 lines 07-31 04:10:15.427 432 20721 I chatty : uid=1000(system) Binder:432_1D expire 1 line 07-31 04:10:15.508 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:10:15.523 432 20607 I chatty : uid=1000(system) Binder:432_15 expire 1 line 07-31 04:10:15.535 432 825 I chatty : uid=1000(system) Binder:432_5 expire 1 line 07-31 04:10:15.554 432 617 I chatty : uid=1000(system) Binder:432_3 expire 1 line 07-31 04:10:15.571 432 20716 I chatty : uid=1000(system) Binder:432_18 expire 1 line 07-31 04:10:15.577 432 2151 I chatty : uid=1000(system) Binder:432_C expire 1 line 07-31 04:10:16.223 432 20724 I chatty : uid=1000(system) Binder:432_20 expire 2 lines 07-31 04:10:19.814 30234 30234 V FingerprintManager: FingerprintManagerService was null 07-31 04:10:20.412 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:10:22.986 432 825 I chatty : uid=1000(system) Binder:432_5 expire 1 line 07-31 04:10:23.248 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 04:10:26.593 432 446 I chatty : uid=1000(system) ActivityManager expire 2 lines 07-31 04:10:27.831 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 5 lines 07-31 04:10:27.951 432 481 I chatty : uid=1000(system) InputReader expire 2 lines 07-31 04:10:28.443 432 455 I chatty : uid=1000(system) PowerManagerSer expire 7 lines 07-31 04:10:29.382 432 453 I chatty : uid=1000(system) android.display expire 2 lines 07-31 04:10:32.769 432 447 I chatty : uid=1000(system) android.ui expire 1 line 07-31 04:10:36.271 432 489 I chatty : uid=1000(system) WifiService expire 1 line 07-31 04:10:41.482 432 617 I chatty : uid=1000(system) Binder:432_3 expire 4 lines 07-31 04:10:41.699 432 1074 I chatty : uid=1000(system) Binder:432_8 expire 1 line 07-31 04:10:47.043 432 20716 I chatty : uid=1000(system) Binder:432_18 expire 1 line 07-31 04:10:47.209 432 2150 I chatty : uid=1000(system) Binder:432_B expire 1 line 07-31 04:10:49.267 432 20011 I chatty : uid=1000(system) Binder:432_E expire 1 line 07-31 04:10:53.576 432 20607 I chatty : uid=1000(system) Binder:432_15 expire 1 line 07-31 04:10:54.901 432 20401 I chatty : uid=1000(system) Binder:432_12 expire 1 line 07-31 04:10:56.614 432 20398 I chatty : uid=1000(system) Binder:432_F expire 1 line 07-31 04:10:56.942 432 617 I chatty : uid=1000(system) Binder:432_3 expire 1 line 07-31 04:11:01.096 432 20608 I chatty : uid=1000(system) Binder:432_16 expire 4 lines 07-31 04:12:02.345 432 20716 I chatty : uid=1000(system) Binder:432_18 expire 2 lines 07-31 04:12:03.506 432 20011 I chatty : uid=1000(system) Binder:432_E expire 1 line 07-31 04:12:03.935 432 443 I chatty : uid=1000(system) Binder:432_1 expire 1 line 07-31 04:12:08.937 30282 30335 V FingerprintManager: FingerprintManagerService was null 07-31 04:12:18.265 432 446 I chatty : uid=1000(system) ActivityManager expire 3 lines 07-31 04:16:27.074 30282 30282 D Error : ERR: exClass=android.os.StrictMode$StrictModeDiskReadViolation 07-31 04:16:27.074 30282 30282 D Error : ERR: exMsg=policy=23068679 violation=2 07-31 04:16:27.074 30282 30282 D Error : ERR: file=StrictMode.java 07-31 04:16:27.074 30282 30282 D Error : ERR: class=android.os.StrictMode$AndroidBlockGuardPolicy 07-31 04:16:27.074 30282 30282 D Error : ERR: method=onReadFromDisk line=1293 07-31 04:16:27.076 30282 30282 D Error : ERR: stack=android.os.StrictMode$StrictModeDiskReadViolation: policy=23068679 violation=2 07-31 04:16:27.076 30282 30282 D Error : at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1293) 07-31 04:16:27.076 30282 30282 D Error : at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:249) 07-31 04:16:27.076 30282 30282 D Error : at java.io.File.exists(File.java:780) 07-31 04:16:27.076 30282 30282 D Error : at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:512) 07-31 04:16:27.076 30282 30282 D Error : at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:468) 07-31 04:16:27.076 30282 30282 D Error : at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:627) 07-31 04:16:27.076 30282 30282 D Error : at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:345) 07-31 04:16:27.076 30282 30282 D Error : at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:164) 07-31 04:16:27.076 30282 30282 D Error : at gij.a(SourceFile:1) 07-31 04:16:27.076 30282 30282 D Error : at giv.a(SourceFile:1) 07-31 04:16:27.076 30282 30282 D Error : at vlj.a(SourceFile:14) 07-31 04:16:27.076 30282 30282 D Error : at lrx.run(Unknown Source) 07-31 04:16:27.076 30282 30282 D Error : at android.os.Handler.handleCallback(Handler.java:751) 07-31 04:16:27.076 30282 30282 D Error : at android.os.Handler.dispatchMessage(Handler.java:95) 07-31 04:16:27.076 30282 30282 D Error : at android.os.Looper.loop(Looper.java:154) 07-31 04:16:27.076 30282 30282 D Error : at android.app.ActivityThread.main(ActivityThread.java:6208) 07-31 04:16:27.076 30282 30282 D Error : at java.lang.reflect.Method.invoke(Native Method) 07-31 04:16:27.076 30282 30282 D Error : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891) 07-31 04:16:27.076 30282 30282 D Error : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781) 07-31 04:16:27.076 30282 30282 D Error : # via Binder call with stack: 07-31 04:16:27.076 30282 30282 D Error : android.os.StrictMode$LogStackTrace 07-31 04:16:27.076 30282 30282 D Error : at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:1954) 07-31 04:16:27.076 30282 30282 D Error : at android.os.Parcel.readExceptionCode(Parcel.java:1665) 07-31 04:16:27.076 30282 30282 D Error : at android.os.Parcel.readException(Parcel.java:1634) 07-31 04:16:27.076 30282 30282 D Error : at cir.transactAndReadExceptionReturnVoid(SourceFile:2) 07-31 04:16:27.076 30282 30282 D Error : at xti.a(SourceFile:8) 07-31 04:16:27.076 30282 30282 D Error : at dao.run(Unknown Source) 07-31 04:16:27.076 30282 30282 D Error : at pqf.a(SourceFile:20) 07-31 04:16:27.076 30282 30282 D Error : at dap.a(SourceFile:25) 07-31 04:16:27.076 30282 30282 D Error : at dat.onTouch(SourceFile) 07-31 04:16:27.076 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10019) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.076 30282 30282 D Error : at afpd.c(SourceFile:5) 07-31 04:16:27.076 30282 30282 D Error : at afpd.b(SourceFile:46) 07-31 04:16:27.076 30282 30282 D Error : at com.google.android.finsky.headerlistlayout.FinskyHeaderListLayout.onTouchEvent(SourceFile) 07-31 04:16:27.076 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10023) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.076 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.076 30282 30282 D Error : at com.android.internal.policy.DecorView.superDispatchTouchEvent(DecorView.java:416) 07-31 04:16:27.076 30282 30282 D Error : at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1808) 07-31 04:16:27.076 30282 30282 D Error : at android.app.Activity.dispatchTouchEvent(Activity.java:3065) 07-31 04:16:27.076 30282 30282 D Error : at enb.dispatchTouchEvent(SourceFile) 07-31 04:16:27.076 30282 30282 D Error : at yl.dispatchTouc 07-31 04:16:27.076 30282 30282 D Error : ERR: TOTAL BYTES WRITTEN: 22300 07-31 04:16:27.076 30282 30282 D Error : ERR: exClass=android.os.StrictMode$StrictModeDiskReadViolation 07-31 04:16:27.076 30282 30282 D Error : ERR: exMsg=policy=23068679 violation=2 07-31 04:16:27.076 30282 30282 D Error : ERR: file=StrictMode.java 07-31 04:16:27.076 30282 30282 D Error : ERR: class=android.os.StrictMode$AndroidBlockGuardPolicy 07-31 04:16:27.077 30282 30282 D Error : ERR: method=onReadFromDisk line=1293 07-31 04:16:27.077 30282 30282 D Error : ERR: stack=android.os.StrictMode$StrictModeDiskReadViolation: policy=23068679 violation=2 07-31 04:16:27.077 30282 30282 D Error : at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1293) 07-31 04:16:27.077 30282 30282 D Error : at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:213) 07-31 04:16:27.077 30282 30282 D Error : at android.app.SharedPreferencesImpl.contains(SharedPreferencesImpl.java:280) 07-31 04:16:27.077 30282 30282 D Error : at gin.a(SourceFile:2) 07-31 04:16:27.077 30282 30282 D Error : at giv.a(SourceFile:1) 07-31 04:16:27.077 30282 30282 D Error : at vlj.a(SourceFile:14) 07-31 04:16:27.077 30282 30282 D Error : at lrx.run(Unknown Source) 07-31 04:16:27.077 30282 30282 D Error : at android.os.Handler.handleCallback(Handler.java:751) 07-31 04:16:27.077 30282 30282 D Error : at android.os.Handler.dispatchMessage(Handler.java:95) 07-31 04:16:27.077 30282 30282 D Error : at android.os.Looper.loop(Looper.java:154) 07-31 04:16:27.077 30282 30282 D Error : at android.app.ActivityThread.main(ActivityThread.java:6208) 07-31 04:16:27.077 30282 30282 D Error : at java.lang.reflect.Method.invoke(Native Method) 07-31 04:16:27.077 30282 30282 D Error : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891) 07-31 04:16:27.077 30282 30282 D Error : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781) 07-31 04:16:27.077 30282 30282 D Error : # via Binder call with stack: 07-31 04:16:27.077 30282 30282 D Error : android.os.StrictMode$LogStackTrace 07-31 04:16:27.077 30282 30282 D Error : at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:1954) 07-31 04:16:27.077 30282 30282 D Error : at android.os.Parcel.readExceptionCode(Parcel.java:1665) 07-31 04:16:27.077 30282 30282 D Error : at android.os.Parcel.readException(Parcel.java:1634) 07-31 04:16:27.077 30282 30282 D Error : at cir.transactAndReadExceptionReturnVoid(SourceFile:2) 07-31 04:16:27.077 30282 30282 D Error : at xti.a(SourceFile:8) 07-31 04:16:27.077 30282 30282 D Error : at dao.run(Unknown Source) 07-31 04:16:27.077 30282 30282 D Error : at pqf.a(SourceFile:20) 07-31 04:16:27.077 30282 30282 D Error : at dap.a(SourceFile:25) 07-31 04:16:27.077 30282 30282 D Error : at dat.onTouch(SourceFile) 07-31 04:16:27.077 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10019) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.077 30282 30282 D Error : at afpd.c(SourceFile:5) 07-31 04:16:27.077 30282 30282 D Error : at afpd.b(SourceFile:46) 07-31 04:16:27.077 30282 30282 D Error : at com.google.android.finsky.headerlistlayout.FinskyHeaderListLayout.onTouchEvent(SourceFile) 07-31 04:16:27.077 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10023) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.077 30282 30282 D Error : at com.android.internal.policy.DecorView.superDispatchTouchEvent(DecorView.java:416) 07-31 04:16:27.077 30282 30282 D Error : at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1808) 07-31 04:16:27.077 30282 30282 D Error : at android.app.Activity.dispatchTouchEvent(Activity.java:3065) 07-31 04:16:27.077 30282 30282 D Error : at enb.dispatchTouchEvent(SourceFile) 07-31 04:16:27.077 30282 30282 D Error : at yl.dispatchTouchEvent(SourceFile) 07-31 04:16:27.077 30282 30282 D Error : at yl.dispatchTouchEvent(SourceFile) 07-31 04:16:27.077 30282 30282 D Error : at com.android.internal.policy.DecorView.dispatchTouchEvent(DecorView.java:378) 07-31 04:16:27.077 30282 30282 D Error : at android.view.View.dispatchPointerEvent(View.java:10243) 07-31 04:16:27.077 30282 30282 D Error : at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:4438) 07-31 04:16:27.077 30282 30282 D Error : at androi 07-31 04:16:27.078 30282 30282 D Error : ERR: TOTAL BYTES WRITTEN: 21692 07-31 04:16:27.078 30282 30282 D Error : ERR: exClass=android.os.StrictMode$StrictModeDiskReadViolation 07-31 04:16:27.078 30282 30282 D Error : ERR: exMsg=policy=23068679 violation=2 07-31 04:16:27.078 30282 30282 D Error : ERR: file=StrictMode.java 07-31 04:16:27.078 30282 30282 D Error : ERR: class=android.os.StrictMode$AndroidBlockGuardPolicy 07-31 04:16:27.078 30282 30282 D Error : ERR: method=onReadFromDisk line=1293 07-31 04:16:27.079 30282 30282 D Error : ERR: stack=android.os.StrictMode$StrictModeDiskReadViolation: policy=23068679 violation=2 07-31 04:16:27.079 30282 30282 D Error : at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1293) 07-31 04:16:27.079 30282 30282 D Error : at java.io.UnixFileSystem.getSpace(UnixFileSystem.java:358) 07-31 04:16:27.079 30282 30282 D Error : at java.io.File.getTotalSpace(File.java:1669) 07-31 04:16:27.079 30282 30282 D Error : at android.os.storage.StorageManager.getStorageLowBytes(StorageManager.java:1042) 07-31 04:16:27.079 30282 30282 D Error : at android.os.storage.VolumeInfo.buildStorageVolume(VolumeInfo.java:362) 07-31 04:16:27.079 30282 30282 D Error : at com.android.server.MountService.getVolumeList(MountService.java:3073) 07-31 04:16:27.079 30282 30282 D Error : at android.os.storage.IMountService$Stub.onTransact(IMountService.java:1826) 07-31 04:16:27.079 30282 30282 D Error : at android.os.Binder.execTransact(Binder.java:565) 07-31 04:16:27.079 30282 30282 D Error : # via Binder call with stack: 07-31 04:16:27.079 30282 30282 D Error : android.os.StrictMode$LogStackTrace 07-31 04:16:27.079 30282 30282 D Error : at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:1954) 07-31 04:16:27.079 30282 30282 D Error : at android.os.Parcel.readExceptionCode(Parcel.java:1665) 07-31 04:16:27.079 30282 30282 D Error : at android.os.Parcel.readException(Parcel.java:1634) 07-31 04:16:27.079 30282 30282 D Error : at android.os.storage.IMountService$Stub$Proxy.getVolumeList(IMountService.java:790) 07-31 04:16:27.079 30282 30282 D Error : at android.os.storage.StorageManager.getVolumeList(StorageManager.java:982) 07-31 04:16:27.079 30282 30282 D Error : at android.os.Environment$UserEnvironment.getExternalDirs(Environment.java:87) 07-31 04:16:27.079 30282 30282 D Error : at android.os.Environment.isExternalStorageEmulated(Environment.java:866) 07-31 04:16:27.079 30282 30282 D Error : at skp.a(SourceFile:17) 07-31 04:16:27.079 30282 30282 D Error : at ljf.b(SourceFile:30) 07-31 04:16:27.079 30282 30282 D Error : at lkc.a(SourceFile:49) 07-31 04:16:27.079 30282 30282 D Error : at lej.b_(Unknown Source) 07-31 04:16:27.079 30282 30282 D Error : at lep.b_(SourceFile:19) 07-31 04:16:27.079 30282 30282 D Error : at dqd.a(SourceFile:140) 07-31 04:16:27.079 30282 30282 D Error : at bil.run(SourceFile:2) 07-31 04:16:27.079 30282 30282 D Error : at android.os.Handler.handleCallback(Handler.java:751) 07-31 04:16:27.079 30282 30282 D Error : at android.os.Handler.dispatchMessage(Handler.java:95) 07-31 04:16:27.079 30282 30282 D Error : at android.os.Looper.loop(Looper.java:154) 07-31 04:16:27.079 30282 30282 D Error : at android.app.ActivityThread.main(ActivityThread.java:6208) 07-31 04:16:27.079 30282 30282 D Error : at java.lang.reflect.Method.invoke(Native Method) 07-31 04:16:27.079 30282 30282 D Error : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891) 07-31 04:16:27.079 30282 30282 D Error : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781) 07-31 04:16:27.079 30282 30282 D Error : # via Binder call with stack: 07-31 04:16:27.079 30282 30282 D Error : android.os.StrictMode$LogStackTrace 07-31 04:16:27.079 30282 30282 D Error : at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:1954) 07-31 04:16:27.079 30282 30282 D Error : at android.os.Parcel.readExceptionCode(Parcel.java:1665) 07-31 04:16:27.079 30282 30282 D Error : at android.os.Parcel.readException(Parcel.java:1634) 07-31 04:16:27.079 30282 30282 D Error : at cir.transactAndReadExceptionReturnVoid(SourceFile:2) 07-31 04:16:27.079 30282 30282 D Error : at xti.a(SourceFile:8) 07-31 04:16:27.079 30282 30282 D Error : at dao.run(Unknown Source) 07-31 04:16:27.079 30282 30282 D Error : at pqf.a(SourceFile:20) 07-31 04:16:27.079 30282 30282 D Error : at dap.a(SourceFile:25) 07-31 04:16:27.079 30282 30282 D Error : at dat.onTouch(SourceFile) 07-31 04:16:27.079 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10019) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.079 30282 30282 D Error : at afpd.c(SourceFile:5) 07-31 04:16:27.079 30282 30282 D Error : at afpd.b(SourceFile:46) 07-31 04:16:27.079 30282 30282 D Error : at com.google.android.finsky.headerlistlayout.FinskyHeaderListLayout.onTouchEvent(SourceFile) 07-31 04:16:27.079 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10023) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:16:27.079 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:16:27.079 30282 30282 D Error : 07-31 04:16:27.079 30282 30282 D Error : ERR: TOTAL BYTES WRITTEN: 23608 07-31 04:17:06.045 432 20403 I chatty : uid=1000(system) Binder:432_14 expire 1 line 07-31 04:17:09.744 432 20724 I chatty : uid=1000(system) Binder:432_20 expire 1 line 07-31 04:17:14.960 432 20723 I chatty : uid=1000(system) Binder:432_1F expire 1 line 07-31 04:17:15.796 432 766 I chatty : uid=1000(system) Binder:432_4 expire 2 lines 07-31 04:18:16.649 432 20402 I chatty : uid=1000(system) Binder:432_13 expire 1 line 07-31 04:19:05.074 432 20718 I chatty : uid=1000(system) Binder:432_1A expire 1 line 07-31 04:19:06.160 432 462 I chatty : uid=1000(system) PackageManager expire 2 lines 07-31 04:19:13.786 432 20719 I chatty : uid=1000(system) Binder:432_1B expire 6 lines 07-31 04:19:16.907 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 04:19:30.497 29871 29871 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1357 android.content.ContextWrapper.startService:613 android.content.ContextWrapper.startService:613 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:3059 07-31 04:19:32.202 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 1 line 07-31 04:19:32.238 432 20722 I chatty : uid=1000(system) Binder:432_1E expire 1 line 07-31 04:19:34.506 432 1051 I chatty : uid=1000(system) Binder:432_6 expire 1 line 07-31 04:19:36.508 432 20607 I chatty : uid=1000(system) Binder:432_15 expire 1 line 07-31 04:19:43.438 432 20608 I chatty : uid=1000(system) Binder:432_16 expire 5 lines 07-31 04:19:54.747 30573 30597 E ActivityThread: Failed to find provider info for com.android.mtp.documents 07-31 04:19:54.959 432 446 I chatty : uid=1000(system) ActivityManager expire 3 lines 07-31 04:19:56.080 432 1982 I chatty : uid=1000(system) Binder:432_A expire 1 line 07-31 04:20:06.012 432 2151 I chatty : uid=1000(system) Binder:432_C expire 1 line 07-31 04:20:08.506 432 446 I chatty : uid=1000(system) ActivityManager expire 3 lines 07-31 04:20:08.507 432 1982 I chatty : uid=1000(system) Binder:432_A expire 1 line 07-31 04:20:08.510 30573 30624 E ActivityThread: Failed to find provider info for com.android.mtp.documents 07-31 04:20:08.722 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:22:00.136 432 462 I chatty : uid=1000(system) PackageManager expire 10 lines 07-31 04:22:01.181 432 487 I chatty : uid=1000(system) NetworkPolicy expire 2 lines 07-31 04:22:09.946 30282 30282 D Error : ERR: exClass=android.os.StrictMode$StrictModeDiskReadViolation 07-31 04:22:09.946 30282 30282 D Error : ERR: exMsg=policy=23068679 violation=2 07-31 04:22:09.946 30282 30282 D Error : ERR: file=StrictMode.java 07-31 04:22:09.946 30282 30282 D Error : ERR: class=android.os.StrictMode$AndroidBlockGuardPolicy 07-31 04:22:09.946 30282 30282 D Error : ERR: method=onReadFromDisk line=1293 07-31 04:22:09.948 30282 30282 D Error : ERR: stack=android.os.StrictMode$StrictModeDiskReadViolation: policy=23068679 violation=2 07-31 04:22:09.948 30282 30282 D Error : at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1293) 07-31 04:22:09.948 30282 30282 D Error : at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:249) 07-31 04:22:09.948 30282 30282 D Error : at java.io.File.exists(File.java:780) 07-31 04:22:09.948 30282 30282 D Error : at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:512) 07-31 04:22:09.948 30282 30282 D Error : at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:468) 07-31 04:22:09.948 30282 30282 D Error : at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:627) 07-31 04:22:09.948 30282 30282 D Error : at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:345) 07-31 04:22:09.948 30282 30282 D Error : at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:164) 07-31 04:22:09.948 30282 30282 D Error : at gij.a(SourceFile:1) 07-31 04:22:09.948 30282 30282 D Error : at giv.a(SourceFile:1) 07-31 04:22:09.948 30282 30282 D Error : at vlj.a(SourceFile:14) 07-31 04:22:09.948 30282 30282 D Error : at lrx.run(Unknown Source) 07-31 04:22:09.948 30282 30282 D Error : at android.os.Handler.handleCallback(Handler.java:751) 07-31 04:22:09.948 30282 30282 D Error : at android.os.Handler.dispatchMessage(Handler.java:95) 07-31 04:22:09.948 30282 30282 D Error : at android.os.Looper.loop(Looper.java:154) 07-31 04:22:09.948 30282 30282 D Error : at android.app.ActivityThread.main(ActivityThread.java:6208) 07-31 04:22:09.948 30282 30282 D Error : at java.lang.reflect.Method.invoke(Native Method) 07-31 04:22:09.948 30282 30282 D Error : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891) 07-31 04:22:09.948 30282 30282 D Error : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781) 07-31 04:22:09.948 30282 30282 D Error : # via Binder call with stack: 07-31 04:22:09.948 30282 30282 D Error : android.os.StrictMode$LogStackTrace 07-31 04:22:09.948 30282 30282 D Error : at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:1954) 07-31 04:22:09.948 30282 30282 D Error : at android.os.Parcel.readExceptionCode(Parcel.java:1665) 07-31 04:22:09.948 30282 30282 D Error : at android.os.Parcel.readException(Parcel.java:1634) 07-31 04:22:09.948 30282 30282 D Error : at cir.transactAndReadExceptionReturnVoid(SourceFile:2) 07-31 04:22:09.948 30282 30282 D Error : at xti.a(SourceFile:8) 07-31 04:22:09.948 30282 30282 D Error : at dao.run(Unknown Source) 07-31 04:22:09.948 30282 30282 D Error : at pqf.a(SourceFile:20) 07-31 04:22:09.948 30282 30282 D Error : at dap.a(SourceFile:25) 07-31 04:22:09.948 30282 30282 D Error : at dat.onTouch(SourceFile) 07-31 04:22:09.948 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10019) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.948 30282 30282 D Error : at afpd.c(SourceFile:5) 07-31 04:22:09.948 30282 30282 D Error : at afpd.b(SourceFile:46) 07-31 04:22:09.948 30282 30282 D Error : at com.google.android.finsky.headerlistlayout.FinskyHeaderListLayout.onTouchEvent(SourceFile) 07-31 04:22:09.948 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10023) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.948 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.948 30282 30282 D Error : at com.android.internal.policy.DecorView.superDispatchTouchEvent(DecorView.java:416) 07-31 04:22:09.948 30282 30282 D Error : at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1808) 07-31 04:22:09.948 30282 30282 D Error : at android.app.Activity.dispatchTouchEvent(Activity.java:3065) 07-31 04:22:09.948 30282 30282 D Error : at enb.dispatchTouchEvent(SourceFile) 07-31 04:22:09.948 30282 30282 D Error : at yl.dispatchTouc 07-31 04:22:09.948 30282 30282 D Error : ERR: TOTAL BYTES WRITTEN: 33368 07-31 04:22:09.948 30282 30282 D Error : ERR: exClass=android.os.StrictMode$StrictModeDiskReadViolation 07-31 04:22:09.948 30282 30282 D Error : ERR: exMsg=policy=23068679 violation=2 07-31 04:22:09.949 30282 30282 D Error : ERR: file=StrictMode.java 07-31 04:22:09.949 30282 30282 D Error : ERR: class=android.os.StrictMode$AndroidBlockGuardPolicy 07-31 04:22:09.949 30282 30282 D Error : ERR: method=onReadFromDisk line=1293 07-31 04:22:09.950 30282 30282 D Error : ERR: stack=android.os.StrictMode$StrictModeDiskReadViolation: policy=23068679 violation=2 07-31 04:22:09.950 30282 30282 D Error : at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1293) 07-31 04:22:09.950 30282 30282 D Error : at android.app.SharedPreferencesImpl.awaitLoadedLocked(SharedPreferencesImpl.java:213) 07-31 04:22:09.950 30282 30282 D Error : at android.app.SharedPreferencesImpl.contains(SharedPreferencesImpl.java:280) 07-31 04:22:09.950 30282 30282 D Error : at gin.a(SourceFile:2) 07-31 04:22:09.950 30282 30282 D Error : at giv.a(SourceFile:1) 07-31 04:22:09.950 30282 30282 D Error : at vlj.a(SourceFile:14) 07-31 04:22:09.950 30282 30282 D Error : at lrx.run(Unknown Source) 07-31 04:22:09.950 30282 30282 D Error : at android.os.Handler.handleCallback(Handler.java:751) 07-31 04:22:09.950 30282 30282 D Error : at android.os.Handler.dispatchMessage(Handler.java:95) 07-31 04:22:09.950 30282 30282 D Error : at android.os.Looper.loop(Looper.java:154) 07-31 04:22:09.950 30282 30282 D Error : at android.app.ActivityThread.main(ActivityThread.java:6208) 07-31 04:22:09.950 30282 30282 D Error : at java.lang.reflect.Method.invoke(Native Method) 07-31 04:22:09.950 30282 30282 D Error : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891) 07-31 04:22:09.950 30282 30282 D Error : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781) 07-31 04:22:09.950 30282 30282 D Error : # via Binder call with stack: 07-31 04:22:09.950 30282 30282 D Error : android.os.StrictMode$LogStackTrace 07-31 04:22:09.950 30282 30282 D Error : at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:1954) 07-31 04:22:09.950 30282 30282 D Error : at android.os.Parcel.readExceptionCode(Parcel.java:1665) 07-31 04:22:09.950 30282 30282 D Error : at android.os.Parcel.readException(Parcel.java:1634) 07-31 04:22:09.950 30282 30282 D Error : at cir.transactAndReadExceptionReturnVoid(SourceFile:2) 07-31 04:22:09.950 30282 30282 D Error : at xti.a(SourceFile:8) 07-31 04:22:09.950 30282 30282 D Error : at dao.run(Unknown Source) 07-31 04:22:09.950 30282 30282 D Error : at pqf.a(SourceFile:20) 07-31 04:22:09.950 30282 30282 D Error : at dap.a(SourceFile:25) 07-31 04:22:09.950 30282 30282 D Error : at dat.onTouch(SourceFile) 07-31 04:22:09.950 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10019) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.950 30282 30282 D Error : at afpd.c(SourceFile:5) 07-31 04:22:09.950 30282 30282 D Error : at afpd.b(SourceFile:46) 07-31 04:22:09.950 30282 30282 D Error : at com.google.android.finsky.headerlistlayout.FinskyHeaderListLayout.onTouchEvent(SourceFile) 07-31 04:22:09.950 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10023) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.950 30282 30282 D Error : at com.android.internal.policy.DecorView.superDispatchTouchEvent(DecorView.java:416) 07-31 04:22:09.950 30282 30282 D Error : at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1808) 07-31 04:22:09.950 30282 30282 D Error : at android.app.Activity.dispatchTouchEvent(Activity.java:3065) 07-31 04:22:09.950 30282 30282 D Error : at enb.dispatchTouchEvent(SourceFile) 07-31 04:22:09.950 30282 30282 D Error : at yl.dispatchTouchEvent(SourceFile) 07-31 04:22:09.950 30282 30282 D Error : at yl.dispatchTouchEvent(SourceFile) 07-31 04:22:09.950 30282 30282 D Error : at com.android.internal.policy.DecorView.dispatchTouchEvent(DecorView.java:378) 07-31 04:22:09.950 30282 30282 D Error : at android.view.View.dispatchPointerEvent(View.java:10243) 07-31 04:22:09.950 30282 30282 D Error : at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:4438) 07-31 04:22:09.950 30282 30282 D Error : at androi 07-31 04:22:09.950 30282 30282 D Error : ERR: TOTAL BYTES WRITTEN: 32760 07-31 04:22:09.951 30282 30282 D Error : ERR: exClass=android.os.StrictMode$StrictModeDiskReadViolation 07-31 04:22:09.951 30282 30282 D Error : ERR: exMsg=policy=23068679 violation=2 07-31 04:22:09.951 30282 30282 D Error : ERR: file=StrictMode.java 07-31 04:22:09.951 30282 30282 D Error : ERR: class=android.os.StrictMode$AndroidBlockGuardPolicy 07-31 04:22:09.951 30282 30282 D Error : ERR: method=onReadFromDisk line=1293 07-31 04:22:09.952 30282 30282 D Error : ERR: stack=android.os.StrictMode$StrictModeDiskReadViolation: policy=23068679 violation=2 07-31 04:22:09.952 30282 30282 D Error : at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1293) 07-31 04:22:09.952 30282 30282 D Error : at java.io.UnixFileSystem.getSpace(UnixFileSystem.java:358) 07-31 04:22:09.952 30282 30282 D Error : at java.io.File.getTotalSpace(File.java:1669) 07-31 04:22:09.952 30282 30282 D Error : at android.os.storage.StorageManager.getStorageLowBytes(StorageManager.java:1042) 07-31 04:22:09.952 30282 30282 D Error : at android.os.storage.VolumeInfo.buildStorageVolume(VolumeInfo.java:362) 07-31 04:22:09.952 30282 30282 D Error : at com.android.server.MountService.getVolumeList(MountService.java:3073) 07-31 04:22:09.952 30282 30282 D Error : at android.os.storage.IMountService$Stub.onTransact(IMountService.java:1826) 07-31 04:22:09.952 30282 30282 D Error : at android.os.Binder.execTransact(Binder.java:565) 07-31 04:22:09.952 30282 30282 D Error : # via Binder call with stack: 07-31 04:22:09.952 30282 30282 D Error : android.os.StrictMode$LogStackTrace 07-31 04:22:09.952 30282 30282 D Error : at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:1954) 07-31 04:22:09.952 30282 30282 D Error : at android.os.Parcel.readExceptionCode(Parcel.java:1665) 07-31 04:22:09.952 30282 30282 D Error : at android.os.Parcel.readException(Parcel.java:1634) 07-31 04:22:09.952 30282 30282 D Error : at android.os.storage.IMountService$Stub$Proxy.getVolumeList(IMountService.java:790) 07-31 04:22:09.952 30282 30282 D Error : at android.os.storage.StorageManager.getVolumeList(StorageManager.java:982) 07-31 04:22:09.952 30282 30282 D Error : at android.os.Environment$UserEnvironment.getExternalDirs(Environment.java:87) 07-31 04:22:09.952 30282 30282 D Error : at android.os.Environment.isExternalStorageEmulated(Environment.java:866) 07-31 04:22:09.952 30282 30282 D Error : at skp.a(SourceFile:17) 07-31 04:22:09.952 30282 30282 D Error : at ljf.b(SourceFile:30) 07-31 04:22:09.952 30282 30282 D Error : at lkc.a(SourceFile:49) 07-31 04:22:09.952 30282 30282 D Error : at lej.b_(Unknown Source) 07-31 04:22:09.952 30282 30282 D Error : at lep.b_(SourceFile:19) 07-31 04:22:09.952 30282 30282 D Error : at dqd.a(SourceFile:140) 07-31 04:22:09.952 30282 30282 D Error : at bil.run(SourceFile:2) 07-31 04:22:09.952 30282 30282 D Error : at android.os.Handler.handleCallback(Handler.java:751) 07-31 04:22:09.952 30282 30282 D Error : at android.os.Handler.dispatchMessage(Handler.java:95) 07-31 04:22:09.952 30282 30282 D Error : at android.os.Looper.loop(Looper.java:154) 07-31 04:22:09.952 30282 30282 D Error : at android.app.ActivityThread.main(ActivityThread.java:6208) 07-31 04:22:09.952 30282 30282 D Error : at java.lang.reflect.Method.invoke(Native Method) 07-31 04:22:09.952 30282 30282 D Error : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891) 07-31 04:22:09.952 30282 30282 D Error : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781) 07-31 04:22:09.952 30282 30282 D Error : # via Binder call with stack: 07-31 04:22:09.952 30282 30282 D Error : android.os.StrictMode$LogStackTrace 07-31 04:22:09.952 30282 30282 D Error : at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:1954) 07-31 04:22:09.952 30282 30282 D Error : at android.os.Parcel.readExceptionCode(Parcel.java:1665) 07-31 04:22:09.952 30282 30282 D Error : at android.os.Parcel.readException(Parcel.java:1634) 07-31 04:22:09.952 30282 30282 D Error : at cir.transactAndReadExceptionReturnVoid(SourceFile:2) 07-31 04:22:09.952 30282 30282 D Error : at xti.a(SourceFile:8) 07-31 04:22:09.952 30282 30282 D Error : at dao.run(Unknown Source) 07-31 04:22:09.952 30282 30282 D Error : at pqf.a(SourceFile:20) 07-31 04:22:09.952 30282 30282 D Error : at dap.a(SourceFile:25) 07-31 04:22:09.952 30282 30282 D Error : at dat.onTouch(SourceFile) 07-31 04:22:09.952 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10019) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.952 30282 30282 D Error : at afpd.c(SourceFile:5) 07-31 04:22:09.952 30282 30282 D Error : at afpd.b(SourceFile:46) 07-31 04:22:09.952 30282 30282 D Error : at com.google.android.finsky.headerlistlayout.FinskyHeaderListLayout.onTouchEvent(SourceFile) 07-31 04:22:09.952 30282 30282 D Error : at android.view.View.dispatchTouchEvent(View.java:10023) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2626) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2307) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2264) 07-31 04:22:09.952 30282 30282 D Error : at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2632) 07-31 04:22:09.952 30282 30282 D Error : 07-31 04:22:09.952 30282 30282 D Error : ERR: TOTAL BYTES WRITTEN: 34676 07-31 04:22:21.631 432 445 I chatty : uid=1000(system) android.bg expire 1 line 07-31 04:22:31.530 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 1 line 07-31 04:22:33.066 432 20608 I chatty : uid=1000(system) Binder:432_16 expire 1 line 07-31 04:22:33.870 432 20011 I chatty : uid=1000(system) Binder:432_E expire 2 lines 07-31 04:22:39.769 432 20717 I chatty : uid=1000(system) Binder:432_19 expire 1 line 07-31 04:22:40.130 432 483 I chatty : uid=1000(system) VoldConnector expire 2 lines 07-31 04:22:40.163 432 2151 I chatty : uid=1000(system) Binder:432_C expire 1 line 07-31 04:22:40.810 432 2150 I chatty : uid=1000(system) Binder:432_B expire 2 lines 07-31 04:22:42.341 432 446 I chatty : uid=1000(system) ActivityManager expire 6 lines 07-31 04:23:53.858 432 445 I chatty : uid=1000(system) android.bg expire 1 line 07-31 04:23:58.147 432 480 I chatty : uid=1000(system) InputDispatcher expire 2 lines 07-31 04:24:02.819 432 486 I chatty : uid=1000(system) NetworkStats expire 1 line 07-31 04:24:05.775 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:24:25.964 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 04:24:29.000 432 449 I chatty : uid=1000(system) batterystats-sy expire 4 lines 07-31 04:24:49.022 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 2 lines 07-31 04:25:01.927 432 446 I chatty : uid=1000(system) ActivityManager expire 3 lines 07-31 04:25:03.510 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 04:25:03.766 432 1060 I chatty : uid=1000(system) Binder:432_7 expire 23 lines 07-31 04:25:04.622 432 446 I chatty : uid=1000(system) ActivityManager expire 4 lines 07-31 04:25:04.689 432 20715 I chatty : uid=1000(system) Binder:432_17 expire 1 line 07-31 04:25:04.690 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 1 line 07-31 04:25:04.695 432 489 I chatty : uid=1000(system) WifiService expire 1 line 07-31 04:25:04.699 432 432 I chatty : uid=1000 system_server expire 1 line 07-31 04:25:04.759 432 443 I chatty : uid=1000(system) Binder:432_1 expire 1 line 07-31 04:25:04.781 432 20402 I chatty : uid=1000(system) Binder:432_13 expire 1 line 07-31 04:25:05.325 432 20398 I chatty : uid=1000(system) Binder:432_F expire 7 lines 07-31 04:25:05.330 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:25:05.345 432 494 I chatty : uid=1000(system) ConnectivitySer expire 1 line 07-31 04:25:05.350 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 1 line 07-31 04:25:05.401 432 825 I chatty : uid=1000(system) Binder:432_5 expire 1 line 07-31 04:25:05.441 432 20721 I chatty : uid=1000(system) Binder:432_1D expire 1 line 07-31 04:25:05.843 432 446 I chatty : uid=1000(system) ActivityManager expire 6 lines 07-31 04:25:05.886 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 04:25:07.138 432 1982 I chatty : uid=1000(system) Binder:432_A expire 1 line 07-31 04:25:07.616 29212 29212 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@a996b3a 07-31 04:25:10.318 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:25:11.553 432 20401 I chatty : uid=1000(system) Binder:432_12 expire 1 line 07-31 04:25:12.371 31016 31016 V FingerprintManager: FingerprintManagerService was null 07-31 04:25:24.407 432 20607 I chatty : uid=1000(system) Binder:432_15 expire 1 line 07-31 04:25:27.512 432 446 I chatty : uid=1000(system) ActivityManager expire 10 lines 07-31 04:25:28.376 432 1074 I chatty : uid=1000(system) Binder:432_8 expire 2 lines 07-31 04:25:28.567 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:25:30.830 432 20399 I chatty : uid=1000(system) Binder:432_10 expire 1 line 07-31 04:25:38.656 432 481 I chatty : uid=1000(system) InputReader expire 2 lines 07-31 04:25:40.277 432 455 I chatty : uid=1000(system) PowerManagerSer expire 1 line 07-31 04:25:47.403 432 447 I chatty : uid=1000(system) android.ui expire 1 line 07-31 04:25:50.551 432 446 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:25:50.826 432 2150 I chatty : uid=1000(system) Binder:432_B expire 23 lines 07-31 04:25:51.805 432 20716 I chatty : uid=1000(system) Binder:432_18 expire 1 line 07-31 04:25:52.974 432 489 I chatty : uid=1000(system) WifiService expire 1 line 07-31 04:25:58.137 432 19497 I chatty : uid=1000(system) Binder:432_D expire 2 lines 07-31 04:26:04.574 432 20402 I chatty : uid=1000(system) Binder:432_13 expire 1 line 07-31 04:26:06.818 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:26:10.313 432 446 I chatty : uid=1000(system) ActivityManager expire 5 lines 07-31 04:26:17.474 432 453 I chatty : uid=1000(system) android.display expire 2 lines 07-31 04:26:35.069 432 480 I chatty : uid=1000(system) InputDispatcher expire 1 line 07-31 04:27:05.587 432 20401 I chatty : uid=1000(system) Binder:432_12 expire 1 line 07-31 04:27:30.891 432 20398 I chatty : uid=1000(system) Binder:432_F expire 22 lines 07-31 04:27:31.960 432 446 I chatty : uid=1000(system) ActivityManager expire 6 lines 07-31 04:27:40.012 432 20721 I chatty : uid=1000(system) Binder:432_1D expire 1 line 07-31 04:27:54.415 432 449 I chatty : uid=1000(system) batterystats-sy expire 4 lines 07-31 04:28:27.120 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:28:35.145 432 20722 I chatty : uid=1000(system) Binder:432_1E expire 27 lines 07-31 04:28:35.566 432 446 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:28:36.669 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 4 lines 07-31 04:29:35.438 432 446 I chatty : uid=1000(system) ActivityManager expire 4 lines 07-31 04:29:41.634 432 453 I chatty : uid=1000(system) android.display expire 8 lines 07-31 04:29:41.734 432 447 I chatty : uid=1000(system) android.ui expire 1 line 07-31 04:30:01.207 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:30:01.575 432 1060 I chatty : uid=1000(system) Binder:432_7 expire 27 lines 07-31 04:30:01.989 432 446 I chatty : uid=1000(system) ActivityManager expire 7 lines 07-31 04:30:03.587 432 453 I chatty : uid=1000(system) android.display expire 7 lines 07-31 04:30:25.925 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:30:27.395 432 489 I chatty : uid=1000(system) WifiService expire 1 line 07-31 04:30:27.397 432 20608 I chatty : uid=1000(system) Binder:432_16 expire 1 line 07-31 04:30:28.214 432 432 I chatty : uid=1000 system_server expire 1 line 07-31 04:30:28.214 432 1090 I chatty : uid=1000(system) Binder:432_9 expire 1 line 07-31 04:30:28.702 432 20723 I chatty : uid=1000(system) Binder:432_1F expire 1 line 07-31 04:30:28.724 432 617 I chatty : uid=1000(system) Binder:432_3 expire 1 line 07-31 04:30:28.772 432 20399 I chatty : uid=1000(system) Binder:432_10 expire 1 line 07-31 04:30:28.786 432 20716 I chatty : uid=1000(system) Binder:432_18 expire 1 line 07-31 04:30:28.815 432 20398 I chatty : uid=1000(system) Binder:432_F expire 1 line 07-31 04:30:28.838 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 1 line 07-31 04:30:29.141 432 20722 I chatty : uid=1000(system) Binder:432_1E expire 1 line 07-31 04:30:30.152 432 494 I chatty : uid=1000(system) ConnectivitySer expire 1 line 07-31 04:30:30.156 432 446 I chatty : uid=1000(system) ActivityManager expire 22 lines 07-31 04:30:30.301 432 1051 I chatty : uid=1000(system) Binder:432_6 expire 8 lines 07-31 04:30:30.302 432 448 I chatty : uid=1000(system) ActivityManager expire 2 lines 07-31 04:30:33.217 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:30:34.890 432 432 I chatty : uid=1000 system_server expire 1 line 07-31 04:30:34.944 31333 31333 V FingerprintManager: FingerprintManagerService was null 07-31 04:30:51.787 432 20718 I chatty : uid=1000(system) Binder:432_1A expire 1 line 07-31 04:31:02.874 432 481 I chatty : uid=1000(system) InputReader expire 1 line 07-31 04:31:03.431 432 455 I chatty : uid=1000(system) PowerManagerSer expire 1 line 07-31 04:31:08.722 432 453 I chatty : uid=1000(system) android.display expire 1 line 07-31 04:31:12.363 432 20719 I chatty : uid=1000(system) Binder:432_1B expire 1 line 07-31 04:31:12.366 432 20723 I chatty : uid=1000(system) Binder:432_1F expire 1 line 07-31 04:31:12.366 432 20721 I chatty : uid=1000(system) Binder:432_1D expire 7 lines 07-31 04:31:12.378 432 1051 I chatty : uid=1000(system) Binder:432_6 expire 1 line 07-31 04:31:12.399 432 448 I chatty : uid=1000(system) ActivityManager expire 2 lines 07-31 04:31:12.940 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 04:31:14.661 31394 31394 V FingerprintManager: FingerprintManagerService was null 07-31 04:31:17.941 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:31:20.266 432 617 I chatty : uid=1000(system) Binder:432_3 expire 1 line 07-31 04:31:25.118 432 481 I chatty : uid=1000(system) InputReader expire 1 line 07-31 04:31:25.119 432 455 I chatty : uid=1000(system) PowerManagerSer expire 3 lines 07-31 04:31:25.729 432 20715 I chatty : uid=1000(system) Binder:432_17 expire 1 line 07-31 04:31:26.025 432 453 I chatty : uid=1000(system) android.display expire 1 line 07-31 04:31:26.727 432 447 I chatty : uid=1000(system) android.ui expire 1 line 07-31 04:31:27.646 432 446 I chatty : uid=1000(system) ActivityManager expire 11 lines 07-31 04:31:40.072 432 444 I chatty : uid=1000(system) Binder:432_2 expire 21 lines 07-31 04:31:40.883 432 20722 I chatty : uid=1000(system) Binder:432_1E expire 6 lines 07-31 04:31:42.772 432 20716 I chatty : uid=1000(system) Binder:432_18 expire 7 lines 07-31 04:31:42.938 432 20401 I chatty : uid=1000(system) Binder:432_12 expire 7 lines 07-31 04:31:43.068 432 453 I chatty : uid=1000(system) android.display expire 46 lines 07-31 04:31:43.346 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 7 lines 07-31 04:31:43.468 432 20607 I chatty : uid=1000(system) Binder:432_15 expire 1 line 07-31 04:31:43.790 432 453 I chatty : uid=1000(system) android.display expire 51 lines 07-31 04:31:43.819 432 1074 I chatty : uid=1000(system) Binder:432_8 expire 7 lines 07-31 04:31:44.385 432 1982 I chatty : uid=1000(system) Binder:432_A expire 7 lines 07-31 04:31:44.665 432 489 I chatty : uid=1000(system) WifiService expire 1 line 07-31 04:31:44.720 432 453 I chatty : uid=1000(system) android.display expire 52 lines 07-31 04:31:45.237 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 7 lines 07-31 04:31:45.443 432 444 I chatty : uid=1000(system) Binder:432_2 expire 7 lines 07-31 04:31:45.604 432 453 I chatty : uid=1000(system) android.display expire 124 lines 07-31 04:31:46.870 432 447 I chatty : uid=1000(system) android.ui expire 7 lines 07-31 04:31:47.421 432 453 I chatty : uid=1000(system) android.display expire 55 lines 07-31 04:31:47.920 432 446 I chatty : uid=1000(system) ActivityManager expire 2 lines 07-31 04:31:48.106 432 453 I chatty : uid=1000(system) android.display expire 114 lines 07-31 04:31:48.960 432 20608 I chatty : uid=1000(system) Binder:432_16 expire 14 lines 07-31 04:31:49.762 432 453 I chatty : uid=1000(system) android.display expire 81 lines 07-31 04:31:50.807 432 20403 I chatty : uid=1000(system) Binder:432_14 expire 7 lines 07-31 04:31:51.163 432 453 I chatty : uid=1000(system) android.display expire 190 lines 07-31 04:31:54.085 432 20716 I chatty : uid=1000(system) Binder:432_18 expire 14 lines 07-31 04:31:54.208 432 446 I chatty : uid=1000(system) ActivityManager expire 5 lines 07-31 04:31:54.341 432 453 I chatty : uid=1000(system) android.display expire 8 lines 07-31 04:31:54.452 432 20402 I chatty : uid=1000(system) Binder:432_13 expire 7 lines 07-31 04:31:54.523 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 04:31:55.028 432 20722 I chatty : uid=1000(system) Binder:432_1E expire 1 line 07-31 04:31:58.589 30801 30801 W ViewRootImpl[WatchWhileActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=321.48584, y[0]=380.23535, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=12, eventTime=11258614, downTime=11258468, deviceId=1, source=0x1002 } 07-31 04:31:58.589 30801 30801 W ViewRootImpl[WatchWhileActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=321.48584, y[0]=380.23535, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=11258624, downTime=11258468, deviceId=1, source=0x1002 } 07-31 04:31:58.590 30801 30801 W ViewRootImpl[WatchWhileActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=312.49463, y[0]=525.0468, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=11258803, downTime=11258803, deviceId=1, source=0x1002 } 07-31 04:31:58.590 30801 30801 W ViewRootImpl[WatchWhileActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=294.5122, y[0]=474.11316, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=13, eventTime=11258960, downTime=11258803, deviceId=1, source=0x1002 } 07-31 04:32:05.085 432 20717 I chatty : uid=1000(system) Binder:432_19 expire 1 line 07-31 04:32:13.178 30801 30801 W ViewRootImpl[WatchWhileActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=422.38733, y[0]=209.45773, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=23, eventTime=11272771, downTime=11272503, deviceId=1, source=0x1002 } 07-31 04:32:13.178 30801 30801 W ViewRootImpl[WatchWhileActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=422.38733, y[0]=209.45773, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=11272796, downTime=11272503, deviceId=1, source=0x1002 } 07-31 04:32:21.601 432 446 I chatty : uid=1000(system) ActivityManager expire 3 lines 07-31 04:32:21.645 432 444 I chatty : uid=1000(system) Binder:432_2 expire 23 lines 07-31 04:32:21.830 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:32:22.425 432 446 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:32:24.089 432 432 I chatty : uid=1000 system_server expire 2 lines 07-31 04:32:30.036 432 455 I chatty : uid=1000(system) PowerManagerSer expire 4 lines 07-31 04:33:03.346 432 20608 I chatty : uid=1000(system) Binder:432_16 expire 1 line 07-31 04:33:17.096 432 486 I chatty : uid=1000(system) NetworkStats expire 1 line 07-31 04:33:21.222 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 2 lines 07-31 04:33:21.225 432 452 I chatty : uid=1000(system) android.io expire 3 lines 07-31 04:33:28.035 432 19497 I chatty : uid=1000(system) Binder:432_D expire 5 lines 07-31 04:33:39.116 432 446 I chatty : uid=1000(system) ActivityManager expire 4 lines 07-31 04:33:45.636 432 617 I chatty : uid=1000(system) Binder:432_3 expire 21 lines 07-31 04:33:45.833 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:33:46.256 432 446 I chatty : uid=1000(system) ActivityManager expire 5 lines 07-31 04:33:48.111 432 20716 I chatty : uid=1000(system) Binder:432_18 expire 6 lines 07-31 04:33:50.783 432 766 I chatty : uid=1000(system) Binder:432_4 expire 2 lines 07-31 04:33:53.792 432 19497 I chatty : uid=1000(system) Binder:432_D expire 1 line 07-31 04:33:54.825 432 486 I chatty : uid=1000(system) NetworkStats expire 1 line 07-31 04:33:57.965 432 20721 I chatty : uid=1000(system) Binder:432_1D expire 1 line 07-31 04:34:02.987 432 446 I chatty : uid=1000(system) ActivityManager expire 4 lines 07-31 04:34:03.223 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:34:03.654 432 20011 I chatty : uid=1000(system) Binder:432_E expire 5 lines 07-31 04:34:29.350 432 432 I chatty : uid=1000 system_server expire 3 lines 07-31 04:34:29.992 432 452 I chatty : uid=1000(system) android.io expire 10 lines 07-31 04:34:43.538 432 825 I chatty : uid=1000(system) Binder:432_5 expire 3 lines 07-31 04:34:45.220 432 1074 I chatty : uid=1000(system) Binder:432_8 expire 2 lines 07-31 04:34:45.658 432 446 I chatty : uid=1000(system) ActivityManager expire 4 lines 07-31 04:34:47.816 432 1051 I chatty : uid=1000(system) Binder:432_6 expire 36 lines 07-31 04:34:48.316 432 446 I chatty : uid=1000(system) ActivityManager expire 5 lines 07-31 04:35:05.069 432 766 I chatty : uid=1000(system) Binder:432_4 expire 1 line 07-31 04:35:15.248 432 480 I chatty : uid=1000(system) InputDispatcher expire 2 lines 07-31 04:35:17.658 31651 31651 W ViewRootImpl[Settings$BluetoothSettingsActivity]: Dropping event due to no window focus: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0xc8, repeatCount=1, eventTime=11450993, downTime=11450586, deviceId=-1, source=0x101 } 07-31 04:35:17.666 31651 31651 W ViewRootImpl[Settings$BluetoothSettingsActivity]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=11455883, downTime=11450586, deviceId=-1, source=0x101 } 07-31 04:35:17.666 31651 31651 W ViewRootImpl[Settings$BluetoothSettingsActivity]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=11455883, downTime=11450586, deviceId=-1, source=0x101 } 07-31 04:35:17.666 31651 31651 W ViewRootImpl[Settings$BluetoothSettingsActivity]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=11455883, downTime=11450586, deviceId=-1, source=0x101 } 07-31 04:35:17.666 31651 31651 W ViewRootImpl[Settings$BluetoothSettingsActivity]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=11455883, downTime=11450586, deviceId=-1, source=0x101 } 07-31 04:35:17.667 31651 31651 W ViewRootImpl[Settings$BluetoothSettingsActivity]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=11455883, downTime=11450586, deviceId=-1, source=0x101 } 07-31 04:35:17.667 31651 31651 W ViewRootImpl[Settings$BluetoothSettingsActivity]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=11455883, downTime=11450586, deviceId=-1, source=0x101 } 07-31 04:35:17.667 31651 31651 W ViewRootImpl[Settings$BluetoothSettingsActivity]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=11455883, downTime=11450586, deviceId=-1, source=0x101 } 07-31 04:35:17.667 31651 31651 W ViewRootImpl[Settings$BluetoothSettingsActivity]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=11455883, downTime=11450586, deviceId=-1, source=0x101 } 07-31 04:35:17.667 31651 31651 W ViewRootImpl[Settings$BluetoothSettingsActivity]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=11455883, downTime=11450586, deviceId=-1, source=0x101 } 07-31 04:35:31.447 432 448 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:35:31.470 432 19497 I chatty : uid=1000(system) Binder:432_D expire 1 line 07-31 04:35:31.480 432 2150 I chatty : uid=1000(system) Binder:432_B expire 1 line 07-31 04:35:31.483 432 1982 I chatty : uid=1000(system) Binder:432_A expire 7 lines 07-31 04:35:31.510 432 20721 I chatty : uid=1000(system) Binder:432_1D expire 1 line 07-31 04:35:31.540 432 1051 I chatty : uid=1000(system) Binder:432_6 expire 1 line 07-31 04:35:31.563 432 766 I chatty : uid=1000(system) Binder:432_4 expire 1 line 07-31 04:35:31.741 432 432 I chatty : uid=1000 system_server expire 4 lines 07-31 04:35:31.743 432 489 I chatty : uid=1000(system) WifiService expire 2 lines 07-31 04:35:31.754 432 20720 I chatty : uid=1000(system) Binder:432_1C expire 1 line 07-31 04:35:31.787 432 447 I chatty : uid=1000(system) android.ui expire 2 lines 07-31 04:35:31.852 432 20400 I chatty : uid=1000(system) Binder:432_11 expire 1 line 07-31 04:35:31.854 432 1090 I chatty : uid=1000(system) Binder:432_9 expire 1 line 07-31 04:35:31.978 432 494 I chatty : uid=1000(system) ConnectivitySer expire 1 line 07-31 04:35:32.022 432 453 I chatty : uid=1000(system) android.display expire 1 line 07-31 04:35:35.957 432 20716 I chatty : uid=1000(system) Binder:432_18 expire 1 line 07-31 04:35:36.588 31725 31725 V FingerprintManager: FingerprintManagerService was null 07-31 04:35:36.742 432 451 I chatty : uid=1000(system) android.fg expire 1 line 07-31 04:35:47.205 432 20717 I chatty : uid=1000(system) Binder:432_19 expire 1 line 07-31 04:35:57.002 432 1060 I chatty : uid=1000(system) Binder:432_7 expire 1 line 07-31 04:35:57.644 432 446 I chatty : uid=1000(system) ActivityManager expire 3 lines 07-31 04:36:08.987 432 2150 I ActivityManager: Setting hasTopUi=false for pid=31725 07-31 04:36:22.440 432 480 I WindowManager: Input event dispatching timed out sending to com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity. Reason: Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 29. Wait queue head age: 12679.1ms. 07-31 04:36:27.747 432 480 I WindowManager: Input event dispatching timed out sending to com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity. Reason: Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 29. Wait queue head age: 18058.3ms. --------- beginning of main 07-31 04:36:32.557 145 145 W : debuggerd: resuming target 638 07-31 04:36:33.337 432 442 I chatty : uid=1000(system) HeapTaskDaemon expire 14 lines 07-31 04:36:33.859 30023 30029 I art : Thread[3,tid=30029,WaitingInMainSignalCatcherLoop,Thread*=0x6b675d00,peer=0x22c00240,"Signal Catcher"]: reacting to signal 3 07-31 04:36:33.859 30023 30029 I art : 07-31 04:36:35.937 30023 30029 I art : Wrote stack traces to '/data/anr/traces.txt' 07-31 04:36:36.039 432 446 E ActivityManager: ANR in com.google.android.youtube (com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity) 07-31 04:36:36.039 432 446 E ActivityManager: PID: 30801 07-31 04:36:36.039 432 446 E ActivityManager: Reason: Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 29. Wait queue head age: 12679.1ms.) 07-31 04:36:36.039 432 446 E ActivityManager: Load: 5.54 / 7.34 / 7.19 07-31 04:36:36.039 432 446 E ActivityManager: CPU usage from 0ms to 13132ms later (2019-07-31 04:36:22.727 to 2019-07-31 04:36:35.860) with 99% awake: 07-31 04:36:36.039 432 446 E ActivityManager: 15% 432/system_server: 11% user + 3.2% kernel / faults: 3622 minor 50 major 07-31 04:36:36.039 432 446 E ActivityManager: 6% 96/mmcqd/0: 0% user + 6% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 5.9% 30801/com.google.android.youtube: 3.5% user + 2.3% kernel / faults: 3171 minor 85 major 07-31 04:36:36.039 432 446 E ActivityManager: 4.6% 36/kswapd0: 0% user + 4.6% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 3.2% 30023/com.android.chrome:sandboxed_process0: 1.5% user + 1.7% kernel / faults: 1498 minor 30 major 07-31 04:36:36.039 432 446 E ActivityManager: 2% 17/irq/199-msmdata: 0% user + 2% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 1.6% 31725/com.android.systemui: 1.2% user + 0.4% kernel / faults: 1328 minor 6 major 07-31 04:36:36.039 432 446 E ActivityManager: 1.5% 31681/com.google.android.gms.persistent: 0.6% user + 0.9% kernel / faults: 895 minor 64 major 07-31 04:36:36.039 432 446 E ActivityManager: 0.3% 691/com.android.phone: 0.3% user + 0% kernel / faults: 1375 minor 2 major 07-31 04:36:36.039 432 446 E ActivityManager: 0.9% 28485/kworker/u:1: 0% user + 0.9% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0.1% 1025/org.cyanogenmod.audiofx: 0.1% user + 0% kernel / faults: 1040 minor 1 major 07-31 04:36:36.039 432 446 E ActivityManager: 0.7% 30501/kworker/u:4: 0% user + 0.7% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0.6% 3/ksoftirqd/0: 0% user + 0.6% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0.2% 22949/kworker/0:0H: 0% user + 0.2% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0.2% 27752/ksoftirqd/1: 0% user + 0.2% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0.2% 31379/kworker/1:0H: 0% user + 0.2% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0.1% 26/cfinteractive: 0% user + 0.1% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0.1% 72/aid_a6_0: 0% user + 0.1% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0.1% 138/logd: 0.1% user + 0% kernel / faults: 6 minor 07-31 04:36:36.039 432 446 E ActivityManager: 0.1% 26194/kworker/0:4: 0% user + 0.1% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0.1% 29928/com.android.chrome: 0% user + 0% kernel / faults: 265 minor 8 major 07-31 04:36:36.039 432 446 E ActivityManager: 0% 7/kworker/u:0H: 0% user + 0% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0% 145/debuggerd: 0% user + 0% kernel / faults: 248 minor 07-31 04:36:36.039 432 446 E ActivityManager: 0% 161/ts_srv: 0% user + 0% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0% 164/surfaceflinger: 0% user + 0% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0% 175/mediadrmserver: 0% user + 0% kernel / faults: 128 minor 9 major 07-31 04:36:36.039 432 446 E ActivityManager: 0% 520/wpa_supplicant: 0% user + 0% kernel / faults: 65 minor 07-31 04:36:36.039 432 446 E ActivityManager: 0% 984/com.google.process.gapps: 0% user + 0% kernel / faults: 144 minor 07-31 04:36:36.039 432 446 E ActivityManager: 0% 19836/kworker/0:0: 0% user + 0% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 0% 30668/com.android.vending:instant_app_installer: 0% user + 0% kernel / faults: 37 minor 2 major 07-31 04:36:36.039 432 446 E ActivityManager: +0% 31840/kworker/1:2: 0% user + 0% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 99% TOTAL: 11% user + 12% kernel + 76% iowait + 0.1% softirq 07-31 04:36:36.039 432 446 E ActivityManager: CPU usage from 10538ms to 11071ms later (2019-07-31 04:36:33.266 to 2019-07-31 04:36:33.798): 07-31 04:36:36.039 432 446 E ActivityManager: 16% 432/system_server: 13% user + 3.7% kernel / faults: 50 minor 07-31 04:36:36.039 432 446 E ActivityManager: 9.2% 442/HeapTaskDaemon: 9.2% user + 0% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 5.5% 446/ActivityManager: 1.8% user + 3.7% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 1.8% 475/SensorService: 0% user + 1.8% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 5.2% 36/kswapd0: 0% user + 5.2% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 5.6% 96/mmcqd/0: 0% user + 5.6% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 1% 3/ksoftirqd/0: 0% user + 1% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 1.8% 17/irq/199-msmdata: 0% user + 1.8% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 1% 138/logd: 1% user + 0% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 1.1% 28485/kworker/u:1: 0% user + 1.1% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 1.2% 30023/com.android.chrome:sandboxed_process0: 1.2% user + 0% kernel / faults: 2 minor 07-31 04:36:36.039 432 446 E ActivityManager: 2.5% 30037/CrRendererMain: 1.2% user + 1.2% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 1.3% 30801/com.google.android.youtube: 0% user + 1.3% kernel / faults: 44 minor 7 major 07-31 04:36:36.039 432 446 E ActivityManager: 2.7% 30801/android.youtube: 0% user + 2.7% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 1.6% 31681/com.google.android.gms.persistent: 0% user + 1.6% kernel / faults: 8 minor 4 major 07-31 04:36:36.039 432 446 E ActivityManager: 1.6% 31681/.gms.persistent: 1.6% user + 0% kernel 07-31 04:36:36.039 432 446 E ActivityManager: 100% TOTAL: 7.9% user + 10% kernel + 81% iowait 07-31 04:36:37.839 432 446 I ActivityManager: Skipping duplicate ANR: ProcessRecord{7bf0d4a 30801:com.google.android.youtube/u0a88} Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 29. Wait queue head age: 18058.3ms.) 07-31 04:36:43.081 432 447 W ActivityManager: Force finishing activity com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity 07-31 04:36:43.184 432 447 I ActivityManager: Killing 30801:com.google.android.youtube/u0a88 (adj 0): user request after error 07-31 04:36:43.341 432 20399 I WindowManager: WIN DEATH: Window{30c775c u0 com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity} 07-31 04:36:43.345 432 20716 I chatty : uid=1000(system) Binder:432_18 expire 4 lines 07-31 04:36:43.355 432 20717 D ActivityManager: cleanUpApplicationRecord -- 30801 07-31 04:36:43.355 432 20721 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=67, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@933376a) 07-31 04:36:43.385 432 20401 I WindowManager: WIN DEATH: Window{4f7663e u0 SurfaceView - com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity} 07-31 04:36:43.917 432 20608 I WindowManager: WIN DEATH: Window{1729e0d u0 com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity} 07-31 04:36:43.917 432 20608 I chatty : uid=1000(system) Binder:432_16 expire 2 lines 07-31 04:36:44.026 432 494 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=67, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ] 07-31 04:36:44.111 432 20723 I chatty : uid=1000(system) Binder:432_1F expire 2 lines 07-31 04:36:44.119 432 453 W AppOps : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0 07-31 04:36:45.056 30282 30282 I chatty : uid=10019(com.android.vending) expire 30 lines 07-31 04:36:45.061 30282 30293 I chatty : uid=10019(com.android.vending) expire 5 lines 07-31 04:36:47.056 432 480 I chatty : uid=1000(system) InputDispatcher expire 19 lines 07-31 04:36:48.147 31681 31834 I chatty : uid=10015(com.google.android.gms) expire 1 line 07-31 04:36:48.149 31681 31787 I chatty : uid=10015(com.google.android.gms) expire 8 lines 07-31 04:36:49.694 31681 31681 I chatty : uid=10015(com.google.android.gms) expire 11 lines 07-31 04:36:50.775 31681 31805 I chatty : uid=10015(com.google.android.gms) expire 1 line 07-31 04:36:50.813 31681 31782 I chatty : uid=10015(com.google.android.gms) expire 2 lines 07-31 04:36:51.931 432 20398 I ActivityManager: Start proc 31875:com.google.android.youtube/u0a88 for service com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator 07-31 04:36:51.990 29212 31873 I chatty : uid=10015(com.google.android.gms) expire 4 lines 07-31 04:36:52.037 29212 31881 I chatty : uid=10015(com.google.android.gms) expire 1 line 07-31 04:36:52.062 29212 31883 I chatty : uid=10015(com.google.android.gms) expire 3 lines 07-31 04:36:52.443 432 20608 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.google.android.youtube cmp=com.google.android.youtube/.app.honeycomb.Shell$HomeActivity} from uid 10019 on display 0 07-31 04:36:52.768 30282 30407 I chatty : uid=10019(com.android.vending) expire 1 line 07-31 04:36:54.077 432 2150 I chatty : uid=1000(system) Binder:432_B expire 1 line 07-31 04:36:54.369 31681 31884 I chatty : uid=10015(com.google.android.gms) expire 1 line 07-31 04:36:55.070 31875 31875 I chatty : uid=10088(com.google.android.youtube) expire 35 lines 07-31 04:36:55.856 31875 31912 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:36:55.859 31875 31917 I chatty : uid=10088(com.google.android.youtube) expire 3 lines 07-31 04:36:55.891 31681 31785 I chatty : uid=10015(com.google.android.gms) expire 2 lines 07-31 04:36:55.895 31875 31890 I chatty : uid=10088(com.google.android.youtube) expire 51 lines 07-31 04:36:57.405 31681 31865 I chatty : uid=10015(com.google.android.gms) expire 3 lines 07-31 04:36:57.547 31875 31963 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:36:57.666 177 594 I QualcommCameraHardware: Found a matching camera info for ID 0 07-31 04:36:57.666 177 594 I QualcommCameraHardware: HAL_getCameraInfo: orientation = 90 07-31 04:36:57.666 177 594 I CameraHAL: Returning param preview_mode mode 0 07-31 04:36:57.666 177 594 I CameraHAL: camera_get_camera_info: id:0 faceing:1 orientation: 90 07-31 04:36:57.834 432 20716 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x4000000 pkg=com.google.android.youtube cmp=com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity (has extras)} from uid 10088 on display 0 07-31 04:36:57.934 29212 30110 I chatty : uid=10015(com.google.android.gms) highpool[4] expire 3 lines 07-31 04:36:57.938 29212 29223 I chatty : uid=10015(com.google.android.gms) HeapTaskDaemon expire 8 lines 07-31 04:36:58.096 31681 31821 I chatty : uid=10015(com.google.android.gms) expire 7 lines 07-31 04:36:58.211 31875 31954 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:36:58.285 31681 31784 I chatty : uid=10015(com.google.android.gms) expire 3 lines 07-31 04:36:58.359 31875 31989 I chatty : uid=10088(com.google.android.youtube) expire 3 lines 07-31 04:36:58.555 31875 31914 I chatty : uid=10088(com.google.android.youtube) expire 12 lines 07-31 04:36:58.907 31875 31880 I chatty : uid=10088(com.google.android.youtube) expire 31 lines 07-31 04:36:58.951 31681 31692 I chatty : uid=10015(com.google.android.gms) expire 8 lines 07-31 04:36:59.619 29928 32007 W cr_ChromeGcmListener: Error in sending message. Message id: 6678c690-3694-491f-93d7-e52ef6c41492 Error: SERVICE_NOT_AVAILABLE 07-31 04:37:00.598 31875 31964 I chatty : uid=10088(com.google.android.youtube) expire 4 lines 07-31 04:37:01.292 29212 30378 I chatty : uid=10015(com.google.android.gms) lowpool[7] expire 4 lines 07-31 04:37:02.494 432 446 W ActivityManager: Launch timeout has expired, giving up wake lock! 07-31 04:37:02.510 30282 31856 I chatty : uid=10019(com.android.vending) expire 5 lines 07-31 04:37:02.728 31875 31937 I chatty : uid=10088(com.google.android.youtube) expire 2 lines 07-31 04:37:02.742 31875 31940 I chatty : uid=10088(com.google.android.youtube) expire 3 lines 07-31 04:37:03.161 30282 32024 I chatty : uid=10019(com.android.vending) expire 10 lines 07-31 04:37:03.615 30282 31855 I chatty : uid=10019(com.android.vending) expire 3 lines 07-31 04:37:03.911 29212 29282 I chatty : uid=10015(com.google.android.gms) lowpool[1] expire 10 lines 07-31 04:37:04.617 432 20399 I ActivityManager: Start proc 32045:com.google.android.music:main/u0a11 for service com.google.android.music/.sync.google.MusicGcmTaskService 07-31 04:37:04.839 31875 31938 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:37:05.592 32045 32045 I chatty : uid=10011 com.google.android.music:main expire 35 lines 07-31 04:37:06.642 31681 31790 I chatty : uid=10015(com.google.android.gms) expire 1 line 07-31 04:37:06.748 31875 31888 I chatty : uid=10088(com.google.android.youtube) expire 2 lines 07-31 04:37:07.526 31875 32073 I chatty : uid=10088(com.google.android.youtube) expire 4 lines 07-31 04:37:07.859 29212 31882 I chatty : uid=10015(com.google.android.gms) expire 1 line 07-31 04:37:07.920 32073 32073 I chatty : uid=10088(com.google.android.youtube) expire 3 lines 07-31 04:37:08.584 32045 32072 I chatty : uid=10011(com.google.android.music) BGAsyncWorker expire 1 line 07-31 04:37:10.201 32045 32056 I chatty : uid=10011(com.google.android.music) HeapTaskDaemon expire 1 line 07-31 04:37:11.412 31875 31931 I chatty : uid=10088(com.google.android.youtube) expire 2 lines 07-31 04:37:16.578 30282 30282 I chatty : uid=10019(com.android.vending) expire 11 lines 07-31 04:37:18.214 31875 32084 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:37:19.196 432 446 W ActivityManager: Activity destroy timeout for ActivityRecord{a21af73 u0 com.google.android.youtube/.app.honeycomb.Shell$HomeActivity t198 f} 07-31 04:37:22.046 32045 32091 I chatty : uid=10011 com.google.android.music:main expire 2 lines 07-31 04:37:22.702 32045 32098 I chatty : uid=10011(com.google.android.music) GAC_Executor[0] expire 5 lines 07-31 04:37:22.784 32045 32054 I chatty : uid=10011(com.google.android.music) FinalizerDaemon expire 2 lines 07-31 04:37:24.440 32045 32045 D MusicLifecycle: com.google.android.music.download.EncapsulatedBroadcastReceiver$1 generated event: Broadcast received with context com.google.android.music.ui.PhoneMusicApplication@3728273 and intent Intent { act=com.google.android.music.ResumeStorageMigration flg=0x10 (has extras) } 07-31 04:37:24.451 32045 32045 D MusicLifecycle: com.google.android.music.sync.SyncAdapterService generated event: Service created 07-31 04:37:25.017 32045 32045 D MusicLifecycle: com.google.android.music.download.EncapsulatedBroadcastReceiver$1 generated event: Broadcast received with context com.google.android.music.ui.PhoneMusicApplication@3728273 and intent Intent { act=com.google.android.music.download.keepon.KeeponSchedulingService.START_DOWNLOAD flg=0x10 } 07-31 04:37:25.042 32045 32045 I NetworkPolicyMonitor: Stream-ability status changed to (true) unmetered wifi/eth: false mobileOrMetered: true 07-31 04:37:25.357 32045 32107 D MusicLifecycle: com.google.android.music.sync.google.MusicSyncAdapter generated event: Sync started 07-31 04:37:25.401 32045 32097 D AwarenessRouter: 0 new fences 07-31 04:37:26.916 32045 32056 W art : Suspending all threads took: 287.109ms 07-31 04:37:27.284 32045 32097 D AwarenessRouter: 0 fences already registered 07-31 04:37:27.465 32045 32045 D MusicLifecycle: com.google.android.music.autocache.AutoCacheSchedulingService$EnablingReceiver generated event: Broadcast received with context android.app.ReceiverRestrictedContext@88e4389 and intent Intent { act=com.google.android.music.START_DOWNLOAD_SCHEDULING flg=0x10 cmp=com.google.android.music/.autocache.AutoCacheSchedulingService$EnablingReceiver } 07-31 04:37:27.659 984 995 I chatty : uid=10015(com.google.android.gms) HeapTaskDaemon expire 3 lines 07-31 04:37:27.697 32045 32097 D AwarenessRouter: Successfully removed 0 context fences 07-31 04:37:28.333 32045 32045 D MusicLifecycle: com.google.android.music.autocache.AutoCacheSchedulingService generated event: Service created 07-31 04:37:28.380 32045 32045 D MusicLifecycle: com.google.android.music.autocache.AutoCacheSchedulingService generated event: Service started with intent Intent { act=com.google.android.music.leanback.APP_IN_USE cmp=com.google.android.music/.autocache.AutoCacheSchedulingService (has extras) } 07-31 04:37:28.477 32045 32111 I art : Starting a blocking GC Alloc 07-31 04:37:28.477 32045 32111 I art : Starting a blocking GC Alloc 07-31 04:37:28.478 32045 32107 I art : Waiting for a blocking GC Alloc 07-31 04:37:29.106 32045 32045 I art : Waiting for a blocking GC Alloc 07-31 04:37:29.106 32045 32111 W art : Suspending all threads took: 627.349ms 07-31 04:37:29.166 32045 32107 I art : WaitForGcToComplete blocked for 687.896ms for cause Alloc 07-31 04:37:29.166 32045 32107 I art : Starting a blocking GC Alloc 07-31 04:37:29.167 32045 32045 I art : WaitForGcToComplete blocked for 61.676ms for cause Alloc 07-31 04:37:29.167 32045 32045 I art : Starting a blocking GC Alloc 07-31 04:37:29.168 32045 32045 D MusicLifecycle: com.google.android.music.wear.WearBroadcastReceiver generated event: Broadcast received with context android.app.ReceiverRestrictedContext@88e4389 and intent Intent { act=com.google.android.music.START_DOWNLOAD_SCHEDULING flg=0x10 cmp=com.google.android.music/.wear.WearBroadcastReceiver } 07-31 04:37:29.219 32045 32111 I MusicLeanback: Conditions not met for autocaching. okToAttempt=false 07-31 04:37:29.219 32045 32111 I MusicLeanback: Stop autocaching. 07-31 04:37:29.305 32045 32045 D MusicLifecycle: com.google.android.music.autocache.AutoCacheSchedulingService generated event: Service destroyed 07-31 04:37:29.379 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:37:29.384 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:37:29.385 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:37:29.387 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:37:32.356 29212 29278 I chatty : uid=10015(com.google.android.gms) highpool[0] expire 8 lines 07-31 04:37:32.901 29212 30377 I chatty : uid=10015(com.google.android.gms) lowpool[6] expire 10 lines 07-31 04:37:35.167 31681 31809 I chatty : uid=10015(com.google.android.gms) expire 1 line 07-31 04:37:35.175 32045 32045 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:37:38.772 32045 32118 E GmsUtils: Failed to connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null} 07-31 04:37:38.915 32045 32096 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: 41 07-31 04:37:38.923 32045 32045 D MusicLifecycle: com.google.android.music.download.EncapsulatedBroadcastReceiver$1 generated event: Broadcast received with context com.google.android.music.ui.PhoneMusicApplication@3728273 and intent Intent { act=com.google.android.music.IMPORT_COMPLETE flg=0x10 } 07-31 04:37:41.410 432 480 I chatty : uid=1000(system) InputDispatcher expire 61 lines 07-31 04:37:41.907 31875 31890 I chatty : uid=10088(com.google.android.youtube) expire 13 lines 07-31 04:37:42.309 32045 32045 D MusicLifecycle: com.google.android.music.wear.WearBroadcastReceiver generated event: Broadcast received with context android.app.ReceiverRestrictedContext@88e4389 and intent Intent { act=com.google.android.music.IMPORT_COMPLETE flg=0x10 cmp=com.google.android.music/.wear.WearBroadcastReceiver } 07-31 04:37:42.790 31875 31875 I chatty : uid=10088(com.google.android.youtube) expire 21 lines 07-31 04:37:43.465 432 20721 I chatty : uid=1000(system) Binder:432_1D expire 2 lines 07-31 04:37:43.479 432 20402 I chatty : uid=1000(system) Binder:432_13 expire 2 lines 07-31 04:37:43.500 432 19497 I chatty : uid=1000(system) Binder:432_D expire 1 line 07-31 04:37:43.717 432 20724 I chatty : uid=1000(system) Binder:432_20 expire 1 line 07-31 04:37:44.863 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:37:44.869 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:37:44.870 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:37:44.886 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:37:46.083 31681 31694 I chatty : uid=10015(com.google.android.gms) expire 1 line 07-31 04:37:46.087 32045 32045 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:37:46.090 32045 32125 E GmsUtils: Failed to connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null} 07-31 04:37:48.213 31875 32123 I chatty : uid=10088(com.google.android.youtube) expire 19 lines 07-31 04:37:49.560 432 1051 I chatty : uid=1000(system) Binder:432_6 expire 1 line 07-31 04:37:50.259 432 20607 I chatty : uid=1000(system) Binder:432_15 expire 1 line 07-31 04:37:58.193 177 367 I MediaPlayerService: MediaPlayerService::getOMX 07-31 04:37:58.257 31875 32129 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:38:00.310 31875 32127 I chatty : uid=10088(com.google.android.youtube) expire 5 lines 07-31 04:38:01.613 174 32130 I chatty : uid=1046(mediacodec) expire 1 line 07-31 04:38:01.682 23130 23130 I chatty : uid=1046(mediacodec) Binder:174_5 expire 3 lines 07-31 04:38:01.693 177 367 I MediaPlayerService: MediaPlayerService::getOMX 07-31 04:38:01.694 31875 32133 I chatty : uid=10088(com.google.android.youtube) expire 6 lines 07-31 04:38:01.696 174 23130 I chatty : uid=1046(mediacodec) Binder:174_5 expire 3 lines 07-31 04:38:01.754 31875 32132 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:38:01.758 174 26138 I chatty : uid=1046(mediacodec) Binder:174_7 expire 6 lines 07-31 04:38:01.760 174 174 I chatty : uid=1046(mediacodec) expire 5 lines 07-31 04:38:01.778 174 188 I chatty : uid=1046(mediacodec) Binder:174_1 expire 4 lines 07-31 04:38:01.785 174 30995 I chatty : uid=1046(mediacodec) Binder:174_8 expire 2 lines 07-31 04:38:01.898 174 895 I chatty : uid=1046(mediacodec) Binder:174_3 expire 2 lines 07-31 04:38:01.901 174 19036 I chatty : uid=1046(mediacodec) Binder:174_4 expire 2 lines 07-31 04:38:01.921 174 595 I chatty : uid=1046(mediacodec) Binder:174_2 expire 2 lines 07-31 04:38:01.924 174 25054 I chatty : uid=1046(mediacodec) Binder:174_6 expire 1 line 07-31 04:38:01.961 174 25054 E OMX-VDEC-1080P: (10237) - 07-31 04:38:01.961 174 25054 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:01.964 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:38:01.964 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:01.971 174 19036 E OMX-VDEC-1080P: (10237) - 07-31 04:38:01.971 174 19036 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:01.975 174 30995 E OMX-VDEC-1080P: (10237) - 07-31 04:38:01.975 174 30995 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:01.986 174 23130 E OMX-VDEC-1080P: (10237) - 07-31 04:38:01.986 174 23130 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:01.989 174 26138 E OMX-VDEC-1080P: (10237) - 07-31 04:38:01.989 174 26138 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:01.993 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:38:01.993 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:01.997 174 174 E OMX-VDEC-1080P: (10237) - 07-31 04:38:01.997 174 174 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.003 174 595 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.003 174 595 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.006 174 25054 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.006 174 25054 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.037 174 19036 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.037 174 19036 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.055 174 32134 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.055 174 32134 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.057 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.057 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.058 174 19036 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.058 174 19036 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.064 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.064 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.069 174 30995 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.069 174 30995 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.069 174 30995 E OMX-VDEC-1080P: (10090) - GET_MV_BUFFER_SIZE returned: Size: 65536 and alignment: 8192 07-31 04:38:02.075 174 23130 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.075 174 23130 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.078 174 26138 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.078 174 26138 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.082 174 174 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.082 174 174 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.085 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.085 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.089 174 25054 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.089 174 25054 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.094 174 19036 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.094 174 19036 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.097 174 595 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.097 174 595 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.101 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:38:02.101 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:38:02.602 432 480 I chatty : uid=1000(system) InputDispatcher expire 108 lines 07-31 04:38:03.602 432 490 I chatty : uid=1000(system) WifiStateMachin expire 2 lines 07-31 04:38:05.399 432 451 E NetdConnector: NDC event {600 Iface linkstate wlan0 up} took too long: 1001ms 07-31 04:38:05.966 432 446 W ActivityManager: Timeout executing service: ServiceRecord{7bb8bd u0 com.google.android.youtube/com.google.android.libraries.youtube.player.background.service.BackgroundPlayerService} 07-31 04:38:05.988 432 480 I WindowManager: Input event dispatching timed out sending to com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity. Reason: Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 44. Wait queue head age: 5270.8ms. 07-31 04:38:08.116 432 451 E NetdConnector: NDC event {614 Address updated 2600:1004:b10b:b9e:21d:feff:feed:c164/64 wlan0 0 0} took too long: 558ms 07-31 04:38:08.167 432 492 I chatty : uid=1000(system) WifiScanningSer expire 1 line 07-31 04:38:08.169 432 490 W AlarmManager: No in-flight alarm for listener android.app.AlarmManager$ListenerWrapper@b271d3 07-31 04:38:08.399 432 491 I chatty : uid=1000(system) IpManager.wlan0 expire 1 line 07-31 04:38:15.683 31875 31885 I chatty : uid=10088(com.google.android.youtube) expire 5 lines 07-31 04:38:16.529 31875 32123 I chatty : uid=10088(com.google.android.youtube) expire 10 lines 07-31 04:38:16.533 170 209 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 07-31 04:38:16.613 170 209 V audio_hw_primary: start_output_stream 07-31 04:38:16.651 170 209 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000 07-31 04:38:16.651 170 209 I audio_hw_primary: audio_route_apply_path: headphone-disable 07-31 04:38:16.651 170 209 I audio_hw_primary: audio_route_apply_path: speaker-enable 07-31 04:38:16.653 170 209 I audio_hw_primary: audio_route_apply_path: out-enable 07-31 04:38:16.699 432 437 I chatty : uid=1000(system) Signal Catcher expire 3 lines 07-31 04:38:16.836 170 209 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(54) 07-31 04:38:17.699 1025 1049 I art : Thread[3,tid=1049,WaitingInMainSignalCatcherLoop,Thread*=0x6b675d00,peer=0x12c210d0,"Signal Catcher"]: reacting to signal 3 07-31 04:38:17.700 1025 1049 I art : 07-31 04:38:17.864 170 209 I AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0x75d83fc0 07-31 04:38:20.270 170 209 V audio_hw_primary: do_out_standby 07-31 04:38:20.436 170 209 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000 07-31 04:38:20.436 170 209 I audio_hw_primary: audio_route_apply_path: speaker-disable 07-31 04:38:20.438 170 209 I audio_hw_primary: audio_route_apply_path: headphone-disable 07-31 04:38:20.438 170 209 I audio_hw_primary: audio_route_apply_path: out-disable 07-31 04:38:20.632 1025 1049 I art : Wrote stack traces to '/data/anr/traces.txt' 07-31 04:38:20.723 691 704 I art : Thread[3,tid=704,WaitingInMainSignalCatcherLoop,Thread*=0x6b675d00,peer=0x12c00e50,"Signal Catcher"]: reacting to signal 3 07-31 04:38:20.723 691 704 I art : 07-31 04:38:21.723 31725 31731 I art : Thread[3,tid=31731,WaitingInMainSignalCatcherLoop,Thread*=0x6b675d00,peer=0x12c134c0,"Signal Catcher"]: reacting to signal 3 07-31 04:38:21.723 31725 31731 I art : 07-31 04:38:21.779 31875 31875 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:38:22.033 432 475 I chatty : uid=1000(system) SensorService expire 1 line 07-31 04:38:22.271 691 704 I art : Wrote stack traces to '/data/anr/traces.txt' 07-31 04:38:22.286 145 145 W : debuggerd: handling request: pid=164 uid=1000 gid=1003 tid=164 07-31 04:38:22.655 31725 31731 I art : Wrote stack traces to '/data/anr/traces.txt' 07-31 04:38:22.960 145 145 W : debuggerd: resuming target 164 07-31 04:38:22.961 145 145 W : debuggerd: handling request: pid=170 uid=1041 gid=1005 tid=170 07-31 04:38:23.749 432 432 E JobServiceContext: No response from client for onStartJob '335e91e #u0a19/9009 com.android.vending/com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService 07-31 04:38:24.302 432 445 I chatty : uid=1000(system) android.bg expire 3 lines 07-31 04:38:24.659 32045 32045 D MusicLifecycle: com.google.android.music.sync.SyncAdapterService generated event: Service destroyed 07-31 04:38:24.781 145 145 W : debuggerd: resuming target 170 07-31 04:38:24.782 145 145 W : debuggerd: handling request: pid=171 uid=1019 gid=1019 tid=171 07-31 04:38:25.019 145 145 W : debuggerd: resuming target 171 07-31 04:38:25.021 145 145 W : debuggerd: handling request: pid=174 uid=1046 gid=1006 tid=174 07-31 04:38:25.680 145 145 W : debuggerd: resuming target 174 07-31 04:38:25.683 145 145 W : debuggerd: handling request: pid=175 uid=1013 gid=1031 tid=175 07-31 04:38:26.784 145 145 W : debuggerd: resuming target 175 07-31 04:38:26.889 145 145 W : debuggerd: handling request: pid=176 uid=1040 gid=1026 tid=176 07-31 04:38:27.425 145 145 W : debuggerd: resuming target 176 07-31 04:38:27.427 145 145 W : debuggerd: handling request: pid=177 uid=1013 gid=1005 tid=177 07-31 04:38:28.414 145 145 W : debuggerd: resuming target 177 07-31 04:38:28.418 145 145 W : debuggerd: handling request: pid=584 uid=1023 gid=1023 tid=584 07-31 04:38:28.488 145 145 W : debuggerd: resuming target 584 07-31 04:38:28.490 145 145 W : debuggerd: handling request: pid=638 uid=1023 gid=1023 tid=638 07-31 04:38:28.534 145 145 W : debuggerd: resuming target 638 07-31 04:38:30.139 30023 30029 I art : Thread[3,tid=30029,WaitingInMainSignalCatcherLoop,Thread*=0x6b675d00,peer=0x22c00240,"Signal Catcher"]: reacting to signal 3 07-31 04:38:30.140 30023 30029 I art : 07-31 04:38:31.140 31681 31687 I chatty : uid=10015(com.google.android.gms) expire 4 lines 07-31 04:38:32.141 29928 29934 I art : Thread[3,tid=29934,WaitingInMainSignalCatcherLoop,Thread*=0x6b675d00,peer=0x12c00240,"Signal Catcher"]: reacting to signal 3 07-31 04:38:32.141 29928 29934 I art : 07-31 04:38:32.842 30023 30029 I art : Wrote stack traces to '/data/anr/traces.txt' 07-31 04:38:33.005 32045 32051 I art : Thread[3,tid=32051,WaitingInMainSignalCatcherLoop,Thread*=0x6b675d00,peer=0x12c00440,"Signal Catcher"]: reacting to signal 3 07-31 04:38:33.005 32045 32051 I art : 07-31 04:38:33.792 170 209 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 07-31 04:38:33.794 170 209 V audio_hw_primary: start_output_stream 07-31 04:38:33.830 170 209 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000 07-31 04:38:33.830 170 209 I audio_hw_primary: audio_route_apply_path: headphone-disable 07-31 04:38:33.830 170 209 I audio_hw_primary: audio_route_apply_path: speaker-enable 07-31 04:38:33.832 170 209 I audio_hw_primary: audio_route_apply_path: out-enable 07-31 04:38:34.002 170 209 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(78) 07-31 04:38:34.241 432 825 I chatty : uid=1000(system) Binder:432_5 expire 1 line 07-31 04:38:34.242 432 20719 I chatty : uid=1000(system) Binder:432_1B expire 2 lines 07-31 04:38:34.242 432 1060 I chatty : uid=1000(system) Binder:432_7 expire 1 line 07-31 04:38:34.776 432 20011 I chatty : uid=1000(system) Binder:432_E expire 1 line 07-31 04:38:34.777 432 20718 I chatty : uid=1000(system) Binder:432_1A expire 1 line 07-31 04:38:34.778 432 20715 I chatty : uid=1000(system) Binder:432_17 expire 2 lines 07-31 04:38:34.931 31875 32128 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:38:36.288 432 446 E ActivityManager: ANR in com.google.android.youtube 07-31 04:38:36.288 432 446 E ActivityManager: PID: 31875 07-31 04:38:36.288 432 446 E ActivityManager: Reason: executing service com.google.android.youtube/com.google.android.libraries.youtube.player.background.service.BackgroundPlayerService 07-31 04:38:36.288 432 446 E ActivityManager: Load: 9.85 / 8.12 / 7.47 07-31 04:38:36.288 432 446 E ActivityManager: CPU usage from 0ms to 27564ms later (2019-07-31 04:38:06.444 to 2019-07-31 04:38:34.009) with 99% awake: 07-31 04:38:36.288 432 446 E ActivityManager: 25% 31875/com.google.android.youtube: 19% user + 5.9% kernel / faults: 6479 minor 165 major 07-31 04:38:36.288 432 446 E ActivityManager: 12% 164/surfaceflinger: 7.5% user + 4.9% kernel / faults: 1146 minor 07-31 04:38:36.288 432 446 E ActivityManager: 9.7% 432/system_server: 6.5% user + 3.2% kernel / faults: 4919 minor 94 major 07-31 04:38:36.288 432 446 E ActivityManager: 6% 96/mmcqd/0: 0% user + 6% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 3.8% 36/kswapd0: 0% user + 3.8% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 2.9% 30023/com.android.chrome:sandboxed_process0: 2.3% user + 0.5% kernel / faults: 1350 minor 9 major 07-31 04:38:36.288 432 446 E ActivityManager: 1.7% 17/irq/199-msmdata: 0% user + 1.7% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 1.3% 31681/com.google.android.gms.persistent: 0.6% user + 0.7% kernel / faults: 1642 minor 61 major 07-31 04:38:36.288 432 446 E ActivityManager: 1.2% 28485/kworker/u:1: 0% user + 1.2% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 1% 29180/kworker/u:3: 0% user + 1% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 1% 29928/com.android.chrome: 0.7% user + 0.2% kernel / faults: 1438 minor 54 major 07-31 04:38:36.288 432 446 E ActivityManager: 0.7% 3/ksoftirqd/0: 0% user + 0.7% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0.7% 31725/com.android.systemui: 0.6% user + 0% kernel / faults: 1290 minor 5 major 07-31 04:38:36.288 432 446 E ActivityManager: 0.6% 32045/com.google.android.music:main: 0.2% user + 0.4% kernel / faults: 1438 minor 26 major 07-31 04:38:36.288 432 446 E ActivityManager: 0.5% 691/com.android.phone: 0.5% user + 0% kernel / faults: 1473 minor 3 major 07-31 04:38:36.288 432 446 E ActivityManager: 0.4% 99/msmfb_commit_th: 0% user + 0.4% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0.4% 174/media.codec: 0.1% user + 0.2% kernel / faults: 87 minor 07-31 04:38:36.288 432 446 E ActivityManager: 0.1% 1025/org.cyanogenmod.audiofx: 0% user + 0% kernel / faults: 1527 minor 7 major 07-31 04:38:36.288 432 446 E ActivityManager: 0.4% 29212/com.google.android.gms: 0% user + 0.3% kernel / faults: 463 minor 42 major 07-31 04:38:36.288 432 446 E ActivityManager: 0.3% 30282/com.android.vending: 0% user + 0.3% kernel / faults: 1289 minor 31 major 07-31 04:38:36.288 432 446 E ActivityManager: 0.2% 31364/kworker/u:2: 0% user + 0.2% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0.2% 126/ksdioirqd/mmc1: 0% user + 0.2% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0.2% 170/audioserver: 0.1% user + 0.1% kernel / faults: 299 minor 10 major 07-31 04:38:36.288 432 446 E ActivityManager: 0.2% 26/cfinteractive: 0% user + 0.2% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0.2% 22949/kworker/0:0H: 0% user + 0.2% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0.2% 31379/kworker/1:0H: 0% user + 0.2% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0.1% 72/aid_a6_0: 0% user + 0.1% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0.1% 584/sdcard: 0% user + 0.1% kernel / faults: 55 minor 07-31 04:38:36.288 432 446 E ActivityManager: 0.1% 26194/kworker/0:4: 0% user + 0.1% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0% 129/jbd2/dm-9-8: 0% user + 0% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0% 138/logd: 0% user + 0% kernel / faults: 47 minor 07-31 04:38:36.288 432 446 E ActivityManager: 0% 145/debuggerd: 0% user + 0% kernel / faults: 270 minor 07-31 04:38:36.288 432 446 E ActivityManager: 0% 19836/kworker/0:0: 0% user + 0% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0% 30668/com.android.vending:instant_app_installer: 0% user + 0% kernel / faults: 16 minor 1 major 07-31 04:38:36.288 432 446 E ActivityManager: 0% 106/ueventd: 0% user + 0% kernel / faults: 12 minor 07-31 04:38:36.288 432 446 E ActivityManager: 0% 177/mediaserver: 0% user + 0% kernel / faults: 47 minor 07-31 04:38:36.288 432 446 E ActivityManager: 0% 178/netd: 0% user + 0% kernel / faults: 12 minor 2 major 07-31 04:38:36.288 432 446 E ActivityManager: 0% 520/wpa_supplicant: 0% user + 0% kernel / faults: 88 minor 07-31 04:38:36.288 432 446 E ActivityManager: 0% 984/com.google.process.gapps: 0% user + 0% kernel / faults: 2 minor 07-31 04:38:36.288 432 446 E ActivityManager: 0% 27752/ksoftirqd/1: 0% user + 0% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0% 29754/kworker/0:1: 0% user + 0% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 0% 31437/kworker/1:1: 0% user + 0% kernel 07-31 04:38:36.288 432 446 E ActivityManager: +0% 32140/kworker/1:2H: 0% user + 0% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 99% TOTAL: 19% user + 17% kernel + 62% iowait + 0.1% softirq 07-31 04:38:36.288 432 446 E ActivityManager: CPU usage from 22815ms to 23595ms later (2019-07-31 04:38:29.259 to 2019-07-31 04:38:30.039) with 99% awake: 07-31 04:38:36.288 432 446 E ActivityManager: 32% 31875/com.google.android.youtube: 28% user + 3.3% kernel / faults: 28 minor 07-31 04:38:36.288 432 446 E ActivityManager: 32% 32073/RenderThread: 30% user + 1.6% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 25% 164/surfaceflinger: 8.5% user + 17% kernel / faults: 38 minor 07-31 04:38:36.288 432 446 E ActivityManager: 15% 164/surfaceflinger: 5.1% user + 10% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 1.7% 183/DispSync: 0% user + 1.7% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 1.7% 184/Binder:164_2: 1.7% user + 0% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 1.7% 194/EventThread: 1.7% user + 0% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 1.7% 460/Binder:164_3: 0% user + 1.7% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 11% 432/system_server: 5.1% user + 6.8% kernel / faults: 2 minor 2 major 07-31 04:38:36.288 432 446 E ActivityManager: 10% 446/ActivityManager: 5.1% user + 5.1% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 6.8% 96/mmcqd/0: 0% user + 6.8% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 3.3% 30023/com.android.chrome:sandboxed_process0: 3.3% user + 0% kernel / faults: 1 minor 07-31 04:38:36.288 432 446 E ActivityManager: 1.6% 30037/CrRendererMain: 1.6% user + 0% kernel 07-31 04:38:36.288 432 446 E ActivityManager: 3.3% 31681/com.google.android.gms.persistent: 3.3% user + 0% kernel / faults: 44 minor 3 major 07-31 04:38:36.288 432 446 E ActivityManager: 1. 07-31 04:38:39.881 29928 29934 I art : Wrote stack traces to '/data/anr/traces.txt' 07-31 04:38:42.438 432 1090 I chatty : uid=1000(system) Binder:432_9 expire 1 line 07-31 04:38:42.444 432 446 W ActivityManager: Timeout executing service: ServiceRecord{9cc5ab0 u0 com.google.android.gms/.wearable.service.WearableService} 07-31 04:38:42.493 30282 30308 I chatty : uid=10019(com.android.vending) expire 3 lines 07-31 04:38:42.860 170 209 I AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0x75d83fc0 07-31 04:38:43.303 170 209 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 07-31 04:38:44.530 170 209 I AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0x75d83fc0 07-31 04:38:44.903 170 209 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 07-31 04:38:45.523 170 209 I AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0x75d83fc0 07-31 04:38:46.936 170 209 V audio_hw_primary: do_out_standby 07-31 04:38:47.103 170 209 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000 07-31 04:38:47.104 170 209 I audio_hw_primary: audio_route_apply_path: speaker-disable 07-31 04:38:47.106 170 209 I audio_hw_primary: audio_route_apply_path: headphone-disable 07-31 04:38:47.106 170 209 I audio_hw_primary: audio_route_apply_path: out-disable 07-31 04:38:47.755 432 446 E ActivityManager: ANR in com.google.android.gms.persistent 07-31 04:38:47.755 432 446 E ActivityManager: PID: 31681 07-31 04:38:47.755 432 446 E ActivityManager: Reason: executing service com.google.android.gms/.wearable.service.WearableService 07-31 04:38:47.755 432 446 E ActivityManager: Load: 0.0 / 0.0 / 0.0 07-31 04:38:47.755 432 446 E ActivityManager: CPU usage from 8436ms to 0ms ago (2019-07-31 04:38:34.009 to 2019-07-31 04:38:42.444): 07-31 04:38:47.755 432 446 E ActivityManager: 41% 31875/com.google.android.youtube: 32% user + 9.2% kernel / faults: 586 minor 19 major 07-31 04:38:47.755 432 446 E ActivityManager: 16% 164/surfaceflinger: 10% user + 5.4% kernel / faults: 406 minor 07-31 04:38:47.755 432 446 E ActivityManager: 6% 96/mmcqd/0: 0% user + 6% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 6% 174/media.codec: 3.5% user + 2.4% kernel / faults: 8 minor 07-31 04:38:47.755 432 446 E ActivityManager: 4% 36/kswapd0: 0% user + 4% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 3.7% 432/system_server: 1.5% user + 2.2% kernel / faults: 1530 minor 32 major 07-31 04:38:47.755 432 446 E ActivityManager: 2.3% 30023/com.android.chrome:sandboxed_process0: 1.9% user + 0.4% kernel / faults: 12 minor 07-31 04:38:47.755 432 446 E ActivityManager: 2.3% 31681/com.google.android.gms.persistent: 1.5% user + 0.8% kernel / faults: 802 minor 30 major 07-31 04:38:47.755 432 446 E ActivityManager: 1.8% 170/audioserver: 1.3% user + 0.5% kernel / faults: 3 minor 07-31 04:38:47.755 432 446 E ActivityManager: 1.6% 17/irq/199-msmdata: 0% user + 1.6% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 1.6% 28485/kworker/u:1: 0% user + 1.6% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 1.3% 32045/com.google.android.music:main: 0.7% user + 0.5% kernel / faults: 228 minor 13 major 07-31 04:38:47.755 432 446 E ActivityManager: 1.1% 29180/kworker/u:3: 0% user + 1.1% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 0.9% 29928/com.android.chrome: 0.5% user + 0.3% kernel / faults: 310 minor 11 major 07-31 04:38:47.755 432 446 E ActivityManager: 0.7% 3/ksoftirqd/0: 0% user + 0.7% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 0.7% 30282/com.android.vending: 0% user + 0.7% kernel / faults: 315 minor 21 major 07-31 04:38:47.755 432 446 E ActivityManager: 0.4% 99/msmfb_commit_th: 0% user + 0.4% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 0.3% 29212/com.google.android.gms: 0% user + 0.3% kernel / faults: 103 minor 5 major 07-31 04:38:47.755 432 446 E ActivityManager: 0.2% 72/aid_a6_0: 0% user + 0.2% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 0.2% 584/sdcard: 0% user + 0.2% kernel / faults: 56 minor 07-31 04:38:47.755 432 446 E ActivityManager: 0.2% 22949/kworker/0:0H: 0% user + 0.2% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 0.2% 26194/kworker/0:4: 0% user + 0.2% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 0.2% 31379/kworker/1:0H: 0% user + 0.2% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 0.1% 26/cfinteractive: 0% user + 0.1% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 0% 160/healthd: 0% user + 0% kernel / faults: 8 minor 07-31 04:38:47.755 432 446 E ActivityManager: 0% 162/lmkd: 0% user + 0% kernel / faults: 26 minor 07-31 04:38:47.755 432 446 E ActivityManager: 0.1% 27752/ksoftirqd/1: 0% user + 0.1% kernel 07-31 04:38:47.755 432 446 E ActivityManager: 0.1% 31725/com.android.systemui: 0.1% user + 0% kernel / faults: 29 minor 07-31 04:38:47.755 432 446 E ActivityManager: 100% TOTAL: 27% user + 18% kernel + 54% iowait 07-31 04:38:47.755 432 446 E ActivityManager: CPU usage from 11662966ms to 11662966ms ago (1969-12-31 19:00:00.000 to 1969-12-31 19:00:00.000) with 0% awake: 07-31 04:38:47.755 432 446 E ActivityManager: 0% TOTAL: 0% user + 0% kernel 07-31 04:38:48.353 432 446 I ActivityManager: Killing 31681:com.google.android.gms.persistent/u0a15 (adj 0): bg anr 07-31 04:38:48.381 432 446 I ActivityManager: Skipping duplicate ANR: ProcessRecord{cb4804a 31875:com.google.android.youtube/u0a88} Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 44. Wait queue head age: 5270.8ms.) 07-31 04:38:48.449 432 617 D ActivityManager: cleanUpApplicationRecord -- 31681 07-31 04:38:48.450 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.setup.devicesignals.LockScreenService in 1000ms 07-31 04:38:48.450 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.GoogleLocationService in 11000ms 07-31 04:38:48.450 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.clearcut.debug.ClearcutDebugDumpService in 21000ms 07-31 04:38:48.450 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.account.authenticator.GoogleAccountAuthenticatorService in 31000ms 07-31 04:38:48.450 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.nts.SchedulerService in 41000ms 07-31 04:38:48.450 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 51000ms 07-31 04:38:48.451 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.fido.fido2.pollux.CableAuthenticatorService in 60999ms 07-31 04:38:48.452 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.backup.BackupTransportService in 70999ms 07-31 04:38:48.452 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentDirectBootAwareApiService in 80999ms 07-31 04:38:48.452 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.deviceconnection.service.DeviceConnectionWatcherService in 90999ms 07-31 04:38:48.452 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.geofencer.service.GeofenceProviderService in 100999ms 07-31 04:38:48.452 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.geocode.GeocodeService in 110999ms 07-31 04:38:48.453 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.auth.GetToken in 120999ms 07-31 04:38:48.453 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.server.HardwareArProviderService in 130999ms 07-31 04:38:48.453 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.internal.GoogleLocationManagerService in 140998ms 07-31 04:38:48.453 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.thunderbird.EmergencyPersistentService in 150998ms 07-31 04:38:48.453 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.network.NetworkLocationService in 160998ms 07-31 04:38:48.453 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.location.fused.FusedLocationService in 170998ms 07-31 04:38:48.454 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/com.google.android.contextmanager.service.ContextManagerService in 180998ms 07-31 04:38:48.454 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentApiService in 190998ms 07-31 04:38:48.455 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.common.stats.GmsCoreStatsService in 200998ms 07-31 04:38:48.455 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.PersistentBoundBrokerService in 210997ms 07-31 04:38:48.529 432 480 I chatty : uid=1000(system) InputDispatcher expire 46 lines 07-31 04:38:48.594 432 448 E libprocessgroup: failed to kill 1 processes for processgroup 31681 07-31 04:38:50.024 29212 29212 I ActivityThread: Removing dead content provider:android.content.ContentProviderProxy@85b1b66 07-31 04:38:50.722 432 432 V BackupManagerService: Disconnected from transport ComponentInfo{com.google.android.gms/com.google.android.gms.backup.BackupTransportService} 07-31 04:38:50.806 432 446 I chatty : uid=1000(system) ActivityManager expire 1 line 07-31 04:38:50.808 432 432 V BackupManagerService: Registering transport com.google.android.gms/.backup.BackupTransportService::null = null 07-31 04:38:50.836 432 480 I WindowManager: Input event dispatching timed out sending to com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity. Reason: Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 45. Wait queue head age: 5506.0ms. 07-31 04:38:50.864 31875 32123 I chatty : uid=10088(com.google.android.youtube) expire 3 lines 07-31 04:38:51.035 170 209 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 07-31 04:38:51.044 432 455 I chatty : uid=1000(system) PowerManagerSer expire 1 line 07-31 04:38:51.051 170 209 V audio_hw_primary: start_output_stream 07-31 04:38:51.087 170 209 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000 07-31 04:38:51.087 170 209 I audio_hw_primary: audio_route_apply_path: headphone-disable 07-31 04:38:51.087 170 209 I audio_hw_primary: audio_route_apply_path: speaker-enable 07-31 04:38:51.091 170 209 I audio_hw_primary: audio_route_apply_path: out-enable 07-31 04:38:51.238 170 209 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(80) 07-31 04:38:51.735 432 20401 I chatty : uid=1000(system) Binder:432_12 expire 1 line 07-31 04:38:51.878 432 446 I ActivityManager: Start proc 32155:com.google.android.gms.persistent/u0a15 for service com.google.android.gms/.auth.setup.devicesignals.LockScreenService 07-31 04:38:51.908 432 446 I ActivityManager: Skipping duplicate ANR: ProcessRecord{cb4804a 31875:com.google.android.youtube/u0a88} Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 45. Wait queue head age: 5506.0ms.) 07-31 04:38:52.109 432 20239 I chatty : uid=1000(system) RenderThread expire 2 lines 07-31 04:38:52.516 170 209 I AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0x75d83fc0 07-31 04:38:52.559 170 209 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 07-31 04:38:53.939 30282 32168 I chatty : uid=10019(com.android.vending) expire 1 line 07-31 04:38:54.694 432 20721 W ActivityManager: Slow operation: 55ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked 07-31 04:38:54.699 432 20721 W ActivityManager: Slow operation: 60ms so far, now at attachApplicationLocked: after sendPendingBroadcastsLocked 07-31 04:38:55.147 30282 32169 I chatty : uid=10019(com.android.vending) expire 2 lines 07-31 04:38:55.150 30282 30350 I chatty : uid=10019(com.android.vending) expire 3 lines 07-31 04:38:55.313 32155 32167 I chatty : uid=10015(com.google.android.gms) HeapTaskDaemon expire 10 lines 07-31 04:38:56.133 432 442 I chatty : uid=1000(system) HeapTaskDaemon expire 6 lines 07-31 04:38:56.728 32045 32051 I art : Wrote stack traces to '/data/anr/traces.txt' 07-31 04:38:56.742 32045 32095 E AppDataSearchHelper: Could not connect to AppDataSearch for onTableChanged, error 14 07-31 04:38:57.904 432 447 W ActivityManager: Force finishing activity com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity 07-31 04:38:58.241 432 447 I ActivityManager: Killing 31875:com.google.android.youtube/u0a88 (adj 0): user request after error 07-31 04:38:58.289 170 209 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(1) 07-31 04:38:58.477 432 448 E libprocessgroup: failed to kill 1 processes for processgroup 31875 07-31 04:38:59.015 170 209 I AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0x75d83fc0 07-31 04:38:59.084 432 447 I chatty : uid=1000(system) android.ui expire 2 lines 07-31 04:38:59.084 432 453 W AppOps : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0 07-31 04:38:59.094 432 446 W ActivityManager: Activity pause timeout for ActivityRecord{7d86e81 u0 com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity t198 f} 07-31 04:38:59.407 32045 32045 D MusicLifecycle: com.google.android.music.download.EncapsulatedBroadcastReceiver$1 generated event: Broadcast received with context com.google.android.music.ui.PhoneMusicApplication@3728273 and intent Intent { act=com.google.android.music.NEW_SHOULDKEEPON flg=0x10 (has extras) } 07-31 04:38:59.411 432 20398 I WindowManager: WIN DEATH: Window{56c484b u0 SurfaceView - com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity} 07-31 04:38:59.411 432 1074 I chatty : uid=1000(system) Binder:432_8 expire 1 line 07-31 04:38:59.420 164 164 W SurfaceFlinger: couldn't log to binary event log: overflow. 07-31 04:38:59.495 174 23130 E OMXNodeInstance: !!! Observer died. Quickly, do something, ... anything... 07-31 04:38:59.495 174 595 E OMXNodeInstance: !!! Observer died. Quickly, do something, ... anything... 07-31 04:38:59.498 432 20401 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=72, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@d094bef) 07-31 04:38:59.500 432 617 D ActivityManager: cleanUpApplicationRecord -- 31875 07-31 04:38:59.511 432 2150 I WindowManager: WIN DEATH: Window{21a1ac9 u0 com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity} 07-31 04:38:59.513 432 617 W ActivityManager: Scheduling restart of crashed service com.google.android.youtube/com.google.android.libraries.youtube.player.background.service.BackgroundPlayerService in 148092ms 07-31 04:38:59.627 432 494 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=72, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ] 07-31 04:38:59.679 32045 32045 D MusicLifecycle: com.google.android.music.download.EncapsulatedBroadcastReceiver$1 generated event: Broadcast received with context com.google.android.music.ui.PhoneMusicApplication@3728273 and intent Intent { act=com.google.android.music.download.keepon.KeeponSchedulingService.START_DOWNLOAD flg=0x10 (has extras) } 07-31 04:39:00.883 30282 30282 I chatty : uid=10019(com.android.vending) expire 34 lines 07-31 04:39:01.422 170 209 V audio_hw_primary: do_out_standby 07-31 04:39:01.589 170 209 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000 07-31 04:39:01.589 170 209 I audio_hw_primary: audio_route_apply_path: speaker-disable 07-31 04:39:01.591 170 209 I audio_hw_primary: audio_route_apply_path: headphone-disable 07-31 04:39:01.591 170 209 I audio_hw_primary: audio_route_apply_path: out-disable 07-31 04:39:01.601 174 32135 E OMX-VDEC-1080P: (195) - 07-31 04:39:01.601 174 32135 E OMX-VDEC-1080P: Error in ioctl read next msg 07-31 04:39:01.654 174 595 E OMX_C2D : (111) - 07-31 04:39:01.654 174 595 E OMX_C2D : Destroy C2D instance 07-31 04:39:01.654 174 595 E OMX_C2D : (111) - 07-31 04:39:01.654 174 595 E OMX_C2D : Destroy C2D instance 07-31 04:39:01.706 29212 29282 I chatty : uid=10015(com.google.android.gms) lowpool[1] expire 14 lines 07-31 04:39:03.096 32155 32155 I chatty : uid=10015 com.google.android.gms.persistent expire 12 lines 07-31 04:39:06.461 31725 31725 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread. 07-31 04:39:07.108 32155 32171 I chatty : uid=10015(com.google.android.gms) Binder:32155_2 expire 12 lines 07-31 04:39:07.542 29837 29848 I art : CollectorTransition marksweep + semispace GC freed 307(11KB) AllocSpace objects, 0(0B) LOS objects, 36% free, 897KB/1409KB, paused 36.132ms total 36.132ms 07-31 04:39:07.575 32045 32107 D MusicLifecycle: com.google.android.music.sync.google.MusicSyncAdapter generated event: Sync ended 07-31 04:39:07.575 32045 32107 W MusicSyncAdapter: Sync failed due to an authentication issue. 07-31 04:39:07.579 32045 32045 D MusicLifecycle: com.google.android.music.eventlog.PlayLogsService generated event: Service created 07-31 04:39:09.538 32155 32199 I chatty : uid=10015(com.google.android.gms) GoogleApiHandle expire 4 lines 07-31 04:39:09.574 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:09.588 32155 32167 I chatty : uid=10015(com.google.android.gms) HeapTaskDaemon expire 29 lines 07-31 04:39:09.629 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:09.727 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:09.730 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:10.046 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:10.089 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:10.090 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:10.092 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:10.093 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:10.094 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:10.236 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:10.255 30282 30293 I art : Background sticky concurrent mark sweep GC freed 30343(1626KB) AllocSpace objects, 4(88KB) LOS objects, 5% free, 20MB/21MB, paused 15.869ms total 502.380ms 07-31 04:39:10.533 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:10.539 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:10.543 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:10.548 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:10.551 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:10.555 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:10.556 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:10.678 32155 32170 I chatty : uid=10015(com.google.android.gms) Binder:32155_1 expire 1 line 07-31 04:39:11.218 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.221 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.228 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.238 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.241 30282 30293 I art : Background partial concurrent mark sweep GC freed 50398(2MB) AllocSpace objects, 5(124KB) LOS objects, 8% free, 20MB/22MB, paused 4.821ms total 710.205ms 07-31 04:39:11.245 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.249 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.256 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.265 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.269 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.274 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.278 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.283 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:11.335 30282 30282 I PlayCommon: [1] afix.a(87): Not delivering second response for request=[[ ] https://android.clients.google.com/fdfe/api/userProfile 0xe8d195d1 NORMAL 190] 07-31 04:39:11.337 30282 30282 I PlayCommon: [1] afix.a(87): Not delivering second response for request=[[ ] https://android.clients.google.com/fdfe/api/userProfile 0xe8d195d1 NORMAL 194] 07-31 04:39:11.354 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:11.355 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:11.365 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:11.534 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:11.605 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:11.615 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:11.828 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:11.845 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:11.926 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:12.046 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:12.179 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:12.287 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:12.484 29212 29282 I chatty : uid=10015(com.google.android.gms) lowpool[1] expire 22 lines 07-31 04:39:12.626 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:12.633 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.h(17): Image placeholder already rendered or image didn't load before placeholder. 07-31 04:39:12.665 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:12.695 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:12.696 30282 30293 I art : Background sticky concurrent mark sweep GC freed 19597(1146KB) AllocSpace objects, 8(232KB) LOS objects, 6% free, 21MB/22MB, paused 10.253ms total 318.145ms 07-31 04:39:12.721 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:12.766 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:12.916 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:12.976 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:12.988 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:13.045 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:13.141 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:13.233 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:13.467 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:13.511 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:13.516 432 20399 I ActivityManager: START u0 {flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10007 on display 0 07-31 04:39:13.687 30282 30282 I AppLifecycleTracker: onActivityPaused: 07-31 04:39:13.717 30282 30282 I AppLifecycleTracker: onActivitySaveInstanceState: 07-31 04:39:13.758 30282 30282 I AppLifecycleTracker: onActivityStopped: 07-31 04:39:13.765 30282 30282 I AppLifecycleTracker: App transition to background 07-31 04:39:13.804 30282 30282 I Finsky : [1] nyg.onTrimMemory(1): Memory trim requested to level 20 07-31 04:39:13.805 30282 30282 I Finsky : [1] nyg.onTrimMemory(2): Flushing in-memory image cache 07-31 04:39:13.805 30282 30282 I AppLifecycleTracker: App foreground state unchanged: inForeground ? false 07-31 04:39:13.807 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:13.867 30282 30282 I Finsky : [1] com.google.android.finsky.frameworkviews.PhoneskyFifeImageView.a(99): Image has no view or was already loaded. 07-31 04:39:14.119 30282 30282 I Finsky : [1] dfb.b(3): Image is not on screen or is being redrawn. 07-31 04:39:14.173 31725 31736 I art : Background partial concurrent mark sweep GC freed 17523(956KB) AllocSpace objects, 0(0B) LOS objects, 15% free, 10MB/12MB, paused 1.647ms total 270.324ms 07-31 04:39:14.214 31725 31750 W ResourceType: ResTable_typeSpec entry count inconsistent: given 30, previously 36 07-31 04:39:14.388 432 453 I chatty : uid=1000(system) android.display expire 1 line 07-31 04:39:14.458 31725 31736 I art : Background partial concurrent mark sweep GC freed 2003(231KB) AllocSpace objects, 0(0B) LOS objects, 16% free, 10MB/12MB, paused 11.749ms total 179.321ms 07-31 04:39:15.441 32155 32214 I chatty : uid=10015(com.google.android.gms) lowpool[3] expire 10 lines 07-31 04:39:15.445 32155 32215 I chatty : uid=10015(com.google.android.gms) highpool[0] expire 1 line 07-31 04:39:16.470 30282 30293 W art : Suspending all threads took: 38.360ms 07-31 04:39:16.615 32155 32208 I chatty : uid=10015 com.google.android.gms.persistent expire 1 line 07-31 04:39:16.659 432 20721 I ActivityManager: Killing 30668:com.android.vending:instant_app_installer/u0a19 (adj 904): remove task 07-31 04:39:16.660 432 20721 I ActivityManager: Killing 30282:com.android.vending/u0a19 (adj 900): remove task 07-31 04:39:16.735 432 1090 D ActivityManager: cleanUpApplicationRecord -- 30668 07-31 04:39:16.823 32155 32155 I chatty : uid=10015 com.google.android.gms.persistent expire 13 lines 07-31 04:39:17.041 432 20401 I chatty : uid=1000(system) Binder:432_12 expire 1 line 07-31 04:39:17.042 432 20718 I WindowManager: WIN DEATH: Window{222d316 u0 com.android.vending/com.google.android.finsky.activities.MainActivity} 07-31 04:39:17.042 432 20716 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=65, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@3bb5913) 07-31 04:39:17.045 432 494 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=65, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] 07-31 04:39:17.065 432 448 E libprocessgroup: failed to kill 1 processes for processgroup 30282 07-31 04:39:17.139 432 20401 D ActivityManager: cleanUpApplicationRecord -- 30282 07-31 04:39:17.202 432 20721 I chatty : uid=1000(system) Binder:432_1D expire 1 line 07-31 04:39:18.573 432 432 V BackupManagerService: Connected to transport ComponentInfo{com.google.android.gms/com.google.android.gms.backup.BackupTransportService} 07-31 04:39:18.574 432 432 V BackupManagerService: Registering transport com.google.android.gms/.backup.BackupTransportService::com.google.android.gms/.backup.BackupTransportService = com.android.internal.backup.IBackupTransport$Stub$Proxy@d8094dc 07-31 04:39:18.885 32155 32218 I chatty : uid=10015(com.google.android.gms) GoogleLocationS expire 2 lines 07-31 04:39:19.404 432 1060 I ActivityManager: Killing 30060:com.android.chrome:privileged_process0/u0a63 (adj 900): remove task 07-31 04:39:19.405 432 1060 I ActivityManager: Killing 29928:com.android.chrome/u0a63 (adj 900): remove task 07-31 04:39:19.405 432 1060 I ActivityManager: Killing 30023:com.android.chrome:sandboxed_process0/u0a63i58 (adj 900): remove task 07-31 04:39:19.487 432 825 D ActivityManager: cleanUpApplicationRecord -- 30060 07-31 04:39:19.488 432 825 W ActivityManager: Scheduling restart of crashed service com.android.chrome/org.chromium.content.app.PrivilegedProcessService0 in 1000ms 07-31 04:39:19.490 432 20722 D ActivityManager: cleanUpApplicationRecord -- 30023 07-31 04:39:19.491 432 20722 W ActivityManager: Scheduling restart of crashed service com.android.chrome/org.chromium.content.app.SandboxedProcessService0 in 10998ms 07-31 04:39:19.494 432 449 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: failed to remove uid from uid_cputime module 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: java.io.FileNotFoundException: /proc/uid_cputime/remove_uid_range (No such file or directory) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: at java.io.FileOutputStream.open(Native Method) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: at java.io.FileOutputStream.(FileOutputStream.java:221) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: at java.io.FileOutputStream.(FileOutputStream.java:108) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: at java.io.FileWriter.(FileWriter.java:63) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: at com.android.internal.os.KernelUidCpuTimeReader.removeUid(KernelUidCpuTimeReader.java:158) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: at com.android.internal.os.BatteryStatsImpl.removeIsolatedUidLocked(BatteryStatsImpl.java:3161) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: at com.android.server.am.BatteryStatsService$BatteryStatsHandler.handleMessage(BatteryStatsService.java:141) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: at android.os.Handler.dispatchMessage(Handler.java:102) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: at android.os.Looper.loop(Looper.java:154) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: at android.os.HandlerThread.run(HandlerThread.java:61) 07-31 04:39:19.498 432 449 E KernelUidCpuTimeReader: at com.android.server.ServiceThread.run(ServiceThread.java:46) 07-31 04:39:19.512 432 2150 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=63, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@786c10e) 07-31 04:39:19.512 432 20720 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=61, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@206a72f) 07-31 04:39:19.513 432 20720 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=60, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@11fb13c) 07-31 04:39:19.513 432 1060 I chatty : uid=1000(system) Binder:432_7 expire 1 line 07-31 04:39:19.513 432 1090 I WindowManager: WIN DEATH: Window{a73fe08 u0 SurfaceView - com.android.chrome/com.google.android.apps.chrome.Main} 07-31 04:39:19.514 432 20720 D ActivityManager: cleanUpApplicationRecord -- 29928 07-31 04:39:19.516 432 494 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=63, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ] 07-31 04:39:19.517 432 480 I chatty : uid=1000(system) InputDispatcher expire 2 lines 07-31 04:39:19.523 432 494 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=61, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ] 07-31 04:39:19.524 432 2150 I WindowManager: WIN DEATH: Window{e871718 u0 com.android.chrome/com.google.android.apps.chrome.Main} 07-31 04:39:19.524 432 2150 W InputDispatcher: Attempted to unregister already unregistered input channel 'e871718 com.android.chrome/com.google.android.apps.chrome.Main (server)' 07-31 04:39:19.529 432 494 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=60, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ] 07-31 04:39:20.477 432 20722 I ActivityManager: Killing 30130:com.google.android.apps.chromecast.app/u0a23 (adj 900): remove task 07-31 04:39:20.537 432 19497 D GraphicsStats: Buffer count: 4 07-31 04:39:20.538 432 19497 I WindowManager: WIN DEATH: Window{f7a3665 u0 com.google.android.apps.chromecast.app/com.google.android.apps.chromecast.app.setup.DeviceSetupActivity} 07-31 04:39:20.539 432 2151 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=62, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@39733a5) 07-31 04:39:20.541 432 494 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=62, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ] 07-31 04:39:20.579 432 443 D ActivityManager: cleanUpApplicationRecord -- 30130 07-31 04:39:20.876 32155 32167 I chatty : uid=10015(com.google.android.gms) HeapTaskDaemon expire 9 lines 07-31 04:39:20.954 32045 32045 D MusicLifecycle: com.google.android.music.wear.WearBroadcastReceiver generated event: Broadcast received with context android.app.ReceiverRestrictedContext@88e4389 and intent Intent { act=com.google.android.music.NEW_SHOULDKEEPON flg=0x10 cmp=com.google.android.music/.wear.WearBroadcastReceiver (has extras) } 07-31 04:39:20.962 32045 32045 D MusicLifecycle: com.google.android.music.autocache.AutoCacheSchedulingService$EnablingReceiver generated event: Broadcast received with context android.app.ReceiverRestrictedContext@88e4389 and intent Intent { act=com.google.android.music.SYNC_COMPLETE flg=0x10 cmp=com.google.android.music/.autocache.AutoCacheSchedulingService$EnablingReceiver } 07-31 04:39:20.968 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:39:20.977 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:39:20.978 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:39:20.980 32045 32045 D MusicLifecycle: com.google.android.music.autocache.AutoCacheSchedulingService generated event: Service created 07-31 04:39:20.984 32045 32106 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:39:20.986 32045 32045 D MusicLifecycle: com.google.android.music.autocache.AutoCacheSchedulingService generated event: Service started with intent Intent { act=com.google.android.music.leanback.ACTIVATE_AUTO_CACHE cmp=com.google.android.music/.autocache.AutoCacheSchedulingService (has extras) } 07-31 04:39:21.046 32045 32259 I MusicLeanback: Conditions not met for autocaching. okToAttempt=false 07-31 04:39:21.046 32045 32259 I MusicLeanback: Stop autocaching. 07-31 04:39:21.080 32045 32045 D MusicLifecycle: com.google.android.music.autocache.AutoCacheSchedulingService generated event: Service destroyed 07-31 04:39:21.213 32155 32245 I chatty : uid=10015(com.google.android.gms) FlpThread expire 1 line 07-31 04:39:21.450 32155 32253 I chatty : uid=10015(com.google.android.gms) Binder:32155_5 expire 1 line 07-31 04:39:21.452 32045 32045 W WearSignatureVerifier: No package com.google.android.wearable.app.cn 07-31 04:39:21.456 32045 32258 E GmsUtils: Failed to connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null} 07-31 04:39:21.487 432 443 I ActivityManager: Start proc 32263:com.google.android.youtube/u0a88 for service com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator 07-31 04:39:21.605 432 442 I art : Background sticky concurrent mark sweep GC freed 11727(917KB) AllocSpace objects, 4(96KB) LOS objects, 14% free, 10MB/12MB, paused 5.859ms total 152.526ms 07-31 04:39:21.885 32263 32263 I chatty : uid=10088(com.google.android.youtube) expire 27 lines 07-31 04:39:22.102 32155 32255 I chatty : uid=10015 com.google.android.gms.persistent expire 1 line 07-31 04:39:22.446 432 20717 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10100000 pkg=com.google.android.youtube cmp=com.google.android.youtube/com.google.android.apps.youtube.app.application.Shell$HomeActivity} from uid 10088 on display 0 07-31 04:39:22.481 432 20716 E ActivityManager: applyOptionsLocked: Unknown animationType=0 07-31 04:39:22.656 32263 32301 I chatty : uid=10088(com.google.android.youtube) yt-background1- expire 1 line 07-31 04:39:22.659 32263 32304 I chatty : uid=10088(com.google.android.youtube) yt-background1- expire 1 line 07-31 04:39:22.753 32263 32274 I chatty : uid=10088(com.google.android.youtube) HeapTaskDaemon expire 38 lines 07-31 04:39:22.768 32263 32303 I chatty : uid=10088(com.google.android.youtube) initCrit2-2 expire 1 line 07-31 04:39:23.011 32155 32207 I chatty : uid=10015(com.google.android.gms) Binder:32155_4 expire 1 line 07-31 04:39:23.045 29212 32250 I chatty : uid=10015(com.google.android.gms) expire 1 line 07-31 04:39:23.326 32155 32223 I chatty : uid=10015(com.google.android.gms) lowpool[4] expire 1 line 07-31 04:39:24.263 177 177 W mediaserver: type=1400 audit(0.0:257): name="camera" dev="dm-9" ino=522258 07-31 04:39:24.272 177 177 I QualcommCameraHardware: Found a matching camera info for ID 0 07-31 04:39:24.272 177 177 I QualcommCameraHardware: HAL_getCameraInfo: orientation = 90 07-31 04:39:24.273 177 177 W mediaserver: type=1400 audit(0.0:258): name="config.txt" dev="dm-9" ino=522260 07-31 04:39:24.273 177 177 W mediaserver: type=1400 audit(0.0:259): name="config.txt" dev="dm-9" ino=522260 07-31 04:39:24.273 177 177 W mediaserver: type=1400 audit(0.0:260): path="/data/misc/camera/config.txt" dev="dm-9" ino=522260 07-31 04:39:24.280 177 177 I CameraHAL: Returning param preview_mode mode 0 07-31 04:39:24.280 177 177 I CameraHAL: camera_get_camera_info: id:0 faceing:1 orientation: 90 07-31 04:39:24.316 32263 32352 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:39:24.680 32263 32341 I chatty : uid=10088(com.google.android.youtube) yt-init14-1 expire 1 line 07-31 04:39:24.734 32263 32376 I chatty : uid=10088(com.google.android.youtube) expire 4 lines 07-31 04:39:25.037 432 20608 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x4000000 pkg=com.google.android.youtube cmp=com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity (has extras)} from uid 10088 on display 0 07-31 04:39:25.049 32263 32302 I chatty : uid=10088(com.google.android.youtube) initCrit2-1 expire 12 lines 07-31 04:39:25.273 32155 32282 I chatty : uid=10015(com.google.android.gms) Thread-7 expire 6 lines 07-31 04:39:25.404 32263 32347 I chatty : uid=10088(com.google.android.youtube) expire 4 lines 07-31 04:39:25.529 32263 32268 I chatty : uid=10088(com.google.android.youtube) Jit thread pool expire 27 lines 07-31 04:39:25.814 32263 32272 I chatty : uid=10088(com.google.android.youtube) FinalizerDaemon expire 1 line 07-31 04:39:26.637 32263 32300 I chatty : uid=10088(com.google.android.youtube) yt-background1- expire 1 line 07-31 04:39:27.715 32263 32330 I chatty : uid=10088(com.google.android.youtube) cronet9-3 expire 2 lines 07-31 04:39:27.717 32263 32327 I chatty : uid=10088(com.google.android.youtube) cronet9-1 expire 2 lines 07-31 04:39:27.718 32263 32328 I chatty : uid=10088(com.google.android.youtube) cronet9-2 expire 1 line 07-31 04:39:29.034 32263 32419 I chatty : uid=10088(com.google.android.youtube) RenderThread expire 4 lines 07-31 04:39:29.097 32419 32419 I chatty : uid=10088(com.google.android.youtube) RenderThread expire 3 lines 07-31 04:39:29.472 432 453 I ActivityManager: Displayed com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity: +4s311ms (total +6s991ms) 07-31 04:39:33.144 29212 29347 I chatty : uid=10015(com.google.android.gms) highpool[2] expire 1 line 07-31 04:39:33.453 29212 30110 I chatty : uid=10015(com.google.android.gms) highpool[4] expire 2 lines 07-31 04:39:33.656 29212 30377 I chatty : uid=10015(com.google.android.gms) lowpool[6] expire 3 lines 07-31 04:39:33.697 29212 29351 I chatty : uid=10015(com.google.android.gms) highpool[3] expire 1 line 07-31 04:39:33.815 29212 30110 I chatty : uid=10015(com.google.android.gms) highpool[4] expire 2 lines 07-31 04:39:34.156 29212 30377 I chatty : uid=10015(com.google.android.gms) lowpool[6] expire 3 lines 07-31 04:39:34.576 29212 30377 W Icing : No valid account for uploading user actions: adqg: Not signed in 07-31 04:39:34.919 29212 30377 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 07-31 04:39:35.089 29212 30377 W Icing : No valid account for uploading user actions: adqg: Not signed in 07-31 04:39:35.162 29212 30377 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 07-31 04:39:35.298 29212 30377 W Icing : No valid account for uploading user actions: adqg: Not signed in 07-31 04:39:35.513 29212 30377 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 07-31 04:39:35.723 29212 30377 W Icing : No valid account for uploading user actions: adqg: Not signed in 07-31 04:39:35.910 29212 30377 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 07-31 04:39:36.500 32155 32155 W ChimeraUtils: Non Chimera context 07-31 04:39:36.652 32263 32365 I chatty : uid=10088(com.google.android.youtube) cronet13-4 expire 1 line 07-31 04:39:36.904 32263 32386 I chatty : uid=10088(com.google.android.youtube) yt-background1- expire 1 line 07-31 04:39:47.149 984 1989 I art : Waiting for a blocking GC DisableMovingGc 07-31 04:39:47.150 984 995 I art : CollectorTransition marksweep + semispace GC freed 73(-22KB) AllocSpace objects, 0(0B) LOS objects, 27% free, 1372KB/1884KB, paused 23.132ms total 23.132ms 07-31 04:39:47.150 984 1989 I art : Starting a blocking GC DisableMovingGc 07-31 04:39:47.422 32263 32274 I chatty : uid=10088(com.google.android.youtube) HeapTaskDaemon expire 12 lines 07-31 04:39:47.717 32155 32155 W ChimeraUtils: Non Chimera context 07-31 04:39:48.944 32263 32431 I chatty : uid=10088(com.google.android.youtube) expire 20 lines 07-31 04:39:49.637 177 26143 I MediaPlayerService: MediaPlayerService::getOMX 07-31 04:39:49.639 32263 32435 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:39:49.640 174 174 I OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in mediacodec process 07-31 04:39:49.883 32263 32263 I chatty : uid=10088(com.google.android.youtube) expire 62 lines 07-31 04:39:49.938 177 26143 I MediaPlayerService: MediaPlayerService::getOMX 07-31 04:39:49.942 32263 32439 I chatty : uid=10088(com.google.android.youtube) expire 8 lines 07-31 04:39:49.948 30995 30995 W Binder:174_8: type=1400 audit(0.0:264): name="msm_vidc_dec" dev="tmpfs" ino=1741 07-31 04:39:49.948 30995 30995 W Binder:174_8: type=1400 audit(0.0:265): name="msm_vidc_dec" dev="tmpfs" ino=1741 07-31 04:39:49.948 174 30995 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.avc) in mediacodec process 07-31 04:39:49.968 30995 30995 W Binder:174_8: type=1400 audit(0.0:266): path="/dev/msm_vidc_dec" dev="tmpfs" ino=1741 ioctlcmd=762a 07-31 04:39:49.980 32263 32438 I chatty : uid=10088(com.google.android.youtube) expire 1 line 07-31 04:39:50.009 174 23130 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented 07-31 04:39:50.009 174 23130 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented 07-31 04:39:50.009 174 23130 E OMXNodeInstance: getExtensionIndex(ae00ef:qcom.decoder.avc, OMX.google.android.index.storeMetaDataInBuffers) ERROR: NotImplemented(0x80001006) 07-31 04:39:50.011 174 595 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented 07-31 04:39:50.011 174 595 E OMXNodeInstance: getExtensionIndex(ae00ef:qcom.decoder.avc, OMX.google.android.index.prepareForAdaptivePlayback) ERROR: NotImplemented(0x80001006) 07-31 04:39:50.013 174 188 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeMetaDataInBuffers not implemented 07-31 04:39:50.014 174 188 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented 07-31 04:39:50.014 174 188 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.prepareForAdaptivePlayback not implemented 07-31 04:39:50.014 174 188 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.configureVideoTunnelMode not implemented 07-31 04:39:50.014 174 188 E OMX-VDEC-1080P: (4388) - Extension: OMX.google.android.index.useAndroidNativeBuffer is supported 07-31 04:39:50.014 174 188 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.allocateNativeHandle not implemented 07-31 04:39:50.017 174 30995 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.017 174 30995 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.021 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.021 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.030 174 19036 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeColorAspects not implemented 07-31 04:39:50.030 174 895 E OMX-VDEC-1080P: (4401) - Extension: OMX.google.android.index.describeHDRStaticInfo not implemented 07-31 04:39:50.050 174 595 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.050 174 595 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.081 174 23130 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.081 174 23130 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.081 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.081 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.094 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.094 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.098 174 26138 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.098 174 26138 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.098 174 26138 E OMX-VDEC-1080P: (10090) - GET_MV_BUFFER_SIZE returned: Size: 65536 and alignment: 8192 07-31 04:39:50.101 174 25054 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.101 174 25054 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.115 174 23130 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.115 174 23130 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.122 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.122 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.126 174 30995 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.126 174 30995 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.129 174 595 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.129 174 595 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.185 174 174 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.185 174 174 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.198 174 19036 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.198 174 19036 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.201 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.201 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.214 174 26138 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.214 174 26138 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.218 174 25054 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.218 174 25054 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.224 174 23130 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.224 174 23130 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.231 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.231 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.237 174 30995 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.237 174 30995 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.245 174 595 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.245 174 595 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.252 174 174 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.252 174 174 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.257 174 19036 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.257 174 19036 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.261 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.261 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.265 174 26138 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.265 174 26138 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.272 174 25054 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.272 174 25054 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.281 174 23130 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.281 174 23130 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.287 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.287 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.310 174 32436 I SoftAAC2: Reconfiguring decoder: 0->44100 Hz, 0->2 channels 07-31 04:39:50.342 174 174 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.342 174 174 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.393 174 32440 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.393 174 32440 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.395 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.395 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.396 174 19036 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.396 174 19036 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.406 174 30995 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.406 174 30995 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.428 174 25054 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.428 174 25054 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.429 174 25054 E OMX-VDEC-1080P: (10090) - GET_MV_BUFFER_SIZE returned: Size: 65536 and alignment: 8192 07-31 04:39:50.434 174 23130 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.434 174 23130 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.447 174 595 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.447 174 595 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.461 174 174 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.461 174 174 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.477 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.477 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.493 174 19036 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.493 174 19036 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.513 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.513 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.528 174 26138 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.528 174 26138 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:50.544 174 30995 E OMX-VDEC-1080P: (10237) - 07-31 04:39:50.544 174 30995 E OMX-VDEC-1080P: No color conversion required 07-31 04:39:51.897 432 442 I art : Background partial concurrent mark sweep GC freed 22022(1136KB) AllocSpace objects, 2(132KB) LOS objects, 15% free, 10MB/12MB, paused 19.409ms total 1.686s 07-31 04:39:52.437 32263 32354 I chatty : uid=10088(com.google.android.youtube) yt-background1- expire 3 lines 07-31 04:39:52.697 432 20722 I MediaFocusControl: AudioFocus requestAudioFocus() from uid/pid 10088/32263 clientId=android.media.AudioManager@ab50042aisw@a316853 req=1 flags=0x0 07-31 04:39:53.051 31123 31123 I art : Waiting for a blocking GC DisableMovingGc 07-31 04:39:53.052 31123 31135 I art : CollectorTransition marksweep + semispace GC freed 1234(32KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 1602KB/2MB, paused 343.872ms total 343.872ms 07-31 04:39:53.052 31123 31123 I art : Starting a blocking GC DisableMovingGc 07-31 04:39:53.918 170 209 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 07-31 04:39:53.920 170 209 V audio_hw_primary: start_output_stream 07-31 04:39:53.956 170 209 V audio_hw_primary: select_devices: out_on odev,idev=0x2,0x0 out/spkr/hp=110 in/imic/wmic=000 07-31 04:39:53.956 170 209 I audio_hw_primary: audio_route_apply_path: headphone-disable 07-31 04:39:53.956 170 209 I audio_hw_primary: audio_route_apply_path: speaker-enable 07-31 04:39:53.961 170 209 I audio_hw_primary: audio_route_apply_path: out-enable 07-31 04:39:54.020 32155 32167 W art : Suspending all threads took: 22.918ms 07-31 04:39:54.124 170 209 D AudioFlinger: mixer(0x75d83fc0) throttle end: throttle time(81) 07-31 04:39:54.158 32155 32167 I art : Background sticky concurrent mark sweep GC freed 14781(947KB) AllocSpace objects, 7(156KB) LOS objects, 17% free, 5MB/6MB, paused 49.224ms total 1.122s 07-31 04:39:54.179 32155 32214 W art : Verification of bngq accl.a(android.telephony.CellIdentityCdma) took 509.216ms 07-31 04:39:54.714 32155 32214 W art : Verification of bnhc accl.a(android.telephony.CellIdentityWcdma) took 443.237ms 07-31 04:39:56.071 32155 32155 W ChimeraUtils: Non Chimera context 07-31 04:39:56.442 32263 32364 I chatty : uid=10088(com.google.android.youtube) cronet13-3 expire 1 line 07-31 04:39:56.566 32263 32268 I chatty : uid=10088(com.google.android.youtube) Jit thread pool expire 6 lines 07-31 04:39:57.070 32155 32170 W Icing : isOptedInForAppHistory: empty Account Name encountered 07-31 04:39:57.751 31123 31135 I art : Background partial concurrent mark sweep GC freed 4295(272KB) AllocSpace objects, 1(68KB) LOS objects, 24% free, 1703KB/2MB, paused 2.441ms total 179.931ms 07-31 04:39:57.820 32155 32170 W Icing : isOptedInForAppHistory: empty Account Name encountered 07-31 04:39:59.469 32263 32384 I chatty : uid=10088(com.google.android.youtube) yt-background1- expire 2 lines 07-31 04:39:59.750 32155 32209 W Icing : isOptedInForAppHistory: empty Account Name encountered 07-31 04:39:59.794 32155 32167 W art : Suspending all threads took: 17.395ms 07-31 04:39:59.949 32155 32167 I art : Background partial concurrent mark sweep GC freed 16388(939KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/6MB, paused 29.510ms total 394.439ms 07-31 04:40:00.328 32263 32274 I chatty : uid=10088(com.google.android.youtube) HeapTaskDaemon expire 12 lines 07-31 04:40:00.534 31123 31135 I art : Background sticky concurrent mark sweep GC freed 3146(298KB) AllocSpace objects, 3(60KB) LOS objects, 24% free, 1705KB/2MB, paused 701us total 152.801ms 07-31 04:40:00.629 32263 32444 I chatty : uid=10088(com.google.android.youtube) DG expire 3 lines 07-31 04:40:01.186 32263 32263 I chatty : uid=10088(com.google.android.youtube) expire 15 lines 07-31 04:40:01.325 31725 31736 I art : Background partial concurrent mark sweep GC freed 8409(286KB) AllocSpace objects, 3(224KB) LOS objects, 16% free, 10MB/12MB, paused 793us total 130.371ms 07-31 04:40:01.456 32155 32155 W ChimeraUtils: Non Chimera context 07-31 04:40:01.689 432 442 I art : Background partial concurrent mark sweep GC freed 17649(837KB) AllocSpace objects, 0(0B) LOS objects, 15% free, 10MB/12MB, paused 12.878ms total 509.979ms 07-31 04:40:01.832 29212 30377 I Icing : Indexing com.google.android.youtube-internal.3p:VideoObject from com.google.android.youtube 07-31 04:40:02.092 32454 32454 I chatty : uid=10088(com.google.android.youtube) expire 3 lines 07-31 04:40:02.533 29212 30377 I Icing : Indexing done com.google.android.youtube-internal.3p:VideoObject 07-31 04:40:09.461 32263 32367 I chatty : uid=10088(com.google.android.youtube) yt-background1- expire 1 line 07-31 04:40:09.481 32155 32155 W ChimeraUtils: Non Chimera context 07-31 04:40:19.465 32263 32306 I chatty : uid=10088(com.google.android.youtube) yt-background1- expire 1 line 07-31 04:40:19.593 32155 32155 W ChimeraUtils: Non Chimera context 07-31 04:40:30.805 32263 32431 I chatty : uid=10088(com.google.android.youtube) expire 2 lines 07-31 04:40:31.072 170 209 V audio_hw_primary: out_set_parameters kvpairs='routing=2' 07-31 04:40:31.087 32263 32263 I chatty : uid=10088(com.google.android.youtube) expire 8 lines 07-31 04:40:41.266 432 825 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=32263, uid=10088 that is not exported from uid 10011 07-31 04:40:41.807 29212 29212 W CastMediaRouteProvider: Not a Cast compatible category: MDX_MEDIA_ROUTE_CONTROL_CATEGORY 07-31 04:40:41.807 29212 29212 W CastMediaRouteProvider: Not a Cast compatible category: android.media.intent.category.LIVE_AUDIO 07-31 04:40:41.814 29212 30377 I DiscoveryManager: Filter criteria(233637DE) scannerFlags(0) 07-31 04:40:41.900 32263 32274 I chatty : uid=10088(com.google.android.youtube) HeapTaskDaemon expire 10 lines 07-31 04:40:42.050 984 995 I art : CollectorTransition marksweep + semispace GC freed 361(-11KB) AllocSpace objects, 0(0B) LOS objects, 27% free, 1337KB/1849KB, paused 52.001ms total 52.001ms 07-31 04:40:42.215 29212 30377 E DeviceScanner: [BLE] Failed to start scan because the Bluetooth is disabled. 07-31 04:40:42.224 29212 30377 W DatabaseProcessor: processLocalDevices: failed to get the network info. 07-31 04:40:42.231 29212 30377 W DatabaseProcessor: processLocalDevices: failed to get the network info. 07-31 04:40:42.251 29212 30377 E DeviceScanner: [BLE] Failed to start scan because the Bluetooth is disabled. 07-31 04:40:42.264 29212 30377 W DatabaseProcessor: processLocalDevices: failed to get the network info. 07-31 04:40:42.295 29212 30377 W DatabaseProcessor: processLocalDevices: failed to get the network info. 07-31 04:40:42.730 29212 29300 W DatabaseProcessor: processLocalDevices: failed to get the network info. 07-31 04:40:43.442 32155 32167 W art : Suspending all threads took: 21.270ms 07-31 04:40:43.479 32155 32167 I art : Background sticky concurrent mark sweep GC freed 22370(1349KB) AllocSpace objects, 0(0B) LOS objects, 23% free, 4MB/6MB, paused 28.839ms total 436.096ms 07-31 04:40:45.233 29212 29300 W AdaptiveDiscoveryWorker: Exiting Adaptive Discovery. Current NetworkInfo is NULL. 07-31 04:40:51.277 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.277 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.403 174 32440 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.403 174 32440 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.404 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.404 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.405 174 595 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.405 174 595 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.410 174 26138 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.410 174 26138 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.415 174 30995 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.415 174 30995 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.415 174 30995 E OMX-VDEC-1080P: (10090) - GET_MV_BUFFER_SIZE returned: Size: 32768 and alignment: 8192 07-31 04:40:51.419 174 19036 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.419 174 19036 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.421 174 23130 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.421 174 23130 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.426 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.426 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.429 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.429 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.432 174 595 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.432 174 595 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.435 174 174 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.435 174 174 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.439 174 26138 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.439 174 26138 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.447 174 30995 E OMX-VDEC-1080P: (10237) - 07-31 04:40:51.447 174 30995 E OMX-VDEC-1080P: No color conversion required 07-31 04:40:51.554 432 490 D WifiStateMachine: updateCapabilities for config:Verizon-SM-G930V-00DAfalse,false 07-31 04:40:54.274 984 995 I art : CollectorTransition marksweep + semispace GC freed 66(-22KB) AllocSpace objects, 0(0B) LOS objects, 27% free, 1337KB/1849KB, paused 51.483ms total 51.483ms 07-31 04:40:54.594 432 490 D WifiStateMachine: updateCapabilities for config:Verizon-SM-G930V-00DAfalse,false 07-31 04:41:04.440 32263 32263 W ViewRootImpl[WatchWhileActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=399.40973, y[0]=455.13782, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=11804933, downTime=11804899, deviceId=1, source=0x1002 } 07-31 04:41:04.506 29212 29300 I DiscoveryManager: Filter criteria(null) scannerFlags(0) 07-31 04:41:10.991 174 595 E OMX-VDEC-1080P: (10237) - 07-31 04:41:10.991 174 595 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.127 174 32440 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.127 174 32440 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.129 174 30995 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.129 174 30995 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.129 174 174 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.129 174 174 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.133 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.133 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.136 174 25054 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.136 174 25054 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.136 174 25054 E OMX-VDEC-1080P: (10090) - GET_MV_BUFFER_SIZE returned: Size: 65536 and alignment: 8192 07-31 04:41:11.143 174 26138 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.143 174 26138 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.147 174 30995 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.147 174 30995 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.151 174 174 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.151 174 174 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.155 174 23130 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.155 174 23130 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.159 174 895 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.159 174 895 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.163 174 19036 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.163 174 19036 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.167 174 188 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.167 174 188 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:11.171 174 595 E OMX-VDEC-1080P: (10237) - 07-31 04:41:11.171 174 595 E OMX-VDEC-1080P: No color conversion required 07-31 04:41:15.773 432 442 I art : Background sticky concurrent mark sweep GC freed 22948(963KB) AllocSpace objects, 0(0B) LOS objects, 14% free, 10MB/12MB, paused 8.270ms total 83.190ms 07-31 04:41:23.910 432 20607 I ActivityManager: Setting hasTopUi=true for pid=31725 07-31 04:41:23.919 31725 31725 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings > 07-31 04:41:24.203 31725 31725 I Choreographer: Skipped 42 frames! The application may be doing too much work on its main thread. 07-31 04:41:24.270 31725 31725 W View : requestLayout() improperly called by com.android.systemui.statusbar.EmptyShadeView{5ae0ac9 V.E...... ......ID 0,0-484,74} during layout: running second layout pass 07-31 04:41:36.321 432 447 I ActivityManager: Config changes=480 {1.15 ?mcc?mnc [en_US] ldltr sw660dp w660dp h808dp 186dpi lrg port finger -keyb/v/h -nav/h s.37} 07-31 04:41:36.826 432 481 W art : Long monitor contention with owner android.ui (447) at void android.app.ActivityThread.applyConfigurationToResources(android.content.res.Configuration)(ActivityThread.java:4757) waiters=0 in int android.app.ActivityThread.getIntCoreSetting(java.lang.String, int) for 497ms 07-31 04:41:37.039 432 481 I InputReader: Reconfiguring input devices. changes=0x00000004 07-31 04:41:37.039 432 481 I InputReader: Device reconfigured: id=1, name='HPTouchpad', size 1024x768, orientation 3, mode 1, display id 0 07-31 04:41:37.077 432 20723 W art : Long monitor contention with owner android.ui (447) at void com.android.server.am.ActivityManagerService.updateConfiguration(android.content.res.Configuration)(ActivityManagerService.java:19020) waiters=0 in int com.android.server.am.ActivityManagerService.getLockTaskModeState() for 683ms 07-31 04:41:37.119 31725 31725 I Choreographer: Skipped 42 frames! The application may be doing too much work on its main thread. 07-31 04:41:38.218 432 453 W WindowManager: Window freeze timeout expired. 07-31 04:41:38.219 432 453 W WindowManager: Force clearing orientation change: Window{2d8bcfb u0 NavigationBar} 07-31 04:41:38.219 432 453 W WindowManager: Force clearing orientation change: Window{c7bac01 u0 StatusBar} 07-31 04:41:38.219 432 453 W WindowManager: Force clearing orientation change: Window{d77f780 u0 com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity} 07-31 04:41:38.219 432 453 W WindowManager: Force clearing orientation change: Window{966b77b u0 SurfaceView - com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity} 07-31 04:41:38.219 432 453 W WindowManager: Force clearing orientation change: Window{ac88406 u0 com.android.systemui.ImageWallpaper} 07-31 04:41:38.240 432 453 I WindowManager: Screen frozen for +2s22ms due to Window{2d8bcfb u0 NavigationBar} 07-31 04:41:38.809 432 481 I InputReader: Reconfiguring input devices. changes=0x00000004 07-31 04:41:38.809 432 481 I InputReader: Device reconfigured: id=1, name='HPTouchpad', size 1024x768, orientation 2, mode 1, display id 0 07-31 04:41:38.810 432 453 I ActivityManager: Config changes=480 {1.15 ?mcc?mnc [en_US] ldltr sw660dp w880dp h588dp 186dpi lrg land finger -keyb/v/h -nav/h s.38} 07-31 04:41:39.129 32263 32263 I chatty : uid=10088(com.google.android.youtube) expire 3 lines 07-31 04:41:39.264 31725 31817 W art : Long monitor contention with owner main (31725) at android.content.res.XmlBlock android.content.res.AssetManager.openXmlBlockAsset(int, java.lang.String)(AssetManager.java:515) waiters=0 in java.lang.CharSequence android.content.res.AssetManager.getResourceText(int) for 196ms 07-31 04:41:39.452 31725 31725 W StatusBar/NavBarView: *** Invalid layout in navigation bar (sizeChanged this=768x56 cur=1024x56) 07-31 04:41:39.452 31725 31725 I Choreographer: Skipped 135 frames! The application may be doing too much work on its main thread. 07-31 04:41:40.236 31725 31725 I Choreographer: Skipped 42 frames! The application may be doing too much work on its main thread. 07-31 04:41:40.245 32263 32274 I chatty : uid=10088(com.google.android.youtube) HeapTaskDaemon expire 1 line 07-31 04:41:40.464 28794 28807 W art : Long monitor contention with owner main (28794) at void android.content.res.AssetManager.setConfiguration!(int, int, java.lang.String, int, int, int, int, int, int, int, int, int, int, int, int, int, int)(AssetManager.java:-2) waiters=0 in void android.app.ActivityThread$ApplicationThread.updatePendingConfiguration(android.content.res.Configuration) for 1.111s 07-31 04:41:40.732 432 453 W WindowManager: Window freeze timeout expired. 07-31 04:41:40.733 432 453 W WindowManager: Force clearing orientation change: Window{d77f780 u0 com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity} 07-31 04:41:40.733 432 453 W WindowManager: Force clearing orientation change: Window{966b77b u0 SurfaceView - com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity} 07-31 04:41:40.733 432 453 W WindowManager: Force clearing orientation change: Window{ac88406 u0 com.android.systemui.ImageWallpaper} 07-31 04:41:40.760 432 453 I WindowManager: Screen frozen for +2s27ms due to Window{d77f780 u0 com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity} 07-31 04:41:40.805 32045 32045 D MusicLifecycle: com.google.android.music.store.MusicContentProvider generated event: initializing 07-31 04:41:41.734 432 442 I art : Background sticky concurrent mark sweep GC freed 17717(812KB) AllocSpace objects, 0(0B) LOS objects, 13% free, 10MB/12MB, paused 13.153ms total 374.633ms 07-31 04:41:41.923 32263 32263 W ResourceType: ResTable_typeSpec entry count inconsistent: given 30, previously 36 07-31 04:41:42.100 32263 32274 I art : Background sticky concurrent mark sweep GC freed 20806(1509KB) AllocSpace objects, 13(208KB) LOS objects, 0% free, 33MB/33MB, paused 14.282ms total 712.310ms 07-31 04:41:42.172 32045 32045 D MusicLifecycle: com.google.android.music.api.MusicPublicContentProvider generated event: initializing 07-31 04:41:42.328 32263 32274 I art : Background sticky concurrent mark sweep GC freed 8475(2MB) AllocSpace objects, 5(80KB) LOS objects, 3% free, 32MB/33MB, paused 7.934ms total 199.737ms 07-31 04:41:42.431 32263 32300 W YouTube : Pinging https://s.youtube.com/api/stats/qoe?cl=259660923&ei=01NBXfn1H4HFj-8PnYmMiAg&event=streamingstats&feature=g-high-rec&fexp=23827174%2C23748146%2C23811378%2C23804262%2C23794471%2C23818122%2C23827192%2C1714246%2C11214541%2C23828494%2C11214602%2C23788875%2C23830178%2C23821879%2C23827085%2C39782622%2C39782791%2C23828784%2C23827396%2C39782336%2C23805410%2C11211209%2C11207906%2C23830398%2C23830932%2C23820151%2C23816462%2C23825157%2C23818585%2C23803853&ns=yt&plid=AAWO9hFY84qnLbEB&cpn=fQqaFhjP5xXlfG9z&csdk=25&cbrand=HP&c=android&cbrver=14.29.56&cmodel=Touchpad&cplatform=tablet&cver=14.29.56&cbr=com.google.android.youtube&cosver=7.1.2&cos=Android&rate=2.191:1.0&df=35.097:53,43.654:57&cmt=35.097:2046.965,42.106:2054.033,42.237:2054.033,43.654:2054.033,43.856:2054.033,73.858:29.031,103.860:59.080&preload=0.5&cplayer=ANDROID_EXOPLAYER&sur=2.648:3&fmt=134&bh=34.996:53.00,42.063:55.96,42.063:55.96,42.063:55.96,42.063:55.96,47.895:11.32,49.928:10.66,51.936:12.28,63.936:29.89,72.905:50.94,78.936:54.89,82.917:60.94,102.959:75.99&seq=1&bat=0.000:0.020:1,115.156:0.020:1&vis=0.059:0,48.139:1,50.352:0,52.331:1,79.098:0&conn=115.102:3&bwm=5.095:59704:1.356,35.097:729316:5.301,42.106:371429:2.281,73.858:790773:15.548&vfs=2.796:134:134::i,48.156:134:160:134:r,50.371:134:134:134:r,52.339:134:160:134:r,63.991:133:160:134:a,79.107:133:134:133:r,83.707:134:134:133:a&user_intent=2.098&bwe=2.796:39297.50,63.991:36635.75,83.707:36635.75&ctmp=pmqs:none,sst:2018684,st:2028000,du:24953078;-24953078;3680591872;23947153408;23841101,ibws:1&afs=2.796:139::i&vps=0.000:N,2.752:B,5.095:PL,42.106:S,42.237:B,43.654:S,43.856:PL&cache_bytes=2.752:4958,5.095:495422,35.097:1816087,42.106:59316,43.654:648363,43.856:434746,73.858:1651779,103.860:1416528&view=2.796:666:374,48.156:313:176,50.371:666:374,52.339:313:176,63.991:313:176,79.107:666:374,83.707:666:374&docid=(scrubbed)&referrer=(scrubbed) 07-31 04:41:42.491 32263 32263 I Choreographer: Skipped 194 frames! The application may be doing too much work on its main thread. 07-31 04:41:42.643 32155 32155 W ChimeraUtils: Non Chimera context 07-31 04:41:42.843 32263 32274 I art : Background sticky concurrent mark sweep GC freed 9653(737KB) AllocSpace objects, 6(136KB) LOS objects, 0% free, 33MB/33MB, paused 9.429ms total 298.767ms 07-31 04:41:42.850 432 453 I art : Starting a blocking GC Explicit 07-31 04:41:43.035 32263 32263 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread. 07-31 04:41:43.056 432 453 I art : Explicit concurrent mark sweep GC freed 8350(601KB) AllocSpace objects, 0(0B) LOS objects, 16% free, 10MB/12MB, paused 3.021ms total 205.566ms 07-31 04:41:43.189 32263 32274 I art : Background sticky concurrent mark sweep GC freed 6650(337KB) AllocSpace objects, 1(20KB) LOS objects, 0% free, 33MB/33MB, paused 7.720ms total 300.994ms 07-31 04:41:43.935 32263 32274 I art : Background partial concurrent mark sweep GC freed 30029(2MB) AllocSpace objects, 37(672KB) LOS objects, 5% free, 33MB/35MB, paused 8.361ms total 743.225ms 07-31 04:41:44.433 32263 32274 I art : Background sticky concurrent mark sweep GC freed 17188(1105KB) AllocSpace objects, 9(144KB) LOS objects, 4% free, 33MB/35MB, paused 5.554ms total 89.508ms 07-31 04:41:51.577 32263 32274 I art : Background sticky concurrent mark sweep GC freed 34227(1017KB) AllocSpace objects, 3(48KB) LOS objects, 3% free, 33MB/35MB, paused 6.072ms total 115.295ms 07-31 04:41:51.905 432 443 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@5e05736 attribute=android.view.inputmethod.EditorInfo@4dbc637, token = android.os.BinderProxy@87ecc03 07-31 04:41:51.910 432 766 I ActivityManager: Setting hasTopUi=false for pid=31725 07-31 04:41:51.912 31725 31725 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings > 07-31 04:41:55.834 432 453 W ResourceType: ResTable_typeSpec entry count inconsistent: given 30, previously 36 07-31 04:41:55.881 432 825 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=32263, uid=10088 that is not exported from uid 10011 07-31 04:41:56.001 29212 29212 W CastMediaRouteProvider: Not a Cast compatible category: MDX_MEDIA_ROUTE_CONTROL_CATEGORY 07-31 04:41:56.001 29212 29212 W CastMediaRouteProvider: Not a Cast compatible category: android.media.intent.category.LIVE_AUDIO 07-31 04:41:56.010 29212 29300 I DiscoveryManager: Filter criteria(233637DE) scannerFlags(0) 07-31 04:41:56.099 29212 29300 E DeviceScanner: [BLE] Failed to start scan because the Bluetooth is disabled. 07-31 04:41:56.125 29212 29300 W DatabaseProcessor: processLocalDevices: failed to get the network info. 07-31 04:41:56.140 29212 29300 W DatabaseProcessor: processLocalDevices: failed to get the network info. 07-31 04:41:56.214 29212 29300 E DeviceScanner: [BLE] Failed to start scan because the Bluetooth is disabled. 07-31 04:41:56.234 29212 29300 W DatabaseProcessor: processLocalDevices: failed to get the network info. 07-31 04:41:56.241 29212 29300 W DatabaseProcessor: processLocalDevices: failed to get the network info. 07-31 04:41:56.641 29212 29300 W DatabaseProcessor: processLocalDevices: failed to get the network info. 07-31 04:41:56.890 32263 32274 I art : Background sticky concurrent mark sweep GC freed 25564(677KB) AllocSpace objects, 3(60KB) LOS objects, 1% free, 34MB/35MB, paused 4.272ms total 145.233ms 07-31 04:41:57.320 32155 32167 W art : Suspending all threads took: 76.141ms 07-31 04:41:57.350 32155 32167 I art : Background partial concurrent mark sweep GC freed 23646(1408KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 5MB/6MB, paused 79.254ms total 264.343ms 07-31 04:41:57.650 984 995 I art : CollectorTransition marksweep + semispace GC freed 554(-2200B) AllocSpace objects, 0(0B) LOS objects, 27% free, 1368KB/1880KB, paused 53.833ms total 53.833ms 07-31 04:41:58.857 32155 32214 W art : Verification of bxzy rdz.a(bycc, java.util.List, java.lang.String) took 208.282ms 07-31 04:41:59.150 29212 29300 W AdaptiveDiscoveryWorker: Exiting Adaptive Discovery. Current NetworkInfo is NULL. 07-31 04:42:00.483 32155 32167 I art : Background sticky concurrent mark sweep GC freed 13812(970KB) AllocSpace objects, 9(180KB) LOS objects, 21% free, 5MB/6MB, paused 5.615ms total 75.805ms 07-31 04:42:00.488 32155 32155 W ChimeraUtils: Non Chimera context 07-31 04:42:01.175 32263 32274 I art : Background sticky concurrent mark sweep GC freed 21397(483KB) AllocSpace objects, 0(0B) LOS objects, 1% free, 34MB/35MB, paused 7.446ms total 77.056ms 07-31 04:42:01.333 32155 32214 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed 07-31 04:42:01.382 32155 32214 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@17785015@17.7.85 (040300-253824076):2) 07-31 04:42:01.383 32155 32214 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@17785015@17.7.85 (040300-253824076):2) 07-31 04:42:01.700 32155 32214 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed 07-31 04:42:01.701 32155 32214 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@17785015@17.7.85 (040300-253824076):2) 07-31 04:42:01.701 32155 32214 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@17785015@17.7.85 (040300-253824076):2) 07-31 04:42:03.015 32155 32167 I art : Background sticky concurrent mark sweep GC freed 14980(1105KB) AllocSpace objects, 1(36KB) LOS objects, 18% free, 5MB/6MB, paused 5.279ms total 74.615ms 07-31 04:42:04.624 32263 32274 I art : Background sticky concurrent mark sweep GC freed 14347(373KB) AllocSpace objects, 0(0B) LOS objects, 1% free, 34MB/35MB, paused 5.767ms total 68.176ms 07-31 04:42:04.727 32263 32263 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 07-31 04:42:04.727 32263 32263 W ViewRootImpl[WatchWhileActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=714.1024, y[0]=-203.0052, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=11865220, downTime=11865197, deviceId=1, source=0x1002 } 07-31 04:42:04.728 32263 32263 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 07-31 04:42:04.743 29212 29300 I DiscoveryManager: Filter criteria(null) scannerFlags(0) 07-31 04:42:04.762 32263 32263 W MediaRouter: Ignoring invalid provider descriptor: null 07-31 04:42:06.510 432 444 I ActivityManager: Setting hasTopUi=true for pid=31725 07-31 04:42:06.516 31725 31725 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings > 07-31 04:42:11.990 31725 31736 I art : Background sticky concurrent mark sweep GC freed 43162(1284KB) AllocSpace objects, 0(0B) LOS objects, 12% free, 10MB/12MB, paused 1.129ms total 150.573ms 07-31 04:42:18.089 32263 32274 I art : Background sticky concurrent mark sweep GC freed 12569(260KB) AllocSpace objects, 0(0B) LOS objects, 1% free, 34MB/35MB, paused 5.004ms total 49.682ms 07-31 04:42:21.303 432 20721 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@ad8b601 attribute=null, token = android.os.BinderProxy@87ecc03 07-31 04:42:21.323 432 2151 I ActivityManager: START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from uid 10007 on display 0 07-31 04:42:21.540 432 20717 E ActivityManager: applyOptionsLocked: Unknown animationType=0 07-31 04:42:21.568 432 20717 I ActivityManager: Start proc 32501:com.android.settings/1000 for activity com.android.settings/.Settings 07-31 04:42:21.744 32263 32274 I art : Background sticky concurrent mark sweep GC freed 1144(69KB) AllocSpace objects, 1(20KB) LOS objects, 0% free, 34MB/35MB, paused 8.514ms total 113.830ms 07-31 04:42:21.951 32501 32512 I chatty : uid=1000(system) HeapTaskDaemon expire 7 lines 07-31 04:42:21.963 32263 32263 I Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread. 07-31 04:42:22.145 432 20607 W ActivityManager: Slow operation: 157ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked 07-31 04:42:22.224 174 32441 E OMX-VDEC-1080P: (195) - 07-31 04:42:22.224 174 32441 E OMX-VDEC-1080P: Error in ioctl read next msg 07-31 04:42:22.242 174 23130 E OMX_C2D : (111) - 07-31 04:42:22.242 174 23130 E OMX_C2D : Destroy C2D instance 07-31 04:42:22.242 174 23130 E OMX_C2D : (111) - 07-31 04:42:22.242 174 23130 E OMX_C2D : Destroy C2D instance 07-31 04:42:22.540 32501 32501 I chatty : uid=1000(system) com.android.settings expire 3 lines 07-31 04:42:22.544 32263 32274 I art : Background partial concurrent mark sweep GC freed 20426(1256KB) AllocSpace objects, 7(140KB) LOS objects, 5% free, 33MB/35MB, paused 4.455ms total 467.987ms 07-31 04:42:22.615 432 442 W art : Suspending all threads took: 9.002ms 07-31 04:42:22.673 432 442 I art : Background partial concurrent mark sweep GC freed 23736(1102KB) AllocSpace objects, 0(0B) LOS objects, 15% free, 10MB/12MB, paused 12.603ms total 1.046s 07-31 04:42:22.707 32263 32263 I Choreographer: Skipped 33 frames! The application may be doing too much work on its main thread. 07-31 04:42:22.766 432 1090 W art : Long monitor contention with owner Binder:432_15 (20607) at void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread)(ActivityManagerService.java:6718) waiters=1 in android.content.pm.UserInfo com.android.server.am.UserController.getCurrentUser() for 161ms 07-31 04:42:22.774 31725 31725 I Choreographer: Skipped 46 frames! The application may be doing too much work on its main thread. 07-31 04:42:22.799 432 20403 I ActivityManager: Setting hasTopUi=false for pid=31725 07-31 04:42:22.806 31725 31725 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings > 07-31 04:42:23.197 32263 32338 W YouTube : Pinging https://s.youtube.com/api/stats/watchtime?cl=259660923&ei=01NBXfn1H4HFj-8PnYmMiAg&feature=g-high-rec&fexp=23827174%2C23748146%2C23811378%2C23804262%2C23794471%2C23818122%2C23827192%2C1714246%2C11214541%2C23828494%2C11214602%2C23788875%2C23830178%2C23821879%2C23827085%2C39782622%2C39782791%2C23828784%2C23827396%2C39782336%2C23805410%2C11211209%2C11207906%2C23830398%2C23830932%2C23820151%2C23816462%2C23825157%2C23818585%2C23803853&ns=yt&plid=AAWO9hFY84qnLbEB&el=detailpage&len=3601&of=xwuHuW-NIhjH0S1YRrnGFg&vm=CAEQABgEKiA1M0JmMFJCSGVQQ1JZRXROWEFPTHFhbGlwT1V5TWpCYg&cpn=fQqaFhjP5xXlfG9z&ver=2&csdk=25&cbrand=HP&c=android&cbrver=14.29.56&cmodel=Touchpad&cplatform=tablet&cver=14.29.56&cbr=com.google.android.youtube&cosver=7.1.2&cos=Android&cplayer=ANDROID_EXOPLAYER&rt=153.7&lact=1761&fmt=134&afmt=139&state=playing&st=2044.1,0.0,4.0,6.1,8.1,35.1,70.6&uao=0,0,0,0,0,0,0&volume=100,100,100,100,100,100,100&et=2054.0,4.0,6.1,8.1,35.1,65.0,110.7&vis=0,0,1,0,1,0,0&conn=3,3,3,3,3,3,3&rti=330.0&docid=(scrubbed)&referrer=(scrubbed) 07-31 04:42:23.198 32263 32322 W YouTube : Pinging https://s.youtube.com/api/stats/qoe?cl=259660923&ei=01NBXfn1H4HFj-8PnYmMiAg&event=streamingstats&feature=g-high-rec&fexp=23827174%2C23748146%2C23811378%2C23804262%2C23794471%2C23818122%2C23827192%2C1714246%2C11214541%2C23828494%2C11214602%2C23788875%2C23830178%2C23821879%2C23827085%2C39782622%2C39782791%2C23828784%2C23827396%2C39782336%2C23805410%2C11211209%2C11207906%2C23830398%2C23830932%2C23820151%2C23816462%2C23825157%2C23818585%2C23803853&ns=yt&plid=AAWO9hFY84qnLbEB&cpn=fQqaFhjP5xXlfG9z&csdk=25&cbrand=HP&c=android&cbrver=14.29.56&cmodel=Touchpad&cplatform=tablet&cver=14.29.56&cbr=com.google.android.youtube&cosver=7.1.2&cos=Android&df=115.101:8,133.862:2&cmt=133.862:89.745,155.947:110.733&preload=0.5&cplayer=ANDROID_EXOPLAYER&bh=114.619:89.37,114.619:89.37,133.744:106.25,154.732:127.54&fmt=134&seq=2&bat=155.962:0.020:1&conn=155.951:3&vfs=115.101:134:135:134:r,115.241:134:134:134:r&vps=155.947:SU&cache_bytes=133.862:1772153,155.947:844781&view=115.101:1024:576,115.241:666:374&docid=(scrubbed)&referrer=(scrubbed) 07-31 04:42:23.217 32155 32155 W ChimeraUtils: Non Chimera context 07-31 04:42:23.369 32263 32263 I Choreographer: Skipped 38 frames! The application may be doing too much work on its main thread. 07-31 04:42:24.159 32263 32338 W art : Long monitor contention with owner yt-background1-9 (32322) at void ahck.a(ahdg)(SourceFile:-1) waiters=0 in void ahck.a(ahdg) for 950ms 07-31 04:42:24.173 32045 32099 I PlayCommon: [891] PlayEventLogger.uploadEventsImpl: Preparing logs for uploading 07-31 04:42:24.231 32045 32099 I PlayCommon: [891] ServerTimestampFetcher.makeServerTimestampConnection: Connecting to server for timestamp: https://play.googleapis.com/play/log/timestamp 07-31 04:42:24.825 32045 32099 I art : Starting a blocking GC Alloc 07-31 04:42:24.825 32045 32099 I art : Starting a blocking GC Alloc 07-31 04:42:25.410 32045 32099 I PlayCommon: [891] PlayEventLogger.makeConnection: Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true 07-31 04:42:25.519 32523 32523 W com.android.settings: type=1400 audit(0.0:267): comm=4173796E635461736B202331 path="/data/user_de/0/com.android.phone" dev="dm-9" ino=783401 07-31 04:42:25.528 32501 32523 I chatty : uid=1000(system) com.android.settings expire 3 lines 07-31 04:42:25.596 32045 32099 I PlayCommon: [891] PlayEventLogger.handleResponse: Successfully uploaded logs. 07-31 04:42:25.800 154 32505 I art : Starting a blocking GC HeapTrim 07-31 04:42:25.816 432 1060 I ActivityManager: Start proc 32525:com.google.android.gms.ui/u0a15 for content provider com.google.android.gms/.app.search.GmsSearchIndexablesProvider 07-31 04:42:26.064 32501 32540 I chatty : uid=1000(system) SummaryLoader expire 14 lines 07-31 04:42:26.256 32501 32539 I chatty : uid=1000(system) RenderThread expire 4 lines 07-31 04:42:26.389 170 209 V audio_hw_primary: do_out_standby 07-31 04:42:26.555 170 209 V audio_hw_primary: select_devices: out_off odev,idev=0x2,0x0 out/spkr/hp=010 in/imic/wmic=000 07-31 04:42:26.555 170 209 I audio_hw_primary: audio_route_apply_path: speaker-disable 07-31 04:42:26.557 170 209 I audio_hw_primary: audio_route_apply_path: headphone-disable 07-31 04:42:26.557 170 209 I audio_hw_primary: audio_route_apply_path: out-disable 07-31 04:42:27.119 32525 32525 W art : Verification of void rps.() took 540.893ms 07-31 04:42:27.329 32525 32525 W art : Verification of void rps.() took 209.777ms 07-31 04:42:27.491 32525 32525 W art : Verification of void rps.attachBaseContext(android.content.Context) took 159.912ms 07-31 04:42:27.800 432 453 I ActivityManager: Displayed com.android.settings/.Settings: +6s260ms 07-31 04:42:28.187 32525 32536 W art : Suspending all threads took: 264.251ms 07-31 04:42:28.192 32525 32536 I art : Background sticky concurrent mark sweep GC freed 1917(170KB) AllocSpace objects, 0(0B) LOS objects, 29% free, 987KB/1395KB, paused 265.960ms total 374.694ms 07-31 04:42:28.324 32501 32540 I chatty : uid=1000(system) SummaryLoader expire 21 lines 07-31 04:42:28.325 32501 32540 W ProcStatsManager: No process com.android.chrome:sandboxed_process3/10063 for service org.chromium.content.app.SandboxedProcessService3 07-31 04:42:28.325 32501 32540 W ProcStatsManager: No process com.android.chrome:sandboxed_process4/10063 for service org.chromium.content.app.SandboxedProcessService4 07-31 04:42:28.325 32501 32540 W ProcStatsManager: No process com.android.chrome:sandboxed_process5/10063 for service org.chromium.content.app.SandboxedProcessService5 07-31 04:42:28.325 32501 32540 W ProcStatsManager: No process com.android.chrome:sandboxed_process0/10063 for service org.chromium.content.app.SandboxedProcessService0 07-31 04:42:28.327 32501 32540 W ProcStatsManager: No process com.google.android.partnersetup/10018 for service com.google.android.partnersetup.AppInstalledService 07-31 04:42:28.327 32501 32540 W ProcStatsManager: No process com.google.android.partnersetup/10018 for service com.google.android.partnersetup.RlzPingIntentService 07-31 04:42:28.402 984 995 I art : CollectorTransition marksweep + semispace GC freed 324(-12KB) AllocSpace objects, 0(0B) LOS objects, 27% free, 1361KB/1870KB, paused 22.521ms total 22.521ms 07-31 04:42:28.418 432 1090 W art : Long monitor contention with owner android.display (453) at void com.android.server.wm.WindowManagerService.removeWindow(com.android.server.wm.Session, android.view.IWindow)(WindowManagerService.java:2389) waiters=0 in void com.android.server.wm.WindowManagerService.finishDrawingWindow(com.android.server.wm.Session, android.view.IWindow) for 108ms 07-31 04:42:28.422 32501 32501 I Choreographer: Skipped 35 frames! The application may be doing too much work on its main thread. 07-31 04:42:28.700 29945 29956 I art : CollectorTransition marksweep + semispace GC freed 376(12KB) AllocSpace objects, 0(0B) LOS objects, 35% free, 930KB/1442KB, paused 124.206ms total 124.206ms 07-31 04:42:29.296 32501 32512 I art : Background partial concurrent mark sweep GC freed 5323(267KB) AllocSpace objects, 2(96KB) LOS objects, 24% free, 1693KB/2MB, paused 1.647ms total 197.357ms 07-31 04:42:29.416 32501 32540 W DataUsageController: Failed to get data usage, no subscriber id 07-31 04:42:29.472 32525 32525 W art : Verification of aeys qmg.a(java.lang.String) took 282.989ms 07-31 04:42:29.845 32525 32525 W art : Verification of long ssj.a(android.content.Context) took 306.884ms 07-31 04:42:30.299 32525 32525 W DynamiteModule: Local module descriptor class for providerinstaller not found. 07-31 04:42:30.308 32525 32525 W ProviderHelper: Unknown dynamite feature providerinstaller 07-31 04:42:30.309 32525 32525 I DynamiteModule: Considering local module providerinstaller:0 and remote module providerinstaller:0 07-31 04:42:30.310 32525 32525 W ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0. 07-31 04:42:30.981 32263 32263 I AppLifecycleTracker: App transition to background 07-31 04:42:30.982 32263 32263 I AppLifecycleTracker: App transition to background 07-31 04:42:30.983 32263 32263 I AppLifecycleTracker: App transition to background 07-31 04:42:30.985 32263 32263 I AppLifecycleTracker: App transition to background 07-31 04:42:31.232 32501 32552 V NFC : this device does not have NFC support 07-31 04:42:31.390 32525 32525 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 284 native methods... 07-31 04:42:31.586 32263 32304 W art : Long monitor contention with owner yt-background1-7 (32310) at void ahai.b()(SourceFile:-1) waiters=0 in xwu ahai.a() for 596ms 07-31 04:42:31.945 32263 32263 I AppLifecycleTracker: App transition to background 07-31 04:42:31.947 32263 32263 I AppLifecycleTracker: App transition to background 07-31 04:42:32.052 32501 32512 I art : Background sticky concurrent mark sweep GC freed 2812(206KB) AllocSpace objects, 1(20KB) LOS objects, 15% free, 1897KB/2MB, paused 1.464ms total 417.419ms 07-31 04:42:32.229 32263 32263 I AppLifecycleTracker: App foreground state unchanged: inForeground ? false 07-31 04:42:32.229 32263 32263 I AppLifecycleTracker: App foreground state unchanged: inForeground ? false 07-31 04:42:32.230 32263 32263 I AppLifecycleTracker: App foreground state unchanged: inForeground ? false 07-31 04:42:32.230 32263 32263 I AppLifecycleTracker: App foreground state unchanged: inForeground ? false 07-31 04:42:32.230 32263 32263 I AppLifecycleTracker: App foreground state unchanged: inForeground ? false 07-31 04:42:32.231 32263 32263 I AppLifecycleTracker: App foreground state unchanged: inForeground ? false 07-31 04:42:32.236 32263 32263 I Choreographer: Skipped 222 frames! The application may be doing too much work on its main thread. 07-31 04:42:32.363 32525 32525 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false 07-31 04:42:32.394 164 164 W SurfaceFlinger: couldn't log to binary event log: overflow. 07-31 04:42:32.598 32263 32380 W art : Long monitor contention with owner yt-background1-4 (32304) at void ahai.a(java.util.Set)(SourceFile:-1) waiters=0 in void ahai.b(nqm) for 647ms 07-31 04:42:32.632 32525 32525 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL 07-31 04:42:33.199 32525 32536 W art : Suspending all threads took: 6.896ms 07-31 04:42:33.280 32525 32525 W Primes : Primes not initialized, returning default (no-op) Primes instance which will ignore all calls. Please call Primes.initialize(...) before using any Primes API. 07-31 04:42:33.862 32501 32512 W art : Suspending all threads took: 126.098ms 07-31 04:42:33.866 32501 32512 I art : Background partial concurrent mark sweep GC freed 1782(159KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 1942KB/2MB, paused 127.349ms total 193.969ms 07-31 04:42:34.757 432 490 E wifi : wifi_get_supported_feature_set returned error = 0xfffffffe 07-31 04:42:34.763 432 20721 E BatteryStatsService: no controller energy info supplied 07-31 04:42:34.763 432 20721 E BatteryStatsService: no controller energy info supplied 07-31 04:42:34.871 691 691 E PhoneInterfaceManager: [PhoneIntfMgr] queryModemActivityInfo: Empty response 07-31 04:42:34.876 432 20721 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory) 07-31 04:42:34.879 432 20721 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0} 07-31 04:42:35.108 32501 32512 W art : Suspending all threads took: 8.941ms 07-31 04:42:35.118 32501 32512 I art : Background sticky concurrent mark sweep GC freed 23(2600B) AllocSpace objects, 0(0B) LOS objects, 0% free, 2MB/2MB, paused 10.162ms total 28.900ms 07-31 04:42:35.291 32501 32523 I IndexDatabaseHelper: Using schema version: 115 07-31 04:42:35.298 32501 32523 I IndexDatabaseHelper: Index is fine 07-31 04:42:35.306 32501 32523 D Index : Locale 'en_US' is already indexed 07-31 04:42:35.388 32501 32523 D Index : Indexing locale 'en_US' took 81 millis 07-31 04:42:36.181 32501 32523 D Index : Indexing locale 'en_US' took 15 millis 07-31 04:42:38.365 432 20717 I ActivityManager: START u0 {flg=0x8000 cmp=com.android.settings/.Settings$WirelessSettingsActivity (has extras)} from uid 1000 on display 0 07-31 04:42:38.553 432 442 I art : Background sticky concurrent mark sweep GC freed 13673(733KB) AllocSpace objects, 6(432KB) LOS objects, 15% free, 10MB/12MB, paused 18.066ms total 124.877ms 07-31 04:42:38.573 31725 31725 W ResourceType: ResTable_typeSpec entry count inconsistent: given 30, previously 36 07-31 04:42:39.190 31725 31736 I art : Background partial concurrent mark sweep GC freed 19887(779KB) AllocSpace objects, 0(0B) LOS objects, 15% free, 10MB/12MB, paused 1.159ms total 272.094ms 07-31 04:42:39.404 32501 32501 D WirelessSettings: onCreate: mManageMobilePlanMessage=null 07-31 04:42:39.531 432 20398 E UserRestrictionsUtils: Unknown restriction: null 07-31 04:42:39.784 32501 32512 W art : Suspending all threads took: 15.655ms 07-31 04:42:39.792 32501 32512 I art : Background partial concurrent mark sweep GC freed 7800(641KB) AllocSpace objects, 4(344KB) LOS objects, 24% free, 2MB/3MB, paused 16.723ms total 52.185ms 07-31 04:42:39.939 32501 32552 D Index : Indexing locale 'en_US' took 17 millis 07-31 04:42:40.033 32501 32552 D Index : Indexing locale 'en_US' took 19 millis 07-31 04:42:40.160 432 453 I ActivityManager: Displayed com.android.settings/.Settings$WirelessSettingsActivity: +1s770ms 07-31 04:42:43.751 32501 32501 D WirelessSettings: onPreferenceTreeClick: preference=VPN 07-31 04:42:43.753 432 766 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0 07-31 04:42:43.980 32501 32501 D SubSettings: Launching fragment com.android.settings.vpn2.VpnSettings 07-31 04:42:44.032 32501 32512 I art : Background sticky concurrent mark sweep GC freed 322(12KB) AllocSpace objects, 0(0B) LOS objects, 2% free, 3MB/3MB, paused 7.354ms total 56.945ms 07-31 04:42:44.199 32501 32523 D Index : Indexing locale 'en_US' took 29 millis 07-31 04:42:44.319 32501 32523 D Index : Indexing locale 'en_US' took 38 millis 07-31 04:42:44.384 432 453 I ActivityManager: Displayed com.android.settings/.SubSettings: +596ms 07-31 04:42:44.463 32501 32539 D OpenGLRenderer: endAllActiveAnimators on 0x5024cd00 (RippleDrawable) with handle 0x5ac87d60 07-31 04:42:46.538 32501 32523 D Index : Indexing locale 'en_US' took 26 millis 07-31 04:42:46.656 32501 32539 D OpenGLRenderer: endAllActiveAnimators on 0x5a425700 (RippleDrawable) with handle 0x5ac87da0 07-31 04:42:47.727 32501 32501 D WirelessSettings: onPreferenceTreeClick: preference=Network settings reset 07-31 04:42:47.729 432 1090 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0 07-31 04:42:47.859 32501 32501 D SubSettings: Launching fragment com.android.settings.ResetNetwork 07-31 04:42:47.975 32501 32552 D Index : Indexing locale 'en_US' took 45 millis 07-31 04:42:48.132 432 453 I ActivityManager: Displayed com.android.settings/.SubSettings: +375ms 07-31 04:42:48.171 32501 32552 D Index : Indexing locale 'en_US' took 17 millis 07-31 04:42:48.199 32501 32539 D OpenGLRenderer: endAllActiveAnimators on 0x5024d080 (RippleDrawable) with handle 0x4fe53060 07-31 04:42:52.523 32501 32523 D Index : Indexing locale 'en_US' took 40 millis 07-31 04:42:52.643 32501 32539 D OpenGLRenderer: endAllActiveAnimators on 0x5a4b2d80 (RippleDrawable) with handle 0x4fe47040 07-31 04:42:52.860 32501 32501 I art : Starting a blocking GC Explicit 07-31 04:42:52.910 32501 32501 I art : Explicit concurrent mark sweep GC freed 7034(437KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 3MB/4MB, paused 610us total 50.140ms 07-31 04:42:52.918 32501 32501 I art : Starting a blocking GC Explicit 07-31 04:42:52.958 32501 32501 I art : Explicit concurrent mark sweep GC freed 1364(56KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 3MB/4MB, paused 579us total 40.618ms 07-31 04:42:55.650 432 825 I ActivityManager: START u0 {flg=0x8000 cmp=com.android.settings/.Settings$WifiSettingsActivity (has extras)} from uid 1000 on display 0 07-31 04:42:55.919 32501 32552 D Index : Indexing locale 'en_US' took 19 millis 07-31 04:42:56.012 32501 32552 D Index : Indexing locale 'en_US' took 31 millis 07-31 04:42:56.136 432 442 I art : Background sticky concurrent mark sweep GC freed 17044(805KB) AllocSpace objects, 7(140KB) LOS objects, 14% free, 10MB/12MB, paused 6.683ms total 114.501ms 07-31 04:42:56.249 432 453 I ActivityManager: Displayed com.android.settings/.Settings$WifiSettingsActivity: +565ms 07-31 04:42:56.264 32501 32552 D Index : Deleting data for locale 'en_US' took 8 millis 07-31 04:42:56.336 32501 32552 D Index : Indexing locale 'en_US' took 72 millis 07-31 04:42:56.391 32501 32512 I art : Background sticky concurrent mark sweep GC freed 10116(584KB) AllocSpace objects, 0(0B) LOS objects, 13% free, 4MB/4MB, paused 946us total 109.069ms 07-31 04:42:56.434 32501 32552 D Index : Deleting data for locale 'en_US' took 5 millis 07-31 04:42:56.477 32501 32552 D Index : Indexing locale 'en_US' took 43 millis 07-31 04:43:05.016 432 19497 I ActivityManager: START u0 {flg=0x8000 cmp=com.evervolv.toolbox/.Toolbox (has extras)} from uid 1000 on display 0 07-31 04:43:05.099 432 444 I ActivityManager: Start proc 32575:com.evervolv.toolbox/1000 for activity com.evervolv.toolbox/.Toolbox 07-31 04:43:05.273 32501 32539 D OpenGLRenderer: endAllActiveAnimators on 0x50513680 (ListView) with handle 0x59419ec0 07-31 04:43:05.320 32575 32575 W System : ClassLoader referenced unknown path: /system/priv-app/EVToolbox/lib/arm 07-31 04:43:05.526 32575 32575 W art : Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable 07-31 04:43:05.589 32575 32575 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead. 07-31 04:43:05.710 32575 32575 D ConstraintsHelper: construct key=disable_toolbox available=true 07-31 04:43:05.788 32575 32591 W Adreno-GSL: : Android framework reported version 2. So, don't force ES30 07-31 04:43:05.789 32575 32591 I Adreno-EGL: : EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_KK_2.7_RB1.04.04.00.007.018_msm8960_KK_2.7_RB1_CL3869936_release_AU (CL3869936) 07-31 04:43:05.789 32575 32591 I Adreno-EGL: OpenGL ES Shader Compiler Version: 17.01.10.SPL 07-31 04:43:05.789 32575 32591 I Adreno-EGL: Build Date: 12/09/13 Mon 07-31 04:43:05.789 32575 32591 I Adreno-EGL: Local Branch: mybranch2092625 07-31 04:43:05.789 32575 32591 I Adreno-EGL: Remote Branch: quic/kk_2.7_rb1.15 07-31 04:43:05.789 32575 32591 I Adreno-EGL: Local Patches: NONE 07-31 04:43:05.789 32575 32591 I Adreno-EGL: Reconstruct Branch: AU_LINUX_ANDROID_KK_2.7_RB1.04.04.00.007.018 + NOTHING 07-31 04:43:05.799 32575 32591 I OpenGLRenderer: Initialized EGL, version 1.4 07-31 04:43:05.799 32575 32591 D OpenGLRenderer: Swap behavior 1 07-31 04:43:05.939 32575 32586 I art : Background sticky concurrent mark sweep GC freed 1032(97KB) AllocSpace objects, 2(40KB) LOS objects, 4% free, 1602KB/1668KB, paused 6.927ms total 103.179ms 07-31 04:43:06.067 432 453 I ActivityManager: Displayed com.evervolv.toolbox/.Toolbox: +991ms 07-31 04:43:07.209 32263 32318 W YouTube : Missing task factory for task type: com.google.android.libraries.youtube.offline.task.ScheduledOfflineFlushTask 07-31 04:43:09.050 32575 32575 D ConstraintsHelper: construct key=app_perf_profiles_enabled available=true 07-31 04:43:13.570 432 507 D PowerHAL: set_power_profile: set power profile mode: 1 07-31 04:43:17.017 432 507 D PowerHAL: set_power_profile: set power profile mode: 2 07-31 04:43:28.066 432 19497 I ActivityManager: START u0 {act=com.evervolv.toolbox.action.KERNEL_TUNER cmp=com.evervolv.toolbox/.perf.KernelTuner} from uid 1000 on display 0 07-31 04:43:28.128 32575 32575 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead. 07-31 04:43:28.171 32575 32575 W vervolv.toolbox: type=1400 audit(0.0:268): name="ksm" dev="sysfs" ino=5252 07-31 04:43:28.593 432 453 I ActivityManager: Displayed com.evervolv.toolbox/.perf.KernelTuner: +506ms 07-31 04:43:28.658 32575 32591 D OpenGLRenderer: endAllActiveAnimators on 0x5bb5a980 (RippleDrawable) with handle 0x5b1da820 07-31 04:43:35.233 432 20401 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@7f08652 attribute=null, token = android.os.BinderProxy@3eaa6f2 07-31 04:43:35.243 32575 32607 E EVToolbox: /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor not writable, did you set ueventd rules? 07-31 04:43:35.253 32575 32607 E EVToolbox: /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor not writable, did you set ueventd rules? 07-31 04:43:35.265 32575 32607 E EVToolbox: /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor not writable, did you set ueventd rules? 07-31 04:43:35.276 32575 32607 E EVToolbox: /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor not writable, did you set ueventd rules? 07-31 04:43:35.286 32575 32607 E EVToolbox: /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor not writable, did you set ueventd rules? 07-31 04:43:35.287 32575 32607 E EVToolbox: Failed setting new value to /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor 07-31 04:44:19.690 432 20715 I ActivityManager: START u0 {act=com.evervolv.toolbox.action.APP_MANAGER cmp=com.evervolv.toolbox/.system.ApplicationManager} from uid 1000 on display 0 07-31 04:44:19.753 32575 32575 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead. 07-31 04:44:21.158 432 453 I ActivityManager: Displayed com.evervolv.toolbox/.system.ApplicationManager: +1s443ms 07-31 04:44:26.873 32575 32575 D ConstraintsHelper: construct key=dev_force_show_navbar available=true 07-31 04:44:26.874 32575 32575 D ConstraintsHelper: construct key=pixel_nav_animation available=true 07-31 04:44:32.121 32155 32167 I art : Background sticky concurrent mark sweep GC freed 10416(474KB) AllocSpace objects, 0(0B) LOS objects, 12% free, 5MB/6MB, paused 6.317ms total 49.438ms 07-31 04:44:39.727 32575 32575 D ConstraintsHelper: construct key=disable_toolbox available=true 07-31 04:44:41.903 432 20722 I ActivityManager: START u0 {act=com.evervolv.toolbox.action.BUGREPORT cmp=com.evervolv.toolbox/.support.BugReport} from uid 1000 on display 0 07-31 04:44:41.963 32575 32575 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead. 07-31 04:44:42.231 32575 32586 I art : Background partial concurrent mark sweep GC freed 11345(691KB) AllocSpace objects, 2(40KB) LOS objects, 25% free, 3MB/4MB, paused 854us total 252.166ms 07-31 04:44:42.293 432 453 I ActivityManager: Displayed com.evervolv.toolbox/.support.BugReport: +367ms 07-31 04:44:42.375 32575 32591 D OpenGLRenderer: endAllActiveAnimators on 0x59a50100 (RippleDrawable) with handle 0x5b1e3620 07-31 04:44:45.689 32575 32575 D BugReport: Calling pull_logcat 07-31 04:44:45.736 32623 32623 W init : type=1400 audit(0.0:269): path="/system/bin/dumplogcat" dev="dm-10" ino=31199 07-31 04:44:45.886 32628 32628 W logcat : type=1400 audit(0.0:270): path="/data/data/com.evervolv.toolbox/files/logcat-2019-07-31-04-44-45.txt.tmp" dev="dm-9" ino=795169 [logcat: 0.604s elapsed] Broadcasting: Intent { act=com.evervolv.toolbox.action.DUMPLOGCAT_FINISHED (has extras) } Broadcast completed: result=0