Advertisement
gimmeitorilltell

QS_HEADERS

Aug 7th, 2017
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 283.07 KB | None | 0 0
  1. --------- beginning of crash
  2. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: FATAL EXCEPTION: main
  3. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: Process: com.android.settings, PID: 2998
  4. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.IllegalArgumentException: Cannot add a PreferenceCategory directly to a PreferenceCategory
  5. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2681)
  6. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2742)
  7. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
  8. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1489)
  9. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  10. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.os.Looper.loop(Looper.java:153)
  11. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6171)
  12. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  13. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
  14. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
  15. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Cannot add a PreferenceCategory directly to a PreferenceCategory
  16. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.support.v7.preference.PreferenceCategory.onPrepareAddPreference(PreferenceCategory.java:60)
  17. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.support.v7.preference.PreferenceGroup.addPreference(PreferenceGroup.java:177)
  18. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.support.v7.preference.PreferenceGroup.addItemFromInflater(PreferenceGroup.java:126)
  19. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.rInflate(PreferenceInflater.java:360)
  20. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.rInflate(PreferenceInflater.java:361)
  21. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.inflate(PreferenceInflater.java:167)
  22. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.inflate(PreferenceInflater.java:117)
  23. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.support.v7.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:127)
  24. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.support.v14.preference.PreferenceFragment.addPreferencesFromResource(PreferenceFragment.java:440)
  25. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at com.android.settings.SettingsPreferenceFragment.addPreferencesFromResource(SettingsPreferenceFragment.java:144)
  26. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at org.candyroms.candycane.fragments.QuickSettings.onCreate(QuickSettings.java:87)
  27. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.Fragment.performCreate(Fragment.java:2338)
  28. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:949)
  29. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.BackStackRecord.setLastIn(BackStackRecord.java:860)
  30. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.BackStackRecord.calculateFragments(BackStackRecord.java:900)
  31. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.BackStackRecord.run(BackStackRecord.java:728)
  32. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1578)
  33. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:563)
  34. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:1065)
  35. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at com.android.settings.SettingsActivity.onCreate(SettingsActivity.java:639)
  36. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:6682)
  37. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
  38. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2634)
  39. 08-07 02:46:13.096 2998 2998 E AndroidRuntime: ... 9 more
  40. 08-07 02:46:13.100 693 2683 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
  41. 08-07 02:46:13.103 693 2683 W ActivityManager: Force finishing activity com.android.settings/.Settings$CandyCaneActivity
  42. 08-07 02:46:13.106 693 2683 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:877 com.android.server.am.AppErrors.crashApplicationInner:374 com.android.server.am.AppErrors.crashApplication:308 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:13574 com.android.server.am.ActivityManagerService.handleApplicationCrash:13556
  43. 08-07 02:46:13.107 693 2683 I chatty : uid=1000(system) Binder:693_8 expire 3 lines
  44. 08-07 02:46:13.142 2889 2889 D SubstratumLogger: Initializing Substratum with the seventh iteration of the Overlay Manager Service...
  45. 08-07 02:46:13.142 2889 2889 E AppCrashReceiver: com.android.settings stopped unexpectedly...
  46. 08-07 02:46:13.216 693 4241 I chatty : uid=1000(system) RenderThread expire 4 lines
  47. 08-07 02:46:13.604 693 757 W ActivityManager: Activity pause timeout for ActivityRecord{eff890c u0 com.android.settings/.SubSettings t6 f}
  48. 08-07 02:46:15.051 693 2683 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
  49. 08-07 02:46:15.052 693 2683 W ActivityManager: Force finishing activity com.android.settings/.Settings$CandyCaneActivity
  50. 08-07 02:46:15.059 693 2683 W ActivityManager: Force finishing activity com.android.settings/.Settings
  51. 08-07 02:46:15.143 693 2683 I ActivityManager: Killing 2998:com.android.settings/1000 (adj 199): crash
  52. 08-07 02:46:15.145 693 2683 D ActivityManager: cleanUpApplicationRecord -- 2998
  53. 08-07 02:46:15.150 693 758 I chatty : uid=1000(system) android.ui expire 1 line
  54. 08-07 02:46:15.198 693 1477 I WindowManager: WIN DEATH: Window{41a17a8 u0 com.android.settings/com.android.settings.Settings$CandyCaneActivity}
  55. 08-07 02:46:15.199 693 1620 I chatty : uid=1000(system) Binder:693_4 expire 2 lines
  56. 08-07 02:46:15.209 693 1241 I chatty : uid=1000(system) InputDispatcher expire 2 lines
  57. 08-07 02:46:15.212 693 1620 I WindowManager: WIN DEATH: Window{d23b8d2 u0 com.android.settings/com.android.settings.Settings}
  58. 08-07 02:46:15.263 693 765 W AppOps : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
  59. 08-07 02:46:15.284 2094 2094 W SessionLifecycleManager: Handover failed. Creating new session controller.
  60. 08-07 02:46:15.298 2094 2094 I OptInState: There is a new client and it does not support opt-in. Dropping request.
  61. 08-07 02:46:15.344 2094 2286 W LocationOracle: No location history returned by ContextManager
  62. 08-07 02:46:15.391 1921 2218 I chatty : uid=10030(com.google.android.gms) FlpThread expire 2 lines
  63. 08-07 02:46:15.516 1921 2884 I chatty : uid=10030 com.google.android.gms.persistent expire 2 lines
  64. 08-07 02:46:15.571 1921 4279 I chatty : uid=10030 com.google.android.gms.persistent expire 1 line
  65. 08-07 02:46:15.574 1921 4280 I chatty : uid=10030 com.google.android.gms.persistent expire 1 line
  66. 08-07 02:46:15.606 1921 3024 I chatty : uid=10030 com.google.android.gms.persistent expire 2 lines
  67. 08-07 02:46:15.634 1921 3026 I chatty : uid=10030 com.google.android.gms.persistent expire 1 line
  68. 08-07 02:46:15.649 1921 4279 I chatty : uid=10030 com.google.android.gms.persistent expire 4 lines
  69. 08-07 02:46:15.651 1921 2218 I chatty : uid=10030(com.google.android.gms) FlpThread expire 1 line
  70. 08-07 02:46:15.745 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  71. 08-07 02:46:15.785 1921 2884 I chatty : uid=10030 com.google.android.gms.persistent expire 3 lines
  72. 08-07 02:46:16.124 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  73. 08-07 02:46:16.178 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  74. 08-07 02:46:16.313 693 1979 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[436,1014][644,1322] (has extras)} from uid 10017 on display 0
  75. 08-07 02:46:16.316 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  76. 08-07 02:46:16.317 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  77. 08-07 02:46:16.317 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  78. 08-07 02:46:16.317 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  79. 08-07 02:46:16.318 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  80. 08-07 02:46:16.318 248 456 D audio_hw_primary: select_devices: done
  81. 08-07 02:46:16.407 693 749 W ActivityManager: Slow operation: 57ms so far, now at startProcess: returned from zygote!
  82. 08-07 02:46:16.407 693 749 W ActivityManager: Slow operation: 57ms so far, now at startProcess: done updating battery stats
  83. 08-07 02:46:16.408 693 749 W ActivityManager: Slow operation: 57ms so far, now at startProcess: building log message
  84. 08-07 02:46:16.408 693 749 I ActivityManager: Start proc 4295:com.android.settings/1000 for activity com.android.settings/.Settings
  85. 08-07 02:46:16.408 693 749 W ActivityManager: Slow operation: 57ms so far, now at startProcess: starting to update pids map
  86. 08-07 02:46:16.408 693 749 W ActivityManager: Slow operation: 57ms so far, now at startProcess: done updating pids map
  87. 08-07 02:46:16.408 693 749 W ActivityManager: Slow operation: 57ms so far, now at startProcess: done starting proc!
  88. 08-07 02:46:16.494 4295 4295 I chatty : uid=1000(system) com.android.settings expire 2 lines
  89. 08-07 02:46:16.506 2094 2111 I art : Do full code cache collection, code=172KB, data=252KB
  90. 08-07 02:46:16.507 2094 2111 I art : Starting a blocking GC JitCodeCache
  91. 08-07 02:46:16.507 2094 2111 I art : After code cache collection, code=169KB, data=221KB
  92. 08-07 02:46:16.509 2094 2094 W SearchService: Abort, client detached.
  93. 08-07 02:46:16.534 2094 2433 E ContentStoreEUAS: Failed to commit the deferred actions
  94. 08-07 02:46:16.658 4295 4325 I chatty : uid=1000(system) com.android.settings expire 6 lines
  95. 08-07 02:46:16.740 4295 4329 I chatty : uid=1000(system) com.android.settings expire 12 lines
  96. 08-07 02:46:16.757 4295 4326 I chatty : uid=1000(system) com.android.settings expire 3 lines
  97. 08-07 02:46:16.790 4295 4327 I chatty : uid=1000(system) com.android.settings expire 1 line
  98. 08-07 02:46:16.826 4295 4328 I chatty : uid=1000(system) com.android.settings expire 1 line
  99. 08-07 02:46:16.965 693 1621 I ProcessStatsService: Added stats: 2017-08-05-22-54-04, over +1d2h11m51s763ms
  100. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.flushlogs.FlushLogsReceiver$FlushLogsService
  101. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.utils.PermissionPolicies$PermissionPolicyService
  102. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.services.ContentSyncService
  103. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.wear.WearSupportService
  104. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.contentfilter.impl.ContentFiltersService
  105. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.android.carrierconfig/10006 for service com.android.carrierconfig.DefaultCarrierConfigService
  106. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process org.codeaurora.gallery/10025 for service com.android.gallery3d.app.PackagesMonitor$AsyncService
  107. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.android.printspooler/10059 for service com.android.printspooler.model.PrintSpoolerService
  108. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.android.cellbroadcastreceiver/10004 for service com.android.cellbroadcastreceiver.CellBroadcastConfigService
  109. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.android.onetimeinitializer/10013 for service com.android.onetimeinitializer.OneTimeInitializerService
  110. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.google.process.gapps/10068 for service com.google.android.syncadapters.contacts.ContactsSyncAdapterIntentService
  111. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.android.keychain/1000 for service com.android.keychain.KeyChainService
  112. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.android.dialer/10024 for service com.android.dialer.calllog.CallLogNotificationsService
  113. 08-07 02:46:16.998 4295 4329 W ProcStatsManager: No process com.google.android.gms.ui/10030 for service com.google.android.gms.chimera.UiIntentOperationService
  114. 08-07 02:46:16.999 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.AppInstalledService
  115. 08-07 02:46:16.999 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.ClientIdService
  116. 08-07 02:46:16.999 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.MccFallbackService
  117. 08-07 02:46:16.999 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.AppHiderService
  118. 08-07 02:46:16.999 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.RlzPingIntentService
  119. 08-07 02:46:16.999 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.MccOverrideService
  120. 08-07 02:46:17.068 693 1620 E BatteryStatsService: no controller energy info supplied
  121. 08-07 02:46:17.068 693 1620 E BatteryStatsService: no controller energy info supplied
  122. 08-07 02:46:17.080 693 1620 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  123. 08-07 02:46:19.490 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  124. 08-07 02:46:19.528 693 748 I ActivityManager: START u0 {flg=0x8000 cmp=com.android.settings/.Settings$CandyCaneActivity (has extras)} from uid 1000 on display 0
  125. 08-07 02:46:19.528 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  126. 08-07 02:46:19.529 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  127. 08-07 02:46:19.530 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  128. 08-07 02:46:19.530 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  129. 08-07 02:46:19.530 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  130. 08-07 02:46:19.532 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  131. 08-07 02:46:19.532 248 456 D audio_hw_primary: select_devices: done
  132. 08-07 02:46:19.663 4295 4325 D Index : Indexing locale 'en_US' took 23 millis
  133. 08-07 02:46:19.702 4295 4325 D Index : Indexing locale 'en_US' took 12 millis
  134. 08-07 02:46:19.997 4295 4326 D OpenGLRenderer: endAllActiveAnimators on 0x97225a00 (RippleDrawable) with handle 0xb3d0c0b0
  135. 08-07 02:46:21.592 1921 4279 I chatty : uid=10030 com.google.android.gms.persistent expire 1 line
  136. 08-07 02:46:21.597 1921 2218 I chatty : uid=10030(com.google.android.gms) FlpThread expire 1 line
  137. 08-07 02:46:21.617 1921 4280 I chatty : uid=10030 com.google.android.gms.persistent expire 2 lines
  138. 08-07 02:46:21.671 1921 3026 I chatty : uid=10030 com.google.android.gms.persistent expire 4 lines
  139. 08-07 02:46:22.682 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  140. 08-07 02:46:22.740 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  141. 08-07 02:46:24.864 693 1979 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  142. 08-07 02:46:24.870 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  143. 08-07 02:46:24.871 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  144. 08-07 02:46:24.871 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  145. 08-07 02:46:24.871 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  146. 08-07 02:46:24.872 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  147. 08-07 02:46:24.872 248 456 D audio_hw_primary: select_devices: done
  148. 08-07 02:46:25.010 4295 4295 D SubSettings: Launching fragment org.candyroms.candycane.fragments.StatusBarClock
  149. 08-07 02:46:25.110 4295 4325 D Index : Indexing locale 'en_US' took 50 millis
  150. 08-07 02:46:25.161 4295 4325 D Index : Indexing locale 'en_US' took 7 millis
  151. 08-07 02:46:25.227 4295 4326 D OpenGLRenderer: endAllActiveAnimators on 0x98878d00 (RippleDrawable) with handle 0x98862ee0
  152. 08-07 02:46:26.620 2094 4429 I EventLogSendingHelper: Sending log events.
  153. 08-07 02:46:26.750 2889 4431 D FirebaseInstanceId: background sync failed: AUTHENTICATION_FAILED, retry in 120s
  154. 08-07 02:46:28.014 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  155. 08-07 02:46:28.069 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  156. 08-07 02:46:28.382 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  157. 08-07 02:46:28.383 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  158. 08-07 02:46:28.383 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  159. 08-07 02:46:28.383 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  160. 08-07 02:46:28.384 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  161. 08-07 02:46:28.385 248 456 D audio_hw_primary: select_devices: done
  162. 08-07 02:46:29.720 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  163. 08-07 02:46:29.764 693 1477 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@b90e06c attribute=null, token = android.os.BinderProxy@71b5d1
  164. 08-07 02:46:31.090 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  165. 08-07 02:46:32.580 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  166. 08-07 02:46:32.620 693 1620 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@dfe243b attribute=null, token = android.os.BinderProxy@71b5d1
  167. 08-07 02:46:35.705 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  168. 08-07 02:46:35.771 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  169. 08-07 02:46:39.241 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  170. 08-07 02:46:39.244 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  171. 08-07 02:46:39.244 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  172. 08-07 02:46:39.244 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  173. 08-07 02:46:39.246 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  174. 08-07 02:46:39.247 248 456 D audio_hw_primary: select_devices: done
  175. 08-07 02:46:40.782 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  176. 08-07 02:46:40.802 693 749 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@f1e1996 attribute=null, token = android.os.BinderProxy@71b5d1
  177. 08-07 02:46:41.801 4295 4325 D Index : Indexing locale 'en_US' took 103 millis
  178. 08-07 02:46:43.899 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  179. 08-07 02:46:43.955 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  180. 08-07 02:46:47.773 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  181. 08-07 02:46:47.774 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  182. 08-07 02:46:47.774 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  183. 08-07 02:46:47.774 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  184. 08-07 02:46:47.775 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  185. 08-07 02:46:47.775 248 456 D audio_hw_primary: select_devices: done
  186. 08-07 02:46:47.780 693 2683 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.systemui/.tuner.TunerActivity} from uid 1000 on display 0
  187. 08-07 02:46:47.879 693 1620 I ActivityManager: Start proc 4578:com.android.systemui:tuner/u0a37 for activity com.android.systemui/.tuner.TunerActivity
  188. 08-07 02:46:47.996 4578 4578 W System : ClassLoader referenced unknown path: /system/priv-app/SystemUI/lib/arm
  189. 08-07 02:46:48.009 4295 4326 D OpenGLRenderer: endAllActiveAnimators on 0x98879e80 (RippleDrawable) with handle 0x97be7530
  190. 08-07 02:46:48.236 4578 4609 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  191. 08-07 02:46:48.243 4578 4609 I OpenGLRenderer: Initialized EGL, version 1.4
  192. 08-07 02:46:48.243 4578 4609 D OpenGLRenderer: Swap behavior 1
  193. 08-07 02:46:50.935 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  194. 08-07 02:46:50.973 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  195. 08-07 02:46:57.196 4295 4328 D Index : Indexing locale 'en_US' took 151 millis
  196. 08-07 02:46:57.436 693 757 I ActivityManager: Killing 2085:com.fsck.k9.material/u0a60 (adj 906): empty #17
  197. 08-07 02:46:57.450 693 1477 D ActivityManager: cleanUpApplicationRecord -- 2085
  198. 08-07 02:47:02.392 1921 3024 I chatty : uid=10030 com.google.android.gms.persistent expire 3 lines
  199. 08-07 02:47:05.639 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  200. 08-07 02:47:05.641 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  201. 08-07 02:47:05.641 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  202. 08-07 02:47:05.641 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  203. 08-07 02:47:05.642 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  204. 08-07 02:47:05.642 248 456 D audio_hw_primary: select_devices: done
  205. 08-07 02:47:05.650 693 1621 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  206. 08-07 02:47:05.787 4295 4295 D SubSettings: Launching fragment org.candyroms.candycane.fragments.ButtonSettings
  207. 08-07 02:47:05.794 248 2660 D AudioPolicyManagerCustom: setForceUse() usage 3, config 8, mPhoneState 0
  208. 08-07 02:47:05.811 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  209. 08-07 02:47:05.926 4295 4712 D Index : Indexing locale 'en_US' took 11 millis
  210. 08-07 02:47:05.972 4295 4712 D Index : Indexing locale 'en_US' took 11 millis
  211. 08-07 02:47:06.290 4295 4326 D OpenGLRenderer: endAllActiveAnimators on 0x98885680 (RippleDrawable) with handle 0x961f67c0
  212. 08-07 02:47:08.794 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  213. 08-07 02:47:08.832 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  214. 08-07 02:47:14.500 4295 4751 D Index : Indexing locale 'en_US' took 25 millis
  215. 08-07 02:47:15.582 693 1477 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  216. 08-07 02:47:15.589 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  217. 08-07 02:47:15.589 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  218. 08-07 02:47:15.589 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  219. 08-07 02:47:15.589 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  220. 08-07 02:47:15.590 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  221. 08-07 02:47:15.590 248 456 D audio_hw_primary: select_devices: done
  222. 08-07 02:47:15.679 4295 4295 D SubSettings: Launching fragment org.candyroms.candycane.fragments.PieControl
  223. 08-07 02:47:15.723 4295 4712 D Index : Indexing locale 'en_US' took 9 millis
  224. 08-07 02:47:15.759 4295 4712 D Index : Indexing locale 'en_US' took 12 millis
  225. 08-07 02:47:15.915 4295 4326 D OpenGLRenderer: endAllActiveAnimators on 0x98885300 (RippleDrawable) with handle 0xacef5160
  226. 08-07 02:47:17.389 4295 4328 D Index : Indexing locale 'en_US' took 110 millis
  227. 08-07 02:47:18.275 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  228. 08-07 02:47:18.290 693 748 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  229. 08-07 02:47:18.385 4295 4295 D SubSettings: Launching fragment org.candyroms.candycane.fragments.NavbarSettings
  230. 08-07 02:47:18.500 1459 1459 W ResourceType: Bad XML block: header size 18254 or total size 169478669 is larger than data size 553
  231. 08-07 02:47:18.501 1459 1459 W ResourceType: Bad XML block: header size 18254 or total size 169478669 is larger than data size 1059
  232. 08-07 02:47:18.502 1459 1459 W ResourceType: Bad XML block: header size 18254 or total size 169478669 is larger than data size 1415
  233. 08-07 02:47:18.504 1459 1459 W ResourceType: Bad XML block: header size 18254 or total size 169478669 is larger than data size 1606
  234. 08-07 02:47:18.506 4295 4751 D Index : Indexing locale 'en_US' took 29 millis
  235. 08-07 02:47:18.552 4295 4751 D Index : Indexing locale 'en_US' took 17 millis
  236. 08-07 02:47:18.725 4295 4326 D OpenGLRenderer: endAllActiveAnimators on 0x98884f80 (RippleDrawable) with handle 0x9653d390
  237. 08-07 02:47:20.537 4295 4712 D Index : Indexing locale 'en_US' took 12 millis
  238. 08-07 02:47:21.407 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  239. 08-07 02:47:21.448 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  240. 08-07 02:47:24.295 693 2683 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  241. 08-07 02:47:24.315 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  242. 08-07 02:47:24.316 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  243. 08-07 02:47:24.316 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  244. 08-07 02:47:24.316 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  245. 08-07 02:47:24.317 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  246. 08-07 02:47:24.317 248 456 D audio_hw_primary: select_devices: done
  247. 08-07 02:47:24.387 4295 4295 D SubSettings: Launching fragment org.candyroms.candycane.fragments.Recents
  248. 08-07 02:47:24.435 4295 4328 D Index : Indexing locale 'en_US' took 11 millis
  249. 08-07 02:47:24.476 4295 4328 D Index : Indexing locale 'en_US' took 12 millis
  250. 08-07 02:47:24.638 4295 4326 D OpenGLRenderer: endAllActiveAnimators on 0x961a7300 (RippleDrawable) with handle 0x96424a30
  251. 08-07 02:47:27.478 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  252. 08-07 02:47:27.532 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  253. 08-07 02:47:34.903 4295 4751 D Index : Indexing locale 'en_US' took 87 millis
  254. 08-07 02:47:36.180 4295 4295 D DashboardSummary: onConditionsChanged
  255. 08-07 02:47:36.195 4295 4328 D Index : Indexing locale 'en_US' took 90 millis
  256. 08-07 02:47:36.267 693 749 I ProcessStatsService: Added stats: 2017-08-05-22-54-04, over +1d2h11m51s763ms
  257. 08-07 02:47:36.287 4295 4329 W ProcStatsManager: No process com.android.providers.calendar/10002 for service com.android.providers.calendar.EmptyService
  258. 08-07 02:47:36.287 4295 4329 W ProcStatsManager: No process com.android.providers.calendar/10002 for service com.android.providers.calendar.CalendarProviderIntentService
  259. 08-07 02:47:36.287 4295 4329 W ProcStatsManager: No process com.google.android.onetimeinitializer/10033 for service com.google.android.onetimeinitializer.OneTimeService
  260. 08-07 02:47:36.287 4295 4329 W ProcStatsManager: No process com.android.messaging/10071 for service com.android.messaging.datamodel.action.BackgroundWorkerService
  261. 08-07 02:47:36.287 4295 4329 W ProcStatsManager: No process com.android.messaging/10071 for service com.android.messaging.datamodel.action.ActionServiceImpl
  262. 08-07 02:47:36.287 4295 4329 W ProcStatsManager: No process com.android.defcontainer/10005 for service com.android.defcontainer.DefaultContainerService
  263. 08-07 02:47:36.287 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.externalreferrer.ExternalReferrerService
  264. 08-07 02:47:36.287 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.hygiene.DailyHygiene$DailyHygieneService
  265. 08-07 02:47:36.288 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.setup.RestoreService
  266. 08-07 02:47:36.288 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.flushlogs.FlushLogsReceiver$FlushLogsService
  267. 08-07 02:47:36.288 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.utils.PermissionPolicies$PermissionPolicyService
  268. 08-07 02:47:36.289 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.services.ContentSyncService
  269. 08-07 02:47:36.289 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.wear.WearSupportService
  270. 08-07 02:47:36.289 4295 4329 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.contentfilter.impl.ContentFiltersService
  271. 08-07 02:47:36.289 4295 4329 W ProcStatsManager: No process com.android.carrierconfig/10006 for service com.android.carrierconfig.DefaultCarrierConfigService
  272. 08-07 02:47:36.289 4295 4329 W ProcStatsManager: No process org.codeaurora.gallery/10025 for service com.android.gallery3d.app.PackagesMonitor$AsyncService
  273. 08-07 02:47:36.289 4295 4329 W ProcStatsManager: No process com.android.printspooler/10059 for service com.android.printspooler.model.PrintSpoolerService
  274. 08-07 02:47:36.289 4295 4329 W ProcStatsManager: No process com.android.cellbroadcastreceiver/10004 for service com.android.cellbroadcastreceiver.CellBroadcastConfigService
  275. 08-07 02:47:36.289 4295 4329 W ProcStatsManager: No process com.android.onetimeinitializer/10013 for service com.android.onetimeinitializer.OneTimeInitializerService
  276. 08-07 02:47:36.289 4295 4329 W ProcStatsManager: No process com.google.process.gapps/10068 for service com.google.android.syncadapters.contacts.ContactsSyncAdapterIntentService
  277. 08-07 02:47:36.289 4295 4329 W ProcStatsManager: No process com.android.keychain/1000 for service com.android.keychain.KeyChainService
  278. 08-07 02:47:36.289 4295 4329 W ProcStatsManager: No process com.android.dialer/10024 for service com.android.dialer.calllog.CallLogNotificationsService
  279. 08-07 02:47:36.290 4295 4329 W ProcStatsManager: No process com.google.android.gms.ui/10030 for service com.google.android.gms.chimera.UiIntentOperationService
  280. 08-07 02:47:36.290 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.AppInstalledService
  281. 08-07 02:47:36.290 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.ClientIdService
  282. 08-07 02:47:36.290 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.MccFallbackService
  283. 08-07 02:47:36.290 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.AppHiderService
  284. 08-07 02:47:36.290 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.RlzPingIntentService
  285. 08-07 02:47:36.290 4295 4329 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.MccOverrideService
  286. 08-07 02:47:36.388 693 1620 E BatteryStatsService: no controller energy info supplied
  287. 08-07 02:47:36.388 693 1620 E BatteryStatsService: no controller energy info supplied
  288. 08-07 02:47:36.395 693 1620 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  289. 08-07 02:47:37.395 693 1477 I ActivityManager: START u0 {flg=0x8000 cmp=com.android.settings/.Settings$CandyCaneActivity (has extras)} from uid 1000 on display 0
  290. 08-07 02:47:37.405 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  291. 08-07 02:47:37.409 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  292. 08-07 02:47:37.409 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  293. 08-07 02:47:37.409 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  294. 08-07 02:47:37.412 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  295. 08-07 02:47:37.412 248 456 D audio_hw_primary: select_devices: done
  296. 08-07 02:47:37.593 4295 4751 D Index : Indexing locale 'en_US' took 14 millis
  297. 08-07 02:47:37.634 4295 4751 D Index : Indexing locale 'en_US' took 7 millis
  298. 08-07 02:47:37.763 693 765 I chatty : uid=1000(system) android.display expire 1 line
  299. 08-07 02:47:37.815 4295 4326 D OpenGLRenderer: endAllActiveAnimators on 0x97225a00 (RippleDrawable) with handle 0x96168260
  300. 08-07 02:47:40.572 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  301. 08-07 02:47:40.619 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  302. 08-07 02:47:57.128 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  303. 08-07 02:47:57.130 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  304. 08-07 02:47:57.130 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  305. 08-07 02:47:57.130 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  306. 08-07 02:47:57.131 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  307. 08-07 02:47:57.131 248 456 D audio_hw_primary: select_devices: done
  308. 08-07 02:48:00.284 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  309. 08-07 02:48:00.327 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  310. 08-07 02:48:14.554 1459 1459 D PhoneStatusBar: disable: < EXPAND* icons alerts system_info back home recent clock search quick_settings >
  311. 08-07 02:48:15.475 1921 4280 I chatty : uid=10030 com.google.android.gms.persistent expire 1 line
  312. 08-07 02:48:16.172 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  313. 08-07 02:48:16.173 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  314. 08-07 02:48:16.173 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  315. 08-07 02:48:16.173 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  316. 08-07 02:48:16.174 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  317. 08-07 02:48:16.174 248 456 D audio_hw_primary: select_devices: done
  318. 08-07 02:48:16.200 693 749 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@67ce5f0 attribute=null, token = android.os.BinderProxy@5aea2c9
  319. 08-07 02:48:16.217 693 758 I ActivityManager: Start proc 5140:com.android.systemui:screenshot/u0a37 for service com.android.systemui/.screenshot.TakeScreenshotService
  320. 08-07 02:48:16.218 1459 1459 D PhoneStatusBar: disable: < expand* icons alerts system_info back home recent clock search quick_settings >
  321. 08-07 02:48:16.276 5140 5140 W System : ClassLoader referenced unknown path: /system/priv-app/SystemUI/lib/arm
  322. 08-07 02:48:17.373 240 317 D PermissionCache: checking android.permission.READ_FRAME_BUFFER for uid=10037 => granted (213 us)
  323. 08-07 02:48:17.424 256 1524 I MediaPlayerService: MediaPlayerService::getOMX
  324. 08-07 02:48:17.430 5140 5164 I OMXClient: MuxOMX ctor
  325. 08-07 02:48:17.445 253 1629 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process
  326. 08-07 02:48:17.525 5140 5165 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  327. 08-07 02:48:17.529 5140 5165 I OpenGLRenderer: Initialized EGL, version 1.4
  328. 08-07 02:48:17.530 5140 5165 D OpenGLRenderer: Swap behavior 1
  329. 08-07 02:48:17.550 5140 5150 I art : Background partial concurrent mark sweep GC freed 5080(237KB) AllocSpace objects, 0(0B) LOS objects, 80% free, 992KB/4MB, paused 3.723ms total 117.889ms
  330. 08-07 02:48:17.632 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  331. 08-07 02:48:19.394 693 1977 I ActivityManager: Start proc 5214:android.process.media/u0a7 for content provider com.android.providers.media/.MediaProvider
  332. 08-07 02:48:19.459 5214 5214 W System : ClassLoader referenced unknown path: /system/priv-app/MediaProvider/lib/arm
  333. 08-07 02:48:19.476 5214 5214 W System : ClassLoader referenced unknown path: /system/priv-app/DownloadProvider/lib/arm
  334. 08-07 02:48:19.477 5214 5214 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/DownloadProvider/lib/arm:/system/priv-app/DownloadProvider/DownloadProvider.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb6d1c090
  335. 08-07 02:48:19.634 693 1620 I ActivityManager: Killing 2530:com.google.android.configupdater/u0a29 (adj 906): empty #17
  336. 08-07 02:48:19.655 693 1979 D ActivityManager: cleanUpApplicationRecord -- 2530
  337. 08-07 02:48:19.688 1459 1459 D StatusBar: notification is for you
  338. 08-07 02:48:21.085 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  339. 08-07 02:48:21.152 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  340. 08-07 02:48:23.412 693 2683 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  341. 08-07 02:48:23.417 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  342. 08-07 02:48:23.419 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  343. 08-07 02:48:23.419 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  344. 08-07 02:48:23.419 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  345. 08-07 02:48:23.420 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  346. 08-07 02:48:23.420 248 456 D audio_hw_primary: select_devices: done
  347. 08-07 02:48:23.549 4295 4295 D SubSettings: Launching fragment org.candyroms.candycane.fragments.QuickSettings
  348. 08-07 02:48:23.578 4295 4295 D AndroidRuntime: Shutting down VM
  349. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: FATAL EXCEPTION: main
  350. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: Process: com.android.settings, PID: 4295
  351. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.IllegalArgumentException: Cannot add a PreferenceCategory directly to a PreferenceCategory
  352. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2681)
  353. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2742)
  354. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
  355. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1489)
  356. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  357. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.os.Looper.loop(Looper.java:153)
  358. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6171)
  359. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  360. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
  361. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
  362. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Cannot add a PreferenceCategory directly to a PreferenceCategory
  363. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.support.v7.preference.PreferenceCategory.onPrepareAddPreference(PreferenceCategory.java:60)
  364. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.support.v7.preference.PreferenceGroup.addPreference(PreferenceGroup.java:177)
  365. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.support.v7.preference.PreferenceGroup.addItemFromInflater(PreferenceGroup.java:126)
  366. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.rInflate(PreferenceInflater.java:360)
  367. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.rInflate(PreferenceInflater.java:361)
  368. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.inflate(PreferenceInflater.java:167)
  369. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.inflate(PreferenceInflater.java:117)
  370. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.support.v7.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:127)
  371. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.support.v14.preference.PreferenceFragment.addPreferencesFromResource(PreferenceFragment.java:440)
  372. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at com.android.settings.SettingsPreferenceFragment.addPreferencesFromResource(SettingsPreferenceFragment.java:144)
  373. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at org.candyroms.candycane.fragments.QuickSettings.onCreate(QuickSettings.java:87)
  374. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.Fragment.performCreate(Fragment.java:2338)
  375. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:949)
  376. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.BackStackRecord.setLastIn(BackStackRecord.java:860)
  377. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.BackStackRecord.calculateFragments(BackStackRecord.java:900)
  378. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.BackStackRecord.run(BackStackRecord.java:728)
  379. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1578)
  380. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:563)
  381. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:1065)
  382. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at com.android.settings.SettingsActivity.onCreate(SettingsActivity.java:639)
  383. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:6682)
  384. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
  385. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2634)
  386. 08-07 02:48:23.580 4295 4295 E AndroidRuntime: ... 9 more
  387. 08-07 02:48:23.583 693 1979 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
  388. 08-07 02:48:23.592 693 1979 W ActivityManager: Force finishing activity com.android.settings/.Settings$CandyCaneActivity
  389. 08-07 02:48:23.597 693 1979 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:877 com.android.server.am.AppErrors.crashApplicationInner:374 com.android.server.am.AppErrors.crashApplication:308 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:13574 com.android.server.am.ActivityManagerService.handleApplicationCrash:13556
  390. 08-07 02:48:23.598 693 1979 I chatty : uid=1000(system) Binder:693_7 expire 3 lines
  391. 08-07 02:48:23.624 2889 2889 E AppCrashReceiver: com.android.settings stopped unexpectedly...
  392. 08-07 02:48:23.692 693 4241 I chatty : uid=1000(system) RenderThread expire 2 lines
  393. 08-07 02:48:24.092 693 757 W ActivityManager: Activity pause timeout for ActivityRecord{a526eaa u0 com.android.settings/.SubSettings t7 f}
  394. 08-07 02:48:25.120 693 1979 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
  395. 08-07 02:48:25.121 693 1979 W ActivityManager: Force finishing activity com.android.settings/.Settings$CandyCaneActivity
  396. 08-07 02:48:25.150 693 1979 W ActivityManager: Force finishing activity com.android.settings/.Settings
  397. 08-07 02:48:25.227 693 1979 I ActivityManager: Killing 4295:com.android.settings/1000 (adj 199): crash
  398. 08-07 02:48:25.232 693 1979 D ActivityManager: cleanUpApplicationRecord -- 4295
  399. 08-07 02:48:25.237 693 758 I chatty : uid=1000(system) android.ui expire 1 line
  400. 08-07 02:48:25.303 693 748 I WindowManager: WIN DEATH: Window{16abdce u0 com.android.settings/com.android.settings.Settings$CandyCaneActivity}
  401. 08-07 02:48:25.304 693 2683 I chatty : uid=1000(system) Binder:693_8 expire 1 line
  402. 08-07 02:48:25.309 693 2683 I WindowManager: WIN DEATH: Window{ff512b5 u0 com.android.settings/com.android.settings.Settings}
  403. 08-07 02:48:25.343 693 765 W AppOps : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
  404. 08-07 02:48:25.421 2094 2094 W SessionLifecycleManager: Handover failed. Creating new session controller.
  405. 08-07 02:48:25.433 2094 2094 I OptInState: There is a new client and it does not support opt-in. Dropping request.
  406. 08-07 02:48:25.472 2094 2286 W LocationOracle: No location history returned by ContextManager
  407. 08-07 02:48:25.515 1921 2218 I chatty : uid=10030(com.google.android.gms) FlpThread expire 1 line
  408. 08-07 02:48:25.677 1921 3435 I Places : ?: Couldn't find platform key file.
  409. 08-07 02:48:25.678 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  410. 08-07 02:48:25.680 1921 5294 I PlaceInferenceEngine: [anon] Changed inference mode: 105
  411. 08-07 02:48:25.681 1921 5295 I Places : ?: Couldn't find platform key file.
  412. 08-07 02:48:25.704 1921 4280 E ctxmgr : [ProducerStatusImpl]updateStateForNewContextData: inactive, contextName=7
  413. 08-07 02:48:25.721 1921 3026 I Places : ?: Couldn't find platform key file.
  414. 08-07 02:48:25.735 1921 5294 I Places : ?: PlacesBleScanner start() with priority 2
  415. 08-07 02:48:25.736 1921 5294 I PlaceInferenceEngine: [anon] Changed inference mode: 102
  416. 08-07 02:48:25.739 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  417. 08-07 02:48:25.743 1921 5295 I Places : ?: Couldn't find platform key file.
  418. 08-07 02:48:25.858 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  419. 08-07 02:48:25.875 1921 4280 I Places : ?: Couldn't find platform key file.
  420. 08-07 02:48:25.888 1921 5294 W Places : ?: Failed to download inference model weights
  421. 08-07 02:48:25.888 1921 5294 W PlaceInferenceEngine: Failed to download model weights. Status code: 7
  422. 08-07 02:48:25.890 1921 4280 I Places : ?: Couldn't find platform key file.
  423. 08-07 02:48:26.185 693 1477 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[436,1014][644,1322] (has extras)} from uid 10017 on display 0
  424. 08-07 02:48:26.189 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  425. 08-07 02:48:26.286 693 1621 W ActivityManager: Slow operation: 56ms so far, now at startProcess: returned from zygote!
  426. 08-07 02:48:26.286 693 1621 W ActivityManager: Slow operation: 56ms so far, now at startProcess: done updating battery stats
  427. 08-07 02:48:26.286 693 1621 W ActivityManager: Slow operation: 56ms so far, now at startProcess: building log message
  428. 08-07 02:48:26.287 693 1621 I ActivityManager: Start proc 5309:com.android.settings/1000 for activity com.android.settings/.Settings
  429. 08-07 02:48:26.287 693 1621 W ActivityManager: Slow operation: 56ms so far, now at startProcess: starting to update pids map
  430. 08-07 02:48:26.287 693 1621 W ActivityManager: Slow operation: 56ms so far, now at startProcess: done updating pids map
  431. 08-07 02:48:26.287 693 1621 W ActivityManager: Slow operation: 56ms so far, now at startProcess: done starting proc!
  432. 08-07 02:48:26.358 5309 5309 I chatty : uid=1000(system) com.android.settings expire 1 line
  433. 08-07 02:48:26.400 2094 2094 W SearchService: Abort, client detached.
  434. 08-07 02:48:26.420 2094 2331 E ContentStoreEUAS: Failed to commit the deferred actions
  435. 08-07 02:48:26.529 5309 5336 I chatty : uid=1000(system) com.android.settings expire 6 lines
  436. 08-07 02:48:26.610 5309 5340 I chatty : uid=1000(system) com.android.settings expire 3 lines
  437. 08-07 02:48:26.637 5309 5337 I chatty : uid=1000(system) com.android.settings expire 3 lines
  438. 08-07 02:48:26.692 5309 5338 I chatty : uid=1000(system) com.android.settings expire 2 lines
  439. 08-07 02:48:26.746 693 1979 I ProcessStatsService: Added stats: 2017-08-05-22-54-04, over +1d2h11m51s763ms
  440. 08-07 02:48:26.771 693 765 I chatty : uid=1000(system) android.display expire 5 lines
  441. 08-07 02:48:26.773 5309 5340 I chatty : uid=1000(system) com.android.settings expire 12 lines
  442. 08-07 02:48:26.774 5309 5309 I chatty : uid=1000(system) com.android.settings expire 2 lines
  443. 08-07 02:48:26.774 5309 5340 I chatty : uid=1000(system) com.android.settings expire 17 lines
  444. 08-07 02:48:26.935 693 1419 I chatty : uid=1000(system) WifiStateMachin expire 17 lines
  445. 08-07 02:48:26.937 693 2683 E BatteryStatsService: no controller energy info supplied
  446. 08-07 02:48:26.937 693 2683 E BatteryStatsService: no controller energy info supplied
  447. 08-07 02:48:26.948 693 2683 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  448. 08-07 02:48:29.244 693 748 I ActivityManager: START u0 {flg=0x8000 cmp=com.android.settings/.Settings$CandyCaneActivity (has extras)} from uid 1000 on display 0
  449. 08-07 02:48:29.249 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  450. 08-07 02:48:29.396 5309 5336 I chatty : uid=1000(system) com.android.settings expire 3 lines
  451. 08-07 02:48:29.774 5309 5337 I chatty : uid=1000(system) com.android.settings expire 1 line
  452. 08-07 02:48:31.492 1921 5295 I Places : ?: Couldn't find platform key file.
  453. 08-07 02:48:31.533 1921 5294 I PlaceInferenceEngine: [anon] Changed inference mode: 105
  454. 08-07 02:48:31.549 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  455. 08-07 02:48:31.550 1921 5295 I Places : ?: Couldn't find platform key file.
  456. 08-07 02:48:31.579 1921 4280 I Places : ?: Couldn't find platform key file.
  457. 08-07 02:48:31.579 1921 3026 I Places : ?: Couldn't find platform key file.
  458. 08-07 02:48:31.598 1921 3026 I Places : ?: Couldn't find platform key file.
  459. 08-07 02:48:32.372 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  460. 08-07 02:48:32.431 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  461. 08-07 02:48:32.720 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  462. 08-07 02:48:32.723 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  463. 08-07 02:48:32.723 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  464. 08-07 02:48:32.723 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  465. 08-07 02:48:32.726 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  466. 08-07 02:48:32.726 248 456 D audio_hw_primary: select_devices: done
  467. 08-07 02:48:35.042 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  468. 08-07 02:48:35.055 693 1620 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@72cd138 attribute=null, token = android.os.BinderProxy@e5457ec
  469. 08-07 02:48:36.481 2094 5467 I EventLogSendingHelper: Sending log events.
  470. 08-07 02:48:37.257 1921 3026 E GCM : Missing checkin config file
  471. 08-07 02:48:37.258 1921 3026 W GCM : GCM FAILED TO INITIALIZE - missing checkin
  472. 08-07 02:48:37.259 2889 5466 D FirebaseInstanceId: background sync failed: AUTHENTICATION_FAILED, retry in 240s
  473. 08-07 02:48:38.167 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  474. 08-07 02:48:38.229 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  475. 08-07 02:48:41.663 693 1242 I PowerManagerService: Going to sleep due to power button (uid 1000)...
  476. 08-07 02:48:41.668 693 767 I PowerManagerService: Sleeping (uid 1000)...
  477. 08-07 02:48:41.699 693 757 I VrManagerService: VR mode is disallowed
  478. 08-07 02:48:41.738 693 767 I chatty : uid=1000(system) PowerManagerSer expire 4 lines
  479. 08-07 02:48:41.741 248 4033 W AudioPolicyIntefaceImpl: getOutputForAttr uid 10037 tried to pass itself off as 1000
  480. 08-07 02:48:41.746 248 248 W AudioFlinger: virtual sp<android::IAudioTrack> android::AudioFlinger::createTrack(audio_stream_type_t, uint32_t, audio_format_t, audio_channel_mask_t, size_t *, audio_output_flags_t *, const sp<android::IMemory> &, audio_io_handle_t, pid_t, pid_t, audio_session_t *, int, status_t *) uid 10037 pid 1459 tried to pass itself off as pid 0
  481. 08-07 02:48:41.746 248 248 W AudioFlinger: TrackBase uid 10037 tried to pass itself off as 1000
  482. 08-07 02:48:41.787 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  483. 08-07 02:48:41.788 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  484. 08-07 02:48:41.788 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  485. 08-07 02:48:41.788 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  486. 08-07 02:48:41.789 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  487. 08-07 02:48:41.790 248 456 D audio_hw_primary: select_devices: done
  488. 08-07 02:48:41.824 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  489. 08-07 02:48:42.316 693 765 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
  490. 08-07 02:48:42.340 240 240 D SurfaceFlinger: Set power mode=0, type=0 flinger=0xb6832000
  491. 08-07 02:48:42.347 240 240 D qdhwcomposer: hwc_setPowerMode: Setting mode 0 on display: 0
  492. 08-07 02:48:42.497 240 240 D qdhwcomposer: hwc_setPowerMode: Done setting mode 0 on display 0
  493. 08-07 02:48:42.497 693 1435 I chatty : uid=1000(system) PhotonicModulat expire 4 lines
  494. 08-07 02:48:42.512 248 4033 D audio_hw_primary: adev_set_parameters: enter: screen_state=off
  495. 08-07 02:48:42.512 693 749 I ActivityManager: Setting hasTopUi=true for pid=1459
  496. 08-07 02:48:42.568 1459 1459 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  497. 08-07 02:48:42.612 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  498. 08-07 02:48:42.633 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  499. 08-07 02:48:42.641 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  500. 08-07 02:48:42.701 693 758 I WindowManager: OverscanTimeout run
  501. 08-07 02:48:42.724 693 1242 I PowerManagerService: Waking up from sleep (uid 1000)...
  502. 08-07 02:48:42.725 693 693 I chatty : uid=1000 system_server expire 1 line
  503. 08-07 02:48:42.725 693 1979 W InputMethodManagerService: Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@b33a481 (uid=1000 pid=5309)
  504. 08-07 02:48:42.731 693 767 I DisplayPowerController: Blocking screen on until initial contents have been drawn.
  505. 08-07 02:48:42.732 693 765 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
  506. 08-07 02:48:42.736 240 240 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xb6832000
  507. 08-07 02:48:42.736 240 240 D qdhwcomposer: hwc_setPowerMode: Setting mode 2 on display: 0
  508. 08-07 02:48:42.754 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  509. 08-07 02:48:42.755 1459 1459 D PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME* RECENT* clock SEARCH* quick_settings >
  510. 08-07 02:48:42.805 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  511. 08-07 02:48:42.826 693 749 I chatty : uid=1000(system) Binder:693_2 expire 1 line
  512. 08-07 02:48:42.917 240 240 D qdhwcomposer: hwc_setPowerMode: Done setting mode 2 on display 0
  513. 08-07 02:48:42.931 693 767 I DisplayPowerController: Unblocked screen on after 201 ms
  514. 08-07 02:48:42.948 1921 2907 I NearbyDirect: MagicPairScanner: BluetoothLeScanner is null, Bluetooth might be off. Enabled=false
  515. 08-07 02:48:42.956 248 248 D audio_hw_primary: adev_set_parameters: enter: screen_state=on
  516. 08-07 02:48:42.996 1921 2907 I NearbyDirect: MagicPairScanner: BluetoothLeScanner is null, Bluetooth might be off. Enabled=false
  517. 08-07 02:48:42.997 2862 2862 I WeatherService: screenStateListener trigger update after update error
  518. 08-07 02:48:44.645 1459 1459 D PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH quick_settings >
  519. 08-07 02:48:44.684 693 757 I VrManagerService: VR mode is allowed
  520. 08-07 02:48:44.720 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  521. 08-07 02:48:44.726 1459 1459 D PhoneStatusBar: disable: < expand icons* alerts system_info* back HOME RECENT clock SEARCH quick_settings >
  522. 08-07 02:48:44.773 693 1977 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@15c5a2d attribute=android.view.inputmethod.EditorInfo@39a4b62, token = android.os.BinderProxy@e5457ec
  523. 08-07 02:48:44.784 1459 1459 D PhoneStatusBar: disable: < expand icons alerts system_info back home* recent* clock search* quick_settings >
  524. 08-07 02:48:44.807 2550 2784 I CastDatabase: Opening the database
  525. 08-07 02:48:44.878 2550 2784 I SQLiteCastStore: 0 CastNetworkInfo instances loaded, 0 CastDeviceInfo instances loaded, 0 paired guest mode devices loaded.
  526. 08-07 02:48:45.079 693 1620 I ActivityManager: Setting hasTopUi=false for pid=1459
  527. 08-07 02:48:46.001 1921 2907 I NearbyDirect: MagicPairScanner: BluetoothLeScanner is null, Bluetooth might be off. Enabled=false
  528. 08-07 02:48:46.164 693 758 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.slim.slimlauncher/org.slim.launcher.SlimLauncher (has extras)} from uid 1000 on display 0
  529. 08-07 02:48:46.520 693 702 I chatty : uid=1000(system) HeapTaskDaemon expire 2 lines
  530. 08-07 02:48:46.540 2094 2094 W SessionLifecycleManager: Handover failed. Creating new session controller.
  531. 08-07 02:48:46.551 2094 2094 I OptInState: There is a new client and it does not support opt-in. Dropping request.
  532. 08-07 02:48:46.590 2094 2596 W LocationOracle: No location history returned by ContextManager
  533. 08-07 02:48:46.616 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  534. 08-07 02:48:46.665 2094 2111 I art : Do partial code cache collection, code=178KB, data=252KB
  535. 08-07 02:48:46.666 2094 2111 I art : After code cache collection, code=178KB, data=252KB
  536. 08-07 02:48:46.666 2094 2111 I art : Increasing code cache capacity to 1024KB
  537. 08-07 02:48:46.773 693 1621 I ActivityManager: Killing 2599:com.google.android.onetimeinitializer/u0a33 (adj 906): empty #17
  538. 08-07 02:48:46.783 693 1977 D ActivityManager: cleanUpApplicationRecord -- 2599
  539. 08-07 02:48:46.791 1921 4280 I Places : ?: Couldn't find platform key file.
  540. 08-07 02:48:46.842 1921 5603 I Places : ?: Couldn't find platform key file.
  541. 08-07 02:48:46.842 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  542. 08-07 02:48:46.849 1921 5601 I PlaceInferenceEngine: [anon] Changed inference mode: 105
  543. 08-07 02:48:46.850 1921 5603 I Places : ?: Couldn't find platform key file.
  544. 08-07 02:48:46.855 1921 3435 E ctxmgr : [ProducerStatusImpl]updateStateForNewContextData: inactive, contextName=7
  545. 08-07 02:48:46.873 1921 3024 I Places : ?: Couldn't find platform key file.
  546. 08-07 02:48:46.893 1921 5601 I Places : ?: PlacesBleScanner start() with priority 2
  547. 08-07 02:48:46.895 1921 5601 I PlaceInferenceEngine: [anon] Changed inference mode: 102
  548. 08-07 02:48:46.899 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  549. 08-07 02:48:46.903 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  550. 08-07 02:48:46.968 1921 4280 I Places : ?: Couldn't find platform key file.
  551. 08-07 02:48:47.083 1921 4280 I Places : ?: Couldn't find platform key file.
  552. 08-07 02:48:47.094 1921 5601 W Places : ?: Failed to download inference model weights
  553. 08-07 02:48:47.094 1921 5601 W PlaceInferenceEngine: Failed to download model weights. Status code: 7
  554. 08-07 02:48:47.096 1921 4280 I Places : ?: Couldn't find platform key file.
  555. 08-07 02:48:48.039 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  556. 08-07 02:48:48.078 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  557. 08-07 02:48:49.687 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  558. 08-07 02:48:49.688 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  559. 08-07 02:48:49.688 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  560. 08-07 02:48:49.688 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  561. 08-07 02:48:49.689 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  562. 08-07 02:48:49.689 248 456 D audio_hw_primary: select_devices: done
  563. 08-07 02:48:49.818 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  564. 08-07 02:48:49.818 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  565. 08-07 02:48:49.818 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  566. 08-07 02:48:51.720 2006 2040 I art : Do partial code cache collection, code=43KB, data=62KB
  567. 08-07 02:48:51.721 2006 2040 I art : After code cache collection, code=34KB, data=53KB
  568. 08-07 02:48:51.721 2006 2040 I art : Increasing code cache capacity to 256KB
  569. 08-07 02:48:52.850 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  570. 08-07 02:48:52.888 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  571. 08-07 02:48:55.811 2006 2046 I art : Background sticky concurrent mark sweep GC freed 1987(171KB) AllocSpace objects, 24(4MB) LOS objects, 25% free, 14MB/18MB, paused 518us total 103.149ms
  572. 08-07 02:48:55.899 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  573. 08-07 02:48:55.899 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  574. 08-07 02:48:55.899 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  575. 08-07 02:48:57.456 693 1477 I ActivityManager: START u0 {act=android.appwidget.action.APPWIDGET_CONFIGURE cmp=org.omnirom.omnijaws/.widget.WeatherAppWidgetConfigure (has extras)} from uid 1000 on display 0
  576. 08-07 02:48:57.645 2094 2094 W SearchService: Abort, client detached.
  577. 08-07 02:48:57.690 2094 2094 E ContentStoreEUAS: Failed to commit the deferred actions
  578. 08-07 02:48:57.769 1921 3435 I Places : ?: Couldn't find platform key file.
  579. 08-07 02:48:57.781 1921 5601 I PlaceInferenceEngine: [anon] Changed inference mode: 105
  580. 08-07 02:48:57.786 1921 3024 I Places : ?: Couldn't find platform key file.
  581. 08-07 02:48:57.792 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  582. 08-07 02:48:57.814 1921 3024 I Places : ?: Couldn't find platform key file.
  583. 08-07 02:48:57.815 1921 3435 I Places : ?: Couldn't find platform key file.
  584. 08-07 02:48:57.822 1921 4280 I Places : ?: Couldn't find platform key file.
  585. 08-07 02:48:58.499 2473 2506 I PlayCommon: [140] com.google.android.play.a.g.e(220): Preparing logs for uploading
  586. 08-07 02:48:58.509 2473 2506 W PlayCommon: [140] com.google.android.play.a.g.a(587): No account for auth token provided
  587. 08-07 02:48:58.510 2473 2506 I PlayCommon: [140] com.google.android.play.a.g.a(434): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
  588. 08-07 02:48:58.518 2473 2506 E PlayCommon: [140] com.google.android.play.a.g.a(464): Failed to connect to server: java.net.UnknownHostException: Unable to resolve host "play.googleapis.com": No address associated with hostname
  589. 08-07 02:49:01.240 693 1621 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=org.omnirom.omnijaws/.SettingsActivityService} from uid 10054 on display 0
  590. 08-07 02:49:01.253 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  591. 08-07 02:49:01.254 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  592. 08-07 02:49:01.254 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  593. 08-07 02:49:01.254 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  594. 08-07 02:49:01.256 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  595. 08-07 02:49:01.256 248 456 D audio_hw_primary: select_devices: done
  596. 08-07 02:49:01.568 2862 4083 D OpenGLRenderer: endAllActiveAnimators on 0xa8f92d00 (ListView) with handle 0x99a49620
  597. 08-07 02:49:04.422 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  598. 08-07 02:49:04.490 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  599. 08-07 02:49:06.486 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  600. 08-07 02:49:06.490 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  601. 08-07 02:49:06.490 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  602. 08-07 02:49:06.490 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  603. 08-07 02:49:06.492 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  604. 08-07 02:49:06.492 248 456 D audio_hw_primary: select_devices: done
  605. 08-07 02:49:07.746 693 1979 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@a026f30 attribute=null, token = android.os.BinderProxy@e3784f5
  606. 08-07 02:49:07.776 2094 5780 I EventLogSendingHelper: Sending log events.
  607. 08-07 02:49:08.641 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  608. 08-07 02:49:08.786 2862 4083 D OpenGLRenderer: endAllActiveAnimators on 0xa8f90300 (RippleDrawable) with handle 0xb3d0c220
  609. 08-07 02:49:10.026 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  610. 08-07 02:49:10.051 2862 2862 E WeatherAppWidgetProvider: updateWeather weatherData == null
  611. 08-07 02:49:10.273 2862 4083 D OpenGLRenderer: endAllActiveAnimators on 0xace0a000 (RippleDrawable) with handle 0xaa42fb70
  612. 08-07 02:49:10.322 2094 2094 W SessionLifecycleManager: Handover failed. Creating new session controller.
  613. 08-07 02:49:10.333 2094 2094 I OptInState: There is a new client and it does not support opt-in. Dropping request.
  614. 08-07 02:49:10.372 2094 2286 W LocationOracle: No location history returned by ContextManager
  615. 08-07 02:49:10.409 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  616. 08-07 02:49:10.525 1921 1931 I art : Do full code cache collection, code=237KB, data=247KB
  617. 08-07 02:49:10.526 1921 1931 I art : Starting a blocking GC JitCodeCache
  618. 08-07 02:49:10.526 1921 1931 I art : After code cache collection, code=227KB, data=209KB
  619. 08-07 02:49:10.568 1921 3435 I Places : ?: Couldn't find platform key file.
  620. 08-07 02:49:10.607 1921 3024 I Places : ?: Couldn't find platform key file.
  621. 08-07 02:49:10.608 1921 5836 I PlaceInferenceEngine: [anon] Changed inference mode: 105
  622. 08-07 02:49:10.609 1921 3024 I Places : ?: Couldn't find platform key file.
  623. 08-07 02:49:10.620 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  624. 08-07 02:49:10.629 1921 3026 E ctxmgr : [ProducerStatusImpl]updateStateForNewContextData: inactive, contextName=7
  625. 08-07 02:49:10.650 1921 4280 I Places : ?: Couldn't find platform key file.
  626. 08-07 02:49:10.675 1921 5836 I Places : ?: PlacesBleScanner start() with priority 2
  627. 08-07 02:49:10.675 1921 5836 I PlaceInferenceEngine: [anon] Changed inference mode: 102
  628. 08-07 02:49:10.682 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  629. 08-07 02:49:10.691 1921 3026 I Places : ?: Couldn't find platform key file.
  630. 08-07 02:49:10.695 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  631. 08-07 02:49:10.695 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  632. 08-07 02:49:10.812 2006 2006 W System : ClassLoader referenced unknown path:
  633. 08-07 02:49:10.813 2006 2006 W System : ClassLoader referenced unknown path: /system/app/OmniJaws/lib/arm
  634. 08-07 02:49:10.814 2006 2006 D ApplicationLoaders: ignored Vulkan layer search path /system/app/OmniJaws/lib/arm:/system/lib:/vendor/lib for namespace 0xb6d29090
  635. 08-07 02:49:10.818 1921 3435 I Places : ?: Couldn't find platform key file.
  636. 08-07 02:49:10.834 1921 5836 W Places : ?: Failed to download inference model weights
  637. 08-07 02:49:10.834 1921 5836 W PlaceInferenceEngine: Failed to download model weights. Status code: 7
  638. 08-07 02:49:10.836 1921 3435 I Places : ?: Couldn't find platform key file.
  639. 08-07 02:49:11.772 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  640. 08-07 02:49:13.157 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  641. 08-07 02:49:13.241 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  642. 08-07 02:49:13.313 693 748 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[436,1014][644,1322] (has extras)} from uid 10017 on display 0
  643. 08-07 02:49:13.317 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  644. 08-07 02:49:13.320 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  645. 08-07 02:49:13.320 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  646. 08-07 02:49:13.320 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  647. 08-07 02:49:13.321 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  648. 08-07 02:49:13.321 248 456 D audio_hw_primary: select_devices: done
  649. 08-07 02:49:13.441 5309 5866 I chatty : uid=1000(system) com.android.settings expire 1 line
  650. 08-07 02:49:13.501 693 2683 I ProcessStatsService: Added stats: 2017-08-05-22-54-04, over +1d2h11m51s763ms
  651. 08-07 02:49:13.507 2094 2094 W SearchService: Abort, client detached.
  652. 08-07 02:49:13.532 2094 2433 E ContentStoreEUAS: Failed to commit the deferred actions
  653. 08-07 02:49:13.536 5309 5340 I chatty : uid=1000(system) com.android.settings expire 22 lines
  654. 08-07 02:49:13.538 5309 5340 W ProcStatsManager: No process com.google.android.gms.ui/10030 for service com.google.android.gms.chimera.UiIntentOperationService
  655. 08-07 02:49:13.538 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.AppInstalledService
  656. 08-07 02:49:13.538 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.ClientIdService
  657. 08-07 02:49:13.538 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.MccFallbackService
  658. 08-07 02:49:13.538 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.AppHiderService
  659. 08-07 02:49:13.538 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.RlzPingIntentService
  660. 08-07 02:49:13.538 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.MccOverrideService
  661. 08-07 02:49:13.628 693 1621 E BatteryStatsService: no controller energy info supplied
  662. 08-07 02:49:13.629 693 1621 E BatteryStatsService: no controller energy info supplied
  663. 08-07 02:49:13.639 693 1621 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  664. 08-07 02:49:16.474 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  665. 08-07 02:49:16.549 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  666. 08-07 02:49:16.786 693 1621 I ActivityManager: START u0 {flg=0x8000 cmp=com.android.settings/.Settings$WifiSettingsActivity (has extras)} from uid 1000 on display 0
  667. 08-07 02:49:16.827 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  668. 08-07 02:49:16.829 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  669. 08-07 02:49:16.829 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  670. 08-07 02:49:16.830 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  671. 08-07 02:49:16.832 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  672. 08-07 02:49:16.832 248 456 D audio_hw_primary: select_devices: done
  673. 08-07 02:49:17.014 5309 5916 D Index : Indexing locale 'en_US' took 31 millis
  674. 08-07 02:49:17.050 5309 5916 D Index : Indexing locale 'en_US' took 11 millis
  675. 08-07 02:49:17.113 5309 5916 D Index : Deleting data for locale 'en_US' took 3 millis
  676. 08-07 02:49:17.118 5309 5916 D Index : Indexing locale 'en_US' took 5 millis
  677. 08-07 02:49:17.148 5309 5865 D Index : Deleting data for locale 'en_US' took 2 millis
  678. 08-07 02:49:17.155 5309 5865 D Index : Indexing locale 'en_US' took 7 millis
  679. 08-07 02:49:17.340 5309 5337 D OpenGLRenderer: endAllActiveAnimators on 0x96de2a80 (RippleDrawable) with handle 0x97212e20
  680. 08-07 02:49:18.698 1921 3026 I Places : ?: Couldn't find platform key file.
  681. 08-07 02:49:18.730 1921 1931 I art : Do partial code cache collection, code=227KB, data=215KB
  682. 08-07 02:49:18.731 1921 5836 I PlaceInferenceEngine: [anon] Changed inference mode: 105
  683. 08-07 02:49:18.731 1921 1931 I art : After code cache collection, code=227KB, data=215KB
  684. 08-07 02:49:18.731 1921 1931 I art : Increasing code cache capacity to 1024KB
  685. 08-07 02:49:18.746 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  686. 08-07 02:49:18.748 1921 3435 I Places : ?: Couldn't find platform key file.
  687. 08-07 02:49:18.780 1921 3026 I Places : ?: Couldn't find platform key file.
  688. 08-07 02:49:18.780 1921 3024 I Places : ?: Couldn't find platform key file.
  689. 08-07 02:49:18.791 1921 3435 I Places : ?: Couldn't find platform key file.
  690. 08-07 02:49:19.999 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  691. 08-07 02:49:20.061 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  692. 08-07 02:49:20.543 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  693. 08-07 02:49:20.546 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  694. 08-07 02:49:20.546 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  695. 08-07 02:49:20.546 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  696. 08-07 02:49:20.548 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  697. 08-07 02:49:20.548 248 456 D audio_hw_primary: select_devices: done
  698. 08-07 02:49:20.934 1454 1454 W RichInputMethodSubtype: Can't find emoji subtype
  699. 08-07 02:49:20.934 1454 1454 W RichInputMethodSubtype: No input method subtype found; returning dummy subtype: Multi-lingual subtype: android.view.inputmethod.InputMethodSubtype@d78b2ed0, zz
  700. 08-07 02:49:21.080 1454 1454 I EmojiCategory: Last Emoji category id is 8
  701. 08-07 02:49:21.144 1454 1454 W ViewPager: Requested offscreen page limit 0 too small; defaulting to 1
  702. 08-07 02:49:21.185 1454 1454 I LatinIME: Starting input. Cursor position = 0,0
  703. 08-07 02:49:21.337 1454 5976 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  704. 08-07 02:49:21.342 1454 5976 I OpenGLRenderer: Initialized EGL, version 1.4
  705. 08-07 02:49:21.342 1454 5976 D OpenGLRenderer: Swap behavior 1
  706. 08-07 02:49:23.510 2094 6017 I EventLogSendingHelper: Sending log events.
  707. 08-07 02:49:23.720 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  708. 08-07 02:49:23.756 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  709. 08-07 02:49:26.951 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  710. 08-07 02:49:26.953 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  711. 08-07 02:49:26.953 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  712. 08-07 02:49:26.953 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  713. 08-07 02:49:26.955 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  714. 08-07 02:49:26.955 248 456 D audio_hw_primary: select_devices: done
  715. 08-07 02:49:26.964 693 1418 D WifiService: New client listening to asynchronous messages
  716. 08-07 02:49:26.969 693 1418 D WiFiServiceImpl : SAVE nid=0 uid=1000 name=android.uid.system:1000
  717. 08-07 02:49:26.970 693 1418 D WifiService: Connect with config* ID: -1 SSID: "bishop wifi-5G" PROVIDER-NAME: null BSSID: null FQDN: null PRIO: 0 HIDDEN: false
  718. 08-07 02:49:26.970 693 1418 D WifiService: NetworkSelectionStatus NETWORK_SELECTION_ENABLED
  719. 08-07 02:49:26.970 693 1418 D WifiService: hasEverConnected: false
  720. 08-07 02:49:26.970 693 1418 D WifiService: KeyMgmt: WPA_PSK Protocols:
  721. 08-07 02:49:26.970 693 1418 D WifiService: AuthAlgorithms:
  722. 08-07 02:49:26.970 693 1418 D WifiService: PairwiseCiphers:
  723. 08-07 02:49:26.970 693 1418 D WifiService: GroupCiphers:
  724. 08-07 02:49:26.970 693 1418 D WifiService: PSK: *
  725. 08-07 02:49:26.970 693 1418 D WifiService: sim_num
  726. 08-07 02:49:26.970 693 1418 D WifiService: Enterprise config:
  727. 08-07 02:49:26.970 693 1418 D WifiService: IP config:
  728. 08-07 02:49:26.970 693 1418 D WifiService: IP assignment: DHCP
  729. 08-07 02:49:26.970 693 1418 D WifiService: Proxy settings: NONE
  730. 08-07 02:49:26.970 693 1418 D WifiService: cuid=-1 luid=-1 lcuid=0 userApproved=USER_UNSPECIFIED noInternetAccessExpected=false isCarrierNetwork=false roamingFailureBlackListTimeMilli: 1000
  731. 08-07 02:49:26.970 693 1418 D WifiService: triggeredLow: 0 triggeredBad: 0 triggeredNotHigh: 0
  732. 08-07 02:49:26.970 693 1418 D WifiService: ticksLow: 0 ticksBad: 0 ticksNotHigh: 0
  733. 08-07 02:49:26.970 693 1418 D WifiService: triggeredJoin: 0
  734. 08-07 02:49:26.971 693 1418 D WiFiServiceImpl : CONNECT nid=-1 uid=1000 name=android.uid.system:1000
  735. 08-07 02:49:26.971 693 1418 D WifiService: Connect with config* ID: -1 SSID: "bishop wifi-5G" PROVIDER-NAME: null BSSID: null FQDN: null PRIO: 0 HIDDEN: false
  736. 08-07 02:49:26.971 693 1418 D WifiService: NetworkSelectionStatus NETWORK_SELECTION_ENABLED
  737. 08-07 02:49:26.971 693 1418 D WifiService: hasEverConnected: false
  738. 08-07 02:49:26.971 693 1418 D WifiService: KeyMgmt: WPA_PSK Protocols:
  739. 08-07 02:49:26.971 693 1418 D WifiService: AuthAlgorithms:
  740. 08-07 02:49:26.971 693 1418 D WifiService: PairwiseCiphers:
  741. 08-07 02:49:26.971 693 1418 D WifiService: GroupCiphers:
  742. 08-07 02:49:26.971 693 1418 D WifiService: PSK: *
  743. 08-07 02:49:26.971 693 1418 D WifiService: sim_num
  744. 08-07 02:49:26.971 693 1418 D WifiService: Enterprise config:
  745. 08-07 02:49:26.971 693 1418 D WifiService: IP config:
  746. 08-07 02:49:26.971 693 1418 D WifiService: IP assignment: DHCP
  747. 08-07 02:49:26.971 693 1418 D WifiService: Proxy settings: NONE
  748. 08-07 02:49:26.971 693 1418 D WifiService: cuid=-1 luid=-1 lcuid=0 userApproved=USER_UNSPECIFIED noInternetAccessExpected=false isCarrierNetwork=false roamingFailureBlackListTimeMilli: 1000
  749. 08-07 02:49:26.971 693 1418 D WifiService: triggeredLow: 0 triggeredBad: 0 triggeredNotHigh: 0
  750. 08-07 02:49:26.971 693 1418 D WifiService: ticksLow: 0 ticksBad: 0 ticksNotHigh: 0
  751. 08-07 02:49:26.971 693 1418 D WifiService: triggeredJoin: 0
  752. 08-07 02:49:27.024 1454 1454 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  753. 08-07 02:49:27.036 5309 5309 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  754. 08-07 02:49:27.036 5309 5309 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  755. 08-07 02:49:27.131 693 6060 I chatty : uid=1000 system_server expire 2 lines
  756. 08-07 02:49:27.143 693 6061 I chatty : uid=1000 system_server expire 2 lines
  757. 08-07 02:49:27.166 693 6063 I chatty : uid=1000 system_server expire 2 lines
  758. 08-07 02:49:27.191 693 6065 I chatty : uid=1000 system_server expire 2 lines
  759. 08-07 02:49:29.219 1489 1489 I wpa_supplicant: wlan0: Trying to associate with SSID 'bishop wifi-5G'
  760. 08-07 02:49:29.220 693 1421 I chatty : uid=1000(system) WifiScanningSer expire 1 line
  761. 08-07 02:49:29.323 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 312
  762. 08-07 02:49:29.323 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  763. 08-07 02:49:29.323 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 132
  764. 08-07 02:49:29.323 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  765. 08-07 02:49:29.323 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  766. 08-07 02:49:29.323 234 622 E QC-NETMGR-LIB: Processing RTM_NEWLINK
  767. 08-07 02:49:29.323 234 622 E QC-NETMGR-LIB: Metainfo: Index=21 Family=0 Type=0x1 Change=[0x0] Flags=[0x1003]UP BROADCAST MULTICAST
  768. 08-07 02:49:29.323 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [16]
  769. 08-07 02:49:29.323 234 622 E QC-NETMGR-LIB: Received RTM_NEWLINK
  770. 08-07 02:49:29.323 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21, disable link
  771. 08-07 02:49:29.323 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  772. 08-07 02:49:29.324 234 622 E QC-NETMGR-LIB: Processing RTM_NEWLINK
  773. 08-07 02:49:29.324 234 622 E QC-NETMGR-LIB: Metainfo: Index=21 Family=0 Type=0x1 Change=[0x0] Flags=[0x1003]UP BROADCAST MULTICAST
  774. 08-07 02:49:29.324 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [16]
  775. 08-07 02:49:29.324 234 622 E QC-NETMGR-LIB: Received RTM_NEWLINK
  776. 08-07 02:49:29.324 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21, disable link
  777. 08-07 02:49:29.324 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 68
  778. 08-07 02:49:29.324 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  779. 08-07 02:49:29.324 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 1008
  780. 08-07 02:49:29.324 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  781. 08-07 02:49:29.325 1489 1489 I wpa_supplicant: wlan0: Associated with 48:e2:44:e8:e3:9b
  782. 08-07 02:49:29.325 1489 1489 I wpa_supplicant: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
  783. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  784. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: Processing RTM_NEWLINK
  785. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: Metainfo: Index=21 Family=0 Type=0x1 Change=[0x0] Flags=[0x1003]UP BROADCAST MULTICAST
  786. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [16]
  787. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: Received RTM_NEWLINK
  788. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21, disable link
  789. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  790. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: Processing RTM_NEWLINK
  791. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: Metainfo: Index=21 Family=0 Type=0x1 Change=[0x0] Flags=[0x11003]UP BROADCAST MULTICAST LOWER_UP
  792. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [16]
  793. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: Received RTM_NEWLINK
  794. 08-07 02:49:29.326 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21, disable link
  795. 08-07 02:49:29.358 1489 1489 I wpa_supplicant: wlan0: WPA: Key negotiation completed with 48:e2:44:e8:e3:9b [PTK=CCMP GTK=CCMP]
  796. 08-07 02:49:29.359 1489 1489 I wpa_supplicant: wlan0: CTRL-EVENT-CONNECTED - Connection to 48:e2:44:e8:e3:9b completed [id=0 id_str=%7B%22creatorUid%22%3A%221000%22%2C%22configKey%22%3A%22%5C%22bishop+wifi-5G%5C%22WPA_PSK%22%7D]
  797. 08-07 02:49:29.361 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 1008
  798. 08-07 02:49:29.361 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  799. 08-07 02:49:29.361 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  800. 08-07 02:49:29.361 234 622 E QC-NETMGR-LIB: Processing RTM_NEWLINK
  801. 08-07 02:49:29.361 234 622 E QC-NETMGR-LIB: Metainfo: Index=21 Family=0 Type=0x1 Change=[0x0] Flags=[0x11043]UP BROADCAST RUNNING MULTICAST LOWER_UP
  802. 08-07 02:49:29.361 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [16]
  803. 08-07 02:49:29.361 234 622 E QC-NETMGR-LIB: Received RTM_NEWLINK
  804. 08-07 02:49:29.361 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21, disable link
  805. 08-07 02:49:29.379 693 1419 D ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTING/CONNECTING, reason: (unspecified), extra: "bishop wifi-5G", failover: false, available: true, roaming: false, metered: false]} network{100} nethandle{429513165534} lp{{LinkAddresses: [] Routes: [] DnsAddresses: [] Domains: null MTU: 0}} nc{[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{20} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} }
  806. 08-07 02:49:29.381 693 1423 D ConnectivityService: NetworkAgentInfo [WIFI () - 100] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING
  807. 08-07 02:49:29.397 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  808. 08-07 02:49:29.397 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  809. 08-07 02:49:29.397 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  810. 08-07 02:49:29.397 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  811. 08-07 02:49:29.397 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0xfd Index=21 Flags=[0xc4]OPTIMISTIC TENTATIVE PERMANENT
  812. 08-07 02:49:29.397 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [fe80:0000:0000:0000:867a:88ff:fe37:b4f4]
  813. 08-07 02:49:29.397 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=-1 valid=-1 cstamp=0xc3fa tstamp=0xc3fa
  814. 08-07 02:49:29.397 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  815. 08-07 02:49:29.397 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  816. 08-07 02:49:29.434 693 6101 I chatty : uid=1000(system) Thread-28 expire 3 lines
  817. 08-07 02:49:29.436 693 6099 I chatty : uid=1000(system) DhcpClient expire 7 lines
  818. 08-07 02:49:29.719 693 758 I ActivityManager: Config changes=480 {1.0 310mcc120mnc [en_US] ldltr sw432dp w768dp h408dp 400dpi nrml long land finger -keyb/v/h -nav/h s.7}
  819. 08-07 02:49:29.726 693 1242 I chatty : uid=1000(system) InputReader expire 4 lines
  820. 08-07 02:49:29.916 5309 5916 D Index : Locale 'en_US' is already indexed
  821. 08-07 02:49:30.000 693 765 I WindowManager: Screen frozen for +317ms due to Window{7a17f69 u0 StatusBar}
  822. 08-07 02:49:30.131 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  823. 08-07 02:49:30.168 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  824. 08-07 02:49:30.402 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  825. 08-07 02:49:30.402 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  826. 08-07 02:49:30.410 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  827. 08-07 02:49:30.410 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  828. 08-07 02:49:30.410 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0xfd Index=21 Flags=[0x80]PERMANENT
  829. 08-07 02:49:30.410 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [fe80:0000:0000:0000:867a:88ff:fe37:b4f4]
  830. 08-07 02:49:30.410 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=-1 valid=-1 cstamp=0xc3fa tstamp=0xc3fa
  831. 08-07 02:49:30.410 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  832. 08-07 02:49:30.411 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  833. 08-07 02:49:30.505 693 1419 I chatty : uid=1000(system) WifiStateMachin expire 9 lines
  834. 08-07 02:49:30.531 257 638 D CommandListener: Setting iface cfg
  835. 08-07 02:49:30.532 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 60
  836. 08-07 02:49:30.532 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  837. 08-07 02:49:30.532 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  838. 08-07 02:49:30.532 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  839. 08-07 02:49:30.532 234 622 E QC-NETMGR-LIB: Metainfo: Family=2 PrefixLen=24 Scope=0x0 Index=21 Flags=[0x80]PERMANENT
  840. 08-07 02:49:30.532 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv4 addr [192.168.0.12]
  841. 08-07 02:49:30.533 234 622 I QC-NETMGR-LIB: Attribute: LocalIPv4 addr [192.168.0.12]
  842. 08-07 02:49:30.533 234 622 I QC-NETMGR-LIB: Attribute: BroadcastIPv4 addr [192.168.0.255]
  843. 08-07 02:49:30.533 234 622 E QC-NETMGR-LIB: Attribute: Label name wlan0
  844. 08-07 02:49:30.533 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  845. 08-07 02:49:30.533 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  846. 08-07 02:49:30.542 693 1423 D ConnectivityService: NetworkAgentInfo [WIFI () - 100] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  847. 08-07 02:49:30.544 693 1423 D ConnectivityService: Adding iface wlan0 to network 100
  848. 08-07 02:49:30.638 693 1423 D ConnectivityService: Setting DNS servers for network 100 to [/209.18.47.61, /209.18.47.62]
  849. 08-07 02:49:30.645 693 1423 I chatty : uid=1000(system) ConnectivitySer expire 5 lines
  850. 08-07 02:49:30.657 693 1423 D ConnectivityService: Switching to new default network: NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "bishop wifi-5G", failover: false, available: true, roaming: false, metered: false]} network{100} nethandle{429513165534} lp{{InterfaceName: wlan0 LinkAddresses: [fe80::867a:88ff:fe37:b4f4/64,192.168.0.12/24,] Routes: [fe80::/64 -> :: wlan0,192.168.0.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 192.168.0.1 wlan0,] DnsAddresses: [209.18.47.61,209.18.47.62,] Domains: cinci.rr.com MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -67]} Score{16} everValidated{false} lastValidated{false} created{true} lingering{false} explicitlySelected{true} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} }
  851. 08-07 02:49:30.692 257 638 V IdletimerController: runCmd(/system/bin/ip6tables -w -t raw -A idletimer_raw_PREROUTING -i wlan0 -j IDLETIMER --timeout 15 --label 1 --send_nl_msg 1) res_ipv4=0, res_ipv6=0
  852. 08-07 02:49:30.717 693 6145 I chatty : uid=1000 system_server expire 2 lines
  853. 08-07 02:49:30.717 693 6144 I chatty : uid=1000 system_server expire 2 lines
  854. 08-07 02:49:30.733 257 638 V IdletimerController: runCmd(/system/bin/ip6tables -w -t mangle -A idletimer_mangle_POSTROUTING -o wlan0 -j IDLETIMER --timeout 15 --label 1 --send_nl_msg 1) res_ipv4=0, res_ipv6=0
  855. 08-07 02:49:30.737 693 760 E BatteryStatsService: no controller energy info supplied
  856. 08-07 02:49:30.746 693 1423 D ConnectivityService: Sending CONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 100] isDefaultNetwork=true
  857. 08-07 02:49:30.748 693 1433 I chatty : uid=1000(system) ConnectivityMan expire 2 lines
  858. 08-07 02:49:30.759 2473 2473 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  859. 08-07 02:49:30.767 693 757 I ActivityManager: Start proc 6155:com.fsck.k9.material/u0a60 for broadcast com.fsck.k9.material/com.fsck.k9.service.BootReceiver
  860. 08-07 02:49:30.777 2473 2473 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  861. 08-07 02:49:30.789 2473 2473 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  862. 08-07 02:49:30.802 2473 2473 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  863. 08-07 02:49:30.836 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  864. 08-07 02:49:30.836 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  865. 08-07 02:49:30.836 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  866. 08-07 02:49:30.836 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  867. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  868. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  869. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x44]OPTIMISTIC TENTATIVE
  870. 08-07 02:49:30.837 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:867a:88ff:fe37:b4f4]
  871. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=0 valid=0 cstamp=0xc48a tstamp=0xc48a
  872. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  873. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  874. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  875. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  876. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x45]TEMPORARY OPTIMISTIC TENTATIVE
  877. 08-07 02:49:30.837 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:7499:7878:7f69:4b10]
  878. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=85800 valid=604800 cstamp=0xc48a tstamp=0xc48a
  879. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  880. 08-07 02:49:30.837 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  881. 08-07 02:49:30.846 257 638 E Netd : netlink response contains error (File exists)
  882. 08-07 02:49:30.920 1921 5837 E GCM : Missing checkin config file
  883. 08-07 02:49:30.920 1921 5837 W GCM : GCM FAILED TO INITIALIZE - missing checkin
  884. 08-07 02:49:30.921 693 1413 I chatty : uid=1000(system) NetworkPolicy expire 1 line
  885. 08-07 02:49:30.933 693 1413 I NetworkPolicy: No policy for subscriber 310120...; generating default policy
  886. 08-07 02:49:30.936 6155 6155 I art : Starting a blocking GC AddRemoveAppImageSpace
  887. 08-07 02:49:30.937 6155 6155 W System : ClassLoader referenced unknown path: /system/app/K9-Mail/lib/arm
  888. 08-07 02:49:30.990 693 756 I chatty : uid=1000(system) android.bg expire 5 lines
  889. 08-07 02:49:30.992 2889 6161 D FirebaseInstanceId: background sync failed: AUTHENTICATION_FAILED, retry in 30s
  890. 08-07 02:49:31.004 693 6177 I chatty : uid=1000 system_server expire 3 lines
  891. 08-07 02:49:31.014 693 1423 D ConnectivityService: NetworkAgentInfo [WIFI () - 100] validation passed
  892. 08-07 02:49:31.019 1921 3435 E ctxmgr : [NetworkUtil]No active synchronizable contexts.
  893. 08-07 02:49:31.024 693 6179 I chatty : uid=1000 system_server expire 2 lines
  894. 08-07 02:49:31.058 6155 6155 I k9 : Loading preferences from DB into Storage
  895. 08-07 02:49:31.067 1921 3435 E ctxmgr : [NetworkUtil]No active synchronizable contexts.
  896. 08-07 02:49:31.072 6155 6155 I k9 : Preferences load took 13ms
  897. 08-07 02:49:31.072 6155 6155 I k9 : Preferences storage is zero-size, importing from Android-style preferences
  898. 08-07 02:49:31.080 6155 6155 I k9 : Committing preference changes
  899. 08-07 02:49:31.089 6155 6155 I k9 : Preferences commit took 9ms
  900. 08-07 02:49:31.100 1921 3435 E ctxmgr : [NetworkUtil]No active synchronizable contexts.
  901. 08-07 02:49:31.127 1921 1921 I WearableService: onCreate - Wear is not available on this device.
  902. 08-07 02:49:31.135 1921 2844 D WearableService: onGetService - Wear is not available on this device.
  903. 08-07 02:49:31.156 6155 6155 I k9 : Registered: unmount receiver
  904. 08-07 02:49:31.160 6155 6155 I k9 : Registered: shutdown receiver
  905. 08-07 02:49:31.191 1921 6188 I CheckinUtil: Classify the device as Phone.
  906. 08-07 02:49:31.235 6155 6155 V k9 : Registering content resolver notifier
  907. 08-07 02:49:31.271 6155 6193 I k9 : Committing preference changes
  908. 08-07 02:49:31.273 2550 6195 I iu.SyncManager: SYNC; picasa accounts
  909. 08-07 02:49:31.283 2550 2550 I iu.Environment: update connectivity state; isNetworkMetered? false, isRoaming? false, isBackgroundDataAllowed? true*
  910. 08-07 02:49:31.289 1921 1921 I GoogleURLConnFactory: Using platform SSLCertificateSocketFactory
  911. 08-07 02:49:31.291 2550 6191 I CheckinChimeraService: Checking schedule, now: 1502088571291 next: 0
  912. 08-07 02:49:31.291 2550 6191 I CheckinChimeraService: active receiver: enabled
  913. 08-07 02:49:31.297 2550 6191 I CheckinChimeraService: Preparing to send checkin request
  914. 08-07 02:49:31.298 2550 6191 I EventLogChimeraService: Accumulating logs since 1502088242525
  915. 08-07 02:49:31.302 2550 2550 E MDM : [1] SitrepChimeraService.a: No Google accounts; deferring server state update.
  916. 08-07 02:49:31.303 2550 6195 I iu.UploadsManager: num queued entries: 0
  917. 08-07 02:49:31.305 2550 6195 I iu.UploadsManager: num updated entries: 0
  918. 08-07 02:49:31.307 2550 6195 I iu.SyncManager: NEXT; no task
  919. 08-07 02:49:31.319 1921 6188 W Conscrypt: Could not set socket write timeout:
  920. 08-07 02:49:31.319 1921 6188 W Conscrypt: java.lang.reflect.Method.invoke(Native Method)
  921. 08-07 02:49:31.320 1921 6188 W Conscrypt: wrp.a(:com.google.android.gms:58)
  922. 08-07 02:49:31.333 6155 6193 I k9 : Preferences commit took 62ms
  923. 08-07 02:49:31.341 2550 6191 I EventLogChimeraService: Opted in for usage reporting
  924. 08-07 02:49:31.428 2550 6191 I CheckinTask: Get token from PseudonymousIdApi: null
  925. 08-07 02:49:31.436 2550 6191 I CheckinRequestBuilder: Checkin reason type: 12 attempt count: 1
  926. 08-07 02:49:31.446 2550 6191 E ActivityThread: Failed to find provider info for com.google.android.wearable.settings
  927. 08-07 02:49:31.448 1921 6202 I CheckinUtil: Classify the device as Phone.
  928. 08-07 02:49:31.494 1921 6202 W Conscrypt: Could not set socket write timeout:
  929. 08-07 02:49:31.494 1921 6202 W Conscrypt: java.lang.reflect.Method.invoke(Native Method)
  930. 08-07 02:49:31.494 1921 6202 W Conscrypt: wrp.a(:com.google.android.gms:58)
  931. 08-07 02:49:31.585 1921 6192 E GCM : Missing checkin config file
  932. 08-07 02:49:31.585 1921 6192 W GCM : GCM FAILED TO INITIALIZE - missing checkin
  933. 08-07 02:49:31.598 1921 6192 E GCM : Missing checkin config file
  934. 08-07 02:49:31.598 1921 6192 W GCM : GCM FAILED TO INITIALIZE - missing checkin
  935. 08-07 02:49:31.602 1921 6202 W Conscrypt: Could not set socket write timeout:
  936. 08-07 02:49:31.603 1921 6202 W Conscrypt: java.lang.reflect.Method.invoke(Native Method)
  937. 08-07 02:49:31.603 1921 6202 W Conscrypt: wrp.a(:com.google.android.gms:58)
  938. 08-07 02:49:31.679 2550 6191 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  939. 08-07 02:49:31.683 1921 6188 W Conscrypt: Could not set socket write timeout:
  940. 08-07 02:49:31.683 1921 6188 W Conscrypt: java.lang.reflect.Method.invoke(Native Method)
  941. 08-07 02:49:31.683 1921 6188 W Conscrypt: wrp.a(:com.google.android.gms:58)
  942. 08-07 02:49:31.714 2550 6197 I Herrevad: [285] CaptivePortalReportChimeraService.onHandleIntent: CP report successful
  943. 08-07 02:49:31.737 693 6106 I ActivityManager: Start proc 6218:com.google.android.gms.unstable/u0a30 for service com.google.android.gms/.droidguard.DroidGuardService
  944. 08-07 02:49:31.739 202 231 I Magisk : proc_monitor: com.google.android.gms.unstable (PID=6218 ns=mnt:[4026535292])
  945. 08-07 02:49:31.741 6223 6223 I Magisk : hide_utils: Re-linking /sbin
  946. 08-07 02:49:31.750 1921 6196 I HeterodyneSyncScheduler: Scheduling adaptive one off task with window [14400, 604800] in seconds
  947. 08-07 02:49:31.752 693 1588 I chatty : uid=1000(system) NetworkTimeUpda expire 1 line
  948. 08-07 02:49:33.271 693 693 D ConditionProviders.SCP: onReceive android.intent.action.TIME_SET
  949. 08-07 02:49:33.275 693 693 D ConditionProviders.SCP: notifyCondition condition://android/schedule?days=6.7&start=23.30&end=10.0&exitAtAlarm=false STATE_FALSE reason=!meetsSchedule
  950. 08-07 02:49:33.276 693 693 D ConditionProviders.SCP: notifyCondition condition://android/schedule?days=1.2.3.4.5&start=22.0&end=7.0&exitAtAlarm=false STATE_TRUE reason=meetsSchedule
  951. 08-07 02:49:33.277 693 693 D ConditionProviders.SCP: Scheduling evaluate for Mon Aug 07 07:00:00 EDT 2017 (1502103600000), in +4h10m26s729ms, now=Mon Aug 07 02:49:33 EDT 2017 (1502088573271)
  952. 08-07 02:49:33.296 1921 5837 W Herrevad: [241] rwh.b: Invalid mccmnc
  953. 08-07 02:49:33.343 2550 6176 I DynamicModuleDownloader: Phonesky signed with prod certificate. The dynamite downloader request is accepted.
  954. 08-07 02:49:33.350 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  955. 08-07 02:49:33.351 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  956. 08-07 02:49:33.351 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  957. 08-07 02:49:33.351 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  958. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  959. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  960. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x0]
  961. 08-07 02:49:33.352 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:867a:88ff:fe37:b4f4]
  962. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=604799 valid=604799 cstamp=0xc48a tstamp=0xc48a
  963. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  964. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  965. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  966. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  967. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x1]TEMPORARY
  968. 08-07 02:49:33.352 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:7499:7878:7f69:4b10]
  969. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=85799 valid=604799 cstamp=0xc48a tstamp=0xc48a
  970. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  971. 08-07 02:49:33.352 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  972. 08-07 02:49:33.353 693 748 W ActivityManager: Unable to start service Intent { cmp=com.google.android.gms/cub (has extras) } U=0: not found
  973. 08-07 02:49:33.424 1921 6212 E GCM : Missing checkin config file
  974. 08-07 02:49:33.424 1921 6212 W GCM : GCM FAILED TO INITIALIZE - missing checkin
  975. 08-07 02:49:33.428 1921 6212 E GCM : Missing checkin config file
  976. 08-07 02:49:33.429 1921 6212 W GCM : GCM FAILED TO INITIALIZE - missing checkin
  977. 08-07 02:49:33.431 6218 6218 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  978. 08-07 02:49:33.462 693 1977 D ConnectivityService: reportNetworkConnectivity(100, false) by 10030
  979. 08-07 02:49:33.463 693 6097 I chatty : uid=1000(system) NetworkMonitorN expire 3 lines
  980. 08-07 02:49:33.463 6218 6218 I LoadedApk: No resource references to update in package FFFFFFFFFFFFFFFFFFFFFF
  981. 08-07 02:49:33.465 693 6247 I chatty : uid=1000 system_server expire 2 lines
  982. 08-07 02:49:33.469 693 6248 I chatty : uid=1000 system_server expire 2 lines
  983. 08-07 02:49:33.496 6218 6218 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  984. 08-07 02:49:33.497 6218 6218 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  985. 08-07 02:49:33.503 6218 6218 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  986. 08-07 02:49:33.506 6218 6218 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  987. 08-07 02:49:33.518 693 1423 D ConnectivityService: NetworkAgentInfo [WIFI () - 100] validation passed
  988. 08-07 02:49:33.518 6218 6218 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 259 native methods...
  989. 08-07 02:49:33.518 693 765 I chatty : uid=1000(system) android.display expire 2 lines
  990. 08-07 02:49:33.521 693 6251 I chatty : uid=1000 system_server expire 2 lines
  991. 08-07 02:49:33.551 6218 6218 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  992. 08-07 02:49:33.554 6218 6218 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
  993. 08-07 02:49:34.041 1921 1921 I GoogleURLConnFactory: Using platform SSLCertificateSocketFactory
  994. 08-07 02:49:34.275 1921 6263 I HeterodyneSyncScheduler: Scheduling adaptive one off task with window [14400, 604800] in seconds
  995. 08-07 02:49:34.296 2550 6176 W System : ClassLoader referenced unknown path: /system/priv-app/Phonesky/lib/arm
  996. 08-07 02:49:34.297 2550 6176 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/Phonesky/lib/arm:/system/lib:/vendor/lib for namespace 0xb2fdc0d0
  997. 08-07 02:49:34.341 2550 6176 I DynamicModuleDownloader: Loaded Zapp Downloader from phonesky.
  998. 08-07 02:49:34.353 2550 6176 I DynamicModuleDownloader: Loaded Zapp Downloader from phonesky.
  999. 08-07 02:49:34.378 2550 6176 I ChimeraConfigService: Scheduling checkin every 43200 seconds, with flex of 1800 seconds
  1000. 08-07 02:49:34.515 1921 6266 I GoogleURLConnFactory: Using platform SSLCertificateSocketFactory
  1001. 08-07 02:49:34.563 6218 6237 W System : ClassLoader referenced unknown path:
  1002. 08-07 02:49:34.564 6218 6237 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1003. 08-07 02:49:34.566 6218 6237 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/PrebuiltGmsCore/lib/arm:/system/fake-libs:/system/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb2fdc090
  1004. 08-07 02:49:34.567 6218 6237 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:3 and remote module com.google.android.gms.googlecertificates:3
  1005. 08-07 02:49:34.567 6218 6237 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 3
  1006. 08-07 02:49:34.579 6218 6237 W System : ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/00000000/n/armeabi-v7a
  1007. 08-07 02:49:34.579 6218 6237 W System : ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/00000000/n/armeabi
  1008. 08-07 02:49:34.601 2550 6270 I GCM-GMS : Registering GMS 745476177629
  1009. 08-07 02:49:34.629 1921 3435 E GCM : Missing checkin config file
  1010. 08-07 02:49:34.630 1921 3435 W GCM : GCM FAILED TO INITIALIZE - missing checkin
  1011. 08-07 02:49:34.631 2550 6270 W GCM-GMS : Failed to get registration: java.io.IOException: AUTHENTICATION_FAILED
  1012. 08-07 02:49:34.668 1921 2725 E NetworkScheduler.ATC: Provided calling package not found: com.google.android.apps.photos
  1013. 08-07 02:49:34.855 6278 6278 I dex2oat : /system/bin/dex2oat --dex-file=/data/user/0/com.google.android.gms/app_dg_cache/968AD22C864CF721C90F9F4D9E0A307D6B5A2DD8/the.apk --oat-fd=43 --oat-location=/data/user/0/com.google.android.gms/app_dg_cache/968AD22C864CF721C90F9F4D9E0A307D6B5A2DD8/opt/the.dex --compiler-filter=speed
  1014. 08-07 02:49:35.567 1921 6266 I GoogleURLConnFactory: Using platform SSLCertificateSocketFactory
  1015. 08-07 02:49:35.589 6278 6278 I dex2oat : dex2oat took 734.775ms (threads: 4) arena alloc=35KB (36840B) java alloc=35KB (36816B) native alloc=961KB (984272B) free=1598KB (1637168B)
  1016. 08-07 02:49:35.692 2550 6297 I MS_ScheduledTaskService: Executing task with tag:gms:matchstick:register
  1017. 08-07 02:49:35.731 2550 6301 I MS_RegisterService: RegisterService intent:Intent { act=com.google.android.gms.matchstick.register_intent_action cat=[targeted_intent_op_prefix:com.google.android.libraries.matchstick.net.SilentRegisterIntentOperation] cmp=com.google.android.gms/.chimera.GmsIntentOperationService } isPeriodic:false
  1018. 08-07 02:49:35.761 2550 6301 I MS_PhoneUtils: Phone type: 1
  1019. 08-07 02:49:35.785 2550 6301 I MS_RegisterService: Doing full registration.
  1020. 08-07 02:49:36.955 6237 6237 W Binder:6218_1: type=1400 audit(0.0:20): avc: denied { read } for name="/" dev="tmpfs" ino=5132 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1021. 08-07 02:49:37.105 6318 6318 I dex2oat : /system/bin/dex2oat --dex-file=/data/user/0/com.google.android.gms/app_fb/f.apk --oat-fd=51 --oat-location=/data/user/0/com.google.android.gms/app_fb/f.dex --compiler-filter=speed
  1022. 08-07 02:49:37.206 6262 6262 W Binder:6218_3: type=1400 audit(0.0:21): avc: denied { read } for name="/" dev="tmpfs" ino=5132 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1023. 08-07 02:49:37.233 6318 6318 I dex2oat : dex2oat took 128.722ms (threads: 4) arena alloc=311KB (318520B) java alloc=53KB (55080B) native alloc=1129KB (1156224B) free=1942KB (1989504B)
  1024. 08-07 02:49:37.240 6218 6237 W System : ClassLoader referenced unknown path:
  1025. 08-07 02:49:37.248 6218 6237 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  1026. 08-07 02:49:37.335 6218 6237 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  1027. 08-07 02:49:37.366 6218 6237 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  1028. 08-07 02:49:37.447 6218 6262 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  1029. 08-07 02:49:37.480 6218 6262 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  1030. 08-07 02:49:37.688 254 328 D WVCdm : Instantiating CDM.
  1031. 08-07 02:49:37.689 254 328 I WVCdm : CdmEngine::OpenSession
  1032. 08-07 02:49:37.690 254 328 I WVCdm : Level3 Library 4445 Sep 10 2016 21:30:01
  1033. 08-07 02:49:37.695 254 328 W WVCdm : Could not read /data/mediadrm/IDM1013/ay64.dat: No such file or directory
  1034. 08-07 02:49:37.699 254 328 W WVCdm : Could not read /data/mediadrm/IDM1013/ay64.dat2: No such file or directory
  1035. 08-07 02:49:37.700 254 328 W WVCdm : Could not load liboemcrypto.so. Falling back to L3. dlopen failed: library "liboemcrypto.so" not found
  1036. 08-07 02:49:37.701 254 328 W WVCdm : DeviceFiles::RetrieveHashedFile: /data/mediadrm/IDM1013/L3/cert.bin does not exist
  1037. 08-07 02:49:37.873 2550 6191 I CheckinUtil: Classify the device as Phone.
  1038. 08-07 02:49:37.881 2550 6191 I EventLogChimeraService: Opted in for usage reporting
  1039. 08-07 02:49:37.966 2550 6191 I CheckinTask: cookie is null
  1040. 08-07 02:49:37.998 2550 2557 I art : Do partial code cache collection, code=46KB, data=55KB
  1041. 08-07 02:49:37.999 2550 2557 I art : After code cache collection, code=43KB, data=53KB
  1042. 08-07 02:49:37.999 2550 2557 I art : Increasing code cache capacity to 256KB
  1043. 08-07 02:49:38.094 2550 6191 W Conscrypt: Could not set socket write timeout:
  1044. 08-07 02:49:38.094 2550 6191 W Conscrypt: java.lang.reflect.Method.invoke(Native Method)
  1045. 08-07 02:49:38.094 2550 6191 W Conscrypt: wrp.a(:com.google.android.gms:58)
  1046. 08-07 02:49:38.217 2550 6191 W Conscrypt: Could not set socket write timeout:
  1047. 08-07 02:49:38.217 2550 6191 W Conscrypt: java.lang.reflect.Method.invoke(Native Method)
  1048. 08-07 02:49:38.217 2550 6191 W Conscrypt: wrp.a(:com.google.android.gms:58)
  1049. 08-07 02:49:38.247 2550 6191 I CheckinTask: Sending checkin request (13807 bytes)
  1050. 08-07 02:49:38.397 1921 3435 W GCM : Mismatched messenger
  1051. 08-07 02:49:38.405 1921 3435 E GCM : Missing checkin config file
  1052. 08-07 02:49:38.405 1921 3435 W GCM : GCM FAILED TO INITIALIZE - missing checkin
  1053. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: Exception getting GCM token
  1054. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: java.io.IOException: AUTHENTICATION_FAILED
  1055. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at tdr.b(:com.google.android.gms:38)
  1056. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at tdr.a(:com.google.android.gms:40)
  1057. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at tdo.b(:com.google.android.gms:10)
  1058. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at tdo.a(:com.google.android.gms:28)
  1059. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at com.google.android.libraries.matchstick.net.SilentRegisterIntentOperation.a(:com.google.android.gms:75)
  1060. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at com.google.android.libraries.matchstick.net.SilentRegisterIntentOperation.a(:com.google.android.gms:142)
  1061. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at com.google.android.libraries.matchstick.net.SilentRegisterIntentOperation.onHandleIntent(:com.google.android.gms:260)
  1062. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms:1)
  1063. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at byo.run(:com.google.android.gms:9)
  1064. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at byl.run(:com.google.android.gms:10)
  1065. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1066. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1067. 08-07 02:49:38.407 2550 6301 E MS_RegisterService: at java.lang.Thread.run(Thread.java:761)
  1068. 08-07 02:49:38.407 2550 6301 W MS_RegisterService: Failed to get GCM token
  1069. 08-07 02:49:38.882 2550 6191 I CheckinResponseProcessor: From server: 1391 gservices [full]
  1070. 08-07 02:49:39.255 693 6359 I CertBlacklister: Certificate blacklist changed, updating...
  1071. 08-07 02:49:39.271 693 6359 I CertBlacklister: Certificate blacklist updated
  1072. 08-07 02:49:39.325 693 6362 I CertBlacklister: Certificate blacklist changed, updating...
  1073. 08-07 02:49:39.338 693 6362 I CertBlacklister: Certificate blacklist updated
  1074. 08-07 02:49:39.438 1921 6360 I GCM : GCM config loaded
  1075. 08-07 02:49:39.439 1921 6360 I GCM : GCM config loaded
  1076. 08-07 02:49:39.605 2023 2634 I GservicesProvider: main update completed
  1077. 08-07 02:49:39.619 693 757 I ActivityManager: Start proc 6373:com.android.connectivity.metrics/u0a31 for broadcast com.android.connectivity.metrics/.SnapshotSchedulingReceiver
  1078. 08-07 02:49:39.681 2550 6191 I GoogleSettingsUtils: Updated ID in checkin_id_token file
  1079. 08-07 02:49:39.681 2550 6191 I CheckinRequestBuilder: Checkin reason type: 12 attempt count: 1
  1080. 08-07 02:49:39.689 2550 6191 E ActivityThread: Failed to find provider info for com.google.android.wearable.settings
  1081. 08-07 02:49:39.694 6373 6373 I art : Starting a blocking GC AddRemoveAppImageSpace
  1082. 08-07 02:49:39.697 6373 6373 W System : ClassLoader referenced unknown path: /system/priv-app/ConnMetrics/lib/arm
  1083. 08-07 02:49:39.731 6373 6373 D ConnMetrics:App: onCreate()
  1084. 08-07 02:49:39.742 6373 6397 I art : Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.internal.zzmt>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/app/Fragment;
  1085. 08-07 02:49:39.742 6373 6397 I art : at boolean com.android.connectivity.metrics.App.isCheckboxOptedIn() (App.java:390)
  1086. 08-07 02:49:39.742 6373 6397 I art : at java.lang.Void com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Void[]) (App.java:337)
  1087. 08-07 02:49:39.742 6373 6397 I art : at java.lang.Object com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Object[]) (App.java:321)
  1088. 08-07 02:49:39.742 6373 6397 I art : at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:305)
  1089. 08-07 02:49:39.742 6373 6397 I art : at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
  1090. 08-07 02:49:39.742 6373 6397 I art : at void android.os.AsyncTask$SerialExecutor$1.run() (AsyncTask.java:243)
  1091. 08-07 02:49:39.742 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1133)
  1092. 08-07 02:49:39.742 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:607)
  1093. 08-07 02:49:39.743 6373 6397 I art : at void java.lang.Thread.run() (Thread.java:761)
  1094. 08-07 02:49:39.743 6373 6397 I art : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.app.Fragment" on path: DexPathList[[zip file "/system/priv-app/ConnMetrics/ConnMetrics.apk"],nativeLibraryDirectories=[/system/priv-app/ConnMetrics/lib/arm, /system/lib, /vendor/lib, /system/lib, /vendor/lib]]
  1095. 08-07 02:49:39.743 6373 6397 I art : at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
  1096. 08-07 02:49:39.743 6373 6397 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
  1097. 08-07 02:49:39.743 6373 6397 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  1098. 08-07 02:49:39.743 6373 6397 I art : at boolean com.android.connectivity.metrics.App.isCheckboxOptedIn() (App.java:390)
  1099. 08-07 02:49:39.743 6373 6397 I art : at java.lang.Void com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Void[]) (App.java:337)
  1100. 08-07 02:49:39.743 6373 6397 I art : at java.lang.Object com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Object[]) (App.java:321)
  1101. 08-07 02:49:39.743 6373 6397 I art : at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:305)
  1102. 08-07 02:49:39.743 6373 6397 I art : at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
  1103. 08-07 02:49:39.743 6373 6397 I art : at void android.os.AsyncTask$SerialExecutor$1.run() (AsyncTask.java:243)
  1104. 08-07 02:49:39.743 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1133)
  1105. 08-07 02:49:39.743 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:607)
  1106. 08-07 02:49:39.743 6373 6397 I art : at void java.lang.Thread.run() (Thread.java:761)
  1107. 08-07 02:49:39.743 6373 6397 I art :
  1108. 08-07 02:49:39.743 6373 6397 I art : Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.internal.zzmt>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/app/Fragment;
  1109. 08-07 02:49:39.743 6373 6397 I art : at boolean com.android.connectivity.metrics.App.isCheckboxOptedIn() (App.java:390)
  1110. 08-07 02:49:39.743 6373 6397 I art : at java.lang.Void com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Void[]) (App.java:337)
  1111. 08-07 02:49:39.743 6373 6397 I art : at java.lang.Object com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Object[]) (App.java:321)
  1112. 08-07 02:49:39.743 6373 6397 I art : at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:305)
  1113. 08-07 02:49:39.743 6373 6397 I art : at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
  1114. 08-07 02:49:39.743 6373 6397 I art : at void android.os.AsyncTask$SerialExecutor$1.run() (AsyncTask.java:243)
  1115. 08-07 02:49:39.743 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1133)
  1116. 08-07 02:49:39.743 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:607)
  1117. 08-07 02:49:39.743 6373 6397 I art : at void java.lang.Thread.run() (Thread.java:761)
  1118. 08-07 02:49:39.744 6373 6397 I art : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.app.Fragment" on path: DexPathList[[zip file "/system/priv-app/ConnMetrics/ConnMetrics.apk"],nativeLibraryDirectories=[/system/priv-app/ConnMetrics/lib/arm, /system/lib, /vendor/lib, /system/lib, /vendor/lib]]
  1119. 08-07 02:49:39.744 6373 6397 I art : at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
  1120. 08-07 02:49:39.744 6373 6397 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
  1121. 08-07 02:49:39.744 6373 6397 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  1122. 08-07 02:49:39.744 6373 6397 I art : at boolean com.android.connectivity.metrics.App.isCheckboxOptedIn() (App.java:390)
  1123. 08-07 02:49:39.744 6373 6397 I art : at java.lang.Void com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Void[]) (App.java:337)
  1124. 08-07 02:49:39.744 6373 6397 I art : at java.lang.Object com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Object[]) (App.java:321)
  1125. 08-07 02:49:39.744 6373 6397 I art : at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:305)
  1126. 08-07 02:49:39.744 6373 6397 I art : at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
  1127. 08-07 02:49:39.744 6373 6397 I art : at void android.os.AsyncTask$SerialExecutor$1.run() (AsyncTask.java:243)
  1128. 08-07 02:49:39.744 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1133)
  1129. 08-07 02:49:39.744 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:607)
  1130. 08-07 02:49:39.744 6373 6397 I art : at void java.lang.Thread.run() (Thread.java:761)
  1131. 08-07 02:49:39.744 6373 6397 I art :
  1132. 08-07 02:49:39.746 6373 6397 I art : Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.internal.zzmt>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/app/Fragment;
  1133. 08-07 02:49:39.746 6373 6397 I art : at boolean com.android.connectivity.metrics.App.isCheckboxOptedIn() (App.java:390)
  1134. 08-07 02:49:39.746 6373 6397 I art : at java.lang.Void com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Void[]) (App.java:337)
  1135. 08-07 02:49:39.746 6373 6397 I art : at java.lang.Object com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Object[]) (App.java:321)
  1136. 08-07 02:49:39.746 6373 6397 I art : at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:305)
  1137. 08-07 02:49:39.746 6373 6397 I art : at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
  1138. 08-07 02:49:39.746 6373 6397 I art : at void android.os.AsyncTask$SerialExecutor$1.run() (AsyncTask.java:243)
  1139. 08-07 02:49:39.746 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1133)
  1140. 08-07 02:49:39.746 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:607)
  1141. 08-07 02:49:39.746 6373 6397 I art : at void java.lang.Thread.run() (Thread.java:761)
  1142. 08-07 02:49:39.746 6373 6397 I art : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.app.Fragment" on path: DexPathList[[zip file "/system/priv-app/ConnMetrics/ConnMetrics.apk"],nativeLibraryDirectories=[/system/priv-app/ConnMetrics/lib/arm, /system/lib, /vendor/lib, /system/lib, /vendor/lib]]
  1143. 08-07 02:49:39.746 6373 6397 I art : at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
  1144. 08-07 02:49:39.746 6373 6397 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
  1145. 08-07 02:49:39.746 6373 6397 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  1146. 08-07 02:49:39.746 6373 6397 I art : at boolean com.android.connectivity.metrics.App.isCheckboxOptedIn() (App.java:390)
  1147. 08-07 02:49:39.746 6373 6397 I art : at java.lang.Void com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Void[]) (App.java:337)
  1148. 08-07 02:49:39.746 6373 6397 I art : at java.lang.Object com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Object[]) (App.java:321)
  1149. 08-07 02:49:39.746 6373 6397 I art : at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:305)
  1150. 08-07 02:49:39.746 6373 6397 I art : at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
  1151. 08-07 02:49:39.746 6373 6397 I art : at void android.os.AsyncTask$SerialExecutor$1.run() (AsyncTask.java:243)
  1152. 08-07 02:49:39.746 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1133)
  1153. 08-07 02:49:39.746 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:607)
  1154. 08-07 02:49:39.746 6373 6397 I art : at void java.lang.Thread.run() (Thread.java:761)
  1155. 08-07 02:49:39.746 6373 6397 I art :
  1156. 08-07 02:49:39.747 693 6106 I ActivityManager: Start proc 6398:com.google.android.configupdater/u0a29 for broadcast com.google.android.configupdater/.CertPin.CertPinUpdateRequestReceiver
  1157. 08-07 02:49:39.772 2550 6191 I CheckinUtil: Classify the device as Phone.
  1158. 08-07 02:49:39.773 6373 6397 I art : Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.common.SupportErrorDialogFragment>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/app/DialogFragment;
  1159. 08-07 02:49:39.774 6373 6397 I art : at void com.google.android.gms.common.GoogleApiAvailability.<clinit>() (Unknown:-1)
  1160. 08-07 02:49:39.774 6373 6397 I art : at com.google.android.gms.common.GoogleApiAvailability com.google.android.gms.common.GoogleApiAvailability.getInstance() (Unknown:-1)
  1161. 08-07 02:49:39.774 6373 6397 I art : at void com.google.android.gms.common.api.GoogleApiClient$Builder.<init>(android.content.Context) (Unknown:-1)
  1162. 08-07 02:49:39.774 6373 6397 I art : at boolean com.android.connectivity.metrics.App.isCheckboxOptedIn() (App.java:390)
  1163. 08-07 02:49:39.774 6373 6397 I art : at java.lang.Void com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Void[]) (App.java:337)
  1164. 08-07 02:49:39.774 6373 6397 I art : at java.lang.Object com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Object[]) (App.java:321)
  1165. 08-07 02:49:39.774 6373 6397 I art : at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:305)
  1166. 08-07 02:49:39.774 6373 6397 I art : at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
  1167. 08-07 02:49:39.774 6373 6397 I art : at void android.os.AsyncTask$SerialExecutor$1.run() (AsyncTask.java:243)
  1168. 08-07 02:49:39.774 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1133)
  1169. 08-07 02:49:39.774 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:607)
  1170. 08-07 02:49:39.774 6373 6397 I art : at void java.lang.Thread.run() (Thread.java:761)
  1171. 08-07 02:49:39.774 6373 6397 I art : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.app.DialogFragment" on path: DexPathList[[zip file "/system/priv-app/ConnMetrics/ConnMetrics.apk"],nativeLibraryDirectories=[/system/priv-app/ConnMetrics/lib/arm, /system/lib, /vendor/lib, /system/lib, /vendor/lib]]
  1172. 08-07 02:49:39.774 6373 6397 I art : at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
  1173. 08-07 02:49:39.774 6373 6397 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
  1174. 08-07 02:49:39.774 6373 6397 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  1175. 08-07 02:49:39.774 6373 6397 I art : at void com.google.android.gms.common.GoogleApiAvailability.<clinit>() (Unknown:-1)
  1176. 08-07 02:49:39.774 6373 6397 I art : at com.google.android.gms.common.GoogleApiAvailability com.google.android.gms.common.GoogleApiAvailability.getInstance() (Unknown:-1)
  1177. 08-07 02:49:39.774 6373 6397 I art : at void com.google.android.gms.common.api.GoogleApiClient$Builder.<init>(android.content.Context) (Unknown:-1)
  1178. 08-07 02:49:39.774 6373 6397 I art : at boolean com.android.connectivity.metrics.App.isCheckboxOptedIn() (App.java:390)
  1179. 08-07 02:49:39.774 6373 6397 I art : at java.lang.Void com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Void[]) (App.java:337)
  1180. 08-07 02:49:39.774 6373 6397 I art : at java.lang.Object com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Object[]) (App.java:321)
  1181. 08-07 02:49:39.774 6373 6397 I art : at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:305)
  1182. 08-07 02:49:39.774 6373 6397 I art : at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
  1183. 08-07 02:49:39.774 6373 6397 I art : at void android.os.AsyncTask$SerialExecutor$1.run() (AsyncTask.java:243)
  1184. 08-07 02:49:39.774 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1133)
  1185. 08-07 02:49:39.774 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:607)
  1186. 08-07 02:49:39.774 6373 6397 I art : at void java.lang.Thread.run() (Thread.java:761)
  1187. 08-07 02:49:39.774 6373 6397 I art :
  1188. 08-07 02:49:39.805 6373 6397 I art : Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.internal.zzmt>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/app/Fragment;
  1189. 08-07 02:49:39.805 6373 6397 I art : at boolean com.android.connectivity.metrics.App.isCheckboxOptedIn() (App.java:390)
  1190. 08-07 02:49:39.805 6373 6397 I art : at java.lang.Void com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Void[]) (App.java:337)
  1191. 08-07 02:49:39.805 6373 6397 I art : at java.lang.Object com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Object[]) (App.java:321)
  1192. 08-07 02:49:39.805 6373 6397 I art : at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:305)
  1193. 08-07 02:49:39.805 6373 6397 I art : at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
  1194. 08-07 02:49:39.805 6373 6397 I art : at void android.os.AsyncTask$SerialExecutor$1.run() (AsyncTask.java:243)
  1195. 08-07 02:49:39.805 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1133)
  1196. 08-07 02:49:39.805 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:607)
  1197. 08-07 02:49:39.805 6373 6397 I art : at void java.lang.Thread.run() (Thread.java:761)
  1198. 08-07 02:49:39.805 6373 6397 I art : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.app.Fragment" on path: DexPathList[[zip file "/system/priv-app/ConnMetrics/ConnMetrics.apk"],nativeLibraryDirectories=[/system/priv-app/ConnMetrics/lib/arm, /system/lib, /vendor/lib, /system/lib, /vendor/lib]]
  1199. 08-07 02:49:39.805 6373 6397 I art : at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
  1200. 08-07 02:49:39.805 6373 6397 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
  1201. 08-07 02:49:39.805 6373 6397 I art : at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
  1202. 08-07 02:49:39.805 6373 6397 I art : at boolean com.android.connectivity.metrics.App.isCheckboxOptedIn() (App.java:390)
  1203. 08-07 02:49:39.805 6373 6397 I art : at java.lang.Void com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Void[]) (App.java:337)
  1204. 08-07 02:49:39.805 6373 6397 I art : at java.lang.Object com.android.connectivity.metrics.App$ScheduleJobsTask.doInBackground(java.lang.Object[]) (App.java:321)
  1205. 08-07 02:49:39.805 6373 6397 I art : at java.lang.Object android.os.AsyncTask$2.call() (AsyncTask.java:305)
  1206. 08-07 02:49:39.805 6373 6397 I art : at void java.util.concurrent.FutureTask.run() (FutureTask.java:237)
  1207. 08-07 02:49:39.805 6373 6397 I art : at void android.os.AsyncTask$SerialExecutor$1.run() (AsyncTask.java:243)
  1208. 08-07 02:49:39.805 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1133)
  1209. 08-07 02:49:39.805 6373 6397 I art : at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:607)
  1210. 08-07 02:49:39.805 6373 6397 I art : at void java.lang.Thread.run() (Thread.java:761)
  1211. 08-07 02:49:39.805 6373 6397 I art :
  1212. 08-07 02:49:39.822 6398 6398 I art : Starting a blocking GC AddRemoveAppImageSpace
  1213. 08-07 02:49:39.823 6398 6398 W System : ClassLoader referenced unknown path: /system/priv-app/ConfigUpdater/lib/arm
  1214. 08-07 02:49:39.868 6373 6419 E GooglePlayServicesUtil: The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
  1215. 08-07 02:49:39.892 6398 6421 I ConfigUpdater: Update started
  1216. 08-07 02:49:39.901 6398 6398 E ConfigUpdater: Received malformed URL while handling Gservices.CHANGED_ACTION intent_firewall: null null
  1217. 08-07 02:49:39.926 6398 6427 I ConfigUpdater: Update started
  1218. 08-07 02:49:39.935 6373 6397 D ConnMetrics:App: IsOptedIn = true
  1219. 08-07 02:49:39.997 6398 6398 E ConfigUpdater: Received malformed URL while handling Gservices.CHANGED_ACTION apn_db: null null
  1220. 08-07 02:49:40.006 6398 6398 E ConfigUpdater: Received malformed URL while handling Gservices.CHANGED_ACTION tzdata: null null
  1221. 08-07 02:49:40.013 6398 6398 E ConfigUpdater: Received malformed URL while handling Gservices.CHANGED_ACTION selinux: null null
  1222. 08-07 02:49:40.019 6398 6398 E ConfigUpdater: Received malformed URL while handling Gservices.CHANGED_ACTION carrier_provisioning_urls: null null
  1223. 08-07 02:49:40.030 693 2683 D ConnectivityService: reportNetworkConnectivity(100, false) by 10030
  1224. 08-07 02:49:40.035 693 1979 D ConnectivityService: reportNetworkConnectivity(100, false) by 10030
  1225. 08-07 02:49:40.078 693 6440 I chatty : uid=1000 system_server expire 2 lines
  1226. 08-07 02:49:40.106 693 758 I ActivityManager: Config changes=480 {1.0 310mcc120mnc [en_US] ldltr sw432dp w432dp h744dp 400dpi nrml long port finger -keyb/v/h -nav/h s.8}
  1227. 08-07 02:49:40.158 5214 6446 D DownloadManager: [1] Starting
  1228. 08-07 02:49:40.160 5214 6445 D DownloadManager: [2] Starting
  1229. 08-07 02:49:40.218 5214 6446 W System : ClassLoader referenced unknown path:
  1230. 08-07 02:49:40.218 5214 6446 W System : ClassLoader referenced unknown path: /system/priv-app/ConfigUpdater/lib/arm
  1231. 08-07 02:49:40.232 5214 6446 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/ConfigUpdater/lib/arm:/system/lib:/vendor/lib for namespace 0xb6d1c0d0
  1232. 08-07 02:49:40.237 5214 6445 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  1233. 08-07 02:49:40.238 5214 6446 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  1234. 08-07 02:49:40.241 693 1423 D ConnectivityService: NetworkAgentInfo [WIFI () - 100] validation passed
  1235. 08-07 02:49:40.243 693 6449 I chatty : uid=1000 system_server expire 2 lines
  1236. 08-07 02:49:40.254 5214 6446 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  1237. 08-07 02:49:40.258 693 6450 I chatty : uid=1000 system_server expire 2 lines
  1238. 08-07 02:49:40.272 693 1620 W ActivityManager: Unable to start service Intent { cmp=com.google.android.gms/.analytics.service.RefreshEnabledStateService } U=0: not found
  1239. 08-07 02:49:40.278 2550 6191 I EventLogChimeraService: Opted in for usage reporting
  1240. 08-07 02:49:40.316 5309 5865 D Index : Locale 'en_US' is already indexed
  1241. 08-07 02:49:40.329 693 765 I WindowManager: Screen frozen for +251ms due to Window{7a17f69 u0 StatusBar}
  1242. 08-07 02:49:40.339 2550 6191 I CheckinTask: Checkin success: https://android.clients.google.com/checkin (1 requests sent)
  1243. 08-07 02:49:40.363 2550 6191 I CheckinChimeraService: Checking schedule, now: 1502088580363 next: 1502131197339
  1244. 08-07 02:49:40.368 2550 6191 I CheckinChimeraService: active receiver: disabled
  1245. 08-07 02:49:40.436 2550 6461 I CheckinChimeraService: Checking schedule, now: 1502088580436 next: 1502131197339
  1246. 08-07 02:49:40.436 2550 6461 I CheckinChimeraService: active receiver: disabled
  1247. 08-07 02:49:40.436 693 1423 D ConnectivityService: NetworkAgentInfo [WIFI () - 100] validation passed
  1248. 08-07 02:49:40.439 693 6462 I chatty : uid=1000 system_server expire 1 line
  1249. 08-07 02:49:40.439 693 6462 V WifiNetworkHistory: writeKnownNetworkHistory write config "bishop wifi-5G"WPA_PSK
  1250. 08-07 02:49:41.732 2550 6301 I OcrModelUpStIntentOp: Updating ocr activity enabled=true (gservicesFlag=true, lowRamDevice=false, prereqCheck=true)
  1251. 08-07 02:49:41.836 1921 6483 I GCoreUlr: Starting service, intent=Intent { act=com.google.android.location.reporting.ACTION_UPDATE_WORLD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) }, extras=Bundle[{receiverAction=com.google.gservices.intent.action.GSERVICES_CHANGED}]
  1252. 08-07 02:49:41.858 2094 2596 I GservicesUpdateTask: Updating Gservices keys
  1253. 08-07 02:49:41.941 5214 6445 D DownloadManager: [2] Finished with status SUCCESS
  1254. 08-07 02:49:41.966 693 702 I art : Background partial concurrent mark sweep GC freed 22823(1307KB) AllocSpace objects, 3(60KB) LOS objects, 33% free, 8MB/12MB, paused 3.509ms total 127.166ms
  1255. 08-07 02:49:41.984 2373 6489 I RlzPingService: Setting next ping for 1502174981973
  1256. 08-07 02:49:42.025 1921 1938 I art : Background partial concurrent mark sweep GC freed 31208(2MB) AllocSpace objects, 3(60KB) LOS objects, 46% free, 4MB/8MB, paused 4.272ms total 108.825ms
  1257. 08-07 02:49:42.031 5214 6446 D DownloadManager: [1] Finished with status SUCCESS
  1258. 08-07 02:49:42.032 693 774 I ActivityManager: Killing 2473:com.android.vending/u0a38 (adj 900): change com.android.vending
  1259. 08-07 02:49:42.033 693 774 D ActivityManager: cleanUpApplicationRecord -- 2473
  1260. 08-07 02:49:42.034 693 774 I ActivityManager: Killing 2550:com.google.android.gms/u0a30 (adj 0): change com.android.vending
  1261. 08-07 02:49:42.034 693 774 D ActivityManager: cleanUpApplicationRecord -- 2550
  1262. 08-07 02:49:42.040 693 774 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.measurement.service.MeasurementBrokerService in 1000ms
  1263. 08-07 02:49:42.040 693 774 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsIntentOperationService in 11000ms
  1264. 08-07 02:49:42.041 693 774 W ActivityManager: Scheduling restart of crashed service com.google.android.gms/.chimera.GmsBoundBrokerService in 21000ms
  1265. 08-07 02:49:42.063 693 1242 I InputReader: Reconfiguring input devices. changes=0x00000010
  1266. 08-07 02:49:42.100 693 1621 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@9bf9a48)
  1267. 08-07 02:49:42.102 693 1423 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
  1268. 08-07 02:49:42.110 693 6106 I ActivityManager: Start proc 6504:com.google.android.gms/u0a30 for broadcast com.google.android.gms/.herrevad.receivers.CaptivePortalReceiver
  1269. 08-07 02:49:42.132 693 756 W ResourceType: No known package when getting value for resource number 0x7f0200e8
  1270. 08-07 02:49:42.132 693 756 W ResourceType: No known package when getting value for resource number 0x7f13033b
  1271. 08-07 02:49:42.134 1921 5837 I GCoreUlr: WorldUpdater received intent Intent { act=com.google.android.location.reporting.ACTION_UPDATE_WORLD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) } with receiverAction com.google.gservices.intent.action.GSERVICES_CHANGED
  1272. 08-07 02:49:42.136 1590 1590 D CarrierSvcBindHelper: No carrier app for: 0
  1273. 08-07 02:49:42.155 2094 2596 I GStaticConfiguration: #getNewConfigurationUrl [pref=2013_10_04_22_22_03, gservice=2017_04_03_15_41_57]
  1274. 08-07 02:49:42.265 6504 6504 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1275. 08-07 02:49:42.282 1921 5837 E GCoreUlr: Bad errorId configuring silent feedback
  1276. 08-07 02:49:42.292 6504 6504 I LoadedApk: No resource references to update in package FFFFFFFFFFFFFFFFFFFFFF
  1277. 08-07 02:49:42.299 1921 5837 I GCoreUlr: WorldUpdater:com.google.gservices.intent.action.GSERVICES_CHANGED: Ensuring that reporting is stopped because of reasons: (no Google accounts)
  1278. 08-07 02:49:42.304 1921 5837 I GCoreUlr: Unbound from all location providers
  1279. 08-07 02:49:42.304 1921 5837 I GCoreUlr: Place inference reporting - stop
  1280. 08-07 02:49:42.308 1921 1921 I GCoreUlr: DispatchingService.onDestroy()
  1281. 08-07 02:49:42.312 1921 5837 I GCoreUlr: DispatchingService ignoring Intent { act=android.net.wifi.WIFI_STATE_CHANGED flg=0x4000010 (has extras) } because ULR inactive
  1282. 08-07 02:49:42.315 1921 1921 I GCoreUlr: Stopping handler for UlrDispSvcFast
  1283. 08-07 02:49:42.320 1921 1921 I GCoreUlr: Unbound from all location providers
  1284. 08-07 02:49:42.320 1921 1921 I GCoreUlr: Place inference reporting - stop
  1285. 08-07 02:49:42.335 693 765 I art : Starting a blocking GC Explicit
  1286. 08-07 02:49:42.353 6504 6504 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1287. 08-07 02:49:42.355 6504 6504 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1288. 08-07 02:49:42.359 6504 6504 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1289. 08-07 02:49:42.360 6504 6504 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1290. 08-07 02:49:42.369 6504 6504 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 259 native methods...
  1291. 08-07 02:49:42.387 2094 2821 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
  1292. 08-07 02:49:42.398 6504 6504 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  1293. 08-07 02:49:42.402 6504 6504 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
  1294. 08-07 02:49:42.410 693 765 I art : Explicit concurrent mark sweep GC freed 28215(1399KB) AllocSpace objects, 0(0B) LOS objects, 33% free, 8MB/12MB, paused 1.800ms total 74.981ms
  1295. 08-07 02:49:42.572 6504 6527 I OcrModelUpStIntentOp: Updating ocr activity enabled=true (gservicesFlag=true, lowRamDevice=false, prereqCheck=true)
  1296. 08-07 02:49:42.628 6504 6528 W System : ClassLoader referenced unknown path:
  1297. 08-07 02:49:42.629 6504 6528 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1298. 08-07 02:49:42.631 6504 6528 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/PrebuiltGmsCore/lib/arm:/system/fake-libs:/system/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb2fd7090
  1299. 08-07 02:49:42.632 6504 6528 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:3 and remote module com.google.android.gms.googlecertificates:3
  1300. 08-07 02:49:42.632 6504 6528 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 3
  1301. 08-07 02:49:42.665 1921 1921 W WakelockManager: No active wake lock id #2 and unique id #171965
  1302. 08-07 02:49:42.679 6504 6528 W System : ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/00000000/n/armeabi-v7a
  1303. 08-07 02:49:42.679 6504 6528 W System : ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/00000000/n/armeabi
  1304. 08-07 02:49:42.715 693 6501 I ActivityManager: Start proc 6539:com.android.vending/u0a38 for broadcast com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver
  1305. 08-07 02:49:42.771 6504 6538 I GCM-GMS : Scheduling task to register GMS
  1306. 08-07 02:49:42.860 693 1242 I InputReader: Reconfiguring input devices. changes=0x00000010
  1307. 08-07 02:49:42.921 1590 1590 D CarrierSvcBindHelper: No carrier app for: 0
  1308. 08-07 02:49:42.942 6539 6539 I art : Starting a blocking GC AddRemoveAppImageSpace
  1309. 08-07 02:49:42.944 1921 2778 I HeterodyneSyncScheduler: Scheduling Phenotype for a PhenotypeSyncImmediately(6, com.google.android.gms.checkin.binary) one off with window [1, 2] in seconds
  1310. 08-07 02:49:42.946 6539 6539 W System : ClassLoader referenced unknown path: /system/priv-app/Phonesky/lib/arm
  1311. 08-07 02:49:42.972 1921 1921 I GCoreNlp: !shouldConfirmNlp, ensuring user opted into NLP
  1312. 08-07 02:49:43.009 693 1419 D WifiStateMachine: updateCapabilities for config:bishop wifi-5Gfalse,false
  1313. 08-07 02:49:43.091 6504 6562 W DynamiteLoaderImpl: Failed to load module version: module com.google.android.gms.flags not found
  1314. 08-07 02:49:43.092 6504 6562 I DynamiteModule: Considering local module com.google.android.gms.flags:2 and remote module com.google.android.gms.flags:0
  1315. 08-07 02:49:43.092 6504 6562 I DynamiteModule: Selected local version of com.google.android.gms.flags
  1316. 08-07 02:49:43.341 6504 6538 I CmaSystemUpdateService: StartServiceIntentOperation: Intent { act=com.google.gservices.intent.action.GSERVICES_CHANGED flg=0x10 cmp=com.google.android.gms/.chimera.GmsIntentOperationService$PersistentInternalReceiver }
  1317. 08-07 02:49:43.346 6504 6538 I CmaSystemUpdateService: receiver: Intent { act=com.google.gservices.intent.action.GSERVICES_CHANGED flg=0x10 cmp=com.google.android.gms/.chimera.GmsIntentOperationService$PersistentInternalReceiver }
  1318. 08-07 02:49:43.383 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1319. 08-07 02:49:43.406 6504 6527 W OcrModelUpStIntentOp: Registering params_expdate_c45e5b7.dat failed: The download is pending.
  1320. 08-07 02:49:43.421 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1321. 08-07 02:49:43.463 5214 6581 D DownloadManager: [3] Starting
  1322. 08-07 02:49:43.470 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1323. 08-07 02:49:43.475 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1324. 08-07 02:49:43.478 6504 6504 I CmaSystemUpdateService: connectivity change: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) }
  1325. 08-07 02:49:43.479 6504 6504 I CmaSystemUpdateService: receiver: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) }
  1326. 08-07 02:49:43.499 6504 6571 I Icing : Storage manager: low false usage 1.69MB avail 21.94GB capacity 25.22GB
  1327. 08-07 02:49:43.541 5214 6581 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  1328. 08-07 02:49:43.549 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1329. 08-07 02:49:43.556 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1330. 08-07 02:49:43.557 6504 6582 I SystemUpdateTask: cancelUpdate (empty URL)
  1331. 08-07 02:49:43.557 6504 6582 I CmaSystemUpdateService: active receiver: disabled
  1332. 08-07 02:49:43.565 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1333. 08-07 02:49:43.575 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1334. 08-07 02:49:43.602 6591 6591 W uncrypt : type=1400 audit(0.0:22): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1335. 08-07 02:49:43.602 6591 6591 W uncrypt : type=1400 audit(0.0:23): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1336. 08-07 02:49:43.602 6591 6591 W uncrypt : type=1400 audit(0.0:24): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1337. 08-07 02:49:43.602 6591 6591 W uncrypt : type=1400 audit(0.0:25): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1338. 08-07 02:49:43.602 6591 6591 W uncrypt : type=1400 audit(0.0:26): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1339. 08-07 02:49:43.602 6591 6591 W uncrypt : type=1400 audit(0.0:27): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1340. 08-07 02:49:43.660 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1341. 08-07 02:49:43.661 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1342. 08-07 02:49:43.664 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1343. 08-07 02:49:43.667 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1344. 08-07 02:49:43.670 6504 6527 I OcrModelUpStIntentOp: Downloading text recognizer
  1345. 08-07 02:49:43.692 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1346. 08-07 02:49:43.697 6504 6571 E Icing : city name for address is empty or is not existed.
  1347. 08-07 02:49:43.697 6504 6571 W Icing : street name for address is empty or is not existed.
  1348. 08-07 02:49:43.698 6504 6571 W Icing : transportation_script_path is empty
  1349. 08-07 02:49:43.709 6504 6571 W Icing : Words file does not exist!
  1350. 08-07 02:49:43.709 6504 6571 W Icing : WordsMap was not properly initialized
  1351. 08-07 02:49:43.723 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1352. 08-07 02:49:43.726 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1353. 08-07 02:49:43.734 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1354. 08-07 02:49:43.744 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1355. 08-07 02:49:43.784 6504 6571 I Icing : MaintenanceDriver: Registering all GCM Tasks.
  1356. 08-07 02:49:43.784 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1357. 08-07 02:49:43.788 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1358. 08-07 02:49:43.791 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1359. 08-07 02:49:43.794 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1360. 08-07 02:49:43.797 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1361. 08-07 02:49:43.798 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1362. 08-07 02:49:43.800 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1363. 08-07 02:49:43.803 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1364. 08-07 02:49:43.811 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1365. 08-07 02:49:43.812 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1366. 08-07 02:49:43.829 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1367. 08-07 02:49:43.830 6539 6539 I Finsky : [1] com.google.android.finsky.hygiene.DailyHygiene.a(30): No recent hygiene success, needs more hygiene.
  1368. 08-07 02:49:43.832 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1369. 08-07 02:49:43.840 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1370. 08-07 02:49:43.861 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1371. 08-07 02:49:43.877 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1372. 08-07 02:49:43.881 6539 6539 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
  1373. 08-07 02:49:43.882 6539 6539 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
  1374. 08-07 02:49:43.888 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1375. 08-07 02:49:43.915 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1376. 08-07 02:49:43.924 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1377. 08-07 02:49:43.929 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1378. 08-07 02:49:43.970 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1379. 08-07 02:49:43.973 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1380. 08-07 02:49:44.008 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1381. 08-07 02:49:44.009 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1382. 08-07 02:49:44.010 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1383. 08-07 02:49:44.011 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1384. 08-07 02:49:44.015 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1385. 08-07 02:49:44.015 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.a(903): No account configured on this device.
  1386. 08-07 02:49:44.023 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1387. 08-07 02:49:44.024 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1388. 08-07 02:49:44.027 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1389. 08-07 02:49:44.028 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1390. 08-07 02:49:44.029 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1391. 08-07 02:49:44.043 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1392. 08-07 02:49:44.044 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1393. 08-07 02:49:44.045 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1394. 08-07 02:49:44.048 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1395. 08-07 02:49:44.049 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1396. 08-07 02:49:44.050 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1397. 08-07 02:49:44.052 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1398. 08-07 02:49:44.053 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1399. 08-07 02:49:44.054 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1400. 08-07 02:49:44.065 6539 6612 W Finsky : [252] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1401. 08-07 02:49:44.066 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1402. 08-07 02:49:44.070 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1403. 08-07 02:49:44.070 6539 6539 I Finsky : [1] com.google.android.finsky.installer.a.d.a(905): Installer kick - no action, not running yet
  1404. 08-07 02:49:44.081 693 6106 I ActivityManager: Start proc 6613:org.codeaurora.gallery/u0a25 for broadcast org.codeaurora.gallery/com.android.gallery3d.app.PackagesMonitor
  1405. 08-07 02:49:44.128 6613 6613 I art : Starting a blocking GC AddRemoveAppImageSpace
  1406. 08-07 02:49:44.142 6539 6612 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1407. 08-07 02:49:44.147 6539 6612 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/PrebuiltGmsCore/lib/arm:/system/fake-libs:/system/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb6d1a090
  1408. 08-07 02:49:44.162 6539 6629 W SharedPreferencesImpl: Attempt to read preferences file /data/user/0/com.google.android.gms/shared_prefs/google_ads_flags.xml without permission
  1409. 08-07 02:49:44.172 1921 1921 I WearableService: onCreate - Wear is not available on this device.
  1410. 08-07 02:49:44.188 6504 6571 I Icing : updateResources: need to parse sca{com.google.android.gms}
  1411. 08-07 02:49:44.194 1921 2239 D WearableService: onGetService - Wear is not available on this device.
  1412. 08-07 02:49:44.204 6539 6539 E Finsky : [1] com.google.android.finsky.wear.bl.a(3): onConnectionFailed: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null}
  1413. 08-07 02:49:44.205 6539 6539 W Finsky : [1] com.google.android.finsky.wear.aj.run(9): Dropping command=send_installed_apps due to Gms not connected
  1414. 08-07 02:49:44.214 6539 6612 W Finsky : [252] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1415. 08-07 02:49:44.216 6539 6612 W Finsky : [252] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1416. 08-07 02:49:44.230 6539 6612 W Finsky : [252] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1417. 08-07 02:49:44.298 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1418. 08-07 02:49:44.301 6504 6561 D Wear_Controller: Received broadcast action=android.intent.action.PACKAGE_CHANGED and uri=com.android.vending
  1419. 08-07 02:49:44.305 6539 6539 I Finsky : [1] com.google.android.finsky.g.a.a.a(14): result=false type=4
  1420. 08-07 02:49:44.313 6398 6398 I ConfigUpdater: Download failed, retrying...
  1421. 08-07 02:49:44.314 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1422. 08-07 02:49:44.315 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1423. 08-07 02:49:44.318 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1424. 08-07 02:49:44.319 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1425. 08-07 02:49:44.328 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1426. 08-07 02:49:44.329 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1427. 08-07 02:49:44.331 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1428. 08-07 02:49:44.363 6539 6539 I Finsky : [1] com.google.android.finsky.setup.as.a(221): Restore complete with 0 success and 0 failed.
  1429. 08-07 02:49:44.377 6398 6398 I ConfigUpdater: Download failed, retrying...
  1430. 08-07 02:49:44.411 693 702 I art : Background partial concurrent mark sweep GC freed 41127(2MB) AllocSpace objects, 1(20KB) LOS objects, 33% free, 8MB/12MB, paused 1.892ms total 123.260ms
  1431. 08-07 02:49:44.456 6504 6526 I Vision : Supported ABIS: [armeabi-v7a, armeabi]
  1432. 08-07 02:49:44.590 5214 6581 D DownloadManager: [3] Finished with status SUCCESS
  1433. 08-07 02:49:44.583 6591 6591 W uncrypt : type=1400 audit(0.0:28): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1434. 08-07 02:49:44.583 6591 6591 W uncrypt : type=1400 audit(0.0:29): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1435. 08-07 02:49:44.583 6591 6591 W uncrypt : type=1400 audit(0.0:30): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1436. 08-07 02:49:44.583 6591 6591 W uncrypt : type=1400 audit(0.0:31): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1437. 08-07 02:49:44.583 6591 6591 W uncrypt : type=1400 audit(0.0:32): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1438. 08-07 02:49:44.583 6591 6591 W uncrypt : type=1400 audit(0.0:33): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1439. 08-07 02:49:44.610 693 6501 I RecoverySystemService: uncrypt clear bcb successfully finished.
  1440. 08-07 02:49:44.611 6591 6591 I uncrypt : received 0, exiting now
  1441. 08-07 02:49:44.625 6504 6651 I SystemUpdateTask: cancelUpdate (empty URL)
  1442. 08-07 02:49:44.625 6504 6651 I CmaSystemUpdateService: active receiver: disabled
  1443. 08-07 02:49:44.633 6652 6652 W uncrypt : type=1400 audit(0.0:34): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1444. 08-07 02:49:44.633 6652 6652 W uncrypt : type=1400 audit(0.0:35): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1445. 08-07 02:49:44.633 6652 6652 W uncrypt : type=1400 audit(0.0:36): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1446. 08-07 02:49:44.633 6652 6652 W uncrypt : type=1400 audit(0.0:37): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1447. 08-07 02:49:44.633 6652 6652 W uncrypt : type=1400 audit(0.0:38): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1448. 08-07 02:49:44.633 6652 6652 W uncrypt : type=1400 audit(0.0:39): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1449. 08-07 02:49:44.765 6504 6561 I Vision : Registration status ocr_armeabi_v7a.zip: The download is pending.
  1450. 08-07 02:49:44.832 6504 6561 I Vision : Download status ocr_armeabi_v7a.zip: The download is pending.
  1451. 08-07 02:49:44.842 6504 6561 I Vision : Forcing download ocr_armeabi_v7a.zip: The download is pending.
  1452. 08-07 02:49:44.859 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1453. 08-07 02:49:44.859 6504 6527 I DynamicModuleDownloader: Phonesky signed with prod certificate. The dynamite downloader request is accepted.
  1454. 08-07 02:49:44.861 693 1977 W ActivityManager: Unable to start service Intent { cmp=com.google.android.gms/cub (has extras) } U=0: not found
  1455. 08-07 02:49:44.861 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1456. 08-07 02:49:44.862 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1457. 08-07 02:49:44.864 6539 6539 I Finsky : [1] com.google.android.finsky.hygiene.DailyHygiene$DailyHygieneService.onStartCommand(27): Beginning daily hygiene, foreground = false, reason = 5
  1458. 08-07 02:49:44.868 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1459. 08-07 02:49:44.868 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.a(903): No account configured on this device.
  1460. 08-07 02:49:44.902 693 1977 I ActivityManager: Start proc 6658:com.google.android.gms:car/u0a30 for service com.google.android.gms/.car.CarService
  1461. 08-07 02:49:44.915 5214 6657 D DownloadManager: [4] Starting
  1462. 08-07 02:49:44.989 5214 6657 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  1463. 08-07 02:49:45.018 693 758 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.slim.slimlauncher/org.slim.launcher.SlimLauncher (has extras)} from uid 1000 on display 0
  1464. 08-07 02:49:45.039 6658 6658 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1465. 08-07 02:49:45.066 5214 5230 V DownloadManager: Deleting /data/data/com.android.providers.downloads/cache/params_expdate_c45e5b7.dat via provider delete
  1466. 08-07 02:49:45.068 693 6441 D NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_DNS OK 5035ms, connectivitycheck.gstatic.com=2607:f8b0:4009:811::2003,216.58.216.99
  1467. 08-07 02:49:45.069 693 6451 D NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_DNS OK 4817ms, connectivitycheck.gstatic.com=2607:f8b0:4009:811::2003,216.58.216.99
  1468. 08-07 02:49:45.112 693 6441 D NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_HTTP http://connectivitycheck.gstatic.com/generate_204 time=42ms ret=204 headers={null=[HTTP/1.1 204 No Content], Content-Length=[0], Date=[Mon, 07 Aug 2017 06:49:45 GMT], X-Android-Received-Millis=[1502088585112], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1502088585070]}
  1469. 08-07 02:49:45.131 6658 6658 I LoadedApk: No resource references to update in package FFFFFFFFFFFFFFFFFFFFFF
  1470. 08-07 02:49:45.173 693 6451 D NetworkMonitor/NetworkAgentInfo [WIFI () - 100]: PROBE_HTTP http://connectivitycheck.gstatic.com/generate_204 time=103ms ret=204 headers={null=[HTTP/1.1 204 No Content], Content-Length=[0], Date=[Mon, 07 Aug 2017 06:49:45 GMT], X-Android-Received-Millis=[1502088585173], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1502088585122]}
  1471. 08-07 02:49:45.201 5309 5309 W IInputConnectionWrapper: reportFullscreenMode on inexistent InputConnection
  1472. 08-07 02:49:45.218 693 702 I art : Background partial concurrent mark sweep GC freed 12788(859KB) AllocSpace objects, 1(20KB) LOS objects, 33% free, 8MB/12MB, paused 1.861ms total 172.943ms
  1473. 08-07 02:49:45.227 6658 6658 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1474. 08-07 02:49:45.230 6658 6658 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1475. 08-07 02:49:45.240 6658 6658 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1476. 08-07 02:49:45.240 6504 6571 I Icing : Internal init done: storage state 0
  1477. 08-07 02:49:45.243 6658 6658 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1478. 08-07 02:49:45.257 6658 6658 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 259 native methods...
  1479. 08-07 02:49:45.298 6658 6658 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  1480. 08-07 02:49:45.302 6658 6658 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
  1481. 08-07 02:49:45.308 2094 2094 W SessionLifecycleManager: Handover failed. Creating new session controller.
  1482. 08-07 02:49:45.320 2094 2094 I OptInState: There is a new client and it does not support opt-in. Dropping request.
  1483. 08-07 02:49:45.352 6504 6560 I Vision : Registration status ocr_armeabi_v7a.zip: The download is in progress.
  1484. 08-07 02:49:45.368 2094 2279 W LocationOracle: No location history returned by ContextManager
  1485. 08-07 02:49:45.501 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  1486. 08-07 02:49:45.513 6504 6560 I Vision : Download status ocr_armeabi_v7a.zip: The download is in progress.
  1487. 08-07 02:49:45.589 6504 6571 I Icing : Post-init done
  1488. 08-07 02:49:45.604 6504 6571 I Icing : MaintenanceDriver: Registering all GCM Tasks.
  1489. 08-07 02:49:45.614 6652 6652 W uncrypt : type=1400 audit(0.0:40): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1490. 08-07 02:49:45.614 6652 6652 W uncrypt : type=1400 audit(0.0:41): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1491. 08-07 02:49:45.614 6652 6652 W uncrypt : type=1400 audit(0.0:42): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1492. 08-07 02:49:45.614 6652 6652 W uncrypt : type=1400 audit(0.0:43): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1493. 08-07 02:49:45.614 6652 6652 W uncrypt : type=1400 audit(0.0:44): avc: denied { write } for name="kmsg" dev="tmpfs" ino=6766 scontext=u:r:uncrypt:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0
  1494. 08-07 02:49:45.614 6652 6652 W uncrypt : type=1400 audit(0.0:45): avc: denied { write } for name="/" dev="tmpfs" ino=5132 scontext=u:r:uncrypt:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1495. 08-07 02:49:45.652 693 1979 I RecoverySystemService: uncrypt clear bcb successfully finished.
  1496. 08-07 02:49:45.652 6652 6652 I uncrypt : received 0, exiting now
  1497. 08-07 02:49:45.718 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  1498. 08-07 02:49:45.812 6658 6669 W System : ClassLoader referenced unknown path:
  1499. 08-07 02:49:45.812 6658 6669 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  1500. 08-07 02:49:45.816 6658 6669 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/PrebuiltGmsCore/lib/arm:/system/fake-libs:/system/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb2fd6090
  1501. 08-07 02:49:45.817 6658 6669 I DynamiteModule: Considering local module com.google.android.gms.googlecertificates:3 and remote module com.google.android.gms.googlecertificates:3
  1502. 08-07 02:49:45.817 6658 6669 I DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 3
  1503. 08-07 02:49:45.836 6658 6669 W System : ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/00000000/n/armeabi-v7a
  1504. 08-07 02:49:45.837 6658 6669 W System : ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/00000000/n/armeabi
  1505. 08-07 02:49:45.870 6504 6571 I Icing : Usage reports 0 indexed 0 rejected 0 imm upload false
  1506. 08-07 02:49:45.890 6504 6571 I Icing : Usage reports 0 indexed 0 rejected 0 imm upload false
  1507. 08-07 02:49:46.033 6504 6527 W System : ClassLoader referenced unknown path: /system/priv-app/Phonesky/lib/arm
  1508. 08-07 02:49:46.034 693 1477 W ActivityManager: Unable to start service Intent { act=local_action cmp=com.google.android.gms/.car.InCallService2 } U=0: not found
  1509. 08-07 02:49:46.035 6658 6658 E CAR.TEL.Service: Failed to bind to InCallService
  1510. 08-07 02:49:46.035 6504 6527 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/Phonesky/lib/arm:/system/lib:/vendor/lib for namespace 0xb2fd70d0
  1511. 08-07 02:49:46.056 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1512. 08-07 02:49:46.062 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1513. 08-07 02:49:46.063 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1514. 08-07 02:49:46.068 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1515. 08-07 02:49:46.072 6539 6539 I Finsky : [1] com.google.android.finsky.hygiene.DailyHygiene.c(380): Logging device features
  1516. 08-07 02:49:46.085 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1517. 08-07 02:49:46.086 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1518. 08-07 02:49:46.111 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1519. 08-07 02:49:46.132 6539 6539 I Finsky : [1] com.google.android.finsky.datasync.CacheAndSyncScheduler.a(7): [Cache and Sync] mode not available for any accounts.
  1520. 08-07 02:49:46.141 1921 3026 I Places : ?: Couldn't find platform key file.
  1521. 08-07 02:49:46.159 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1522. 08-07 02:49:46.161 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1523. 08-07 02:49:46.162 6539 6539 D Volley : [1] g.b: Cache cleared.
  1524. 08-07 02:49:46.196 1921 6224 E ctxmgr : [ProducerStatusImpl]updateStateForNewContextData: inactive, contextName=7
  1525. 08-07 02:49:46.204 6539 6539 W InstanceID/Rpc: Found 10030
  1526. 08-07 02:49:46.213 6539 6539 I Finsky : [1] com.google.android.finsky.selfupdate.SelfUpdateCheckerScheduler.a(1): Cancelling accelerated self-Update check
  1527. 08-07 02:49:46.217 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1528. 08-07 02:49:46.219 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1529. 08-07 02:49:46.247 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1530. 08-07 02:49:46.247 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.a(903): No account configured on this device.
  1531. 08-07 02:49:46.251 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1532. 08-07 02:49:46.251 6539 6539 W Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
  1533. 08-07 02:49:46.253 6539 6539 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
  1534. 08-07 02:49:46.253 693 1412 W ConnectivityExtension: ConnectivityExt jar file not present
  1535. 08-07 02:49:46.262 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1536. 08-07 02:49:46.264 6539 6539 I Finsky : [1] com.google.android.finsky.hygiene.DailyHygiene.a(824): Scheduling first run in 29.0 hours
  1537. 08-07 02:49:46.265 6539 6694 W Finsky : [260] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1538. 08-07 02:49:46.266 6539 6694 W Finsky : [260] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1539. 08-07 02:49:46.273 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1540. 08-07 02:49:46.291 693 1477 W ActivityManager: Unbind failed: could not find connection for android.os.BinderProxy@c014eea
  1541. 08-07 02:49:46.297 6539 6539 I Finsky : [1] com.google.android.finsky.verifier.impl.VerifyInstalledPackagesReceiver.a(28): Skipping verification because verify apps is not enabled
  1542. 08-07 02:49:46.300 6504 6527 I DynamicModuleDownloader: Loaded Zapp Downloader from phonesky.
  1543. 08-07 02:49:46.317 6539 6539 I Finsky : [1] com.google.android.finsky.setup.VpaService.onStartCommand(74): VpaService is called for playsetupservice://startvpafordeferredsetupnotification
  1544. 08-07 02:49:46.327 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  1545. 08-07 02:49:46.331 1921 2791 D WearableService: onGetService - Wear is not available on this device.
  1546. 08-07 02:49:46.342 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1547. 08-07 02:49:46.343 6504 6527 I DynamicModuleDownloader: Loaded Zapp Downloader from phonesky.
  1548. 08-07 02:49:46.343 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.a(903): No account configured on this device.
  1549. 08-07 02:49:46.367 1921 6224 I Places : ?: Couldn't find platform key file.
  1550. 08-07 02:49:46.370 6504 6560 W DownloadServiceState: No pending download found for id 3
  1551. 08-07 02:49:46.372 6539 6539 E Finsky : [1] com.google.android.finsky.wear.bl.a(3): onConnectionFailed: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null}
  1552. 08-07 02:49:46.375 6539 6539 W Finsky : [1] com.google.android.finsky.wear.aj.run(9): Dropping command=hygiene due to Gms not connected
  1553. 08-07 02:49:46.403 6539 6539 I Finsky : [1] com.google.android.finsky.setup.dj.onPostExecute(4): No VPA stub found - stopping service
  1554. 08-07 02:49:46.417 693 702 I art : Background partial concurrent mark sweep GC freed 13503(826KB) AllocSpace objects, 0(0B) LOS objects, 33% free, 8MB/12MB, paused 1.739ms total 107.879ms
  1555. 08-07 02:49:46.422 6539 6586 I PlayCommon: [232] com.google.android.play.a.g.e(220): Preparing logs for uploading
  1556. 08-07 02:49:46.441 1921 6693 I PlaceInferenceEngine: [anon] Changed inference mode: 105
  1557. 08-07 02:49:46.442 1921 6224 I Places : ?: Couldn't find platform key file.
  1558. 08-07 02:49:46.458 1921 3026 I Places : ?: Couldn't find platform key file.
  1559. 08-07 02:49:46.461 6539 6586 W PlayCommon: [232] com.google.android.play.a.g.a(587): No account for auth token provided
  1560. 08-07 02:49:46.461 6539 6586 I PlayCommon: [232] com.google.android.play.a.g.a(434): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
  1561. 08-07 02:49:46.464 6539 6586 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  1562. 08-07 02:49:46.481 1921 6693 I Places : ?: PlacesBleScanner start() with priority 2
  1563. 08-07 02:49:46.484 1921 2218 W GCoreFlp: No location to return for getLastLocation()
  1564. 08-07 02:49:46.502 1921 6693 I PlaceInferenceEngine: [anon] Changed inference mode: 102
  1565. 08-07 02:49:46.571 1921 6224 I Places : ?: Couldn't find platform key file.
  1566. 08-07 02:49:46.660 1921 1921 I GoogleURLConnFactory: Using platform SSLCertificateSocketFactory
  1567. 08-07 02:49:46.749 1921 6224 I Places : ?: Couldn't find platform key file.
  1568. 08-07 02:49:46.786 1921 6693 I Places : Converted 13 out of 13 WiFi scans
  1569. 08-07 02:49:46.802 1921 3435 I Places : ?: Couldn't find platform key file.
  1570. 08-07 02:49:46.806 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1571. 08-07 02:49:46.807 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  1572. 08-07 02:49:46.807 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  1573. 08-07 02:49:46.807 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  1574. 08-07 02:49:46.808 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  1575. 08-07 02:49:46.808 248 456 D audio_hw_primary: select_devices: done
  1576. 08-07 02:49:46.873 2862 4106 D WeatherService:WeatherLocationListener: Registering location listener
  1577. 08-07 02:49:46.877 2862 4106 D WeatherService:WeatherLocationListener: LocationManager - Requesting single update
  1578. 08-07 02:49:46.884 2862 4106 W WeatherService: no location
  1579. 08-07 02:49:46.914 6504 6509 I art : Do partial code cache collection, code=31KB, data=30KB
  1580. 08-07 02:49:46.930 1921 6693 I PlaceInferenceEngine: Too few candidate results: percentageOfMissingArea 100
  1581. 08-07 02:49:46.933 2862 2862 E WeatherAppWidgetProvider: updateWeather weatherData == null
  1582. 08-07 02:49:46.937 1921 1921 E ctxmgr : [PlaceFenceHelper]NearbyBuffer is null!
  1583. 08-07 02:49:46.939 1921 3435 I Places : ?: Couldn't find platform key file.
  1584. 08-07 02:49:46.942 6504 6509 I art : After code cache collection, code=31KB, data=30KB
  1585. 08-07 02:49:46.942 6504 6509 I art : Increasing code cache capacity to 128KB
  1586. 08-07 02:49:46.948 1921 3026 I Places : ?: Couldn't find platform key file.
  1587. 08-07 02:49:46.968 6504 6579 I Icing : Indexing B148044FEA5E694DDEF548C554F61B9F01B3E5F5 from com.google.android.gms
  1588. 08-07 02:49:46.974 1921 1938 I art : Background partial concurrent mark sweep GC freed 10823(592KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 5MB/9MB, paused 5.889ms total 105.499ms
  1589. 08-07 02:49:46.993 1921 6497 W ctxmgr : [AclManager]No 2 for (accnt=account#-517948760#, com.google.android.gms(10030):PlacesProducer, vrsn=11055000, 0, 3pPkg = null , 3pMdlId = null , pid = 1921). Was: 3 for 18, account#-517948760#
  1590. 08-07 02:49:47.018 2094 2596 E PlaceStateUpdater: Received no places
  1591. 08-07 02:49:47.026 1921 5837 I Places : ?: Couldn't find platform key file.
  1592. 08-07 02:49:47.052 6539 6539 W Finsky : [1] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1593. 08-07 02:49:47.103 6504 6579 I Icing : Indexing done B148044FEA5E694DDEF548C554F61B9F01B3E5F5
  1594. 08-07 02:49:47.256 6504 6702 I GCM-GMS : Registering GMS 745476177629
  1595. 08-07 02:49:47.298 254 254 D WVCdm : Instantiating CDM.
  1596. 08-07 02:49:47.299 254 254 I WVCdm : CdmEngine::OpenSession
  1597. 08-07 02:49:47.299 254 254 I WVCdm : Level3 Library 4445 Sep 10 2016 21:30:01
  1598. 08-07 02:49:47.302 254 254 W WVCdm : Could not read /data/mediadrm/IDM1013/ay64.dat2: No such file or directory
  1599. 08-07 02:49:47.304 254 254 W WVCdm : Could not load liboemcrypto.so. Falling back to L3. dlopen failed: library "liboemcrypto.so" not found
  1600. 08-07 02:49:47.306 254 254 W WVCdm : DeviceFiles::RetrieveHashedFile: /data/mediadrm/IDM1013/L3/cert.bin does not exist
  1601. 08-07 02:49:47.309 254 328 I WVCdm : Level3 Library 4445 Sep 10 2016 21:30:01
  1602. 08-07 02:49:47.312 254 328 W WVCdm : Could not read /data/mediadrm/IDM1013/ay64.dat2: No such file or directory
  1603. 08-07 02:49:47.312 254 328 W WVCdm : Could not load liboemcrypto.so. Falling back to L3. dlopen failed: library "liboemcrypto.so" not found
  1604. 08-07 02:49:47.313 6218 6709 W DG.WV : Waiting for device certificate provisioning.
  1605. 08-07 02:49:47.313 6218 6709 W DG.WV : ocs: Waiting for provisioning response from server.
  1606. 08-07 02:49:47.313 6218 6709 W DG.WV : at nzm.run(:com.google.android.gms:24)
  1607. 08-07 02:49:47.313 6218 6709 W DG.WV : at lhb.run(:com.google.android.gms:24)
  1608. 08-07 02:49:47.313 6218 6709 W DG.WV : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1609. 08-07 02:49:47.313 6218 6709 W DG.WV : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1610. 08-07 02:49:47.313 6218 6709 W DG.WV : at lmc.run(:com.google.android.gms:0)
  1611. 08-07 02:49:47.313 6218 6709 W DG.WV : at java.lang.Thread.run(Thread.java:761)
  1612. 08-07 02:49:47.313 6218 6709 W DG.WV : Caused by: android.media.NotProvisionedException: Failed to open session
  1613. 08-07 02:49:47.313 6218 6709 W DG.WV : at android.media.MediaDrm.openSession(Native Method)
  1614. 08-07 02:49:47.313 6218 6709 W DG.WV : at nzm.run(:com.google.android.gms:16)
  1615. 08-07 02:49:47.313 6218 6709 W DG.WV : ... 5 more
  1616. 08-07 02:49:47.320 254 328 I WVCdm : Level3 Library 4445 Sep 10 2016 21:30:01
  1617. 08-07 02:49:47.325 254 328 W WVCdm : Could not load liboemcrypto.so. Falling back to L3. dlopen failed: library "liboemcrypto.so" not found
  1618. 08-07 02:49:47.368 693 1412 W ConnectivityExtension: ConnectivityExt jar file not present
  1619. 08-07 02:49:47.404 1921 3435 W Conscrypt: Could not set socket write timeout:
  1620. 08-07 02:49:47.405 1921 3435 W Conscrypt: java.lang.reflect.Method.invoke(Native Method)
  1621. 08-07 02:49:47.405 1921 3435 W Conscrypt: wrp.a(:com.google.android.gms:58)
  1622. 08-07 02:49:47.542 5214 6657 D DownloadManager: [4] Finished with status SUCCESS
  1623. 08-07 02:49:47.726 6504 6560 I Vision : Registration status ocr_armeabi_v7a.zip: The download is pending.
  1624. 08-07 02:49:47.752 6504 6560 I Vision : Download status ocr_armeabi_v7a.zip: The download is pending.
  1625. 08-07 02:49:47.755 6504 6560 I Vision : Forcing download ocr_armeabi_v7a.zip: The download is pending.
  1626. 08-07 02:49:47.801 1921 5837 I PlaceInferenceEngine: No beacon scan available - ignoring candidates.
  1627. 08-07 02:49:47.812 1921 3435 W Conscrypt: Could not set socket write timeout:
  1628. 08-07 02:49:47.812 1921 3435 W Conscrypt: java.lang.reflect.Method.invoke(Native Method)
  1629. 08-07 02:49:47.812 1921 3435 W Conscrypt: wrp.a(:com.google.android.gms:58)
  1630. 08-07 02:49:47.843 1921 1921 E ctxmgr : [PlaceFenceHelper]NearbyBuffer is null!
  1631. 08-07 02:49:47.860 1921 5837 W ctxmgr : [AclManager]No 2 for (accnt=account#-517948760#, com.google.android.gms(10030):PlacesProducer, vrsn=11055000, 0, 3pPkg = null , 3pMdlId = null , pid = 1921). Was: 3 for 18, account#-517948760#
  1632. 08-07 02:49:47.898 6504 6527 W DownloadCompleteIntOp: SHA-1 of downloaded file does not match request
  1633. 08-07 02:49:47.944 5214 5230 V DownloadManager: Deleting /data/data/com.android.providers.downloads/cache/ocr_armeabi_v7a.zip via provider delete
  1634. 08-07 02:49:47.982 6504 6564 W DownloadServiceState: No pending download found for id 4
  1635. 08-07 02:49:48.695 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1636. 08-07 02:49:48.719 2862 4106 D WeatherService:WeatherLocationListener: Registering location listener
  1637. 08-07 02:49:48.719 2862 4106 W WeatherService: no location
  1638. 08-07 02:49:48.746 2862 2862 E WeatherAppWidgetProvider: updateWeather weatherData == null
  1639. 08-07 02:49:49.031 693 1419 D WifiStateMachine: updateCapabilities for config:bishop wifi-5Gfalse,false
  1640. 08-07 02:49:49.049 6504 6702 I GCM-GMS : Got GMS registration
  1641. 08-07 02:49:49.088 1921 1921 I GCoreUlr: GCM registration ID changed: Intent { act=com.google.android.gms.gcm.REGISTERED flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/com.google.android.location.reporting.service.GcmRegistrationReceiver }
  1642. 08-07 02:49:49.088 1921 1921 I GCoreUlr: Starting service, intent=Intent { act=com.google.android.location.reporting.GCM_ID_CHANGED cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null
  1643. 08-07 02:49:49.124 6504 6728 I GoogleURLConnFactory: Using platform SSLCertificateSocketFactory
  1644. 08-07 02:49:49.126 6504 6728 E BaseAppContext: Tried to stop global GMSCore RequestQueue. This is likely unintended, so ignoring.
  1645. 08-07 02:49:49.140 6504 6728 I Authzen : [AuthZenEventHandler] Handling event: com.google.android.gms.gcm.REGISTERED
  1646. 08-07 02:49:49.172 1921 1921 I GCoreUlr: DispatchingService.onDestroy()
  1647. 08-07 02:49:49.177 1921 1921 I GCoreUlr: Stopping handler for UlrDispSvcFast
  1648. 08-07 02:49:49.184 1921 5837 I GCoreUlr: DispatchingService ignoring Intent { act=android.net.wifi.WIFI_STATE_CHANGED flg=0x4000010 (has extras) } because ULR inactive
  1649. 08-07 02:49:49.186 1921 1921 I GCoreUlr: Unbound from all location providers
  1650. 08-07 02:49:49.186 1921 1921 I GCoreUlr: Place inference reporting - stop
  1651. 08-07 02:49:49.193 254 254 I WVCdm : CdmEngine::OpenSession
  1652. 08-07 02:49:49.193 254 254 I WVCdm : Level3 Library 4445 Sep 10 2016 21:30:01
  1653. 08-07 02:49:49.206 6504 6527 E MDM : [232] SitrepChimeraService.a: No Google accounts; deferring server state update.
  1654. 08-07 02:49:49.201 254 254 W WVCdm : Could not load liboemcrypto.so. Falling back to L3. dlopen failed: library "liboemcrypto.so" not found
  1655. 08-07 02:49:49.220 254 254 I WVCdm : CdmEngine::QueryKeyControlInfo
  1656. 08-07 02:49:49.222 254 328 I WVCdm : CdmEngine::GenerateKeyRequest
  1657. 08-07 02:49:49.223 254 328 D WVCdm : PrepareKeyRequest: nonce=510386926
  1658. 08-07 02:49:49.362 254 254 I WVCdm : CdmEngine::CloseSession
  1659. 08-07 02:49:49.603 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1660. 08-07 02:49:49.627 2862 4106 D WeatherService:WeatherLocationListener: Registering location listener
  1661. 08-07 02:49:49.627 2862 4106 W WeatherService: no location
  1662. 08-07 02:49:49.649 2862 2862 E WeatherAppWidgetProvider: updateWeather weatherData == null
  1663. 08-07 02:49:49.843 6749 6749 I dex2oat : /system/bin/dex2oat --dex-file=/data/user/0/com.google.android.gms/app_dg_cache/48602C92F25324B6183CC72F261181A0664CF8E1/the.apk --oat-fd=53 --oat-location=/data/user/0/com.google.android.gms/app_dg_cache/48602C92F25324B6183CC72F261181A0664CF8E1/opt/the.dex --compiler-filter=speed
  1664. 08-07 02:49:49.889 2862 2862 D WeatherService:WeatherLocationListener: The location has changed, schedule an update
  1665. 08-07 02:49:49.907 693 756 E LocSvc_eng: E/int loc_eng_inject_location(loc_eng_data_s_type &, double, double, float): log_eng state error: instance not initialized
  1666. 08-07 02:49:49.931 2862 4106 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  1667. 08-07 02:49:49.963 6749 6749 I dex2oat : dex2oat took 120.880ms (threads: 4) arena alloc=35KB (36840B) java alloc=35KB (36816B) native alloc=961KB (984272B) free=1598KB (1637168B)
  1668. 08-07 02:49:50.178 6279 6279 W Binder:6218_4: type=1400 audit(0.0:46): avc: denied { read } for name="/" dev="tmpfs" ino=5132 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1669. 08-07 02:49:50.188 6319 6319 W Binder:6218_5: type=1400 audit(0.0:47): avc: denied { read } for name="/" dev="tmpfs" ino=5132 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=dir permissive=0
  1670. 08-07 02:49:50.412 6218 6279 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  1671. 08-07 02:49:50.456 6218 6319 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  1672. 08-07 02:49:50.493 6218 6279 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  1673. 08-07 02:49:50.687 693 756 E DeviceIdleController: Bad device idle settings
  1674. 08-07 02:49:50.687 693 756 E DeviceIdleController: java.lang.IllegalArgumentException: 'null' in 'null' is not a valid key-value pair
  1675. 08-07 02:49:50.687 693 756 E DeviceIdleController: at android.util.KeyValueListParser.setString(KeyValueListParser.java:57)
  1676. 08-07 02:49:50.687 693 756 E DeviceIdleController: at com.android.server.DeviceIdleController$Constants.updateConstants(DeviceIdleController.java:797)
  1677. 08-07 02:49:50.687 693 756 E DeviceIdleController: at com.android.server.DeviceIdleController$Constants.onChange(DeviceIdleController.java:791)
  1678. 08-07 02:49:50.687 693 756 E DeviceIdleController: at android.database.ContentObserver.onChange(ContentObserver.java:145)
  1679. 08-07 02:49:50.687 693 756 E DeviceIdleController: at android.database.ContentObserver$NotificationRunnable.run(ContentObserver.java:216)
  1680. 08-07 02:49:50.687 693 756 E DeviceIdleController: at android.os.Handler.handleCallback(Handler.java:751)
  1681. 08-07 02:49:50.687 693 756 E DeviceIdleController: at android.os.Handler.dispatchMessage(Handler.java:95)
  1682. 08-07 02:49:50.687 693 756 E DeviceIdleController: at android.os.Looper.loop(Looper.java:153)
  1683. 08-07 02:49:50.687 693 756 E DeviceIdleController: at android.os.HandlerThread.run(HandlerThread.java:61)
  1684. 08-07 02:49:50.817 6504 6572 I GoogleURLConnFactory: Using platform SSLCertificateSocketFactory
  1685. 08-07 02:49:51.293 6658 6658 I CAR.SERVICE: Skip, no clients bound.
  1686. 08-07 02:49:51.637 1921 6777 I PTCommittedOperation: Receive new configuration for com.google.android.gms.octarine
  1687. 08-07 02:49:51.828 6539 6586 I PlayCommon: [232] com.google.android.play.a.g.a(491): Successfully uploaded logs.
  1688. 08-07 02:49:51.840 6539 6586 I PlayCommon: [232] com.google.android.play.a.g.e(220): Preparing logs for uploading
  1689. 08-07 02:49:51.840 6539 6586 I PlayCommon: [232] com.google.android.play.a.g.e(224): No file ready to send
  1690. 08-07 02:49:52.045 1921 6763 I PTCommittedOperation: Receive new configuration for com.google.android.gms.icing
  1691. 08-07 02:49:52.339 1921 6484 I PTCommittedOperation: Receive new configuration for com.google.android.gms.places
  1692. 08-07 02:49:52.683 1921 6762 I PTCommittedOperation: Receive new configuration for com.google.android.gms.matchstick
  1693. 08-07 02:49:52.716 1921 6700 I HeterodyneSyncScheduler: Scheduling a periodic sync task every 86400 seconds, with flex of 1800 seconds
  1694. 08-07 02:49:52.728 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  1695. 08-07 02:49:52.733 1921 6700 I HeterodyneSyncScheduler: Scheduling adaptive one off task with window [14400, 604800] in seconds
  1696. 08-07 02:49:52.766 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  1697. 08-07 02:49:53.050 1921 6484 I PTCommittedOperation: Receive new configuration for com.google.android.gms.romanesco
  1698. 08-07 02:49:53.243 693 1242 I InputReader: Reconfiguring input devices. changes=0x00000010
  1699. 08-07 02:49:53.245 693 1242 I InputReader: Reconfiguring input devices. changes=0x00000010
  1700. 08-07 02:49:53.269 1590 1590 D CarrierSvcBindHelper: No carrier app for: 0
  1701. 08-07 02:49:53.353 693 756 W ResourceType: No known package when getting value for resource number 0x7f0200e8
  1702. 08-07 02:49:53.353 693 756 W ResourceType: No known package when getting value for resource number 0x7f13033b
  1703. 08-07 02:49:53.375 1590 1590 D CarrierSvcBindHelper: No carrier app for: 0
  1704. 08-07 02:49:53.453 1921 1921 I GCoreNlp: !shouldConfirmNlp, ensuring user opted into NLP
  1705. 08-07 02:49:53.516 1921 6764 I GCoreUlr: Starting service, intent=Intent { act=com.google.android.location.reporting.ACTION_UPDATE_WORLD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) }, extras=Bundle[{receiverAction=com.google.android.gms.phenotype.UPDATE}]
  1706. 08-07 02:49:53.689 1921 6764 I PTCommittedOperation: Receive new configuration for com.google.android.gms.gcm
  1707. 08-07 02:49:53.695 1921 3435 I GCoreUlr: WorldUpdater received intent Intent { act=com.google.android.location.reporting.ACTION_UPDATE_WORLD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) } with receiverAction com.google.android.gms.phenotype.UPDATE
  1708. 08-07 02:49:53.701 1921 3435 I GCoreUlr: WorldUpdater:com.google.android.gms.phenotype.UPDATE: Ensuring that reporting is stopped because of reasons: (no Google accounts)
  1709. 08-07 02:49:53.721 1921 3435 I GCoreUlr: Unbound from all location providers
  1710. 08-07 02:49:53.721 1921 3435 I GCoreUlr: Place inference reporting - stop
  1711. 08-07 02:49:53.726 1921 1921 I GCoreUlr: DispatchingService.onDestroy()
  1712. 08-07 02:49:53.729 1921 1921 I GCoreUlr: Stopping handler for UlrDispSvcFast
  1713. 08-07 02:49:53.736 1921 3435 I GCoreUlr: DispatchingService ignoring Intent { act=android.net.wifi.WIFI_STATE_CHANGED flg=0x4000010 (has extras) } because ULR inactive
  1714. 08-07 02:49:53.739 1921 1921 I GCoreUlr: Unbound from all location providers
  1715. 08-07 02:49:53.739 1921 1921 I GCoreUlr: Place inference reporting - stop
  1716. 08-07 02:49:53.952 1921 6484 I PTCommittedOperation: Receive new configuration for com.google.android.gms
  1717. 08-07 02:49:53.953 1921 6484 I PTCommittedOperation: Running Fixer Framework for com.google.android.gms
  1718. 08-07 02:49:53.975 1921 6497 I GCoreUlr: Starting service, intent=Intent { act=com.google.android.location.reporting.ACTION_UPDATE_WORLD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) }, extras=Bundle[{receiverAction=com.google.android.location.reporting.PHENOTYPE_FLAGS_CHANGED}]
  1719. 08-07 02:49:54.065 1921 6224 I GCoreUlr: WorldUpdater received intent Intent { act=com.google.android.location.reporting.ACTION_UPDATE_WORLD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) } with receiverAction com.google.android.location.reporting.PHENOTYPE_FLAGS_CHANGED
  1720. 08-07 02:49:54.069 1921 6224 E GCoreUlr: Bad errorId configuring silent feedback
  1721. 08-07 02:49:54.070 1921 6224 I GCoreUlr: WorldUpdater:com.google.android.location.reporting.PHENOTYPE_FLAGS_CHANGED: Ensuring that reporting is stopped because of reasons: (no Google accounts)
  1722. 08-07 02:49:54.087 1921 6224 I GCoreUlr: Unbound from all location providers
  1723. 08-07 02:49:54.087 1921 6224 I GCoreUlr: Place inference reporting - stop
  1724. 08-07 02:49:54.090 1921 1921 I GCoreUlr: DispatchingService.onDestroy()
  1725. 08-07 02:49:54.093 1921 1921 I GCoreUlr: Stopping handler for UlrDispSvcFast
  1726. 08-07 02:49:54.100 1921 1921 I GCoreUlr: Unbound from all location providers
  1727. 08-07 02:49:54.100 1921 1921 I GCoreUlr: Place inference reporting - stop
  1728. 08-07 02:49:54.101 1921 6224 I GCoreUlr: DispatchingService ignoring Intent { act=android.net.wifi.WIFI_STATE_CHANGED flg=0x4000010 (has extras) } because ULR inactive
  1729. 08-07 02:49:54.187 2006 2160 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1730. 08-07 02:49:54.194 2006 2040 I art : Do full code cache collection, code=97KB, data=124KB
  1731. 08-07 02:49:54.195 2006 2040 I art : Starting a blocking GC JitCodeCache
  1732. 08-07 02:49:54.196 2006 2040 I art : After code cache collection, code=84KB, data=93KB
  1733. 08-07 02:49:54.367 1921 6777 I PTCommittedOperation: Receive new configuration for com.google.android.gms.tron.metrics
  1734. 08-07 02:49:55.383 1921 6224 W GCM : Mismatched messenger
  1735. 08-07 02:49:58.423 693 1977 I ActivityManager: Killing 2628:com.google.process.gapps/u0a68 (adj 906): empty #17
  1736. 08-07 02:49:58.433 693 6106 D ActivityManager: cleanUpApplicationRecord -- 2628
  1737. 08-07 02:50:00.069 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1738. 08-07 02:50:00.069 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  1739. 08-07 02:50:00.069 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  1740. 08-07 02:50:00.069 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  1741. 08-07 02:50:00.070 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  1742. 08-07 02:50:00.071 248 456 D audio_hw_primary: select_devices: done
  1743. 08-07 02:50:00.318 693 757 I ActivityManager: Killing 2685:com.topjohnwu.magisk/u0a58 (adj 906): empty #17
  1744. 08-07 02:50:00.318 693 759 I libprocessgroup: Killing pid 2775 in uid 10058 as part of process group 2685
  1745. 08-07 02:50:00.328 693 2683 D ActivityManager: cleanUpApplicationRecord -- 2685
  1746. 08-07 02:50:02.090 693 1242 I PowerManagerService: Going to sleep due to power button (uid 1000)...
  1747. 08-07 02:50:02.093 693 767 I PowerManagerService: Sleeping (uid 1000)...
  1748. 08-07 02:50:02.108 693 757 I VrManagerService: VR mode is disallowed
  1749. 08-07 02:50:02.113 248 248 W AudioPolicyIntefaceImpl: getOutputForAttr uid 10037 tried to pass itself off as 1000
  1750. 08-07 02:50:02.114 248 4033 W AudioFlinger: virtual sp<android::IAudioTrack> android::AudioFlinger::createTrack(audio_stream_type_t, uint32_t, audio_format_t, audio_channel_mask_t, size_t *, audio_output_flags_t *, const sp<android::IMemory> &, audio_io_handle_t, pid_t, pid_t, audio_session_t *, int, status_t *) uid 10037 pid 1459 tried to pass itself off as pid 0
  1751. 08-07 02:50:02.114 248 4033 W AudioFlinger: TrackBase uid 10037 tried to pass itself off as 1000
  1752. 08-07 02:50:02.122 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1753. 08-07 02:50:02.127 693 767 W Adreno-EGL: <qeglDrvAPI_eglQueryContext:4382>: EGL_BAD_ATTRIBUTE
  1754. 08-07 02:50:02.244 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1755. 08-07 02:50:02.299 2094 2094 W SearchService: Abort, client detached.
  1756. 08-07 02:50:02.299 2094 2094 W SearchService: Abort, client detached.
  1757. 08-07 02:50:02.299 2094 2094 W SearchService: Abort, client detached.
  1758. 08-07 02:50:02.327 2094 2094 E ContentStoreEUAS: Failed to commit the deferred actions
  1759. 08-07 02:50:02.651 693 767 V KeyguardServiceDelegate: onScreenTurnedOff()
  1760. 08-07 02:50:02.660 693 765 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF
  1761. 08-07 02:50:02.666 240 240 D SurfaceFlinger: Set power mode=0, type=0 flinger=0xb6832000
  1762. 08-07 02:50:02.682 240 240 D qdhwcomposer: hwc_setPowerMode: Setting mode 0 on display: 0
  1763. 08-07 02:50:02.837 240 240 D qdhwcomposer: hwc_setPowerMode: Done setting mode 0 on display 0
  1764. 08-07 02:50:02.837 693 1435 D SurfaceControl: Excessive delay in setPowerMode(): 171ms
  1765. 08-07 02:50:02.837 693 1435 I QCOM PowerHAL: Got set_interactive hint
  1766. 08-07 02:50:02.852 248 248 D audio_hw_primary: adev_set_parameters: enter: screen_state=off
  1767. 08-07 02:50:02.859 693 6503 I ActivityManager: Setting hasTopUi=true for pid=1459
  1768. 08-07 02:50:02.890 1459 1459 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  1769. 08-07 02:50:02.913 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1770. 08-07 02:50:02.926 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1771. 08-07 02:50:02.933 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1772. 08-07 02:50:02.987 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1773. 08-07 02:50:02.988 1459 1459 D PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME* RECENT* clock SEARCH* quick_settings >
  1774. 08-07 02:50:03.041 693 758 I WindowManager: OverscanTimeout run
  1775. 08-07 02:50:03.134 1921 2907 I NearbyDirect: MagicPairScanner: BluetoothLeScanner is null, Bluetooth might be off. Enabled=false
  1776. 08-07 02:50:03.163 1921 1921 E ctxmgr : [WorkInfo]Attribution was already enqueued pkg=com.google.android.gms, lbl=PlacesProducer_receive, start=2017-08-07 02:50:03.157-0400, stop=2017-08-07 02:50:03.157-0400, durtn=0ms.
  1777. 08-07 02:50:03.164 1921 5837 E ctxmgr : [WorkManager]Ongoing task not found: PlacesProducer_receive
  1778. 08-07 02:50:03.274 693 1621 I ActivityManager: Killing 2419:com.android.messaging/u0a71 (adj 906): empty #17
  1779. 08-07 02:50:03.288 693 6501 D ActivityManager: cleanUpApplicationRecord -- 2419
  1780. 08-07 02:50:03.499 693 749 I ActivityManager: Killing 4578:com.android.systemui:tuner/u0a37 (adj 906): empty #17
  1781. 08-07 02:50:03.524 693 1979 D GraphicsStats: Buffer count: 8
  1782. 08-07 02:50:03.526 693 1979 D ActivityManager: cleanUpApplicationRecord -- 4578
  1783. 08-07 02:50:03.980 693 1242 I PowerManagerService: Waking up from sleep (uid 1000)...
  1784. 08-07 02:50:03.983 693 693 V KeyguardServiceDelegate: onStartedWakingUp()
  1785. 08-07 02:50:03.986 1459 1459 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1786. 08-07 02:50:04.000 693 767 I DisplayPowerController: Blocking screen on until initial contents have been drawn.
  1787. 08-07 02:50:04.001 248 463 D audio_hw_primary: adev_set_parameters: enter: screen_state=on
  1788. 08-07 02:50:04.004 693 767 V KeyguardServiceDelegate: onScreenTurnedOn(showListener = com.android.server.policy.PhoneWindowManager$2@7c00e23)
  1789. 08-07 02:50:04.007 693 1435 I QCOM PowerHAL: Got set_interactive hint
  1790. 08-07 02:50:04.008 693 765 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
  1791. 08-07 02:50:04.022 240 240 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xb6832000
  1792. 08-07 02:50:04.022 240 240 D qdhwcomposer: hwc_setPowerMode: Setting mode 2 on display: 0
  1793. 08-07 02:50:04.077 693 1620 V KeyguardServiceDelegate: **** SHOWN CALLED ****
  1794. 08-07 02:50:04.135 693 767 I DisplayPowerController: Unblocked screen on after 135 ms
  1795. 08-07 02:50:04.136 693 767 V KeyguardServiceDelegate: onScreenTurnedOn()
  1796. 08-07 02:50:04.202 1921 2907 I NearbyDirect: MagicPairScanner: BluetoothLeScanner is null, Bluetooth might be off. Enabled=false
  1797. 08-07 02:50:04.203 240 240 D qdhwcomposer: hwc_setPowerMode: Done setting mode 2 on display 0
  1798. 08-07 02:50:04.215 693 1435 D SurfaceControl: Excessive delay in setPowerMode(): 192ms
  1799. 08-07 02:50:04.224 1921 1921 E ctxmgr : [WorkInfo]Attribution was already enqueued errorCode=8, pkg=com.google.android.gms, lbl=PlacesProducer_receive, start=2017-08-07 02:50:04.222-0400, stop=2017-08-07 02:50:04.223-0400, durtn=1ms.
  1800. 08-07 02:50:04.225 1921 5837 E ctxmgr : [WorkManager]Ongoing task not found: PlacesProducer_receive
  1801. 08-07 02:50:05.286 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  1802. 08-07 02:50:05.351 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  1803. 08-07 02:50:05.942 1459 1459 D PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH quick_settings >
  1804. 08-07 02:50:05.947 693 6106 I ActivityManager: Killing 5140:com.android.systemui:screenshot/u0a37 (adj 906): empty #17
  1805. 08-07 02:50:05.965 693 757 I VrManagerService: VR mode is allowed
  1806. 08-07 02:50:05.981 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1807. 08-07 02:50:05.982 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  1808. 08-07 02:50:05.982 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  1809. 08-07 02:50:05.982 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  1810. 08-07 02:50:05.983 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  1811. 08-07 02:50:05.983 248 456 D audio_hw_primary: select_devices: done
  1812. 08-07 02:50:05.992 1459 1459 D PhoneStatusBar: disable: < expand icons* alerts system_info* back HOME RECENT clock SEARCH quick_settings >
  1813. 08-07 02:50:06.003 693 1621 D GraphicsStats: Buffer count: 7
  1814. 08-07 02:50:06.003 693 1977 D ActivityManager: cleanUpApplicationRecord -- 5140
  1815. 08-07 02:50:06.006 2094 2094 W SessionLifecycleManager: Handover failed. Creating new session controller.
  1816. 08-07 02:50:06.050 693 2683 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@9a1b735 attribute=android.view.inputmethod.EditorInfo@7ab57ca, token = android.os.BinderProxy@877a4dc
  1817. 08-07 02:50:06.067 1459 1459 D PhoneStatusBar: disable: < expand icons alerts system_info back home* recent* clock search* quick_settings >
  1818. 08-07 02:50:06.152 6504 6978 I Authzen : [DeviceStateSyncManager] The server is in sync with current state. Nothing to do
  1819. 08-07 02:50:06.173 6504 6571 I CastDatabase: Opening the database
  1820. 08-07 02:50:06.185 6504 6571 I SQLiteCastStore: 0 CastNetworkInfo instances loaded, 0 CastDeviceInfo instances loaded, 0 paired guest mode devices loaded.
  1821. 08-07 02:50:06.450 693 1621 I ActivityManager: Setting hasTopUi=false for pid=1459
  1822. 08-07 02:50:06.802 6504 6977 I CastSocket: 25 >= 18. Adding new CastClientAuthKeyManager.
  1823. 08-07 02:50:06.814 6504 6977 I DiscoveryManager: WifiGuestModeDeviceScanner enabled.
  1824. 08-07 02:50:07.032 693 6106 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[436,1014][644,1322] (has extras)} from uid 10017 on display 0
  1825. 08-07 02:50:07.040 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1826. 08-07 02:50:07.173 5309 5865 D Index : Indexing locale 'en_US' took 69 millis
  1827. 08-07 02:50:07.194 5309 5309 D DashboardSummary: onConditionsChanged
  1828. 08-07 02:50:07.204 693 1977 I ProcessStatsService: Added stats: 2017-08-05-22-54-04, over +1d2h11m51s763ms
  1829. 08-07 02:50:07.205 1921 2907 I NearbyDirect: MagicPairScanner: BluetoothLeScanner is null, Bluetooth might be off. Enabled=false
  1830. 08-07 02:50:07.238 2094 2094 W SearchService: Abort, client detached.
  1831. 08-07 02:50:07.238 2094 2094 W SearchService: Abort, client detached.
  1832. 08-07 02:50:07.239 2094 2094 W SearchService: Abort, client detached.
  1833. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.android.providers.calendar/10002 for service com.android.providers.calendar.EmptyService
  1834. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.android.providers.calendar/10002 for service com.android.providers.calendar.CalendarProviderIntentService
  1835. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.google.android.onetimeinitializer/10033 for service com.google.android.onetimeinitializer.OneTimeService
  1836. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.android.messaging/10071 for service com.android.messaging.datamodel.action.BackgroundWorkerService
  1837. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.android.messaging/10071 for service com.android.messaging.datamodel.action.ActionServiceImpl
  1838. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.google.android.configupdater/10029 for service com.google.android.configupdater.CertPin.CertPinUpdateFetcherService
  1839. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.google.android.configupdater/10029 for service com.google.android.configupdater.SmsShortCodes.SmsShortCodesUpdateFetcherService
  1840. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.android.defcontainer/10005 for service com.android.defcontainer.DefaultContainerService
  1841. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.externalreferrer.ExternalReferrerService
  1842. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.hygiene.DailyHygiene$DailyHygieneService
  1843. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.setup.RestoreService
  1844. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.flushlogs.FlushLogsReceiver$FlushLogsService
  1845. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.utils.PermissionPolicies$PermissionPolicyService
  1846. 08-07 02:50:07.253 5309 5340 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.services.ContentSyncService
  1847. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.wear.WearSupportService
  1848. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.zapp.PlayModuleService
  1849. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.contentfilter.impl.ContentFiltersService
  1850. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.setup.VpaService
  1851. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.android.carrierconfig/10006 for service com.android.carrierconfig.DefaultCarrierConfigService
  1852. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process org.codeaurora.gallery/10025 for service com.android.gallery3d.app.PackagesMonitor$AsyncService
  1853. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.android.printspooler/10059 for service com.android.printspooler.model.PrintSpoolerService
  1854. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.fsck.k9.material/10060 for service com.fsck.k9.service.PushService
  1855. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.fsck.k9.material/10060 for service com.fsck.k9.service.MailService
  1856. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.android.cellbroadcastreceiver/10004 for service com.android.cellbroadcastreceiver.CellBroadcastConfigService
  1857. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.android.onetimeinitializer/10013 for service com.android.onetimeinitializer.OneTimeInitializerService
  1858. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.google.process.gapps/10068 for service com.google.android.syncadapters.contacts.ContactsSyncAdapterIntentService
  1859. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.android.keychain/1000 for service com.android.keychain.KeyChainService
  1860. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.android.dialer/10024 for service com.android.dialer.calllog.CallLogNotificationsService
  1861. 08-07 02:50:07.254 5309 5340 W ProcStatsManager: No process com.google.android.gms.unstable/10030 for service com.google.android.gms.droidguard.DroidGuardService
  1862. 08-07 02:50:07.255 5309 5340 W ProcStatsManager: No process com.google.android.gms.ui/10030 for service com.google.android.gms.chimera.UiIntentOperationService
  1863. 08-07 02:50:07.255 5309 5340 W ProcStatsManager: No process com.google.android.gms:car/10030 for service com.google.android.gms.car.CarService
  1864. 08-07 02:50:07.255 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.AppInstalledService
  1865. 08-07 02:50:07.255 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.ClientIdService
  1866. 08-07 02:50:07.255 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.MccFallbackService
  1867. 08-07 02:50:07.255 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.AppHiderService
  1868. 08-07 02:50:07.255 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.RlzPingIntentService
  1869. 08-07 02:50:07.255 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.MccOverrideService
  1870. 08-07 02:50:07.255 5309 5340 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.LauncherConfigService
  1871. 08-07 02:50:07.262 2094 2433 E ContentStoreEUAS: Failed to commit the deferred actions
  1872. 08-07 02:50:07.747 693 757 W ProcessCpuTracker: Skipping unknown process pid 7002
  1873. 08-07 02:50:07.747 693 757 W ProcessCpuTracker: Skipping unknown process pid 7003
  1874. 08-07 02:50:07.747 693 757 W ProcessCpuTracker: Skipping unknown process pid 7009
  1875. 08-07 02:50:07.748 693 757 W ProcessCpuTracker: Skipping unknown process pid 7011
  1876. 08-07 02:50:07.749 693 757 W ProcessCpuTracker: Skipping unknown process pid 7019
  1877. 08-07 02:50:07.891 693 1419 E WifiHAL : wifi_error acquire_supported_features(wifi_interface_handle, feature_set *): requestResponse Error:-95
  1878. 08-07 02:50:07.915 693 748 E BatteryStatsService: no controller energy info supplied
  1879. 08-07 02:50:07.915 693 748 E BatteryStatsService: no controller energy info supplied
  1880. 08-07 02:50:07.945 693 748 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  1881. 08-07 02:50:08.862 1921 6693 I Places : Converted 15 out of 15 WiFi scans
  1882. 08-07 02:50:08.864 693 756 E LocSvc_eng: E/int loc_eng_inject_location(loc_eng_data_s_type &, double, double, float): log_eng state error: instance not initialized
  1883. 08-07 02:50:08.917 1921 6224 I PlaceInferenceEngine: No beacon scan available - ignoring candidates.
  1884. 08-07 02:50:08.978 693 702 I art : Background partial concurrent mark sweep GC freed 35883(2MB) AllocSpace objects, 23(844KB) LOS objects, 33% free, 8MB/12MB, paused 1.739ms total 135.284ms
  1885. 08-07 02:50:10.176 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  1886. 08-07 02:50:10.213 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  1887. 08-07 02:50:12.188 6539 6607 W Finsky : [250] com.google.android.finsky.application.FinskyAppImpl.aw(1176): No account configured on this device.
  1888. 08-07 02:50:12.372 1921 6693 I PlaceInferenceEngine: [anon] Changed inference mode: 105
  1889. 08-07 02:50:12.544 6539 6607 I Finsky : [250] com.google.android.finsky.g.d.a(24): Completed 0 account content syncs with 0 successful.
  1890. 08-07 02:50:12.545 6539 6539 I Finsky : [1] com.google.android.finsky.services.e.a(5): Installation state replication succeeded.
  1891. 08-07 02:50:13.065 693 760 E BatteryStatsService: power: Missing API
  1892. 08-07 02:50:13.066 693 1419 E WifiHAL : wifi_error acquire_supported_features(wifi_interface_handle, feature_set *): requestResponse Error:-95
  1893. 08-07 02:50:13.067 693 760 E BatteryStatsService: no controller energy info supplied
  1894. 08-07 02:50:13.067 693 760 E BatteryStatsService: no controller energy info supplied
  1895. 08-07 02:50:13.080 693 760 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  1896. 08-07 02:50:13.101 693 757 W ProcessCpuTracker: Skipping unknown process pid 7061
  1897. 08-07 02:50:13.102 693 757 W ProcessCpuTracker: Skipping unknown process pid 7062
  1898. 08-07 02:50:13.102 693 757 W ProcessCpuTracker: Skipping unknown process pid 7067
  1899. 08-07 02:50:13.103 693 757 W ProcessCpuTracker: Skipping unknown process pid 7069
  1900. 08-07 02:50:13.103 693 757 W ProcessCpuTracker: Skipping unknown process pid 7076
  1901. 08-07 02:50:13.104 693 757 W ProcessCpuTracker: Skipping unknown process pid 7080
  1902. 08-07 02:50:13.848 693 749 I ActivityManager: Killing 6155:com.fsck.k9.material/u0a60 (adj 906): empty #17
  1903. 08-07 02:50:13.863 693 1621 D ActivityManager: cleanUpApplicationRecord -- 6155
  1904. 08-07 02:50:14.641 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1905. 08-07 02:50:14.642 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  1906. 08-07 02:50:14.642 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  1907. 08-07 02:50:14.642 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  1908. 08-07 02:50:14.644 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  1909. 08-07 02:50:14.645 248 456 D audio_hw_primary: select_devices: done
  1910. 08-07 02:50:14.649 693 6503 I ActivityManager: START u0 {flg=0x8000 cmp=com.android.settings/.Settings$CandyCaneActivity (has extras)} from uid 1000 on display 0
  1911. 08-07 02:50:14.817 5309 7119 D Index : Indexing locale 'en_US' took 13 millis
  1912. 08-07 02:50:14.834 5309 5320 I art : Background partial concurrent mark sweep GC freed 37485(2MB) AllocSpace objects, 3(276KB) LOS objects, 43% free, 5MB/9MB, paused 427us total 115.936ms
  1913. 08-07 02:50:14.864 5309 7113 D Index : Indexing locale 'en_US' took 9 millis
  1914. 08-07 02:50:14.984 693 765 I ActivityManager: Displayed com.android.settings/.Settings$CandyCaneActivity: +308ms
  1915. 08-07 02:50:15.042 5309 5337 D OpenGLRenderer: endAllActiveAnimators on 0x96de3c00 (RippleDrawable) with handle 0x96f7f5c0
  1916. 08-07 02:50:16.889 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  1917. 08-07 02:50:16.889 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  1918. 08-07 02:50:16.889 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  1919. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  1920. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  1921. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x0]
  1922. 08-07 02:50:16.890 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:867a:88ff:fe37:b4f4]
  1923. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=604800 valid=604800 cstamp=0xc48a tstamp=0xd5f0
  1924. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  1925. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  1926. 08-07 02:50:16.890 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  1927. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  1928. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  1929. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x1]TEMPORARY
  1930. 08-07 02:50:16.890 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:7499:7878:7f69:4b10]
  1931. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=85756 valid=604756 cstamp=0xc48a tstamp=0xd5f0
  1932. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  1933. 08-07 02:50:16.890 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  1934. 08-07 02:50:17.274 2094 7144 I EventLogSendingHelper: Sending log events.
  1935. 08-07 02:50:17.808 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  1936. 08-07 02:50:17.858 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  1937. 08-07 02:50:19.148 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1938. 08-07 02:50:19.149 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  1939. 08-07 02:50:19.149 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  1940. 08-07 02:50:19.149 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  1941. 08-07 02:50:19.150 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  1942. 08-07 02:50:19.151 248 456 D audio_hw_primary: select_devices: done
  1943. 08-07 02:50:19.156 693 1621 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  1944. 08-07 02:50:19.280 5309 5309 D SubSettings: Launching fragment org.candyroms.candycane.fragments.TaptoSleep
  1945. 08-07 02:50:19.321 5309 7119 D Index : Indexing locale 'en_US' took 7 millis
  1946. 08-07 02:50:19.365 5309 7119 D Index : Indexing locale 'en_US' took 17 millis
  1947. 08-07 02:50:19.458 693 765 I ActivityManager: Displayed com.android.settings/.SubSettings: +279ms
  1948. 08-07 02:50:19.533 5309 5337 D OpenGLRenderer: endAllActiveAnimators on 0xb2d33880 (RippleDrawable) with handle 0x97bf92d0
  1949. 08-07 02:50:20.053 5309 5865 D Index : Indexing locale 'en_US' took 12 millis
  1950. 08-07 02:50:21.079 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1951. 08-07 02:50:21.080 693 1979 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  1952. 08-07 02:50:21.160 5309 5309 D SubSettings: Launching fragment org.candyroms.candycane.fragments.CarrierLabelSettings
  1953. 08-07 02:50:21.228 5309 7113 D Index : Indexing locale 'en_US' took 31 millis
  1954. 08-07 02:50:21.278 5309 7113 D Index : Indexing locale 'en_US' took 13 millis
  1955. 08-07 02:50:21.338 693 765 I ActivityManager: Displayed com.android.settings/.SubSettings: +231ms
  1956. 08-07 02:50:21.391 5309 5337 D OpenGLRenderer: endAllActiveAnimators on 0xb2c90c80 (RippleDrawable) with handle 0xb42446f0
  1957. 08-07 02:50:22.052 5309 7119 D Index : Indexing locale 'en_US' took 63 millis
  1958. 08-07 02:50:23.209 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1959. 08-07 02:50:23.220 693 1620 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  1960. 08-07 02:50:23.327 5309 5309 D SubSettings: Launching fragment org.candyroms.candycane.fragments.StatusbarNotifications
  1961. 08-07 02:50:23.388 5309 7113 D Index : Indexing locale 'en_US' took 21 millis
  1962. 08-07 02:50:23.431 5309 7113 D Index : Indexing locale 'en_US' took 11 millis
  1963. 08-07 02:50:23.565 693 765 I ActivityManager: Displayed com.android.settings/.SubSettings: +323ms
  1964. 08-07 02:50:23.629 5309 5337 D OpenGLRenderer: endAllActiveAnimators on 0xb2c90900 (RippleDrawable) with handle 0x97bf9150
  1965. 08-07 02:50:24.394 5309 7119 D Index : Indexing locale 'en_US' took 74 millis
  1966. 08-07 02:50:26.332 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  1967. 08-07 02:50:26.370 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  1968. 08-07 02:50:27.156 693 748 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.systemui/.tuner.TunerActivity} from uid 1000 on display 0
  1969. 08-07 02:50:27.162 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  1970. 08-07 02:50:27.163 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  1971. 08-07 02:50:27.163 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  1972. 08-07 02:50:27.163 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  1973. 08-07 02:50:27.164 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  1974. 08-07 02:50:27.164 248 456 D audio_hw_primary: select_devices: done
  1975. 08-07 02:50:27.214 693 749 I ActivityManager: Start proc 7331:com.android.systemui:tuner/u0a37 for activity com.android.systemui/.tuner.TunerActivity
  1976. 08-07 02:50:27.287 5309 5337 D OpenGLRenderer: endAllActiveAnimators on 0xb2c90580 (RippleDrawable) with handle 0x970593b0
  1977. 08-07 02:50:27.304 7331 7331 W System : ClassLoader referenced unknown path: /system/priv-app/SystemUI/lib/arm
  1978. 08-07 02:50:27.334 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  1979. 08-07 02:50:27.334 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  1980. 08-07 02:50:27.334 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  1981. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  1982. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  1983. 08-07 02:50:27.334 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  1984. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x0]
  1985. 08-07 02:50:27.334 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:867a:88ff:fe37:b4f4]
  1986. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=604800 valid=604800 cstamp=0xc48a tstamp=0xda05
  1987. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  1988. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  1989. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  1990. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  1991. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x1]TEMPORARY
  1992. 08-07 02:50:27.334 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:7499:7878:7f69:4b10]
  1993. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=85746 valid=604746 cstamp=0xc48a tstamp=0xda05
  1994. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  1995. 08-07 02:50:27.334 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  1996. 08-07 02:50:27.518 7331 7359 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  1997. 08-07 02:50:27.522 7331 7359 I OpenGLRenderer: Initialized EGL, version 1.4
  1998. 08-07 02:50:27.523 7331 7359 D OpenGLRenderer: Swap behavior 1
  1999. 08-07 02:50:27.810 693 765 I ActivityManager: Displayed com.android.systemui/.tuner.TunerActivity: +619ms
  2000. 08-07 02:50:29.108 5309 7113 D Index : Indexing locale 'en_US' took 12 millis
  2001. 08-07 02:50:29.465 693 757 I ActivityManager: Killing 2317:com.android.calendar/u0a51 (adj 906): empty #17
  2002. 08-07 02:50:29.480 693 749 D ActivityManager: cleanUpApplicationRecord -- 2317
  2003. 08-07 02:50:30.325 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  2004. 08-07 02:50:30.380 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  2005. 08-07 02:50:30.788 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  2006. 08-07 02:50:30.789 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  2007. 08-07 02:50:30.789 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  2008. 08-07 02:50:30.789 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  2009. 08-07 02:50:30.790 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  2010. 08-07 02:50:30.790 248 456 D audio_hw_primary: select_devices: done
  2011. 08-07 02:50:30.794 693 1979 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  2012. 08-07 02:50:30.885 5309 5309 D SubSettings: Launching fragment org.candyroms.candycane.fragments.Traffic
  2013. 08-07 02:50:30.966 5309 7119 D Index : Indexing locale 'en_US' took 15 millis
  2014. 08-07 02:50:31.017 5309 7119 D Index : Indexing locale 'en_US' took 26 millis
  2015. 08-07 02:50:31.114 693 765 I ActivityManager: Displayed com.android.settings/.SubSettings: +284ms
  2016. 08-07 02:50:31.177 5309 5337 D OpenGLRenderer: endAllActiveAnimators on 0xb2c90200 (RippleDrawable) with handle 0x96f7f8d0
  2017. 08-07 02:50:32.685 5309 7113 D Index : Indexing locale 'en_US' took 37 millis
  2018. 08-07 02:50:33.924 693 1620 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  2019. 08-07 02:50:33.927 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  2020. 08-07 02:50:33.995 5309 5309 D SubSettings: Launching fragment org.candyroms.candycane.fragments.QuickSettings
  2021. 08-07 02:50:34.022 5309 5309 D AndroidRuntime: Shutting down VM
  2022. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: FATAL EXCEPTION: main
  2023. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: Process: com.android.settings, PID: 5309
  2024. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.IllegalArgumentException: Cannot add a PreferenceCategory directly to a PreferenceCategory
  2025. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2681)
  2026. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2742)
  2027. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
  2028. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1489)
  2029. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  2030. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.os.Looper.loop(Looper.java:153)
  2031. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6171)
  2032. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  2033. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
  2034. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
  2035. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Cannot add a PreferenceCategory directly to a PreferenceCategory
  2036. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.support.v7.preference.PreferenceCategory.onPrepareAddPreference(PreferenceCategory.java:60)
  2037. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.support.v7.preference.PreferenceGroup.addPreference(PreferenceGroup.java:177)
  2038. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.support.v7.preference.PreferenceGroup.addItemFromInflater(PreferenceGroup.java:126)
  2039. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.rInflate(PreferenceInflater.java:360)
  2040. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.rInflate(PreferenceInflater.java:361)
  2041. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.inflate(PreferenceInflater.java:167)
  2042. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.inflate(PreferenceInflater.java:117)
  2043. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.support.v7.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:127)
  2044. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.support.v14.preference.PreferenceFragment.addPreferencesFromResource(PreferenceFragment.java:440)
  2045. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at com.android.settings.SettingsPreferenceFragment.addPreferencesFromResource(SettingsPreferenceFragment.java:144)
  2046. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at org.candyroms.candycane.fragments.QuickSettings.onCreate(QuickSettings.java:87)
  2047. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.Fragment.performCreate(Fragment.java:2338)
  2048. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:949)
  2049. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.BackStackRecord.setLastIn(BackStackRecord.java:860)
  2050. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.BackStackRecord.calculateFragments(BackStackRecord.java:900)
  2051. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.BackStackRecord.run(BackStackRecord.java:728)
  2052. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1578)
  2053. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:563)
  2054. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:1065)
  2055. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at com.android.settings.SettingsActivity.onCreate(SettingsActivity.java:639)
  2056. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:6682)
  2057. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
  2058. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2634)
  2059. 08-07 02:50:34.023 5309 5309 E AndroidRuntime: ... 9 more
  2060. 08-07 02:50:34.026 693 6501 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
  2061. 08-07 02:50:34.029 693 6501 W ActivityManager: Force finishing activity com.android.settings/.Settings$CandyCaneActivity
  2062. 08-07 02:50:34.033 693 6501 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:877 com.android.server.am.AppErrors.crashApplicationInner:374 com.android.server.am.AppErrors.crashApplication:308 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:13574 com.android.server.am.ActivityManagerService.handleApplicationCrash:13556
  2063. 08-07 02:50:34.034 693 6501 E ActivityManager: Sending non-protected broadcast projekt.substratum.APP_CRASHED from system 693:system/1000 pkg android
  2064. 08-07 02:50:34.034 693 6501 E ActivityManager: java.lang.Throwable
  2065. 08-07 02:50:34.034 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManagerService.java:17998)
  2066. 08-07 02:50:34.034 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerService.java:18479)
  2067. 08-07 02:50:34.034 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntent(ActivityManagerService.java:18661)
  2068. 08-07 02:50:34.034 693 6501 E ActivityManager: at android.app.ContextImpl.sendBroadcast(ContextImpl.java:881)
  2069. 08-07 02:50:34.034 693 6501 E ActivityManager: at com.android.server.am.AppErrors.crashApplicationInner(AppErrors.java:374)
  2070. 08-07 02:50:34.034 693 6501 E ActivityManager: at com.android.server.am.AppErrors.crashApplication(AppErrors.java:308)
  2071. 08-07 02:50:34.034 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:13574)
  2072. 08-07 02:50:34.034 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.handleApplicationCrash(ActivityManagerService.java:13556)
  2073. 08-07 02:50:34.034 693 6501 E ActivityManager: at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:1660)
  2074. 08-07 02:50:34.034 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2815)
  2075. 08-07 02:50:34.034 693 6501 E ActivityManager: at android.os.Binder.execTransact(Binder.java:565)
  2076. 08-07 02:50:34.050 693 6501 E ActivityManager: Sending non-protected broadcast projekt.substratum.APP_CRASHED from system 693:system/1000 pkg android
  2077. 08-07 02:50:34.050 693 6501 E ActivityManager: java.lang.Throwable
  2078. 08-07 02:50:34.050 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManagerService.java:17998)
  2079. 08-07 02:50:34.050 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerService.java:18570)
  2080. 08-07 02:50:34.050 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntent(ActivityManagerService.java:18661)
  2081. 08-07 02:50:34.050 693 6501 E ActivityManager: at android.app.ContextImpl.sendBroadcast(ContextImpl.java:881)
  2082. 08-07 02:50:34.050 693 6501 E ActivityManager: at com.android.server.am.AppErrors.crashApplicationInner(AppErrors.java:374)
  2083. 08-07 02:50:34.050 693 6501 E ActivityManager: at com.android.server.am.AppErrors.crashApplication(AppErrors.java:308)
  2084. 08-07 02:50:34.050 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:13574)
  2085. 08-07 02:50:34.050 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.handleApplicationCrash(ActivityManagerService.java:13556)
  2086. 08-07 02:50:34.050 693 6501 E ActivityManager: at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:1660)
  2087. 08-07 02:50:34.050 693 6501 E ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2815)
  2088. 08-07 02:50:34.050 693 6501 E ActivityManager: at android.os.Binder.execTransact(Binder.java:565)
  2089. 08-07 02:50:34.062 2889 2889 E AppCrashReceiver: com.android.settings stopped unexpectedly...
  2090. 08-07 02:50:34.117 693 4241 I OpenGLRenderer: Initialized EGL, version 1.4
  2091. 08-07 02:50:34.117 693 4241 D OpenGLRenderer: Swap behavior 1
  2092. 08-07 02:50:34.530 693 757 W ActivityManager: Activity pause timeout for ActivityRecord{61eafe2 u0 com.android.settings/.SubSettings t8 f}
  2093. 08-07 02:50:35.821 693 6501 I ActivityManager: Killing 5309:com.android.settings/1000 (adj 0): crash
  2094. 08-07 02:50:35.822 693 6501 D ActivityManager: cleanUpApplicationRecord -- 5309
  2095. 08-07 02:50:35.828 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  2096. 08-07 02:50:35.859 693 765 W WindowManager: view not successfully added to wm, removing view
  2097. 08-07 02:50:35.896 693 6501 I ActivityManager: Start proc 7474:com.android.settings/1000 for activity com.android.settings/.Settings
  2098. 08-07 02:50:35.904 693 6501 E ActivityManager: applyOptionsLocked: Unknown animationType=0
  2099. 08-07 02:50:35.911 693 1241 W InputDispatcher: channel '42c7c30 com.android.settings/com.android.settings.Settings (server)' ~ Consumer closed input channel or an error occurred. events=0x9
  2100. 08-07 02:50:35.911 693 1241 E InputDispatcher: channel '42c7c30 com.android.settings/com.android.settings.Settings (server)' ~ Channel is unrecoverably broken and will be disposed!
  2101. 08-07 02:50:35.912 693 6501 I WindowManager: WIN DEATH: Window{c9d4dde u0 com.android.settings/com.android.settings.Settings$CandyCaneActivity}
  2102. 08-07 02:50:35.912 693 749 D GraphicsStats: Buffer count: 7
  2103. 08-07 02:50:35.913 693 1418 D WifiService: Client connection lost with reason: 4
  2104. 08-07 02:50:35.914 693 749 I WindowManager: WIN DEATH: Window{42c7c30 u0 com.android.settings/com.android.settings.Settings}
  2105. 08-07 02:50:35.914 693 749 W InputDispatcher: Attempted to unregister already unregistered input channel '42c7c30 com.android.settings/com.android.settings.Settings (server)'
  2106. 08-07 02:50:35.933 693 765 W AppOps : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
  2107. 08-07 02:50:35.975 7474 7474 W System : ClassLoader referenced unknown path: /system/priv-app/Settings/lib/arm
  2108. 08-07 02:50:36.105 7474 7495 D LocalBluetoothProfileManager: Adding local MAP profile
  2109. 08-07 02:50:36.108 7474 7495 D BluetoothMap: Create BluetoothMap proxy object
  2110. 08-07 02:50:36.114 7474 7495 D LocalBluetoothProfileManager: LocalBluetoothProfileManager construction complete
  2111. 08-07 02:50:36.134 7474 7500 W System : ClassLoader referenced unknown path:
  2112. 08-07 02:50:36.135 7474 7500 W System : ClassLoader referenced unknown path: /system/priv-app/CellBroadcastReceiver/lib/arm
  2113. 08-07 02:50:36.136 7474 7500 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/CellBroadcastReceiver/lib/arm:/system/lib:/vendor/lib for namespace 0xb2fef090
  2114. 08-07 02:50:36.244 7474 7505 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 05/17/16, a787ab5, I9132b5f2cf
  2115. 08-07 02:50:36.250 7474 7505 I OpenGLRenderer: Initialized EGL, version 1.4
  2116. 08-07 02:50:36.250 7474 7505 D OpenGLRenderer: Swap behavior 1
  2117. 08-07 02:50:36.330 7474 7496 I IndexDatabaseHelper: Using schema version: 115
  2118. 08-07 02:50:36.331 7474 7496 I IndexDatabaseHelper: Index is fine
  2119. 08-07 02:50:36.334 7474 7496 D Index : Locale 'en_US' is already indexed
  2120. 08-07 02:50:36.344 693 6503 I ProcessStatsService: Added stats: 2017-08-05-22-54-04, over +1d2h11m51s763ms
  2121. 08-07 02:50:36.374 7474 7495 W ProcStatsManager: No process com.android.providers.calendar/10002 for service com.android.providers.calendar.EmptyService
  2122. 08-07 02:50:36.374 7474 7495 W ProcStatsManager: No process com.android.providers.calendar/10002 for service com.android.providers.calendar.CalendarProviderIntentService
  2123. 08-07 02:50:36.374 7474 7495 W ProcStatsManager: No process com.google.android.onetimeinitializer/10033 for service com.google.android.onetimeinitializer.OneTimeService
  2124. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.messaging/10071 for service com.android.messaging.datamodel.action.BackgroundWorkerService
  2125. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.messaging/10071 for service com.android.messaging.datamodel.action.ActionServiceImpl
  2126. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.google.android.configupdater/10029 for service com.google.android.configupdater.CertPin.CertPinUpdateFetcherService
  2127. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.google.android.configupdater/10029 for service com.google.android.configupdater.SmsShortCodes.SmsShortCodesUpdateFetcherService
  2128. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.defcontainer/10005 for service com.android.defcontainer.DefaultContainerService
  2129. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.externalreferrer.ExternalReferrerService
  2130. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.hygiene.DailyHygiene$DailyHygieneService
  2131. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.setup.RestoreService
  2132. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.flushlogs.FlushLogsReceiver$FlushLogsService
  2133. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.utils.PermissionPolicies$PermissionPolicyService
  2134. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.services.ContentSyncService
  2135. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.wear.WearSupportService
  2136. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.zapp.PlayModuleService
  2137. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.contentfilter.impl.ContentFiltersService
  2138. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.vending/10038 for service com.google.android.finsky.setup.VpaService
  2139. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.carrierconfig/10006 for service com.android.carrierconfig.DefaultCarrierConfigService
  2140. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process org.codeaurora.gallery/10025 for service com.android.gallery3d.app.PackagesMonitor$AsyncService
  2141. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.android.printspooler/10059 for service com.android.printspooler.model.PrintSpoolerService
  2142. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.fsck.k9.material/10060 for service com.fsck.k9.service.PushService
  2143. 08-07 02:50:36.375 7474 7495 W ProcStatsManager: No process com.fsck.k9.material/10060 for service com.fsck.k9.service.MailService
  2144. 08-07 02:50:36.376 7474 7495 W ProcStatsManager: No process com.android.cellbroadcastreceiver/10004 for service com.android.cellbroadcastreceiver.CellBroadcastConfigService
  2145. 08-07 02:50:36.377 7474 7495 W ProcStatsManager: No process com.android.onetimeinitializer/10013 for service com.android.onetimeinitializer.OneTimeInitializerService
  2146. 08-07 02:50:36.377 7474 7495 W ProcStatsManager: No process com.google.process.gapps/10068 for service com.google.android.syncadapters.contacts.ContactsSyncAdapterIntentService
  2147. 08-07 02:50:36.377 7474 7495 W ProcStatsManager: No process com.android.keychain/1000 for service com.android.keychain.KeyChainService
  2148. 08-07 02:50:36.377 7474 7495 W ProcStatsManager: No process com.android.dialer/10024 for service com.android.dialer.calllog.CallLogNotificationsService
  2149. 08-07 02:50:36.377 7474 7495 W ProcStatsManager: No process com.google.android.gms.unstable/10030 for service com.google.android.gms.droidguard.DroidGuardService
  2150. 08-07 02:50:36.377 7474 7495 W ProcStatsManager: No process com.google.android.gms.ui/10030 for service com.google.android.gms.chimera.UiIntentOperationService
  2151. 08-07 02:50:36.378 7474 7495 W ProcStatsManager: No process com.google.android.gms:car/10030 for service com.google.android.gms.car.CarService
  2152. 08-07 02:50:36.378 7474 7495 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.AppInstalledService
  2153. 08-07 02:50:36.378 7474 7495 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.ClientIdService
  2154. 08-07 02:50:36.378 7474 7495 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.MccFallbackService
  2155. 08-07 02:50:36.378 7474 7495 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.AppHiderService
  2156. 08-07 02:50:36.378 7474 7495 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.RlzPingIntentService
  2157. 08-07 02:50:36.378 7474 7495 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.MccOverrideService
  2158. 08-07 02:50:36.378 7474 7495 W ProcStatsManager: No process com.google.android.partnersetup/10034 for service com.google.android.partnersetup.LauncherConfigService
  2159. 08-07 02:50:36.424 7474 7496 D Index : Indexing locale 'en_US' took 13 millis
  2160. 08-07 02:50:36.463 7474 7500 D Index : Indexing locale 'en_US' took 8 millis
  2161. 08-07 02:50:36.468 7474 7474 D DashboardSummary: onConditionsChanged
  2162. 08-07 02:50:36.472 693 765 I ActivityManager: Displayed com.android.settings/.Settings: +607ms (total +2s527ms)
  2163. 08-07 02:50:36.537 693 1419 E WifiHAL : wifi_error acquire_supported_features(wifi_interface_handle, feature_set *): requestResponse Error:-95
  2164. 08-07 02:50:36.538 693 1621 E BatteryStatsService: no controller energy info supplied
  2165. 08-07 02:50:36.538 693 1621 E BatteryStatsService: no controller energy info supplied
  2166. 08-07 02:50:36.549 693 1621 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  2167. 08-07 02:50:37.719 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  2168. 08-07 02:50:37.721 693 1621 I ActivityManager: START u0 {flg=0x8000 cmp=com.android.settings/.Settings$CandyCaneActivity (has extras)} from uid 1000 on display 0
  2169. 08-07 02:50:37.912 7474 7496 D Index : Indexing locale 'en_US' took 15 millis
  2170. 08-07 02:50:37.947 7474 7504 D Index : Indexing locale 'en_US' took 9 millis
  2171. 08-07 02:50:38.171 693 765 I ActivityManager: Displayed com.android.settings/.Settings$CandyCaneActivity: +420ms
  2172. 08-07 02:50:38.244 7474 7505 D OpenGLRenderer: endAllActiveAnimators on 0x96c42980 (RippleDrawable) with handle 0xb2f172c0
  2173. 08-07 02:50:40.427 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  2174. 08-07 02:50:41.527 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  2175. 08-07 02:50:41.557 693 6503 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@8dfb99 attribute=null, token = android.os.BinderProxy@a150be5
  2176. 08-07 02:50:42.366 693 1419 E WifiHAL : wifi_error acquire_supported_features(wifi_interface_handle, feature_set *): requestResponse Error:-95
  2177. 08-07 02:50:42.368 693 760 E BatteryStatsService: no controller energy info supplied
  2178. 08-07 02:50:43.230 6504 7584 W System : ClassLoader referenced unknown path: /system/priv-app/PrebuiltGmsCore/lib/arm
  2179. 08-07 02:50:44.655 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  2180. 08-07 02:50:44.709 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  2181. 08-07 02:50:46.285 693 1419 E WifiHAL : wifi_error acquire_supported_features(wifi_interface_handle, feature_set *): requestResponse Error:-95
  2182. 08-07 02:50:46.287 693 760 E BatteryStatsService: no controller energy info supplied
  2183. 08-07 02:50:52.233 2094 2094 E WorkerRegistryImpl: getWorker() is called after WorkerRegistry disposal.
  2184. 08-07 02:50:52.235 2094 2094 E WorkerRegistryImpl: getWorker() is called after WorkerRegistry disposal.
  2185. 08-07 02:50:54.037 693 1419 D WifiStateMachine: updateCapabilities for config:bishop wifi-5Gfalse,false
  2186. 08-07 02:50:54.937 693 1419 E WifiHAL : wifi_error acquire_supported_features(wifi_interface_handle, feature_set *): requestResponse Error:-95
  2187. 08-07 02:50:54.957 693 760 E BatteryStatsService: no controller energy info supplied
  2188. 08-07 02:50:54.957 693 760 E BatteryStatsService: no controller energy info supplied
  2189. 08-07 02:50:54.976 693 760 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  2190. 08-07 02:50:55.083 693 693 I EntropyMixer: Writing entropy...
  2191. 08-07 02:50:55.094 1921 5837 E NetworkScheduler.SR: Invalid parameter app
  2192. 08-07 02:50:55.094 1921 5837 E NetworkScheduler.SR: Invalid package name : Perhaps you didn't include a PendingIntent in the extras?
  2193. 08-07 02:50:55.149 6504 7647 I iu.SyncManager: SYNC; picasa accounts
  2194. 08-07 02:50:55.156 6504 6504 I iu.Environment: update connectivity state; isNetworkMetered? false, isRoaming? false, isBackgroundDataAllowed? true*
  2195. 08-07 02:50:55.180 6504 7647 I iu.UploadsManager: num queued entries: 0
  2196. 08-07 02:50:55.186 6504 7647 I iu.UploadsManager: num updated entries: 0
  2197. 08-07 02:50:55.188 6504 7647 I iu.SyncManager: NEXT; no task
  2198. 08-07 02:50:55.462 5214 7659 D DownloadManager: [5] Starting
  2199. 08-07 02:50:55.503 5214 7659 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  2200. 08-07 02:50:55.540 5214 7664 D DownloadManager: [6] Starting
  2201. 08-07 02:50:55.577 5214 7664 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  2202. 08-07 02:50:55.703 5214 7666 D DownloadManager: [7] Starting
  2203. 08-07 02:50:55.737 5214 7666 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  2204. 08-07 02:50:55.801 5214 7667 D DownloadManager: [8] Starting
  2205. 08-07 02:50:55.833 5214 7667 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  2206. 08-07 02:50:55.870 5214 7668 D DownloadManager: [9] Starting
  2207. 08-07 02:50:55.904 5214 7668 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  2208. 08-07 02:50:56.000 5214 7669 D DownloadManager: [10] Starting
  2209. 08-07 02:50:56.024 5214 7669 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  2210. 08-07 02:50:56.275 6504 6509 I art : Do partial code cache collection, code=57KB, data=61KB
  2211. 08-07 02:50:56.276 6504 6509 I art : After code cache collection, code=57KB, data=61KB
  2212. 08-07 02:50:56.276 6504 6509 I art : Increasing code cache capacity to 256KB
  2213. 08-07 02:50:56.687 5214 7669 D DownloadManager: [10] Finished with status SUCCESS
  2214. 08-07 02:50:56.818 5214 7684 D DownloadManager: [12] Starting
  2215. 08-07 02:50:56.906 5214 7684 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  2216. 08-07 02:50:56.931 6504 7682 I Vision : Registration status ocr_armeabi_v7a.zip: The download is in progress.
  2217. 08-07 02:50:56.932 5214 7668 D DownloadManager: [9] Finished with status SUCCESS
  2218. 08-07 02:50:56.937 5214 6429 V DownloadManager: Deleting /data/data/com.android.providers.downloads/cache/us-street-names.bloomfilter_1489699003.gen via provider delete
  2219. 08-07 02:50:56.970 5214 7664 D DownloadManager: [6] Finished with status SUCCESS
  2220. 08-07 02:50:57.024 6504 7682 I Vision : Download status ocr_armeabi_v7a.zip: The download is in progress.
  2221. 08-07 02:50:57.143 6504 7651 I Vision : Registration status ocr_armeabi_v7a.zip: The download is in progress.
  2222. 08-07 02:50:57.165 5214 7666 D DownloadManager: [7] Finished with status SUCCESS
  2223. 08-07 02:50:57.194 5214 7697 D DownloadManager: [11] Starting
  2224. 08-07 02:50:57.211 6504 7651 I Vision : Download status ocr_armeabi_v7a.zip: The download is in progress.
  2225. 08-07 02:50:57.240 5214 7697 D NetworkSecurityConfig: No Network Security Config specified, using platform default
  2226. 08-07 02:50:57.247 693 1412 W ConnectivityExtension: ConnectivityExt jar file not present
  2227. 08-07 02:50:57.321 5214 5230 V DownloadManager: Deleting /data/data/com.android.providers.downloads/cache/us-city-names.bloomfilter_1489699003.gen via provider delete
  2228. 08-07 02:50:57.512 5214 6428 V DownloadManager: Deleting /data/data/com.android.providers.downloads/cache/nicknames-list-global_1481328343.txt via provider delete
  2229. 08-07 02:50:57.541 6504 7683 I Vision : Registration status ocr_armeabi_v7a.zip: The download is in progress.
  2230. 08-07 02:50:57.582 6504 7683 I Vision : Download status ocr_armeabi_v7a.zip: The download is in progress.
  2231. 08-07 02:50:57.657 693 1412 W ConnectivityExtension: ConnectivityExt jar file not present
  2232. 08-07 02:50:57.678 5214 5230 V DownloadManager: Deleting /data/data/com.android.providers.downloads/cache/nicknames-mapping-global_1481328343.txt via provider delete
  2233. 08-07 02:50:57.751 5214 5224 I art : Do partial code cache collection, code=19KB, data=29KB
  2234. 08-07 02:50:57.752 5214 5224 I art : After code cache collection, code=19KB, data=29KB
  2235. 08-07 02:50:57.752 5214 5224 I art : Increasing code cache capacity to 128KB
  2236. 08-07 02:50:57.768 5214 7667 D DownloadManager: [8] Finished with status SUCCESS
  2237. 08-07 02:50:57.768 5214 7684 D DownloadManager: [12] Finished with status SUCCESS
  2238. 08-07 02:50:57.768 5214 7697 D DownloadManager: [11] Finished with status SUCCESS
  2239. 08-07 02:50:57.977 5214 7659 D DownloadManager: [5] Finished with status SUCCESS
  2240. 08-07 02:50:57.986 6504 7681 I Vision : Registration status ocr_armeabi_v7a.zip: The download is in progress.
  2241. 08-07 02:50:58.164 6504 7681 I Vision : Download status ocr_armeabi_v7a.zip: The download is pending.
  2242. 08-07 02:50:58.175 6504 7681 I Vision : Forcing download ocr_armeabi_v7a.zip: The download is pending.
  2243. 08-07 02:50:58.324 5214 6428 V DownloadManager: Deleting /data/data/com.android.providers.downloads/cache/transition-model_1478232719.bin via provider delete
  2244. 08-07 02:50:58.348 6504 7681 I Vision : Registration status ocr_armeabi_v7a.zip: The download is pending.
  2245. 08-07 02:50:58.398 6504 7681 I Vision : Download status ocr_armeabi_v7a.zip: The download is pending.
  2246. 08-07 02:50:58.399 6504 7681 I Vision : Forcing download ocr_armeabi_v7a.zip: The download is pending.
  2247. 08-07 02:50:58.491 5214 5231 V DownloadManager: Deleting /data/data/com.android.providers.downloads/cache/cld3-model_1490397177.bin via provider delete
  2248. 08-07 02:50:58.516 6504 7682 I Vision : Registration status ocr_armeabi_v7a.zip: The download is pending.
  2249. 08-07 02:50:58.560 6504 7682 I Vision : Download status ocr_armeabi_v7a.zip: The download is pending.
  2250. 08-07 02:50:58.562 6504 7682 I Vision : Forcing download ocr_armeabi_v7a.zip: The download is pending.
  2251. 08-07 02:50:58.607 5214 6428 V DownloadManager: Deleting /data/data/com.android.providers.downloads/cache/us-token-type-data-file_1489699003.gen via provider delete
  2252. 08-07 02:50:58.681 6504 7683 I Vision : Registration status ocr_armeabi_v7a.zip: The download is pending.
  2253. 08-07 02:50:58.707 6504 7683 I Vision : Download status ocr_armeabi_v7a.zip: The download is pending.
  2254. 08-07 02:50:58.709 6504 7683 I Vision : Forcing download ocr_armeabi_v7a.zip: The download is pending.
  2255. 08-07 02:50:58.783 6504 7699 I Vision : Registration status ocr_armeabi_v7a.zip: The download is pending.
  2256. 08-07 02:50:58.796 6504 7699 I Vision : Download status ocr_armeabi_v7a.zip: The download is pending.
  2257. 08-07 02:50:58.798 6504 7699 I Vision : Forcing download ocr_armeabi_v7a.zip: The download is pending.
  2258. 08-07 02:50:58.933 6504 7651 W DownloadCompleteIntOp: SHA-1 of downloaded file does not match request
  2259. 08-07 02:50:58.967 5214 5231 V DownloadManager: Deleting /data/data/com.android.providers.downloads/cache/ocr_armeabi_v7a.zip via provider delete
  2260. 08-07 02:50:59.007 6504 7699 W DownloadServiceState: No pending download found for id 11
  2261. 08-07 02:50:59.011 6504 7699 W DownloadServiceState: No pending download found for id 5
  2262. 08-07 02:50:59.013 6504 7651 W DownloadServiceState: No pending download found for id 8
  2263. 08-07 02:50:59.014 6504 7699 W DownloadServiceState: No pending download found for id 11
  2264. 08-07 02:50:59.018 6504 7651 W DownloadServiceState: No pending download found for id 5
  2265. 08-07 02:50:59.023 6504 7699 W DownloadServiceState: No pending download found for id 5
  2266. 08-07 02:50:59.028 6504 7651 W DownloadServiceState: No pending download found for id 5
  2267. 08-07 02:50:59.031 6504 7699 W DownloadServiceState: No pending download found for id 5
  2268. 08-07 02:51:06.819 6504 6571 I CastDatabase: Saving the database
  2269. 08-07 02:51:06.822 6504 6571 I SQLiteCastStore: Saving 0 CastNetworkInfo instances, 0 CastDeviceInfo instances, 0 paired guest mode devices.
  2270. 08-07 02:51:06.845 6504 6571 E SQLiteCastStore: End saving paired guest mode devices
  2271. 08-07 02:51:10.757 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  2272. 08-07 02:51:10.757 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  2273. 08-07 02:51:10.758 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  2274. 08-07 02:51:10.758 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  2275. 08-07 02:51:10.762 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  2276. 08-07 02:51:10.762 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  2277. 08-07 02:51:10.762 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x0]
  2278. 08-07 02:51:10.762 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:867a:88ff:fe37:b4f4]
  2279. 08-07 02:51:10.762 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=604800 valid=604800 cstamp=0xc48a tstamp=0xeafb
  2280. 08-07 02:51:10.762 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  2281. 08-07 02:51:10.762 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  2282. 08-07 02:51:10.762 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  2283. 08-07 02:51:10.763 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  2284. 08-07 02:51:10.763 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x1]TEMPORARY
  2285. 08-07 02:51:10.763 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:7499:7878:7f69:4b10]
  2286. 08-07 02:51:10.763 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=85702 valid=604702 cstamp=0xc48a tstamp=0xeafb
  2287. 08-07 02:51:10.763 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  2288. 08-07 02:51:10.763 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  2289. 08-07 02:51:18.509 693 1621 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  2290. 08-07 02:51:18.525 248 456 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
  2291. 08-07 02:51:18.526 248 456 D audio_hw_primary: start_output_stream: enter: stream(0xb61bd740)usecase(1: low-latency-playback) devices(0x2)
  2292. 08-07 02:51:18.526 248 456 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
  2293. 08-07 02:51:18.526 248 456 I msm8960_platform: platform_send_audio_calibration: sending audio calibration for snd_device(2) acdb_id(15)
  2294. 08-07 02:51:18.528 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 1
  2295. 08-07 02:51:18.528 248 456 D audio_hw_primary: select_devices: done
  2296. 08-07 02:51:18.657 7474 7474 D SubSettings: Launching fragment org.candyroms.candycane.fragments.QuickSettings
  2297. 08-07 02:51:18.684 7474 7474 D AndroidRuntime: Shutting down VM
  2298. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: FATAL EXCEPTION: main
  2299. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: Process: com.android.settings, PID: 7474
  2300. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.IllegalArgumentException: Cannot add a PreferenceCategory directly to a PreferenceCategory
  2301. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2681)
  2302. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2742)
  2303. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
  2304. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1489)
  2305. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  2306. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.os.Looper.loop(Looper.java:153)
  2307. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6171)
  2308. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  2309. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
  2310. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
  2311. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Cannot add a PreferenceCategory directly to a PreferenceCategory
  2312. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.support.v7.preference.PreferenceCategory.onPrepareAddPreference(PreferenceCategory.java:60)
  2313. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.support.v7.preference.PreferenceGroup.addPreference(PreferenceGroup.java:177)
  2314. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.support.v7.preference.PreferenceGroup.addItemFromInflater(PreferenceGroup.java:126)
  2315. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.rInflate(PreferenceInflater.java:360)
  2316. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.rInflate(PreferenceInflater.java:361)
  2317. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.inflate(PreferenceInflater.java:167)
  2318. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.support.v7.preference.PreferenceInflater.inflate(PreferenceInflater.java:117)
  2319. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.support.v7.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:127)
  2320. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.support.v14.preference.PreferenceFragment.addPreferencesFromResource(PreferenceFragment.java:440)
  2321. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at com.android.settings.SettingsPreferenceFragment.addPreferencesFromResource(SettingsPreferenceFragment.java:144)
  2322. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at org.candyroms.candycane.fragments.QuickSettings.onCreate(QuickSettings.java:87)
  2323. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.Fragment.performCreate(Fragment.java:2338)
  2324. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:949)
  2325. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.BackStackRecord.setLastIn(BackStackRecord.java:860)
  2326. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.BackStackRecord.calculateFragments(BackStackRecord.java:900)
  2327. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.BackStackRecord.run(BackStackRecord.java:728)
  2328. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1578)
  2329. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:563)
  2330. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:1065)
  2331. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at com.android.settings.SettingsActivity.onCreate(SettingsActivity.java:639)
  2332. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:6682)
  2333. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
  2334. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2634)
  2335. 08-07 02:51:18.686 7474 7474 E AndroidRuntime: ... 9 more
  2336. 08-07 02:51:18.688 693 749 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
  2337. 08-07 02:51:18.692 693 749 W ActivityManager: Force finishing activity com.android.settings/.Settings$CandyCaneActivity
  2338. 08-07 02:51:18.694 693 749 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:877 com.android.server.am.AppErrors.crashApplicationInner:374 com.android.server.am.AppErrors.crashApplication:308 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:13574 com.android.server.am.ActivityManagerService.handleApplicationCrash:13556
  2339. 08-07 02:51:18.695 693 749 E ActivityManager: Sending non-protected broadcast projekt.substratum.APP_CRASHED from system 693:system/1000 pkg android
  2340. 08-07 02:51:18.695 693 749 E ActivityManager: java.lang.Throwable
  2341. 08-07 02:51:18.695 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManagerService.java:17998)
  2342. 08-07 02:51:18.695 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerService.java:18479)
  2343. 08-07 02:51:18.695 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntent(ActivityManagerService.java:18661)
  2344. 08-07 02:51:18.695 693 749 E ActivityManager: at android.app.ContextImpl.sendBroadcast(ContextImpl.java:881)
  2345. 08-07 02:51:18.695 693 749 E ActivityManager: at com.android.server.am.AppErrors.crashApplicationInner(AppErrors.java:374)
  2346. 08-07 02:51:18.695 693 749 E ActivityManager: at com.android.server.am.AppErrors.crashApplication(AppErrors.java:308)
  2347. 08-07 02:51:18.695 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:13574)
  2348. 08-07 02:51:18.695 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.handleApplicationCrash(ActivityManagerService.java:13556)
  2349. 08-07 02:51:18.695 693 749 E ActivityManager: at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:1660)
  2350. 08-07 02:51:18.695 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2815)
  2351. 08-07 02:51:18.695 693 749 E ActivityManager: at android.os.Binder.execTransact(Binder.java:565)
  2352. 08-07 02:51:18.706 693 749 E ActivityManager: Sending non-protected broadcast projekt.substratum.APP_CRASHED from system 693:system/1000 pkg android
  2353. 08-07 02:51:18.706 693 749 E ActivityManager: java.lang.Throwable
  2354. 08-07 02:51:18.706 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManagerService.java:17998)
  2355. 08-07 02:51:18.706 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerService.java:18570)
  2356. 08-07 02:51:18.706 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntent(ActivityManagerService.java:18661)
  2357. 08-07 02:51:18.706 693 749 E ActivityManager: at android.app.ContextImpl.sendBroadcast(ContextImpl.java:881)
  2358. 08-07 02:51:18.706 693 749 E ActivityManager: at com.android.server.am.AppErrors.crashApplicationInner(AppErrors.java:374)
  2359. 08-07 02:51:18.706 693 749 E ActivityManager: at com.android.server.am.AppErrors.crashApplication(AppErrors.java:308)
  2360. 08-07 02:51:18.706 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:13574)
  2361. 08-07 02:51:18.706 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.handleApplicationCrash(ActivityManagerService.java:13556)
  2362. 08-07 02:51:18.706 693 749 E ActivityManager: at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:1660)
  2363. 08-07 02:51:18.706 693 749 E ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2815)
  2364. 08-07 02:51:18.706 693 749 E ActivityManager: at android.os.Binder.execTransact(Binder.java:565)
  2365. 08-07 02:51:18.719 2889 2889 E AppCrashReceiver: 'com.android.settings' is repeatedly stopping...
  2366. 08-07 02:51:18.719 2889 2889 E AppCrashReceiver: Now disabling all overlays for 'com.android.settings'...
  2367. 08-07 02:51:18.774 693 4241 I OpenGLRenderer: Initialized EGL, version 1.4
  2368. 08-07 02:51:18.774 693 4241 D OpenGLRenderer: Swap behavior 1
  2369. 08-07 02:51:19.192 693 757 W ActivityManager: Activity pause timeout for ActivityRecord{580fad0 u0 com.android.settings/.SubSettings t8 f}
  2370. 08-07 02:51:19.195 693 757 I ActivityManager: Killing 2811:org.omnirom.deskclock/u0a56 (adj 906): empty #17
  2371. 08-07 02:51:19.218 693 6501 D ActivityManager: cleanUpApplicationRecord -- 2811
  2372. 08-07 02:51:21.683 248 456 D audio_hw_primary: out_standby: enter: stream (0xb61bd740) usecase(1: low-latency-playback)
  2373. 08-07 02:51:21.729 248 456 I tfa9887 : tfa9887_power: Set amplifier power to 0
  2374. 08-07 02:51:22.736 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  2375. 08-07 02:51:22.737 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  2376. 08-07 02:51:22.737 234 1966 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 64
  2377. 08-07 02:51:22.737 234 1966 E QC-NETMGR-LIB: Received command: ID=NETMGR_KIF_MSG_CMD, link=8
  2378. 08-07 02:51:22.739 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  2379. 08-07 02:51:22.739 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  2380. 08-07 02:51:22.739 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x0]
  2381. 08-07 02:51:22.740 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:867a:88ff:fe37:b4f4]
  2382. 08-07 02:51:22.740 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=604800 valid=604800 cstamp=0xc48a tstamp=0xefa9
  2383. 08-07 02:51:22.740 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  2384. 08-07 02:51:22.740 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
  2385. 08-07 02:51:22.740 234 622 E QC-NETMGR-LIB: Process command: ID=NETMGR_KIF_MSG_CMD, link=8, state=1
  2386. 08-07 02:51:22.740 234 622 E QC-NETMGR-LIB: Processing RTM_NEWADDR
  2387. 08-07 02:51:22.740 234 622 E QC-NETMGR-LIB: Metainfo: Family=10 PrefixLen=64 Scope=0x0 Index=21 Flags=[0x1]TEMPORARY
  2388. 08-07 02:51:22.740 234 622 I QC-NETMGR-LIB: Attribute: PrefixIPv6 addr [2607:fcc8:af0d:a900:7499:7878:7f69:4b10]
  2389. 08-07 02:51:22.741 234 622 E QC-NETMGR-LIB: Attribute: Address Cache Info - prefered=85690 valid=604690 cstamp=0xc48a tstamp=0xefa9
  2390. 08-07 02:51:22.741 234 622 E QC-NETMGR-LIB: Rcvd Netlink msg type [20]
  2391. 08-07 02:51:22.741 234 622 E QC-NETMGR-LIB: unrecognized ifindex 21
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement