Logcat:

From EVLogcat Uploader, 9 Years ago, written in Plain Text, viewed 1'138 times.
URL http://paste.evervolv.com/view/3f288101 Embed
Download Paste or View Raw
  1. ------ SYSTEM LOG (logcat -d *:v) ------
  2. --------- beginning of crash
  3. E/AndroidRuntime(18792): FATAL EXCEPTION: main
  4. E/AndroidRuntime(18792): Process: com.android.gallery3d, PID: 18792
  5. E/AndroidRuntime(18792): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
  6. E/AndroidRuntime(18792):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2356)
  7. E/AndroidRuntime(18792):        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418)
  8. E/AndroidRuntime(18792):        at android.app.ActivityThread.access$900(ActivityThread.java:154)
  9. E/AndroidRuntime(18792):        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
  10. E/AndroidRuntime(18792):        at android.os.Handler.dispatchMessage(Handler.java:102)
  11. E/AndroidRuntime(18792):        at android.os.Looper.loop(Looper.java:135)
  12. E/AndroidRuntime(18792):        at android.app.ActivityThread.main(ActivityThread.java:5289)
  13. E/AndroidRuntime(18792):        at java.lang.reflect.Method.invoke(Native Method)
  14. E/AndroidRuntime(18792):        at java.lang.reflect.Method.invoke(Method.java:372)
  15. E/AndroidRuntime(18792):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
  16. E/AndroidRuntime(18792):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
  17. E/AndroidRuntime(18792): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
  18. E/AndroidRuntime(18792):        at com.android.gallery3d.data.DataManager.getDefaultSetOf(DataManager.java:278)
  19. E/AndroidRuntime(18792):        at com.android.gallery3d.app.GalleryActivity.startViewAction(GalleryActivity.java:206)
  20. E/AndroidRuntime(18792):        at com.android.gallery3d.app.GalleryActivity.initializeByIntent(GalleryActivity.java:96)
  21. E/AndroidRuntime(18792):        at com.android.gallery3d.app.GalleryActivity.onCreate(GalleryActivity.java:73)
  22. E/AndroidRuntime(18792):        at android.app.Activity.performCreate(Activity.java:5990)
  23. E/AndroidRuntime(18792):        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
  24. E/AndroidRuntime(18792):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2309)
  25. E/AndroidRuntime(18792):        ... 10 more
  26. E/AndroidRuntime(21504): FATAL EXCEPTION: main
  27. E/AndroidRuntime(21504): Process: com.android.gallery3d, PID: 21504
  28. E/AndroidRuntime(21504): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
  29. E/AndroidRuntime(21504):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2356)
  30. E/AndroidRuntime(21504):        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418)
  31. E/AndroidRuntime(21504):        at android.app.ActivityThread.access$900(ActivityThread.java:154)
  32. E/AndroidRuntime(21504):        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
  33. E/AndroidRuntime(21504):        at android.os.Handler.dispatchMessage(Handler.java:102)
  34. E/AndroidRuntime(21504):        at android.os.Looper.loop(Looper.java:135)
  35. E/AndroidRuntime(21504):        at android.app.ActivityThread.main(ActivityThread.java:5289)
  36. E/AndroidRuntime(21504):        at java.lang.reflect.Method.invoke(Native Method)
  37. E/AndroidRuntime(21504):        at java.lang.reflect.Method.invoke(Method.java:372)
  38. E/AndroidRuntime(21504):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
  39. E/AndroidRuntime(21504):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
  40. E/AndroidRuntime(21504): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
  41. E/AndroidRuntime(21504):        at com.android.gallery3d.data.DataManager.getDefaultSetOf(DataManager.java:278)
  42. E/AndroidRuntime(21504):        at com.android.gallery3d.app.GalleryActivity.startViewAction(GalleryActivity.java:206)
  43. E/AndroidRuntime(21504):        at com.android.gallery3d.app.GalleryActivity.initializeByIntent(GalleryActivity.java:96)
  44. E/AndroidRuntime(21504):        at com.android.gallery3d.app.GalleryActivity.onCreate(GalleryActivity.java:73)
  45. E/AndroidRuntime(21504):        at android.app.Activity.performCreate(Activity.java:5990)
  46. E/AndroidRuntime(21504):        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
  47. E/AndroidRuntime(21504):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2309)
  48. E/AndroidRuntime(21504):        ... 10 more
  49. E/AndroidRuntime(21580): FATAL EXCEPTION: main
  50. E/AndroidRuntime(21580): Process: com.android.contacts, PID: 21580
  51. E/AndroidRuntime(21580): java.lang.IllegalStateException: Failed to load contact
  52. E/AndroidRuntime(21580):        at com.android.contacts.quickcontact.QuickContactActivity$14.onLoadFinished(QuickContactActivity.java:1801)
  53. E/AndroidRuntime(21580):        at com.android.contacts.quickcontact.QuickContactActivity$14.onLoadFinished(QuickContactActivity.java:1785)
  54. E/AndroidRuntime(21580):        at android.app.LoaderManagerImpl$LoaderInfo.callOnLoadFinished(LoaderManager.java:483)
  55. E/AndroidRuntime(21580):        at android.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManager.java:451)
  56. E/AndroidRuntime(21580):        at android.content.Loader.deliverResult(Loader.java:144)
  57. E/AndroidRuntime(21580):        at com.android.contacts.common.model.ContactLoader.deliverResult(ContactLoader.java:888)
  58. E/AndroidRuntime(21580):        at com.android.contacts.common.model.ContactLoader.deliverResult(ContactLoader.java:74)
  59. E/AndroidRuntime(21580):        at android.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:265)
  60. E/AndroidRuntime(21580):        at android.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:92)
  61. E/AndroidRuntime(21580):        at android.os.AsyncTask.finish(AsyncTask.java:636)
  62. E/AndroidRuntime(21580):        at android.os.AsyncTask.access$500(AsyncTask.java:177)
  63. E/AndroidRuntime(21580):        at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:653)
  64. E/AndroidRuntime(21580):        at android.os.Handler.dispatchMessage(Handler.java:102)
  65. E/AndroidRuntime(21580):        at android.os.Looper.loop(Looper.java:135)
  66. E/AndroidRuntime(21580):        at android.app.ActivityThread.main(ActivityThread.java:5289)
  67. E/AndroidRuntime(21580):        at java.lang.reflect.Method.invoke(Native Method)
  68. E/AndroidRuntime(21580):        at java.lang.reflect.Method.invoke(Method.java:372)
  69. E/AndroidRuntime(21580):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
  70. E/AndroidRuntime(21580):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
  71. E/AndroidRuntime(21580): Caused by: java.lang.IllegalArgumentException: uri authority is unknown
  72. E/AndroidRuntime(21580):        at com.android.contacts.common.util.ContactLoaderUtils.ensureIsContactUri(ContactLoaderUtils.java:76)
  73. E/AndroidRuntime(21580):        at com.android.contacts.common.model.ContactLoader.loadInBackground(ContactLoader.java:304)
  74. E/AndroidRuntime(21580):        at com.android.contacts.common.model.ContactLoader.loadInBackground(ContactLoader.java:74)
  75. E/AndroidRuntime(21580):        at android.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:312)
  76. E/AndroidRuntime(21580):        at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:69)
  77. E/AndroidRuntime(21580):        at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:57)
  78. E/AndroidRuntime(21580):        at android.os.AsyncTask$2.call(AsyncTask.java:292)
  79. E/AndroidRuntime(21580):        at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  80. E/AndroidRuntime(21580):        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
  81. E/AndroidRuntime(21580):        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  82. E/AndroidRuntime(21580):        at java.lang.Thread.run(Thread.java:818)
  83. E/AndroidRuntime(21690): FATAL EXCEPTION: main
  84. E/AndroidRuntime(21690): Process: com.android.gallery3d, PID: 21690
  85. E/AndroidRuntime(21690): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
  86. E/AndroidRuntime(21690):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2356)
  87. E/AndroidRuntime(21690):        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418)
  88. E/AndroidRuntime(21690):        at android.app.ActivityThread.access$900(ActivityThread.java:154)
  89. E/AndroidRuntime(21690):        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
  90. E/AndroidRuntime(21690):        at android.os.Handler.dispatchMessage(Handler.java:102)
  91. E/AndroidRuntime(21690):        at android.os.Looper.loop(Looper.java:135)
  92. E/AndroidRuntime(21690):        at android.app.ActivityThread.main(ActivityThread.java:5289)
  93. E/AndroidRuntime(21690):        at java.lang.reflect.Method.invoke(Native Method)
  94. E/AndroidRuntime(21690):        at java.lang.reflect.Method.invoke(Method.java:372)
  95. E/AndroidRuntime(21690):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
  96. E/AndroidRuntime(21690):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
  97. E/AndroidRuntime(21690): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.android.gallery3d.data.Path.getPrefix()' on a null object reference
  98. E/AndroidRuntime(21690):        at com.android.gallery3d.data.DataManager.getDefaultSetOf(DataManager.java:278)
  99. E/AndroidRuntime(21690):        at com.android.gallery3d.app.GalleryActivity.startViewAction(GalleryActivity.java:206)
  100. E/AndroidRuntime(21690):        at com.android.gallery3d.app.GalleryActivity.initializeByIntent(GalleryActivity.java:96)
  101. E/AndroidRuntime(21690):        at com.android.gallery3d.app.GalleryActivity.onCreate(GalleryActivity.java:73)
  102. E/AndroidRuntime(21690):        at android.app.Activity.performCreate(Activity.java:5990)
  103. E/AndroidRuntime(21690):        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
  104. E/AndroidRuntime(21690):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2309)
  105. E/AndroidRuntime(21690):        ... 10 more
  106. --------- beginning of system
  107. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@2f55345d
  108. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@3a29d1d2
  109. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  110. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  111. I/BackupRestoreController(  424): Getting widget state for user: 0
  112. I/PerformBackupTask(  424): no backup data written; not calling transport
  113. I/BackupManagerService(  424): Backup pass finished.
  114. W/ActivityManager(  424): SLOW OOM ADJ: 16761ms for pid 839 = 2
  115. W/ResourcesManager( 7425): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  116. W/ResourcesManager( 7425): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  117. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3a6ae366}
  118. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3a6ae366}
  119. I/ActivityManager(  424): Process android.process.media (pid 7446) has died
  120. W/ResourcesManager( 7425): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  121. W/ResourcesManager( 7425): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  122. I/ActivityManager(  424): Start proc 8402:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
  123. I/ActivityManager(  424): Process android.process.acore (pid 7639) has died
  124. I/ActivityManager(  424): Process com.android.calendar (pid 8064) has died
  125. I/ActivityManager(  424): Process com.google.android.googlequicksearchbox (pid 8265) has died
  126. I/ActivityManager(  424): Process org.mozilla.firefox (pid 8247) has died
  127. I/ActivityManager(  424): Process com.android.providers.calendar (pid 8047) has died
  128. I/ActivityManager(  424): Process com.glu.flc2 (pid 7475) has died
  129. W/ActivityManager(  424): SLOW OOM ADJ: 481ms for pid 7663 = 0
  130. W/ResourcesManager( 7425): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  131. W/ResourcesManager( 7425): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  132. W/ResourcesManager( 7425): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  133. W/ResourcesManager( 7425): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  134. I/ActivityManager(  424): Start proc 8453:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
  135. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  136. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  137. I/ValidateNoPeople(  424): final affinity: 0.0
  138. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37479f1b}
  139. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37479f1b}
  140. I/ActivityManager(  424): Start proc 8835:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 for service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
  141. W/Zygote  ( 8835): Slow operation: 29999ms so far, now at Zygote.nativeForkAndSpecialize
  142. W/Zygote  ( 8835): Slow operation: 30427ms so far, now at Zygote.postForkCommon
  143. W/Zygote  ( 8835): Slow operation: 30428ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  144. W/ActivityThread( 8835): ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader());
  145. I/ActivityManager(  424): Process mobi.mgeek.TunnyBrowser:DolphinNotification (pid 8835) has died
  146. W/ProcessStats(  424): Time val negative: -6576
  147. I/ProcessStatsService(  424): Prepared write state in 11ms
  148. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  149. I/ValidateNoPeople(  424): final affinity: 0.0
  150. I/ActivityManager(  424): Start proc 8957:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
  151. W/ResourcesManager( 8957): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
  152. I/ActivityManager(  424): Start proc 8976:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
  153. I/ActivityManager(  424): Process com.google.android.apps.genie.geniewidget (pid 7425) has died
  154. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
  155. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
  156. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  157. I/ActivityManager(  424): Start proc 9143:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
  158. E/ActivityThread( 9143): Service org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService has leaked IntentReceiver org.mozilla.gecko.BrowserLocaleManager$1@37624f9e that was originally registered here. Are you missing a call to unregisterReceiver()?
  159. E/ActivityThread( 9143): android.app.IntentReceiverLeaked: Service org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService has leaked IntentReceiver org.mozilla.gecko.BrowserLocaleManager$1@37624f9e that was originally registered here. Are you missing a call to unregisterReceiver()?
  160. E/ActivityThread( 9143):        at android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:904)
  161. E/ActivityThread( 9143):        at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:705)
  162. E/ActivityThread( 9143):        at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1660)
  163. E/ActivityThread( 9143):        at android.app.ContextImpl.registerReceiver(ContextImpl.java:1640)
  164. E/ActivityThread( 9143):        at android.app.ContextImpl.registerReceiver(ContextImpl.java:1634)
  165. E/ActivityThread( 9143):        at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:495)
  166. E/ActivityThread( 9143):        at org.mozilla.gecko.BrowserLocaleManager.initialize(BrowserLocaleManager.java:112)
  167. E/ActivityThread( 9143):        at org.mozilla.gecko.BrowserLocaleManager.getAndApplyPersistedLocale(BrowserLocaleManager.java:227)
  168. E/ActivityThread( 9143):        at org.mozilla.gecko.background.healthreport.upload.AndroidSubmissionClient$SubmissionsTracker$TrackingGenerator.generateDocument(AndroidSubmissionClient.java:413)
  169. E/ActivityThread( 9143):        at org.mozilla.gecko.background.healthreport.upload.AndroidSubmissionClient.upload(AndroidSubmissionClient.java:157)
  170. E/ActivityThread( 9143):        at org.mozilla.gecko.background.healthreport.upload.SubmissionPolicy.tick(SubmissionPolicy.java:149)
  171. E/ActivityThread( 9143):        at org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService.onHandleIntent(HealthReportUploadService.java:87)
  172. E/ActivityThread( 9143):        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
  173. E/ActivityThread( 9143):        at android.os.Handler.dispatchMessage(Handler.java:102)
  174. E/ActivityThread( 9143):        at android.os.Looper.loop(Looper.java:135)
  175. E/ActivityThread( 9143):        at android.os.HandlerThread.run(HandlerThread.java:61)
  176. V/BackupManagerService(  424): Running a backup pass
  177. V/BackupManagerService(  424): clearing pending backups
  178. V/PerformBackupTask(  424): Beginning backup of 1 targets
  179. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  180. I/ActivityManager(  424): Start proc 9191:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
  181. I/BackupRestoreController(  424): Getting widget state for user: 0
  182. I/PerformBackupTask(  424): no backup data written; not calling transport
  183. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  184. I/ActivityManager(  424): Start proc 9207:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
  185. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  186. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@ddc6819
  187. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@2ae620de
  188. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  189. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  190. I/BackupRestoreController(  424): Getting widget state for user: 0
  191. I/PerformBackupTask(  424): no backup data written; not calling transport
  192. I/BackupManagerService(  424): Backup pass finished.
  193. I/ActivityManager(  424): Start proc 9237:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
  194. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e4ce9af}
  195. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e4ce9af}
  196. I/ActivityManager(  424): Process com.google.android.apps.plus (pid 7663) has died
  197. I/ActivityManager(  424): Process android.process.media (pid 8402) has died
  198. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  199. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  200. I/ValidateNoPeople(  424): final affinity: 0.0
  201. I/ActivityManager(  424): Start proc 9347:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/.service.EsSyncAdapterService
  202. W/ResourcesManager( 9347): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
  203. I/ActivityManager(  424): Start proc 9366:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
  204. I/ActivityManager(  424): Process org.mozilla.firefox (pid 9143) has died
  205. I/ActivityManager(  424): Process com.glu.flc2 (pid 9237) has died
  206. I/ActivityManager(  424): Process com.google.android.googlequicksearchbox (pid 9207) has died
  207. I/ActivityManager(  424): Process android.process.media (pid 9366) has died
  208. I/ActivityManager(  424): Process com.google.android.apps.genie.geniewidget (pid 9191) has died
  209. I/ActivityManager(  424): Process com.android.providers.calendar (pid 8957) has died
  210. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  211. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  212. I/ValidateNoPeople(  424): final affinity: 0.0
  213. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  214. I/ValidateNoPeople(  424): final affinity: 0.0
  215. I/ActivityManager(  424): Process com.google.android.apps.plus (pid 9347) has died
  216. I/ActivityManager(  424): Start proc 9801:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
  217. W/ResourcesManager( 9801): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
  218. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
  219. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
  220. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  221. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  222. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|363843079|null|10035
  223. I/ValidateNoPeople(  424): final affinity: 0.0
  224. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  225. I/ValidateNoPeople(  424): final affinity: 0.0
  226. I/ActivityManager(  424): Process com.android.providers.calendar (pid 9801) has died
  227. I/ActivityManager(  424): Process android.process.acore (pid 8453) has died
  228. I/ActivityManager(  424): Process com.android.calendar (pid 8976) has died
  229. I/ActivityManager(  424): Start proc 9970:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
  230. W/ActivityManager(  424): SLOW OOM ADJ: 648ms for pid 27503 = 1
  231. I/ActivityManager(  424): Start proc 10023:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
  232. W/ResourcesManager(10023): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  233. W/ResourcesManager(10023): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  234. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34052843}
  235. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34052843}
  236. I/ActivityManager(  424): Start proc 10069:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
  237. V/BackupManagerService(  424): Running a backup pass
  238. V/BackupManagerService(  424): clearing pending backups
  239. V/PerformBackupTask(  424): Beginning backup of 1 targets
  240. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  241. I/BackupRestoreController(  424): Getting widget state for user: 0
  242. I/PerformBackupTask(  424): no backup data written; not calling transport
  243. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  244. I/ActivityManager(  424): Start proc 10101:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
  245. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  246. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@ffff475
  247. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@13f4ec0a
  248. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  249. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  250. I/BackupRestoreController(  424): Getting widget state for user: 0
  251. I/PerformBackupTask(  424): no backup data written; not calling transport
  252. I/BackupManagerService(  424): Backup pass finished.
  253. I/ActivityManager(  424): Start proc 10145:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
  254. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  255. I/ValidateNoPeople(  424): final affinity: 0.0
  256. I/ActivityManager(  424): Start proc 10175:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/.service.EsSyncAdapterService
  257. W/ResourcesManager(10175): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
  258. I/ActivityManager(  424): Process com.android.deskclock (pid 7566) has died
  259. I/ActivityManager(  424): Start proc 10195:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
  260. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  261. I/ValidateNoPeople(  424): final affinity: 0.0
  262. I/ActivityManager(  424): Process com.google.android.apps.genie.geniewidget (pid 10023) has died
  263. I/ActivityManager(  424): Start proc 10259:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
  264. I/ActivityManager(  424): Process com.google.android.googlequicksearchbox (pid 10101) has died
  265. I/ActivityManager(  424): Process org.mozilla.firefox (pid 9970) has died
  266. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c11317d}
  267. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c11317d}
  268. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  269. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  270. I/ValidateNoPeople(  424): final affinity: 0.0
  271. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  272. I/ValidateNoPeople(  424): final affinity: 0.0
  273. I/ActivityManager(  424): Start proc 10664:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
  274. W/ResourcesManager(10664): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
  275. I/ActivityManager(  424): Start proc 10684:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
  276. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
  277. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
  278. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  279. I/BatteryStatsImpl(  424): Resetting battery stats: level=100 status=5 dischargeLevel=100 lowAmount=85 highAmount=86
  280. I/PowerManagerService(  424): Waking up from sleep (uid 1000)...
  281. I/DisplayPowerController(  424): Blocking screen on until initial contents have been drawn.
  282. I/ActivityManager(  424): Start proc 10872:com.chrome.beta/u0a65 for broadcast com.chrome.beta/com.google.android.apps.chrome.precache.PrecacheServiceLauncher
  283. I/DisplayManagerService(  424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state ON, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
  284. V/ActivityManager(  424): Display changed displayId=0
  285. V/ActivityManager(  424): Display changed displayId=0
  286. I/ActivityManager(  424): Config changes=480 {1.3 ?mcc?mnc en_US ?layoutDir sw768dp w768dp h951dp 160dpi xlrg port finger -keyb/v/h -nav/h s.17 themeResource=themes:{default=overlay:system, iconPack:system, fontPkg:system, com.android.systemui=overlay:system, com.android.systemui.navbar=overlay:system}}
  287. I/ActivityManager(  424): Start proc 10893:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
  288. W/WindowManager(  424): Timeout waiting for drawn: undrawn=[Window{3d4fda4 u0 StatusBar}]
  289. I/DisplayPowerController(  424): Unblocked screen on after 1434 ms
  290. I/UsageStatsService(  424): User[0] Rolling over usage stats
  291. I/UsageStatsService(  424): User[0] Rollover scheduled @ 2015-04-19 20:00:00(1429488000000)
  292. I/UsageStatsService(  424): User[0] Rolling over usage stats complete. Took 538 milliseconds
  293. W/WindowManager(  424): Window freeze timeout expired.
  294. W/WindowManager(  424): Force clearing orientation change: Window{2f43df3d u0 com.android.systemui.ImageWallpaper}
  295. V/ActivityManager(  424): Display changed displayId=0
  296. I/ActivityManager(  424): Config changes=480 {1.3 ?mcc?mnc en_US ?layoutDir sw768dp w1024dp h695dp 160dpi xlrg land finger -keyb/v/h -nav/h s.18 themeResource=themes:{default=overlay:system, iconPack:system, fontPkg:system, com.android.systemui=overlay:system, com.android.systemui.navbar=overlay:system}}
  297. I/WindowManager(  424): Screen frozen for +1s682ms due to Window{3d4fda4 u0 StatusBar}
  298. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@317d106}
  299. I/ActivityManager(  424): Start proc 10923:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
  300. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@317d106}
  301. I/ActivityManager(  424): Start proc 10954:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
  302. I/ActivityManager(  424): Start proc 11090:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
  303. D/WifiService(  424): New client listening to asynchronous messages
  304. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=content://com.android.email.provider/uifolder/74?appVersion=7008110 typ=application/email-ls flg=0x1000c000 cmp=com.android.email/com.android.email2.ui.MailActivityEmail (has extras)} from uid 10035 on display 0
  305. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@236f525f attribute=null, token = android.os.BinderProxy@2a041cc9
  306. V/WindowManager(  424): addAppToken: AppWindowToken{2d9a290a token=Token{32300575 ActivityRecord{15f934ac u0 com.android.email/com.android.email2.ui.MailActivityEmail t181}}} to stack=1 task=181 at 1
  307. V/WindowManager(  424): Adding window Window{2b106e2d u0 Starting com.android.email} at 6 of 12 (after Window{35adeb54 u0 com.android.email/com.android.email2.ui.MailActivityEmail})
  308. V/WindowManager(  424): Adding window Window{17714b61 u0 com.android.email/com.android.email2.ui.MailActivityEmail} at 5 of 12 (before Window{2b106e2d u0 Starting com.android.email})
  309. I/ActivityManager(  424): Process com.glu.flc2 (pid 10069) has died
  310. I/ActivityManager(  424): Process android.process.media (pid 10195) has died
  311. I/ActivityManager(  424): Process com.android.calendar (pid 10684) has died
  312. I/ActivityManager(  424): Process com.android.providers.calendar (pid 10664) has died
  313. I/ActivityManager(  424): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.Launcher} from uid 1000 on display 0
  314. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@21078493 attribute=null, token = android.os.BinderProxy@23756ec8
  315. I/ActivityManager(  424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
  316. I/ActivityManager(  424): Killing 4069:com.android.email/u0a35 (adj 9): remove task
  317. I/WindowState(  424): WIN DEATH: Window{17714b61 u0 com.android.email/com.android.email2.ui.MailActivityEmail}
  318. E/libprocessgroup(  424): failed to kill 1 processes for processgroup 4069
  319. D/TaskPersister(  424): removeObsoleteFile: deleting file=181_task.xml
  320. W/ActivityManager(  424): Scheduling restart of crashed service com.android.email/.service.LegacyImapSyncAdapterService in 1000ms
  321. D/TaskPersister(  424): removeObsoleteFile: deleting file=181_task_thumbnail.png
  322. I/ActivityManager(  424): Start proc 11392:com.android.email/u0a35 for content provider com.android.email/.provider.EmailProvider
  323. I/ActivityManager(  424): Killing 8606:com.google.android.youtube/u0a61 (adj 9): remove task
  324. I/WindowState(  424): WIN DEATH: Window{3783c4a7 u0 com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity}
  325. D/TaskPersister(  424): removeObsoleteFile: deleting file=184_task.xml
  326. D/TaskPersister(  424): removeObsoleteFile: deleting file=184_task_thumbnail.png
  327. D/TaskPersister(  424): removeObsoleteFile: deleting file=179_task.xml
  328. D/TaskPersister(  424): removeObsoleteFile: deleting file=179_task_thumbnail.png
  329. V/WindowManager(  424): Adding window Window{baa01ea u0 Starting com.chrome.beta} at 4 of 10 (after Window{30fbafce u0 com.android.browser/com.android.browser.BrowserActivity})
  330. V/WindowManager(  424): Adding window Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity} at 4 of 11 (before Window{baa01ea u0 Starting com.chrome.beta})
  331. I/ActivityManager(  424): Start proc 11461:com.chrome.beta:sandboxed_process0/u0i9 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService0
  332. V/WindowManager(  424): Adding window Window{3731028e u0 SurfaceView} at 4 of 12 (before Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  333. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  334. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  335. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  336. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  337. I/ActivityManager(  424): Start proc 11507:com.chrome.beta:privileged_process0/u0a65 for service com.chrome.beta/org.chromium.content.app.PrivilegedProcessService0
  338. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  339. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  340. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  341. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  342. W/ActivityManager(  424): Launch timeout has expired, giving up wake lock!
  343. I/ActivityManager(  424): Start proc 11578:com.chrome.beta:sandboxed_process1/u0i10 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService1
  344. I/ActivityManager(  424): Process org.mozilla.firefox (pid 10893) has died
  345. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_11578/cgroup.procs: No such file or directory
  346. I/ActivityManager(  424): Process com.chrome.beta:sandboxed_process1 (pid 11578) has died
  347. W/ActivityManager(  424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService1 in 1000ms
  348. I/ActivityManager(  424): Start proc 11610:com.chrome.beta:sandboxed_process2/u0i11 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService2
  349. I/ActivityManager(  424): Start proc 11630:com.chrome.beta:sandboxed_process3/u0i12 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService3
  350. V/WindowManager(  424): Adding window Window{1cb9a261 u0 PopupWindow:1ff1902c} at 6 of 12 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  351. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  352. V/WindowManager(  424): addAppToken: AppWindowToken{79ee5d1 token=Token{3d282cf8 ActivityRecord{dd10c5b u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  353. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3953b836 attribute=null, token = android.os.BinderProxy@b1e52b6
  354. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  355. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{dd10c5b u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  356. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3ad0f1c5 attribute=null, token = android.os.BinderProxy@b1e52b6
  357. I/ActivityManager(  424): Start proc 11680:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
  358. I/ActivityManager(  424): Start proc 11706:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
  359. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/18628/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  360. V/WindowManager(  424): addAppToken: AppWindowToken{f891821 token=Token{148d7688 ActivityRecord{c5e422b u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  361. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/18628/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  362. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{c5e422b u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  363. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3c11f4cc attribute=null, token = android.os.BinderProxy@b1e52b6
  364. W/ResourcesManager(11680): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  365. W/ResourcesManager(11680): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  366. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  367. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  368. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  369. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  370. V/WindowManager(  424): Adding window Window{180de3e7 u0 PopupWindow:3e7d66d7} at 6 of 12 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  371. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  372. V/WindowManager(  424): addAppToken: AppWindowToken{1701f2a9 token=Token{141e8630 ActivityRecord{a60a773 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  373. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3b7a002e attribute=null, token = android.os.BinderProxy@b1e52b6
  374. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  375. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{a60a773 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  376. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@19a44de1 attribute=null, token = android.os.BinderProxy@b1e52b6
  377. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  378. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  379. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  380. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  381. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/17319/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  382. V/WindowManager(  424): addAppToken: AppWindowToken{339edb53 token=Token{16745f42 ActivityRecord{1e84d18d u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  383. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/17319/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  384. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{1e84d18d u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  385. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2953ada8 attribute=null, token = android.os.BinderProxy@b1e52b6
  386. I/ActivityManager(  424): Process com.android.deskclock (pid 10259) has died
  387. I/ActivityManager(  424): Process com.google.android.apps.plus (pid 10175) has died
  388. I/ActivityManager(  424): Process com.google.android.partnersetup (pid 10954) has died
  389. I/WindowState(  424): WIN DEATH: Window{30fbafce u0 com.android.browser/com.android.browser.BrowserActivity}
  390. E/libprocessgroup(  424): failed to kill 1 processes for processgroup 21994
  391. I/ActivityManager(  424): Process com.android.browser (pid 21994) has died
  392. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fb5711}
  393. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fb5711}
  394. W/ResourcesManager(11680): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  395. W/ResourcesManager(11680): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  396. I/ActivityManager(  424): Start proc 11981:com.chrome.beta:sandboxed_process4/u0i13 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService4
  397. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_11981/cgroup.procs: No such file or directory
  398. I/ActivityManager(  424): Process com.chrome.beta:sandboxed_process4 (pid 11981) has died
  399. W/ActivityManager(  424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService4 in 1000ms
  400. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  401. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  402. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  403. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  404. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  405. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  406. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  407. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  408. E/WifiService(  424): Multicaster binderDied
  409. I/libprocessgroup(  424): Killing pid 11115 in uid 10096 as part of process group 11090
  410. I/libprocessgroup(  424): Killing pid 11115 in uid 10096 as part of process group 11090
  411. I/libprocessgroup(  424): Killing pid 11115 in uid 10096 as part of process group 11090
  412. I/libprocessgroup(  424): Killing pid 11115 in uid 10096 as part of process group 11090
  413. D/WifiService(  424): Client connection lost with reason: 4
  414. I/ActivityManager(  424): Process com.estrongs.android.pop (pid 11090) has died
  415. I/ActivityManager(  424): Process android.process.acore (pid 10145) has died
  416. I/ActivityManager(  424): Process com.glu.flc2 (pid 11706) has died
  417. I/ActivityManager(  424): Process com.google.android.apps.genie.geniewidget (pid 11680) has died
  418. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  419. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  420. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  421. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  422. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  423. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  424. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  425. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  426. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  427. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  428. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  429. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  430. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  431. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  432. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  433. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  434. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  435. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  436. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  437. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  438. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  439. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  440. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  441. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  442. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  443. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  444. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  445. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  446. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  447. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  448. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  449. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  450. I/ActivityManager(  424): Start proc 12654:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/.service.EsSyncAdapterService
  451. W/ResourcesManager(12654): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
  452. I/ActivityManager(  424): Start proc 12682:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
  453. I/ActivityManager(  424): Start proc 12705:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
  454. I/ActivityManager(  424): Process com.android.email (pid 11392) has died
  455. I/ActivityManager(  424): Process android.process.media (pid 12682) has died
  456. I/ActivityManager(  424): Process android.process.acore (pid 12705) has died
  457. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_11461/cgroup.procs: No such file or directory
  458. I/ActivityManager(  424): Process com.chrome.beta:sandboxed_process0 (pid 11461) has died
  459. W/ActivityManager(  424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService0 in 1000ms
  460. I/ActivityManager(  424): Start proc 12746:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
  461. D/ActivityThread(12746): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  462. D/ActivityThread(12746): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  463. E/libprocessgroup(  424): failed to kill 1 processes for processgroup 12654
  464. I/ActivityManager(  424): Process com.google.android.apps.plus (pid 12654) has died
  465. I/ActivityManager(  424): Process com.google.android.gms.wearable (pid 2745) has died
  466. W/ActivityManager(  424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
  467. I/ActivityManager(  424): Start proc 12926:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
  468. W/ResourcesManager(12926): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  469. W/ResourcesManager(12926): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  470. V/BackupManagerService(  424): Running a backup pass
  471. V/BackupManagerService(  424): clearing pending backups
  472. V/PerformBackupTask(  424): Beginning backup of 1 targets
  473. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  474. I/BackupRestoreController(  424): Getting widget state for user: 0
  475. I/PerformBackupTask(  424): no backup data written; not calling transport
  476. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  477. I/ActivityManager(  424): Start proc 13197:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
  478. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  479. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@135786ad
  480. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@3e1b3de2
  481. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  482. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  483. I/BackupRestoreController(  424): Getting widget state for user: 0
  484. I/PerformBackupTask(  424): no backup data written; not calling transport
  485. I/BackupManagerService(  424): Backup pass finished.
  486. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@35359953}
  487. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@35359953}
  488. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  489. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  490. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  491. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  492. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  493. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  494. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  495. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  496. I/ActivityManager(  424): Start proc 13667:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
  497. I/ActivityManager(  424): Process com.android.email (pid 12746) has died
  498. I/ActivityManager(  424): Process com.google.android.googlequicksearchbox (pid 13197) has died
  499. I/ActivityManager(  424): Start proc 13786:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
  500. D/ActivityThread(13786): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  501. D/ActivityThread(13786): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  502. V/WindowManager(  424): Adding window Window{2026c0ac u0 PopupWindow:2ca3160} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  503. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_11630/cgroup.procs: No such file or directory
  504. I/ActivityManager(  424): Process com.chrome.beta:sandboxed_process3 (pid 11630) has died
  505. V/WindowManager(  424): Adding window Window{30bd1747 u0 PopupWindow:2a18ed33} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  506. I/ActivityManager(  424): Start proc 14061:com.chrome.beta:sandboxed_process5/u0i14 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService5
  507. I/ActivityManager(  424): Killing 11610:com.chrome.beta:sandboxed_process2/u0a65i11 (adj 11): isolated not needed
  508. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_11610/cgroup.procs: No such file or directory
  509. I/ActivityManager(  424): Start proc 14182:com.chrome.beta:sandboxed_process6/u0i15 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService6
  510. V/WindowManager(  424): Adding window Window{13ef2cb3 u0 PopupWindow:13accbca} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  511. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  512. V/WindowManager(  424): addAppToken: AppWindowToken{a697f2b token=Token{fe64b7a ActivityRecord{20c66ba5 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  513. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@19ec6f88 attribute=null, token = android.os.BinderProxy@b1e52b6
  514. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  515. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{20c66ba5 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  516. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3db54f59 attribute=null, token = android.os.BinderProxy@b1e52b6
  517. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/290/index.html flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  518. V/WindowManager(  424): addAppToken: AppWindowToken{efca4cd token=Token{3f91da64 ActivityRecord{3ec09bf7 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  519. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/290/index.html flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  520. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{3ec09bf7 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  521. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@307c11fc attribute=null, token = android.os.BinderProxy@b1e52b6
  522. V/WindowManager(  424): Adding window Window{263f1ecb u0 PopupWindow:2c25767c} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  523. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  524. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  525. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  526. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  527. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  528. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  529. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  530. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  531. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  532. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  533. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  534. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  535. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  536. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  537. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  538. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  539. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  540. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  541. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  542. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  543. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  544. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  545. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  546. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  547. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56
  548. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  549. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  550. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  551. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  552. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  553. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  554. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  555. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56
  556. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  557. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  558. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  559. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  560. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  561. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  562. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  563. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@31041899}
  564. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@31041899}
  565. W/ProcessCpuTracker(  424): Skipping unknown process pid 15575
  566. W/ProcessCpuTracker(  424): Skipping unknown process pid 15576
  567. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  568. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  569. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  570. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  571. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  572. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  573. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  574. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  575. W/ProcessCpuTracker(  424): Skipping unknown process pid 15657
  576. W/ProcessCpuTracker(  424): Skipping unknown process pid 15660
  577. W/ProcessCpuTracker(  424): Skipping unknown process pid 15661
  578. V/WindowManager(  424): Adding window Window{fcb5d3a u0 PopupWindow:38b51b30} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  579. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  580. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  581. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  582. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  583. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  584. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  585. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  586. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  587. W/ProcessStats(  424): Time val negative: -6576
  588. W/ProcessStats(  424): Time val negative: -7252
  589. I/ProcessStatsService(  424): Prepared write state in 61ms
  590. I/ProcessStatsService(  424): Prepared write state in 0ms
  591. I/ProcessStatsService(  424): Pruning old procstats: /data/system/procstats/state-2015-04-17-00-27-33.bin.ci
  592. W/ProcessCpuTracker(  424): Skipping unknown process pid 16643
  593. W/ProcessCpuTracker(  424): Skipping unknown process pid 16644
  594. W/ProcessCpuTracker(  424): Skipping unknown process pid 16646
  595. W/ProcessCpuTracker(  424): Skipping unknown process pid 16647
  596. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3bc80df1}
  597. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3bc80df1}
  598. W/ProcessCpuTracker(  424): Skipping unknown process pid 16990
  599. W/ProcessCpuTracker(  424): Skipping unknown process pid 16991
  600. W/ProcessCpuTracker(  424): Skipping unknown process pid 16994
  601. W/ProcessCpuTracker(  424): Skipping unknown process pid 16995
  602. W/ProcessCpuTracker(  424): Skipping unknown process pid 17366
  603. I/ActivityManager(  424): START u0 {act=android.speech.action.RECOGNIZE_SPEECH cmp=com.google.android.googlequicksearchbox/com.google.android.voicesearch.intentapi.IntentApiActivity (has extras)} from uid 10065 on display 0
  604. V/WindowManager(  424): addAppToken: AppWindowToken{1d9ae210 token=Token{15a786d3 ActivityRecord{28ce88c2 u0 com.google.android.googlequicksearchbox/com.google.android.voicesearch.intentapi.IntentApiActivity t159}}} to stack=1 task=159 at 1
  605. V/WindowManager(  424): Adding window Window{74efd4b u0 com.google.android.googlequicksearchbox/com.google.android.voicesearch.intentapi.IntentApiActivity} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  606. E/AndroidRuntime(10923): FATAL EXCEPTION: main
  607. E/AndroidRuntime(10923): Process: com.google.android.googlequicksearchbox:search, PID: 10923
  608. E/AndroidRuntime(10923): java.lang.IllegalStateException: Activity has been destroyed
  609. E/AndroidRuntime(10923):        at android.app.FragmentManagerImpl.enqueueAction(FragmentManager.java:1350)
  610. E/AndroidRuntime(10923):        at android.app.BackStackRecord.commitInternal(BackStackRecord.java:729)
  611. E/AndroidRuntime(10923):        at android.app.BackStackRecord.commit(BackStackRecord.java:705)
  612. E/AndroidRuntime(10923):        at com.google.android.voicesearch.intentapi.a.a(IntentApiActivity.java:118)
  613. E/AndroidRuntime(10923):        at com.google.android.voicesearch.intentapi.a.onSuccess(IntentApiActivity.java:99)
  614. E/AndroidRuntime(10923):        at com.google.android.apps.gsa.shared.util.a.m.run(NamedUiFutureCallback.java:56)
  615. E/AndroidRuntime(10923):        at android.os.Handler.handleCallback(Handler.java:739)
  616. E/AndroidRuntime(10923):        at android.os.Handler.dispatchMessage(Handler.java:95)
  617. E/AndroidRuntime(10923):        at android.os.Looper.loop(Looper.java:135)
  618. E/AndroidRuntime(10923):        at android.app.ActivityThread.main(ActivityThread.java:5289)
  619. E/AndroidRuntime(10923):        at java.lang.reflect.Method.invoke(Native Method)
  620. E/AndroidRuntime(10923):        at java.lang.reflect.Method.invoke(Method.java:372)
  621. E/AndroidRuntime(10923):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
  622. E/AndroidRuntime(10923):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
  623. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@46239a5 attribute=null, token = android.os.BinderProxy@b1e52b6
  624. I/ActivityManager(  424): Process com.google.android.googlequicksearchbox:search (pid 10923) has died
  625. W/ActivityManager(  424): Scheduling restart of crashed service com.google.android.googlequicksearchbox/com.google.android.ssb.service.SsbService in 1000ms
  626. I/ActivityManager(  424): Start proc 17500:com.google.android.googlequicksearchbox:search/u0a22 for service com.google.android.googlequicksearchbox/com.google.android.ssb.service.SsbService
  627. V/WindowManager(  424): Adding window Window{3720234 u0 PopupWindow:20ff726a} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  628. I/ActivityManager(  424): Start proc 17528:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
  629. I/ActivityManager(  424): Killing 14182:com.chrome.beta:sandboxed_process6/u0a65i15 (adj 11): isolated not needed
  630. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_14182/cgroup.procs: No such file or directory
  631. I/ActivityManager(  424): Start proc 17574:com.chrome.beta:sandboxed_process7/u0i16 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
  632. V/WindowManager(  424): Adding window Window{1b333fd7 u0 PopupWindow:1a75445d} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  633. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  634. V/WindowManager(  424): addAppToken: AppWindowToken{28f052cf token=Token{8e3572e ActivityRecord{336e45a9 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  635. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2a8845c attribute=null, token = android.os.BinderProxy@b1e52b6
  636. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  637. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{336e45a9 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  638. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3b06eb19 attribute=android.view.inputmethod.EditorInfo@2be9e7de, token = android.os.BinderProxy@b1e52b6
  639. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/362/index.html flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  640. V/WindowManager(  424): addAppToken: AppWindowToken{1b61e451 token=Token{33361578 ActivityRecord{2a3b46db u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  641. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/362/index.html flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  642. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{2a3b46db u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  643. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@14621b90 attribute=null, token = android.os.BinderProxy@b1e52b6
  644. I/UsageStatsService(  424): User[0] Flushing usage stats to disk
  645. V/WindowManager(  424): Adding window Window{30d6bde3 u0 PopupWindow:1230c528} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  646. W/ActivityManager(  424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
  647. W/ActivityManager(  424): android.os.TransactionTooLargeException
  648. W/ActivityManager(  424):       at android.os.BinderProxy.transactNative(Native Method)
  649. W/ActivityManager(  424):       at android.os.BinderProxy.transact(Binder.java:496)
  650. W/ActivityManager(  424):       at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
  651. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
  652. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
  653. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
  654. W/ActivityManager(  424):       at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
  655. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
  656. W/ActivityManager(  424):       at android.os.Binder.execTransact(Binder.java:446)
  657. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_17574/cgroup.procs: No such file or directory
  658. I/ActivityManager(  424): Process com.chrome.beta:sandboxed_process7 (pid 17574) has died
  659. I/ActivityManager(  424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
  660. W/InputMethodManagerService(  424): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@13b73c4b (uid=10065 pid=10872)
  661. V/WindowManager(  424): Adding window Window{1f44226c u0 Starting com.android.browser} at 5 of 11 (after Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  662. I/ActivityManager(  424): Start proc 17980:com.android.browser/u0a24 for activity com.android.browser/.BrowserActivity
  663. V/WindowManager(  424): Adding window Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity} at 5 of 12 (before Window{1f44226c u0 Starting com.android.browser})
  664. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  665. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  666. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  667. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  668. I/ActivityManager(  424): START u0 {cmp=com.android.browser/.ComboViewActivity (has extras)} from uid 10024 on display 0
  669. V/WindowManager(  424): addAppToken: AppWindowToken{203af459 token=Token{2458c0a0 ActivityRecord{3fee85a3 u0 com.android.browser/.ComboViewActivity t139}}} to stack=1 task=139 at 1
  670. V/WindowManager(  424): Adding window Window{1559d8ff u0 com.android.browser/com.android.browser.ComboViewActivity} at 6 of 12 (after Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
  671. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  672. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  673. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  674. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  675. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  676. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  677. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  678. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  679. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  680. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  681. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  682. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  683. I/ActivityManager(  424): Process com.google.android.partnersetup (pid 17528) has died
  684. I/ActivityManager(  424): Process com.android.deskclock (pid 13667) has died
  685. I/ActivityManager(  424): Process com.google.android.googlequicksearchbox:search (pid 17500) has died
  686. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  687. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  688. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  689. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  690. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  691. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  692. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  693. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  694. I/ActivityManager(  424): Process com.android.email (pid 13786) has died
  695. I/ActivityManager(  424): Process com.google.android.gms (pid 31513) has died
  696. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  697. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  698. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  699. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  700. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  701. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  702. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  703. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  704. I/WindowState(  424): WIN DEATH: Window{3731028e u0 SurfaceView}
  705. I/WindowState(  424): WIN DEATH: Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity}
  706. I/ActivityManager(  424): Process com.chrome.beta (pid 10872) has died
  707. I/ActivityManager(  424): Killing 14061:com.chrome.beta:sandboxed_process5/u0a65i14 (adj 0): isolated not needed
  708. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_14061/cgroup.procs: No such file or directory
  709. I/ActivityManager(  424): Process com.chrome.beta:privileged_process0 (pid 11507) has died
  710. V/WindowManager(  424): Adding window Window{1b0b29e2 u0 SurfaceView} at 3 of 10 (before Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
  711. I/ActivityManager(  424): Start proc 18530:com.chrome.beta/u0a65 for broadcast com.chrome.beta/com.google.ipc.invalidation.ticl.android2.AndroidInternalScheduler$AlarmReceiver
  712. I/ActivityManager(  424): Start proc 18739:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
  713. D/ActivityThread(18739): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  714. D/ActivityThread(18739): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  715. I/ActivityManager(  424): Start proc 18840:com.google.android.gms/u0a16 for service com.google.android.gms/.usagereporting.service.UsageReportingService
  716. W/ResourcesManager(18840): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  717. W/ResourcesManager(18840): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  718. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1190207f}
  719. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1190207f}
  720. I/ActivityManager(  424): Start proc 19622:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
  721. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e7f9cc9}
  722. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e7f9cc9}
  723. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  724. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  725. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  726. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  727. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  728. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  729. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  730. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  731. W/ProcessCpuTracker(  424): Skipping unknown process pid 23397
  732. W/ProcessCpuTracker(  424): Skipping unknown process pid 23398
  733. W/ProcessCpuTracker(  424): Skipping unknown process pid 23400
  734. W/ProcessCpuTracker(  424): Skipping unknown process pid 23401
  735. W/ProcessCpuTracker(  424): Skipping unknown process pid 23402
  736. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  737. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  738. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  739. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  740. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  741. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  742. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  743. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  744. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  745. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  746. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  747. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  748. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  749. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  750. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  751. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  752. D/EdgeGestureTracker(  424): edge gesture timeout: 176
  753. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3bb33b9d attribute=null, token = android.os.BinderProxy@37aa20a5
  754. V/WindowManager(  424): Adding window Window{1595fbe3 u0 SurfaceView} at 3 of 10 (before Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
  755. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@288cf2e6}
  756. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@288cf2e6}
  757. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  758. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  759. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  760. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  761. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  762. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  763. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  764. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  765. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  766. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  767. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  768. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  769. W/ProcessCpuTracker(  424): Skipping unknown process pid 25676
  770. W/ProcessCpuTracker(  424): Skipping unknown process pid 25679
  771. W/ProcessCpuTracker(  424): Skipping unknown process pid 25680
  772. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  773. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  774. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  775. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  776. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  777. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  778. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  779. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  780. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  781. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  782. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  783. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  784. I/ActivityManager(  424): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.Launcher} from uid 1000 on display 0
  785. I/ActivityManager(  424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
  786. W/InputMethodManagerService(  424): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@7beefc9 (uid=10042 pid=1404)
  787. V/WindowManager(  424): Adding window Window{32be304a u0 SurfaceView} at 3 of 10 (before Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
  788. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3087e77}
  789. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3087e77}
  790. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  791. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  792. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  793. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  794. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  795. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  796. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  797. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  798. I/UsageStatsService(  424): User[0] Flushing usage stats to disk
  799. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  800. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  801. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  802. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  803. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  804. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  805. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  806. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  807. D/EdgeGestureTracker(  424): edge gesture timeout: 176
  808. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  809. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  810. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  811. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  812. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  813. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  814. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  815. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  816. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  817. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  818. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  819. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  820. D/EdgeGestureTracker(  424): edge gesture timeout: 176
  821. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  822. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  823. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  824. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  825. I/ActivityManager(  424): Start proc 29534:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
  826. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8b943e8}
  827. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8b943e8}
  828. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  829. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  830. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  831. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  832. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  833. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  834. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  835. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  836. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
  837. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
  838. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  839. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
  840. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  841. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  842. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  843. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
  844. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 101]
  845. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
  846. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
  847. I/EntropyMixer(  424): Writing entropy...
  848. I/ActivityManager(  424): Start proc 31052:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
  849. I/ActivityManager(  424): Start proc 31074:com.google.android.apps.plus/u0a103 for broadcast com.google.android.apps.plus/.service.BatteryReceiver
  850. D/WifiService(  424): New client listening to asynchronous messages
  851. W/ResourcesManager(31074): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
  852. I/ActivityManager(  424): Start proc 31103:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
  853. I/ActivityManager(  424): Start proc 31134:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
  854. I/PowerManagerService(  424): Going to sleep due to power button (uid 1000)...
  855. I/PowerManagerService(  424): Sleeping (uid 1000)...
  856. I/DisplayManagerService(  424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state OFF, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
  857. V/ActivityManager(  424): Display changed displayId=0
  858. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@38e1bb2d}
  859. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@38e1bb2d}
  860. I/ActivityManager(  424): Start proc 31163:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
  861. I/ProcessStatsService(  424): Prepared write state in 4ms
  862. I/ActivityManager(  424): Start proc 31216:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
  863. W/ResourcesManager(31216): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
  864. I/ActivityManager(  424): Start proc 31236:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
  865. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ca7c5f5}
  866. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ca7c5f5}
  867. W/ActivityThread(18840): ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader());
  868. I/ActivityManager(  424): Start proc 31411:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
  869. I/ActivityManager(  424): Start proc 31427:org.mozilla.firefox.UpdateService/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.updater.UpdateService
  870. W/Zygote  (31427): Slow operation: 15888ms so far, now at Zygote.nativeForkAndSpecialize
  871. W/Zygote  (31427): Slow operation: 15892ms so far, now at Zygote.postForkCommon
  872. W/Zygote  (31427): Slow operation: 15893ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  873. W/ActivityThread(31427): ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader());
  874. I/ActivityManager(  424): Start proc 31485:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
  875. I/ActivityManager(  424): Start proc 31506:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
  876. V/BackupManagerService(  424): Running a backup pass
  877. V/BackupManagerService(  424): clearing pending backups
  878. V/PerformBackupTask(  424): Beginning backup of 1 targets
  879. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  880. I/BackupRestoreController(  424): Getting widget state for user: 0
  881. I/PerformBackupTask(  424): no backup data written; not calling transport
  882. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  883. I/ActivityManager(  424): Start proc 31606:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
  884. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  885. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@3f96a77b
  886. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@3e4ef998
  887. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  888. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  889. I/BackupRestoreController(  424): Getting widget state for user: 0
  890. I/PerformBackupTask(  424): no backup data written; not calling transport
  891. I/BackupManagerService(  424): Backup pass finished.
  892. I/ActivityManager(  424): Killing 18530:com.chrome.beta/u0a65 (adj 15): empty #17
  893. I/ActivityManager(  424): Start proc 31869:com.google.android.videos/u0a106 for broadcast com.google.android.videos/.pinning.TransferService$AlarmReceiver
  894. W/ResourcesManager(31869): Asset path '/system/framework/com.google.widevine.software.drm.jar' does not exist or contains no resources.
  895. W/ResourcesManager(18840): Asset path '/system/framework/com.google.widevine.software.drm.jar' does not exist or contains no resources.
  896. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  897. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  898. I/ValidateNoPeople(  424): final affinity: 0.0
  899. I/ActivityManager(  424): Killing 31052:com.estrongs.android.pop/u0a96 (adj 15): empty #17
  900. I/libprocessgroup(  424): Killing pid 31081 in uid 10096 as part of process group 31052
  901. I/libprocessgroup(  424): Killing pid 31081 in uid 10096 as part of process group 31052
  902. I/libprocessgroup(  424): Killing pid 31081 in uid 10096 as part of process group 31052
  903. I/libprocessgroup(  424): Killing pid 31081 in uid 10096 as part of process group 31052
  904. I/libprocessgroup(  424): Killing pid 31081 in uid 10096 as part of process group 31052
  905. E/WifiService(  424): Multicaster binderDied
  906. D/WifiService(  424): Client connection lost with reason: 4
  907. I/ActivityManager(  424): Start proc 31970:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 for service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
  908. W/ActivityThread(31970): ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader());
  909. I/ActivityManager(  424): Process mobi.mgeek.TunnyBrowser:DolphinNotification (pid 31970) has died
  910. I/ActivityManager(  424): Killing 31103:android.process.media/u0a4 (adj 15): empty #17
  911. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
  912. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
  913. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  914. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  915. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  916. I/ValidateNoPeople(  424): final affinity: 0.0
  917. I/ActivityManager(  424): Idle maintenance over +5h2m27s38ms low RAM for +3h20m26s737ms
  918. I/MountService(  424): Running fstrim idle maintenance
  919. I/MountServiceIdler(  424): Got mount service completion callback
  920. I/fstrim  (  137): Starting fstrim work...
  921. I/fstrim  (  137): Invoking FITRIM ioctl on /data
  922. E/fstrim  (  137): FITRIM ioctl failed on /data (error 95/Operation not supported on transport endpoint)
  923. I/fstrim  (  137): Invoking FITRIM ioctl on /data
  924. E/fstrim  (  137): FITRIM ioctl failed on /data (error 95/Operation not supported on transport endpoint)
  925. I/fstrim  (  137): Invoking FITRIM ioctl on /cache
  926. I/fstrim  (  137): Trimmed 213909504 bytes on /cache
  927. I/fstrim  (  137): Invoking FITRIM ioctl on /cache
  928. I/fstrim  (  137): Trimmed 213909504 bytes on /cache
  929. E/fstrim  (  137): Cannot stat mount point none
  930. I/fstrim  (  137): Finished fstrim work.
  931. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  932. I/ValidateNoPeople(  424): final affinity: 0.0
  933. I/ActivityManager(  424): Start proc 32266:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
  934. I/ActivityManager(  424): Killing 31163:com.google.android.partnersetup/u0a19 (adj 15): empty #17
  935. W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  936. W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  937. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c7341d5}
  938. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c7341d5}
  939. V/BackupManagerService(  424): Running a backup pass
  940. V/BackupManagerService(  424): clearing pending backups
  941. V/PerformBackupTask(  424): Beginning backup of 1 targets
  942. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  943. I/BackupRestoreController(  424): Getting widget state for user: 0
  944. I/PerformBackupTask(  424): no backup data written; not calling transport
  945. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  946. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  947. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@937eebf
  948. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@1e49098c
  949. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  950. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  951. I/BackupRestoreController(  424): Getting widget state for user: 0
  952. I/PerformBackupTask(  424): no backup data written; not calling transport
  953. I/BackupManagerService(  424): Backup pass finished.
  954. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  955. I/ValidateNoPeople(  424): final affinity: 0.0
  956. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37ae3d5a}
  957. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37ae3d5a}
  958. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
  959. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
  960. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  961. W/ActivityManager(  424): SLOW OOM ADJ: 354ms for pid 1115 = 1
  962. W/ActivityManager(  424): SLOW OOM ADJ: 375ms for pid 1115 = 1
  963. I/BackupManagerService(  424): Beginning scheduled full backup operation
  964. I/PFTBT   (  424): Initiating full-data transport backup of org.mozilla.firefox
  965. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  966. I/BackupManagerService(  424): Beginning scheduled full backup operation
  967. I/PFTBT   (  424): Initiating full-data transport backup of com.amuzo.herofactory.invasionfrombelow
  968. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  969. I/BackupManagerService(  424): Beginning scheduled full backup operation
  970. I/PFTBT   (  424): Initiating full-data transport backup of com.publicstuff.new_york_ny
  971. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  972. I/BackupManagerService(  424): Beginning scheduled full backup operation
  973. I/PFTBT   (  424): Initiating full-data transport backup of com.estrongs.android.taskmanager
  974. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  975. W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  976. W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  977. W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  978. W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  979. W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  980. W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  981. W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  982. W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  983. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  984. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  985. I/ValidateNoPeople(  424): final affinity: 0.0
  986. I/BackupManagerService(  424): Beginning scheduled full backup operation
  987. I/PFTBT   (  424): Initiating full-data transport backup of com.avg.zen
  988. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  989. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  990. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  991. I/ValidateNoPeople(  424): final affinity: 0.0
  992. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  993. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|363843079|null|10035
  994. I/ValidateNoPeople(  424): final affinity: 0.0
  995. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  996. I/ValidateNoPeople(  424): final affinity: 0.0
  997. I/BackupManagerService(  424): Beginning scheduled full backup operation
  998. I/PFTBT   (  424): Initiating full-data transport backup of com.nyc.buildings
  999. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1000. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16208d03}
  1001. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16208d03}
  1002. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1003. I/PFTBT   (  424): Initiating full-data transport backup of com.quickoffice.android
  1004. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1005. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1006. I/PFTBT   (  424): Initiating full-data transport backup of com.merriamwebster
  1007. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1008. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1009. I/PFTBT   (  424): Initiating full-data transport backup of com.twopersonstudio.games.bigbigbig2
  1010. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1011. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1012. I/PFTBT   (  424): Initiating full-data transport backup of uk.co.aifactory.chessfree
  1013. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1014. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1015. I/PFTBT   (  424): Initiating full-data transport backup of com.socialnmobile.colordict
  1016. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1017. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1018. I/PFTBT   (  424): Initiating full-data transport backup of com.google.android.apps.hangoutsdialer
  1019. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1020. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1021. I/PFTBT   (  424): Initiating full-data transport backup of tv.pps.tpad
  1022. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1023. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1024. I/PFTBT   (  424): Initiating full-data transport backup of com.antivirus
  1025. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1026. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1027. I/PFTBT   (  424): Initiating full-data transport backup of com.antutu.CpuMasterFree
  1028. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1029. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1030. I/PFTBT   (  424): Initiating full-data transport backup of com.lego.starwars.theyodachronicles
  1031. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1032. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1033. I/PFTBT   (  424): Initiating full-data transport backup of com.aldiko.android
  1034. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1035. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1036. I/PFTBT   (  424): Initiating full-data transport backup of net.hciilab.scutgPen.IME
  1037. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1038. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1039. I/PFTBT   (  424): Initiating full-data transport backup of com.wb.speedorz
  1040. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1041. I/BackupManagerService(  424): Beginning scheduled full backup operation
  1042. I/PFTBT   (  424): Initiating full-data transport backup of com.estrongs.android.pop
  1043. I/PFTBT   (  424): Transport failed; aborting backup: -1000
  1044. V/BackupManagerService(  424): Running a backup pass
  1045. V/BackupManagerService(  424): clearing pending backups
  1046. V/PerformBackupTask(  424): Beginning backup of 1 targets
  1047. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  1048. I/BackupRestoreController(  424): Getting widget state for user: 0
  1049. I/PerformBackupTask(  424): no backup data written; not calling transport
  1050. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  1051. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  1052. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@2dffbd96
  1053. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@39ab9d17
  1054. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  1055. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  1056. I/BackupRestoreController(  424): Getting widget state for user: 0
  1057. I/PerformBackupTask(  424): no backup data written; not calling transport
  1058. I/BackupManagerService(  424): Backup pass finished.
  1059. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1060. I/ValidateNoPeople(  424): final affinity: 0.0
  1061. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1062. I/ValidateNoPeople(  424): final affinity: 0.0
  1063. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@192bcdc9}
  1064. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@192bcdc9}
  1065. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
  1066. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
  1067. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  1068. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1069. I/ValidateNoPeople(  424): final affinity: 0.0
  1070. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1071. I/ValidateNoPeople(  424): final affinity: 0.0
  1072. W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  1073. W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  1074. W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  1075. W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  1076. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aed0bd}
  1077. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aed0bd}
  1078. V/BackupManagerService(  424): Running a backup pass
  1079. V/BackupManagerService(  424): clearing pending backups
  1080. V/PerformBackupTask(  424): Beginning backup of 1 targets
  1081. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  1082. I/BackupRestoreController(  424): Getting widget state for user: 0
  1083. I/PerformBackupTask(  424): no backup data written; not calling transport
  1084. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  1085. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  1086. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@3f61883f
  1087. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@13c4650c
  1088. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  1089. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  1090. I/BackupRestoreController(  424): Getting widget state for user: 0
  1091. I/PerformBackupTask(  424): no backup data written; not calling transport
  1092. I/BackupManagerService(  424): Backup pass finished.
  1093. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1094. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  1095. I/ValidateNoPeople(  424): final affinity: 0.0
  1096. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1097. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|363843079|null|10035
  1098. I/ValidateNoPeople(  424): final affinity: 0.0
  1099. W/ActivityManager(  424): SLOW OOM ADJ: 4951ms for pid 31134 = 13
  1100. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1101. I/ValidateNoPeople(  424): final affinity: 0.0
  1102. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1103. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  1104. I/ValidateNoPeople(  424): final affinity: 0.0
  1105. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1d84d77d}
  1106. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1d84d77d}
  1107. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
  1108. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
  1109. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  1110. I/UsageStatsService(  424): User[0] Flushing usage stats to disk
  1111. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1112. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-771408561|null|10035
  1113. I/ValidateNoPeople(  424): final affinity: 0.0
  1114. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1115. I/ValidateNoPeople(  424): final affinity: 0.0
  1116. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1117. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  1118. I/ValidateNoPeople(  424): final affinity: 0.0
  1119. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1120. I/ValidateNoPeople(  424): final affinity: 0.0
  1121. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1122. I/ValidateNoPeople(  424): final affinity: 0.0
  1123. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1124. I/ValidateNoPeople(  424): final affinity: 0.0
  1125. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1126. I/ValidateNoPeople(  424): final affinity: 0.0
  1127. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1128. I/ValidateNoPeople(  424): final affinity: 0.0
  1129. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1130. I/ValidateNoPeople(  424): final affinity: 0.0
  1131. I/ActivityManager(  424): Start proc 2197:com.chrome.beta/u0a65 for service com.chrome.beta/com.google.android.apps.chrome.omaha.OmahaClient
  1132. I/ActivityManager(  424): Killing 31236:com.android.calendar/u0a26 (adj 15): empty #17
  1133. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c46b705}
  1134. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c46b705}
  1135. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1136. I/ValidateNoPeople(  424): final affinity: 0.0
  1137. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1138. I/ValidateNoPeople(  424): final affinity: 0.0
  1139. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1140. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  1141. I/ValidateNoPeople(  424): final affinity: 0.0
  1142. V/BackupManagerService(  424): Running a backup pass
  1143. V/BackupManagerService(  424): clearing pending backups
  1144. V/PerformBackupTask(  424): Beginning backup of 1 targets
  1145. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  1146. I/BackupRestoreController(  424): Getting widget state for user: 0
  1147. I/PerformBackupTask(  424): no backup data written; not calling transport
  1148. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  1149. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  1150. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@22d4a42a
  1151. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@10ae21b
  1152. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  1153. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  1154. I/BackupRestoreController(  424): Getting widget state for user: 0
  1155. I/PerformBackupTask(  424): no backup data written; not calling transport
  1156. I/BackupManagerService(  424): Backup pass finished.
  1157. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1158. I/ValidateNoPeople(  424): final affinity: 0.0
  1159. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1160. I/ValidateNoPeople(  424): final affinity: 0.0
  1161. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1162. I/ValidateNoPeople(  424): final affinity: 0.0
  1163. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1164. I/ValidateNoPeople(  424): final affinity: 0.0
  1165. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1166. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|363843079|null|10035
  1167. I/ValidateNoPeople(  424): final affinity: 0.0
  1168. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1169. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  1170. I/ValidateNoPeople(  424): final affinity: 0.0
  1171. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
  1172. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
  1173. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  1174. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e2b70f8}
  1175. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e2b70f8}
  1176. I/ActivityManager(  424): Start proc 2604:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 for service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
  1177. W/ActivityThread( 2604): ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader());
  1178. I/ActivityManager(  424): Process mobi.mgeek.TunnyBrowser:DolphinNotification (pid 2604) has died
  1179. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1180. I/ValidateNoPeople(  424): final affinity: 0.0
  1181. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1182. I/ValidateNoPeople(  424): final affinity: 0.0
  1183. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1184. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  1185. I/ValidateNoPeople(  424): final affinity: 0.0
  1186. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@144e5691}
  1187. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@144e5691}
  1188. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1189. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  1190. I/ValidateNoPeople(  424): final affinity: 0.0
  1191. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1192. I/ValidateNoPeople(  424): final affinity: 0.0
  1193. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1194. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-771408561|null|10035
  1195. I/ValidateNoPeople(  424): final affinity: 0.0
  1196. W/ActivityManager(  424): SLOW OOM ADJ: 30339ms for pid 18739 = 5
  1197. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1198. I/ValidateNoPeople(  424): final affinity: 0.0
  1199. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1200. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|363843079|null|10035
  1201. I/ValidateNoPeople(  424): final affinity: 0.0
  1202. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1203. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  1204. I/ValidateNoPeople(  424): final affinity: 0.0
  1205. W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  1206. W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  1207. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3958e566}
  1208. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3958e566}
  1209. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1210. I/ValidateNoPeople(  424): final affinity: 0.0
  1211. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1212. I/ValidateNoPeople(  424): final affinity: 0.0
  1213. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1214. I/ValidateNoPeople(  424): final affinity: 0.0
  1215. D/ConnectivityService(  424): reportBadNetwork(NetworkAgentInfo [WIFI () - 101]) by 10016
  1216. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED
  1217. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 101] got DISCONNECTED, was satisfying 2
  1218. D/ConnectivityService(  424): notifyType LOST for NetworkAgentInfo [WIFI () - 101]
  1219. D/CSLegacyTypeTracker(  424): Sending disconnected broadcast for type 1 NetworkAgentInfo [WIFI () - 101] isDefaultNetwork=true
  1220. D/ConnectivityService(  424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
  1221. D/ConnectivityService(  424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
  1222. D/ConnectivityService(  424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
  1223. D/ConnectivityService(  424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
  1224. D/ConnectivityService(  424): Checking for replacement network to handle request NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
  1225. E/ConnectivityService(  424): EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent
  1226. D/ConnectivityService(  424): setProvNotificationVisibleIntent: E visible=false networkType=0 extraInfo=null
  1227. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  1228. I/ActivityManager(  424): Start proc 3086:mobi.mgeek.TunnyBrowser/u0a83 for broadcast mobi.mgeek.TunnyBrowser/com.dolphin.browser.downloads.DownloadReceiver
  1229. W/ActivityThread( 3086): ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader());
  1230. I/ActivityManager(  424): Start proc 3110:com.boatgo.browser/u0a105 for broadcast com.boatgo.browser/.download.DownloadReceiver
  1231. I/ActivityManager(  424): Killing 31134:com.google.android.googlequicksearchbox:search/u0a22 (adj 15): empty #17
  1232. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 14270) has died
  1233. I/ActivityManager(  424): Process com.boatgo.browser (pid 3110) has died
  1234. I/ActivityManager(  424): Start proc 3139:com.boatgo.browser:bdservice_v1/u0a105 for broadcast com.boatgo.browser/com.baidu.android.pushservice.PushServiceReceiver
  1235. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3139) has died
  1236. I/ActivityManager(  424): Start proc 3159:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1237. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3159) has died
  1238. I/ActivityManager(  424): Start proc 3181:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1239. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3181) has died
  1240. I/ActivityManager(  424): Start proc 3204:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1241. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3204) has died
  1242. I/ActivityManager(  424): Start proc 3226:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1243. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3226) has died
  1244. I/ActivityManager(  424): Start proc 3252:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1245. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3252) has died
  1246. I/ActivityManager(  424): Start proc 3273:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1247. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3273) has died
  1248. I/ActivityManager(  424): Start proc 3294:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1249. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3294) has died
  1250. I/ActivityManager(  424): Start proc 3317:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1251. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3317) has died
  1252. I/ActivityManager(  424): Start proc 3339:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1253. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3339) has died
  1254. I/ActivityManager(  424): Start proc 3360:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1255. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3360) has died
  1256. I/ActivityManager(  424): Start proc 3382:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1257. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3382) has died
  1258. D/ConnectivityService(  424): Failed to find a new network - expiring NetTransition Wakelock
  1259. W/ActivityManager(  424): SLOW OOM ADJ: 3397ms for pid 31427 = 13
  1260. W/ActivityManager(  424): Slow operation: 3398ms so far, now at getContentProviderImpl: after updateOomAdj
  1261. W/ActivityManager(  424): Slow operation: 3449ms so far, now at getContentProviderImpl: done!
  1262. I/ActivityManager(  424): Start proc 3402:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1263. W/Zygote  ( 3402): Slow operation: 12333ms so far, now at Zygote.nativeForkAndSpecialize
  1264. W/Zygote  ( 3402): Slow operation: 12338ms so far, now at Zygote.postForkCommon
  1265. W/Zygote  ( 3402): Slow operation: 12338ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  1266. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3402) has died
  1267. I/ActivityManager(  424): Start proc 3425:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1268. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3425) has died
  1269. I/ActivityManager(  424): Start proc 3446:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1270. V/BackupManagerService(  424): Running a backup pass
  1271. V/BackupManagerService(  424): clearing pending backups
  1272. V/PerformBackupTask(  424): Beginning backup of 1 targets
  1273. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  1274. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3446) has died
  1275. I/BackupRestoreController(  424): Getting widget state for user: 0
  1276. I/PerformBackupTask(  424): no backup data written; not calling transport
  1277. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  1278. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  1279. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@67cbf21
  1280. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@39df9f46
  1281. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  1282. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  1283. I/BackupRestoreController(  424): Getting widget state for user: 0
  1284. I/PerformBackupTask(  424): no backup data written; not calling transport
  1285. I/BackupManagerService(  424): Backup pass finished.
  1286. I/ActivityManager(  424): Start proc 3470:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1287. W/Zygote  ( 3470): Slow operation: 161470ms so far, now at Zygote.callPostForkChildHooks
  1288. W/Zygote  ( 3470): Slow operation: 161539ms so far, now at Zygote.nativeForkAndSpecialize
  1289. W/Zygote  ( 3470): Slow operation: 161542ms so far, now at Zygote.postForkCommon
  1290. W/Zygote  ( 3470): Slow operation: 161543ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  1291. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3470) has died
  1292. I/ActivityManager(  424): Start proc 3493:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1293. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3493) has died
  1294. I/ActivityManager(  424): Start proc 3518:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1295. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2f022c9}
  1296. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3518) has died
  1297. I/ActivityManager(  424): Start proc 3539:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1298. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2f022c9}
  1299. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3539) has died
  1300. I/ActivityManager(  424): Start proc 3560:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1301. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3560) has died
  1302. I/ActivityManager(  424): Start proc 3582:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1303. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3582) has died
  1304. I/ActivityManager(  424): Start proc 3602:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1305. W/Zygote  ( 3602): Slow operation: 200963ms so far, now at Zygote.nativeForkAndSpecialize
  1306. W/Zygote  ( 3602): Slow operation: 200966ms so far, now at Zygote.postForkCommon
  1307. W/Zygote  ( 3602): Slow operation: 200967ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  1308. W/ActivityManager(  424): SLOW OOM ADJ: 397ms for pid 18840 = 9
  1309. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3602) has died
  1310. I/ActivityManager(  424): Start proc 3624:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1311. W/Zygote  ( 3624): Slow operation: 147695ms so far, now at Zygote.nativeForkAndSpecialize
  1312. W/Zygote  ( 3624): Slow operation: 147699ms so far, now at Zygote.postForkCommon
  1313. W/Zygote  ( 3624): Slow operation: 147700ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  1314. I/ProcessStatsService(  424): Prepared write state in 17ms
  1315. I/ProcessStatsService(  424): Prepared write state in 0ms
  1316. I/ProcessStatsService(  424): Prepared write state in 0ms
  1317. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3624) has died
  1318. I/ProcessStatsService(  424): Pruning old procstats: /data/system/procstats/state-2015-04-17-00-35-04.bin.ci
  1319. I/ActivityManager(  424): Start proc 3646:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1320. W/Zygote  ( 3646): Slow operation: 101700ms so far, now at Zygote.nativeForkAndSpecialize
  1321. W/Zygote  ( 3646): Slow operation: 101703ms so far, now at Zygote.postForkCommon
  1322. W/Zygote  ( 3646): Slow operation: 101703ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  1323. W/ActivityManager(  424): SLOW OOM ADJ: 333ms for pid 3646 = 0
  1324. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3646) has died
  1325. I/ActivityManager(  424): Start proc 3667:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1326. W/Zygote  ( 3667): Slow operation: 186002ms so far, now at Zygote.nativeForkAndSpecialize
  1327. W/Zygote  ( 3667): Slow operation: 186005ms so far, now at Zygote.postForkCommon
  1328. W/Zygote  ( 3667): Slow operation: 186006ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  1329. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3667) has died
  1330. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@382ea88d}
  1331. I/ActivityManager(  424): Start proc 3692:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1332. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@382ea88d}
  1333. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3692) has died
  1334. I/ActivityManager(  424): Start proc 3715:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1335. W/Zygote  ( 3715): Slow operation: 54929ms so far, now at Zygote.nativeForkAndSpecialize
  1336. W/Zygote  ( 3715): Slow operation: 54932ms so far, now at Zygote.postForkCommon
  1337. W/Zygote  ( 3715): Slow operation: 54932ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  1338. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3715) has died
  1339. W/ActivityManager(  424): Scheduling restart of crashed service com.boatgo.browser/com.baidu.android.pushservice.PushService in 1000ms
  1340. I/ActivityManager(  424): Start proc 3741:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1341. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3741) has died
  1342. I/ActivityManager(  424): Start proc 3759:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1343. W/Zygote  ( 3759): Slow operation: 120172ms so far, now at Zygote.nativeForkAndSpecialize
  1344. W/Zygote  ( 3759): Slow operation: 120175ms so far, now at Zygote.postForkCommon
  1345. W/Zygote  ( 3759): Slow operation: 120175ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  1346. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3759) has died
  1347. I/ActivityManager(  424): Start proc 3781:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1348. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3781) has died
  1349. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@271465f0}
  1350. I/ActivityManager(  424): Start proc 3800:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1351. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3800) has died
  1352. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@271465f0}
  1353. I/ActivityManager(  424): Start proc 3820:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1354. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3820) has died
  1355. I/ActivityManager(  424): Start proc 3841:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1356. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3841) has died
  1357. I/ActivityManager(  424): Start proc 3865:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1358. W/Zygote  ( 3865): Slow operation: 82810ms so far, now at Zygote.nativeForkAndSpecialize
  1359. W/Zygote  ( 3865): Slow operation: 82814ms so far, now at Zygote.postForkCommon
  1360. W/Zygote  ( 3865): Slow operation: 82815ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  1361. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3865) has died
  1362. I/ActivityManager(  424): Start proc 3887:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1363. W/Zygote  ( 3887): Slow operation: 151877ms so far, now at Zygote.nativeForkAndSpecialize
  1364. W/Zygote  ( 3887): Slow operation: 151880ms so far, now at Zygote.postForkCommon
  1365. W/Zygote  ( 3887): Slow operation: 151880ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  1366. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3887) has died
  1367. I/ActivityManager(  424): Start proc 3908:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1368. V/BackupManagerService(  424): Running a backup pass
  1369. V/BackupManagerService(  424): clearing pending backups
  1370. V/PerformBackupTask(  424): Beginning backup of 1 targets
  1371. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  1372. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3908) has died
  1373. I/BackupRestoreController(  424): Getting widget state for user: 0
  1374. I/PerformBackupTask(  424): no backup data written; not calling transport
  1375. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  1376. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  1377. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@1e354f5f
  1378. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@1d5bedac
  1379. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  1380. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  1381. I/BackupRestoreController(  424): Getting widget state for user: 0
  1382. I/PerformBackupTask(  424): no backup data written; not calling transport
  1383. I/BackupManagerService(  424): Backup pass finished.
  1384. I/ActivityManager(  424): Start proc 3930:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1385. W/Zygote  ( 3930): Slow operation: 462901ms so far, now at Zygote.nativeForkAndSpecialize
  1386. W/Zygote  ( 3930): Slow operation: 462904ms so far, now at Zygote.postForkCommon
  1387. W/Zygote  ( 3930): Slow operation: 462904ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  1388. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3930) has died
  1389. W/ActivityManager(  424): Scheduling restart of crashed service com.boatgo.browser/com.baidu.android.pushservice.PushService in 1000ms
  1390. W/ActivityManager(  424): SLOW OOM ADJ: 101043ms for pid 31869 = 15
  1391. I/BatteryStatsImpl(  424): Resetting battery stats: level=100 status=5 dischargeLevel=100 lowAmount=18 highAmount=19
  1392. I/PowerManagerService(  424): Waking up from sleep (uid 1000)...
  1393. I/DisplayPowerController(  424): Blocking screen on until initial contents have been drawn.
  1394. I/DisplayManagerService(  424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state ON, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
  1395. I/ActivityManager(  424): Start proc 3956:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1396. V/ActivityManager(  424): Display changed displayId=0
  1397. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3956) has died
  1398. I/DisplayPowerController(  424): Unblocked screen on after 547 ms
  1399. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3ace7529}
  1400. I/ActivityManager(  424): Start proc 3981:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1401. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 3981) has died
  1402. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3ace7529}
  1403. I/ActivityManager(  424): Start proc 4000:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1404. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 4000) has died
  1405. I/ActivityManager(  424): Start proc 4019:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
  1406. I/ActivityManager(  424): Start proc 4039:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
  1407. I/ActivityManager(  424): Killing 31427:org.mozilla.firefox.UpdateService/u0a87 (adj 15): empty #17
  1408. I/ActivityManager(  424): Start proc 4083:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1409. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 4083) has died
  1410. I/ActivityManager(  424): Killing 31606:com.google.android.googlequicksearchbox/u0a22 (adj 15): empty #17
  1411. I/ActivityManager(  424): Start proc 4138:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1412. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 4138) has died
  1413. I/ActivityManager(  424): Start proc 4165:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
  1414. I/ActivityManager(  424): Start proc 4199:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1415. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 4199) has died
  1416. I/ActivityManager(  424): Start proc 4386:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1417. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 4386) has died
  1418. I/ActivityManager(  424): Process com.google.android.gms.wearable (pid 12926) has died
  1419. W/ActivityManager(  424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
  1420. I/ActivityManager(  424): Start proc 4405:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
  1421. W/ResourcesManager( 4405): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  1422. W/ResourcesManager( 4405): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  1423. I/ActivityManager(  424): Start proc 4434:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1424. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 4434) has died
  1425. I/ActivityManager(  424): Start proc 4648:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1426. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 4648) has died
  1427. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1bed43da attribute=null, token = android.os.BinderProxy@37aa20a5
  1428. I/ActivityManager(  424): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from uid 10012 on display 0
  1429. V/WindowManager(  424): addAppToken: AppWindowToken{50b3901 token=Token{26f20ee8 ActivityRecord{34e800b u0 com.android.settings/.Settings t186}}} to stack=1 task=186 at 0
  1430. I/ActivityManager(  424): Start proc 4803:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1431. V/WindowManager(  424): Adding window Window{133da17e u0 Starting com.android.settings} at 4 of 10 (after Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
  1432. I/ActivityManager(  424): Start proc 4822:com.android.settings/1000 for activity com.android.settings/.Settings
  1433. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 4803) has died
  1434. V/WindowManager(  424): Adding window Window{31ff8fc7 u0 com.android.settings/com.android.settings.Settings} at 4 of 11 (before Window{133da17e u0 Starting com.android.settings})
  1435. I/ActivityManager(  424): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  1436. V/WindowManager(  424): addAppToken: AppWindowToken{157bb6de token=Token{11929619 ActivityRecord{3126d160 u0 com.android.settings/.SubSettings t186}}} to stack=1 task=186 at 1
  1437. D/WifiService(  424): New client listening to asynchronous messages
  1438. V/WindowManager(  424): Adding window Window{3f9107bc u0 com.android.settings/com.android.settings.SubSettings} at 5 of 11 (after Window{31ff8fc7 u0 com.android.settings/com.android.settings.Settings})
  1439. I/ActivityManager(  424): Start proc 4866:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1440. I/ActivityManager(  424): Process com.boatgo.browser:bdservice_v1 (pid 4866) has died
  1441. V/WindowManager(  424): not Base app: Adding window Window{79d4d43 u0 RCN} at 6 of 12
  1442. E/WiFiServiceImpl (  424): CONNECT  nid=0 uid=1000
  1443. D/WifiService(  424): Connect with networkId0
  1444. D/ConnectivityService(  424): registerNetworkAgent NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTING/CONNECTING, reason: (unspecified), extra: "RCN", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]}  network{null}  lp{{InterfaceName: wlan0 LinkAddresses: [fe80::21d:feff:feee:210e/64,]  Routes: [] DnsAddresses: [] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}}  nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]}  Score{20}  everValidated{false}  lastValidated{false}  created{false}  explicitlySelected{false} }
  1445. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING
  1446. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1447. I/ActivityManager(  424): Start proc 4947:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
  1448. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  1449. D/ConnectivityService(  424): Adding iface wlan0 to network 102
  1450. E/ConnectivityService(  424): Unexpected mtu value: 0, wlan0
  1451. D/ConnectivityService(  424): Adding Route [fe80::/64 -> :: wlan0] to network 102
  1452. D/ConnectivityService(  424): Adding Route [192.168.1.0/24 -> 0.0.0.0 wlan0] to network 102
  1453. D/ConnectivityService(  424): Adding Route [0.0.0.0/0 -> 192.168.1.1 wlan0] to network 102
  1454. D/ConnectivityService(  424): Setting Dns servers for network 102 to [/192.168.1.1]
  1455. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
  1456. D/ConnectivityService(  424): notifyType PRECHECK for NetworkAgentInfo [WIFI () - 102]
  1457. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1458. D/ConnectivityService(  424):    accepting network in place of null
  1459. D/ConnectivityService(  424): Switching to new default network: NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "RCN", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false]}  network{102}  lp{{InterfaceName: wlan0 LinkAddresses: [192.168.1.106/24,]  Routes: [fe80::/64 -> :: wlan0,192.168.1.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 192.168.1.1 wlan0,] DnsAddresses: [192.168.1.1,] Domains:  MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}}  nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]}  Score{100}  everValidated{false}  lastValidated{false}  created{true}  explicitlySelected{true} }
  1460. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1461. D/CSLegacyTypeTracker(  424): Sending connected broadcast for type 1 NetworkAgentInfo [WIFI () - 102] isDefaultNetwork=true
  1462. D/ConnectivityService(  424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
  1463. D/ConnectivityService(  424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
  1464. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
  1465. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
  1466. D/WifiService(  424): New client listening to asynchronous messages
  1467. I/ActivityManager(  424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
  1468. D/ConnectivityService(  424): setProvNotificationVisibleIntent: E visible=false networkType=0 extraInfo=null
  1469. D/ConnectivityService(  424): Validated NetworkAgentInfo [WIFI () - 102]
  1470. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1471. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1472. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1473. D/ConnectivityService(  424): sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION
  1474. D/ConnectivityService(  424): reportBadNetwork(NetworkAgentInfo [WIFI () - 102]) by 10016
  1475. D/ConnectivityService(  424): setProvNotificationVisibleIntent: E visible=false networkType=0 extraInfo=null
  1476. D/ConnectivityService(  424): Validated NetworkAgentInfo [WIFI () - 102]
  1477. I/ActivityManager(  424): Start proc 5000:com.boatgo.browser/u0a105 for broadcast com.boatgo.browser/.download.DownloadReceiver
  1478. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  1479. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  1480. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1481. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1482. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1483. I/ActivityManager(  424): Process com.boatgo.browser (pid 5000) has died
  1484. I/ActivityManager(  424): Killing 4822:com.android.settings/1000 (adj 9): remove task
  1485. I/WindowState(  424): WIN DEATH: Window{31ff8fc7 u0 com.android.settings/com.android.settings.Settings}
  1486. D/WifiService(  424): Client connection lost with reason: 4
  1487. I/WindowState(  424): WIN DEATH: Window{3f9107bc u0 com.android.settings/com.android.settings.SubSettings}
  1488. D/TaskPersister(  424): removeObsoleteFile: deleting file=186_task.xml
  1489. D/TaskPersister(  424): removeObsoleteFile: deleting file=186_task_thumbnail.png
  1490. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1491. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-771408561|null|10035
  1492. I/ValidateNoPeople(  424): final affinity: 0.0
  1493. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1494. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|363843079|null|10035
  1495. I/ValidateNoPeople(  424): final affinity: 0.0
  1496. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  1497. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  1498. I/ValidateNoPeople(  424): final affinity: 0.0
  1499. I/ActivityManager(  424): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.Launcher} from uid 1000 on display 0
  1500. I/ActivityManager(  424): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.chrome.beta/com.google.android.apps.chrome.Main bnds=[585,633][708,715] (has extras)} from uid 10042 on display 0
  1501. W/BroadcastQueue(  424): Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=1404, uid=10042) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.googlequicksearchbox/com.google.android.search.core.icingsync.ApplicationLaunchReceiver
  1502. W/BroadcastQueue(  424): Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.search.core.icingsync.ApplicationLaunchReceiver requires com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.android.launcher3 (uid 10042)
  1503. V/WindowManager(  424): Adding window Window{250c8cf4 u0 Starting com.chrome.beta} at 4 of 10 (after Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
  1504. V/WindowManager(  424): Adding window Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity} at 4 of 11 (before Window{250c8cf4 u0 Starting com.chrome.beta})
  1505. V/WindowManager(  424): Adding window Window{19d618db u0 SurfaceView} at 4 of 12 (before Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  1506. I/ActivityManager(  424): Start proc 5431:com.chrome.beta:sandboxed_process0/u0i17 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService0
  1507. I/ActivityManager(  424): Start proc 5467:com.chrome.beta:privileged_process0/u0a65 for service com.chrome.beta/org.chromium.content.app.PrivilegedProcessService0
  1508. I/ActivityManager(  424): Process com.google.android.apps.genie.geniewidget (pid 31485) has died
  1509. I/ActivityManager(  424): Process com.google.android.videos (pid 31869) has died
  1510. I/ActivityManager(  424): Process org.mozilla.firefox (pid 31411) has died
  1511. I/ActivityManager(  424): Start proc 5524:com.chrome.beta:sandboxed_process1/u0i18 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService1
  1512. I/ActivityManager(  424): Process com.glu.flc2 (pid 31506) has died
  1513. E/WifiService(  424): Multicaster binderDied
  1514. D/WifiService(  424): Client connection lost with reason: 4
  1515. I/ActivityManager(  424): Process com.android.deskclock (pid 19622) has died
  1516. I/libprocessgroup(  424): Killing pid 4196 in uid 10096 as part of process group 4165
  1517. I/libprocessgroup(  424): Killing pid 4196 in uid 10096 as part of process group 4165
  1518. I/libprocessgroup(  424): Killing pid 4196 in uid 10096 as part of process group 4165
  1519. I/libprocessgroup(  424): Killing pid 4196 in uid 10096 as part of process group 4165
  1520. I/ActivityManager(  424): Process com.estrongs.android.pop (pid 4165) has died
  1521. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_5524/cgroup.procs: No such file or directory
  1522. I/ActivityManager(  424): Process com.chrome.beta:sandboxed_process1 (pid 5524) has died
  1523. W/ActivityManager(  424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService1 in 1000ms
  1524. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=content://com.android.email.provider/uifolder/74?appVersion=7008110 typ=application/email-ls flg=0x1000c000 cmp=com.android.email/com.android.email2.ui.MailActivityEmail (has extras)} from uid 10035 on display 0
  1525. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@5e22405 attribute=null, token = android.os.BinderProxy@3d28868c
  1526. V/WindowManager(  424): addAppToken: AppWindowToken{38cc4b68 token=Token{1c71de8b ActivityRecord{9210c5a u0 com.android.email/com.android.email2.ui.MailActivityEmail t187}}} to stack=1 task=187 at 0
  1527. V/WindowManager(  424): Adding window Window{2ba59403 u0 Starting com.android.email} at 6 of 12 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  1528. V/WindowManager(  424): Adding window Window{33634e61 u0 com.android.email/com.android.email2.ui.MailActivityEmail} at 6 of 13 (before Window{2ba59403 u0 Starting com.android.email})
  1529. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1530. I/ValidateNoPeople(  424): final affinity: 0.0
  1531. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1532. I/ValidateNoPeople(  424): final affinity: 0.0
  1533. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1534. I/ValidateNoPeople(  424): final affinity: 0.0
  1535. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1536. I/ValidateNoPeople(  424): final affinity: 0.0
  1537. I/ActivityManager(  424): Start proc 5806:com.chrome.beta:sandboxed_process2/u0i19 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService2
  1538. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_5806/cgroup.procs: No such file or directory
  1539. I/ActivityManager(  424): Process com.chrome.beta:sandboxed_process2 (pid 5806) has died
  1540. W/ActivityManager(  424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService2 in 1000ms
  1541. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1542. I/ValidateNoPeople(  424): final affinity: 0.0
  1543. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  1544. I/ValidateNoPeople(  424): final affinity: 0.0
  1545. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@341cbf4d attribute=null, token = android.os.BinderProxy@3db19dc8
  1546. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=content://com.android.email.provider/uifolder/79?appVersion=7008110 typ=application/email-ls flg=0x1000c000 cmp=com.android.email/com.android.email2.ui.MailActivityEmail (has extras)} from uid 10035 on display 0
  1547. V/WindowManager(  424): addAppToken: AppWindowToken{46cf550 token=Token{2774df13 ActivityRecord{35151a02 u0 com.android.email/com.android.email2.ui.MailActivityEmail t187}}} to stack=1 task=187 at 1
  1548. V/WindowManager(  424): Adding window Window{21e71d8b u0 Starting com.android.email} at 7 of 13 (after Window{33634e61 u0 com.android.email/com.android.email2.ui.MailActivityEmail})
  1549. V/WindowManager(  424): Adding window Window{37247c5f u0 com.android.email/com.android.email2.ui.MailActivityEmail} at 7 of 14 (before Window{21e71d8b u0 Starting com.android.email})
  1550. I/ActivityManager(  424): Start proc 5972:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
  1551. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1552. I/ValidateNoPeople(  424): final affinity: 0.0
  1553. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1b517e1a attribute=null, token = android.os.BinderProxy@2eaeecfe
  1554. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=content://com.android.email.provider/uifolder/64?appVersion=7008110 typ=application/email-ls flg=0x1000c000 cmp=com.android.email/com.android.email2.ui.MailActivityEmail (has extras)} from uid 10035 on display 0
  1555. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@32541096 attribute=null, token = android.os.BinderProxy@2eaeecfe
  1556. V/WindowManager(  424): addAppToken: AppWindowToken{11e009ed token=Token{353d2004 ActivityRecord{34dcf417 u0 com.android.email/com.android.email2.ui.MailActivityEmail t187}}} to stack=1 task=187 at 1
  1557. V/WindowManager(  424): Adding window Window{8566b9c u0 Starting com.android.email} at 7 of 13 (after Window{37247c5f u0 com.android.email/com.android.email2.ui.MailActivityEmail})
  1558. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-771408561|null|10035
  1559. I/ValidateNoPeople(  424): final affinity: 0.0
  1560. V/WindowManager(  424): Adding window Window{6789da0 u0 com.android.email/com.android.email2.ui.MailActivityEmail} at 7 of 14 (before Window{8566b9c u0 Starting com.android.email})
  1561. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@21a43d0b attribute=null, token = android.os.BinderProxy@2b5fb6a3
  1562. I/ActivityManager(  424): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.Launcher} from uid 1000 on display 0
  1563. I/ActivityManager(  424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
  1564. W/InputMethodManagerService(  424): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@7beefc9 (uid=10042 pid=1404)
  1565. I/ActivityManager(  424): Killing 18739:com.android.email/u0a35 (adj 9): remove task
  1566. I/WindowState(  424): WIN DEATH: Window{6789da0 u0 com.android.email/com.android.email2.ui.MailActivityEmail}
  1567. D/TaskPersister(  424): removeObsoleteFile: deleting file=187_task.xml
  1568. D/TaskPersister(  424): removeObsoleteFile: deleting file=187_task_thumbnail.png
  1569. I/ActivityManager(  424): Start proc 6358:com.chrome.beta:sandboxed_process3/u0i20 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService3
  1570. I/ActivityManager(  424): Process android.process.media (pid 32266) has died
  1571. I/ActivityManager(  424): Process com.google.android.partnersetup (pid 4039) has died
  1572. V/WindowManager(  424): Adding window Window{20c2eb9a u0 PopupWindow:cff3e16} at 6 of 12 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  1573. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  1574. V/WindowManager(  424): addAppToken: AppWindowToken{3b6b53f2 token=Token{19c0eafd ActivityRecord{41f9b54 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  1575. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1f72aa43 attribute=null, token = android.os.BinderProxy@3d28868c
  1576. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  1577. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{41f9b54 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  1578. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@32953fd8 attribute=null, token = android.os.BinderProxy@3d28868c
  1579. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/18628/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  1580. V/WindowManager(  424): addAppToken: AppWindowToken{334bb352 token=Token{933abdd ActivityRecord{355353b4 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  1581. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/18628/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  1582. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{355353b4 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  1583. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@10457995 attribute=null, token = android.os.BinderProxy@3d28868c
  1584. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1585. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1586. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1587. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1588. I/ActivityManager(  424): Start proc 6532:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
  1589. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  1590. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1591. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1592. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1593. D/ActivityThread( 6532): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  1594. D/ActivityThread( 6532): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  1595. D/ActivityThread( 6532): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  1596. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8f39b22}
  1597. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8f39b22}
  1598. I/ActivityManager(  424): Process mobi.mgeek.TunnyBrowser (pid 3086) has died
  1599. I/ActivityManager(  424): Process com.google.android.apps.plus (pid 31074) has died
  1600. V/WindowManager(  424): Adding window Window{1d4e18 u0 PopupWindow:2fc3a61f} at 6 of 12 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  1601. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  1602. V/WindowManager(  424): addAppToken: AppWindowToken{2aa3c830 token=Token{3289b173 ActivityRecord{38ca39e2 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  1603. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@13db0ca9 attribute=null, token = android.os.BinderProxy@3d28868c
  1604. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  1605. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{38ca39e2 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  1606. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2fb7dbeb attribute=null, token = android.os.BinderProxy@3d28868c
  1607. I/ActivityManager(  424): Process android.process.acore (pid 29534) has died
  1608. I/ActivityManager(  424): Start proc 6718:com.chrome.beta:sandboxed_process4/u0i21 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService4
  1609. I/ActivityManager(  424): Start proc 6738:com.chrome.beta:sandboxed_process5/u0i22 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService5
  1610. I/ActivityManager(  424): Killing 6718:com.chrome.beta:sandboxed_process4/u0a65i21 (adj 0): isolated not needed
  1611. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_6718/cgroup.procs: No such file or directory
  1612. I/ActivityManager(  424): Killing 6358:com.chrome.beta:sandboxed_process3/u0a65i20 (adj 11): isolated not needed
  1613. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_6358/cgroup.procs: No such file or directory
  1614. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/17319/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  1615. V/WindowManager(  424): addAppToken: AppWindowToken{2a39abcb token=Token{359ec69a ActivityRecord{15b55f45 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  1616. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.uukanshu.com/b/17319/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  1617. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{15b55f45 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  1618. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2e71c943 attribute=null, token = android.os.BinderProxy@3d28868c
  1619. I/ActivityManager(  424): Start proc 6791:com.chrome.beta:sandboxed_process6/u0i23 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService6
  1620. W/ActivityManager(  424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService5
  1621. W/ActivityManager(  424): android.os.TransactionTooLargeException
  1622. W/ActivityManager(  424):       at android.os.BinderProxy.transactNative(Native Method)
  1623. W/ActivityManager(  424):       at android.os.BinderProxy.transact(Binder.java:496)
  1624. W/ActivityManager(  424):       at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
  1625. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
  1626. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
  1627. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
  1628. W/ActivityManager(  424):       at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
  1629. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
  1630. W/ActivityManager(  424):       at android.os.Binder.execTransact(Binder.java:446)
  1631. I/ActivityManager(  424): Killing 6738:com.chrome.beta:sandboxed_process5/u0a65i22 (adj 11): isolated not needed
  1632. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_6738/cgroup.procs: No such file or directory
  1633. I/ActivityManager(  424): Process com.android.deskclock (pid 5972) has died
  1634. I/ActivityManager(  424): Process com.android.providers.calendar (pid 31216) has died
  1635. I/ActivityManager(  424): Process com.android.email (pid 6532) has died
  1636. I/WindowState(  424): WIN DEATH: Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity}
  1637. I/ActivityManager(  424): Process com.android.browser (pid 17980) has died
  1638. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1639. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1640. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1641. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1642. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1643. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1644. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1645. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1646. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1647. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1648. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1649. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1650. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1651. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1652. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1653. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1654. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  1655. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1656. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1657. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1658. I/ActivityManager(  424): Start proc 7366:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
  1659. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1660. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1661. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1662. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1663. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  1664. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1665. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1666. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1667. W/ProcessCpuTracker(  424): Skipping unknown process pid 7636
  1668. W/ProcessCpuTracker(  424): Skipping unknown process pid 7637
  1669. W/ProcessCpuTracker(  424): Skipping unknown process pid 7639
  1670. W/ProcessCpuTracker(  424): Skipping unknown process pid 7640
  1671. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  1672. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1673. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1674. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1675. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  1676. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1677. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1678. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1679. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1680. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1681. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1682. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1683. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  1684. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1685. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1686. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1687. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1688. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1689. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1690. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1691. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1692. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1693. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1694. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1695. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1696. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1697. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1698. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1699. I/ActivityManager(  424): Start proc 7964:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
  1700. W/ProcessCpuTracker(  424): Skipping unknown process pid 7994
  1701. W/ProcessCpuTracker(  424): Skipping unknown process pid 7995
  1702. W/ProcessCpuTracker(  424): Skipping unknown process pid 7996
  1703. W/ProcessCpuTracker(  424): Skipping unknown process pid 7997
  1704. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1705. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1706. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1707. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1708. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1709. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1710. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1711. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1712. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1713. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1714. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1715. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1716. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1717. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1718. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1719. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1720. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1721. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1722. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1723. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1724. I/ActivityManager(  424): Start proc 8167:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
  1725. W/ResourcesManager( 8167): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
  1726. I/ActivityManager(  424): Start proc 8197:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
  1727. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1728. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1729. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1730. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1731. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1732. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1733. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1734. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1735. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3b8fa95f}
  1736. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3b8fa95f}
  1737. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1738. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1739. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1740. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1741. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1742. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1743. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1744. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1745. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1746. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1747. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1748. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1749. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1750. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1751. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1752. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1753. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1754. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1755. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1756. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1757. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1758. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1759. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1760. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1761. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1762. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1763. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1764. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1765. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  1766. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1767. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1768. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1769. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  1770. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1771. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1772. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1773. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1774. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1775. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1776. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1777. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1778. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1779. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1780. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1781. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1782. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1783. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1784. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1785. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  1786. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1787. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1788. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1789. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  1790. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1791. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1792. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1793. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1794. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1795. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1796. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1797. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  1798. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1799. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1800. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1801. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1802. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1803. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1804. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1805. I/ActivityManager(  424): Start proc 9265:com.chrome.beta:sandboxed_process7/u0i24 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
  1806. V/WindowManager(  424): Adding window Window{288ab9c4 u0 PopupWindow:30e41115} at 5 of 11 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  1807. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  1808. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1809. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1810. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1811. V/WindowManager(  424): Adding window Window{b79a9c7 u0 PopupWindow:31d96ee8} at 6 of 12 (after Window{288ab9c4 u0 PopupWindow:30e41115})
  1812. W/ActivityManager(  424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService6
  1813. W/ActivityManager(  424): android.os.TransactionTooLargeException
  1814. W/ActivityManager(  424):       at android.os.BinderProxy.transactNative(Native Method)
  1815. W/ActivityManager(  424):       at android.os.BinderProxy.transact(Binder.java:496)
  1816. W/ActivityManager(  424):       at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
  1817. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
  1818. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
  1819. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
  1820. W/ActivityManager(  424):       at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
  1821. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
  1822. W/ActivityManager(  424):       at android.os.Binder.execTransact(Binder.java:446)
  1823. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_6791/cgroup.procs: No such file or directory
  1824. I/ActivityManager(  424): Process com.chrome.beta:sandboxed_process6 (pid 6791) has died
  1825. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1826. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1827. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1828. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1829. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  1830. V/WindowManager(  424): addAppToken: AppWindowToken{c1164d5 token=Token{1ad0f58c ActivityRecord{3c7c0abf u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  1831. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1df04ea attribute=null, token = android.os.BinderProxy@3d28868c
  1832. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  1833. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{3c7c0abf u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  1834. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4274742 attribute=null, token = android.os.BinderProxy@3d28868c
  1835. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1836. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1837. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1838. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1839. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/290/index.html flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  1840. V/WindowManager(  424): addAppToken: AppWindowToken{3c7f97a7 token=Token{14b3c866 ActivityRecord{161158c1 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  1841. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/290/index.html flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  1842. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{161158c1 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  1843. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@de97e3e attribute=null, token = android.os.BinderProxy@3d28868c
  1844. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  1845. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1846. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1847. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1848. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1849. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1850. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1851. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1852. V/WindowManager(  424): Adding window Window{2702db4d u0 PopupWindow:32910d56} at 5 of 11 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  1853. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  1854. V/WindowManager(  424): addAppToken: AppWindowToken{18b535a token=Token{25fd2705 ActivityRecord{34c6a27c u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  1855. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2d54198b attribute=null, token = android.os.BinderProxy@3d28868c
  1856. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  1857. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1858. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1859. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1860. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=chrome-native://bookmarks/ flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  1861. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{34c6a27c u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  1862. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@320e31bd attribute=null, token = android.os.BinderProxy@3d28868c
  1863. I/ActivityManager(  424): Start proc 9477:com.chrome.beta:sandboxed_process8/u0i25 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService8
  1864. I/ActivityManager(  424): Start proc 9493:com.chrome.beta:sandboxed_process9/u0i26 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService9
  1865. I/ActivityManager(  424): Killing 9477:com.chrome.beta:sandboxed_process8/u0a65i25 (adj 0): isolated not needed
  1866. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_9477/cgroup.procs: No such file or directory
  1867. W/ActivityManager(  424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
  1868. W/ActivityManager(  424): android.os.TransactionTooLargeException
  1869. W/ActivityManager(  424):       at android.os.BinderProxy.transactNative(Native Method)
  1870. W/ActivityManager(  424):       at android.os.BinderProxy.transact(Binder.java:496)
  1871. W/ActivityManager(  424):       at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
  1872. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
  1873. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
  1874. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
  1875. W/ActivityManager(  424):       at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
  1876. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
  1877. W/ActivityManager(  424):       at android.os.Binder.execTransact(Binder.java:446)
  1878. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_9265/cgroup.procs: No such file or directory
  1879. I/ActivityManager(  424): Process com.chrome.beta:sandboxed_process7 (pid 9265) has died
  1880. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1881. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1882. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1883. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1884. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/362/index.html flg=0x10000000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity (has extras)} from uid 10065 on display 0
  1885. V/WindowManager(  424): addAppToken: AppWindowToken{363c0147 token=Token{259f5486 ActivityRecord{3fc10161 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159}}} to stack=1 task=159 at 1
  1886. I/ActivityManager(  424): START u0 {act=android.intent.action.VIEW dat=http://www.qirebook.com/files/article/html/0/362/index.html flg=0x14002000 pkg=com.chrome.beta cmp=com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity (has extras)} from uid 10065 on display 0
  1887. W/ActivityManager(  424): Duplicate finish request for ActivityRecord{3fc10161 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
  1888. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1341d23f attribute=null, token = android.os.BinderProxy@3d28868c
  1889. I/ActivityManager(  424): Start proc 9543:com.chrome.beta:sandboxed_process10/u0i27 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService10
  1890. W/ActivityManager(  424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService9
  1891. W/ActivityManager(  424): android.os.TransactionTooLargeException
  1892. W/ActivityManager(  424):       at android.os.BinderProxy.transactNative(Native Method)
  1893. W/ActivityManager(  424):       at android.os.BinderProxy.transact(Binder.java:496)
  1894. W/ActivityManager(  424):       at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
  1895. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
  1896. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
  1897. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
  1898. W/ActivityManager(  424):       at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
  1899. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
  1900. W/ActivityManager(  424):       at android.os.Binder.execTransact(Binder.java:446)
  1901. I/ActivityManager(  424): Killing 9493:com.chrome.beta:sandboxed_process9/u0a65i26 (adj 9): isolated not needed
  1902. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_9493/cgroup.procs: No such file or directory
  1903. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  1904. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1905. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1906. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1907. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1908. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1909. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1910. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1911. V/WindowManager(  424): Adding window Window{25f7cd07 u0 PopupWindow:1c93709a} at 5 of 11 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  1912. W/ActivityManager(  424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService10
  1913. W/ActivityManager(  424): android.os.TransactionTooLargeException
  1914. W/ActivityManager(  424):       at android.os.BinderProxy.transactNative(Native Method)
  1915. W/ActivityManager(  424):       at android.os.BinderProxy.transact(Binder.java:496)
  1916. W/ActivityManager(  424):       at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
  1917. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
  1918. W/ActivityManager(  424):       at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
  1919. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
  1920. W/ActivityManager(  424):       at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
  1921. W/ActivityManager(  424):       at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
  1922. W/ActivityManager(  424):       at android.os.Binder.execTransact(Binder.java:446)
  1923. W/libprocessgroup(  424): failed to open /acct/uid_10065/pid_9543/cgroup.procs: No such file or directory
  1924. I/ActivityManager(  424): Process com.chrome.beta:sandboxed_process10 (pid 9543) has died
  1925. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1926. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1927. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1928. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1929. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1930. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1931. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1932. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1933. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1934. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1935. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1936. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1937. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  1938. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1939. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1940. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1941. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1c5f7cc4}
  1942. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1c5f7cc4}
  1943. W/ProcessCpuTracker(  424): Skipping unknown process pid 10070
  1944. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  1945. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1946. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1947. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1948. I/ActivityManager(  424): Start proc 11013:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
  1949. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  1950. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  1951. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  1952. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  1953. I/PowerManagerService(  424): Going to sleep due to screen timeout (uid 1000)...
  1954. I/PowerManagerService(  424): Sleeping (uid 1000)...
  1955. I/DisplayManagerService(  424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state OFF, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
  1956. V/ActivityManager(  424): Display changed displayId=0
  1957. W/ProcessCpuTracker(  424): Skipping unknown process pid 11512
  1958. W/ProcessCpuTracker(  424): Skipping unknown process pid 11513
  1959. W/ProcessCpuTracker(  424): Skipping unknown process pid 11515
  1960. W/ProcessCpuTracker(  424): Skipping unknown process pid 11516
  1961. W/ActivityManager(  424): SLOW OOM ADJ: 5849ms for pid 1115 = 1
  1962. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@19641bda}
  1963. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@19641bda}
  1964. I/ActivityManager(  424): Start proc 11569:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
  1965. I/UsageStatsService(  424): User[0] Flushing usage stats to disk
  1966. I/ActivityManager(  424): Start proc 11613:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/com.google.android.apps.moviemaker.service.PluggedInAnalyzerService
  1967. I/ActivityManager(  424): Start proc 11622:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
  1968. W/ResourcesManager(11613): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
  1969. I/ActivityManager(  424): Start proc 11657:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
  1970. W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  1971. W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  1972. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a8713c}
  1973. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a8713c}
  1974. I/ActivityManager(  424): Start proc 11693:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
  1975. I/PowerManagerService(  424): Waking up from sleep (uid 1000)...
  1976. I/DisplayPowerController(  424): Blocking screen on until initial contents have been drawn.
  1977. I/DisplayManagerService(  424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state ON, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
  1978. V/ActivityManager(  424): Display changed displayId=0
  1979. I/DisplayPowerController(  424): Unblocked screen on after 192 ms
  1980. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17ff5067}
  1981. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17ff5067}
  1982. E/ActivityThread(  942): Service com.google.android.gms.auth.trustagent.GoogleTrustAgent has leaked IntentReceiver com.google.android.gms.auth.trustagent.trustlet.z@29b6cd85 that was originally registered here. Are you missing a call to unregisterReceiver()?
  1983. E/ActivityThread(  942): android.app.IntentReceiverLeaked: Service com.google.android.gms.auth.trustagent.GoogleTrustAgent has leaked IntentReceiver com.google.android.gms.auth.trustagent.trustlet.z@29b6cd85 that was originally registered here. Are you missing a call to unregisterReceiver()?
  1984. E/ActivityThread(  942):        at android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:904)
  1985. E/ActivityThread(  942):        at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:705)
  1986. E/ActivityThread(  942):        at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1660)
  1987. E/ActivityThread(  942):        at android.app.ContextImpl.registerReceiver(ContextImpl.java:1640)
  1988. E/ActivityThread(  942):        at android.app.ContextImpl.registerReceiver(ContextImpl.java:1634)
  1989. E/ActivityThread(  942):        at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:495)
  1990. E/ActivityThread(  942):        at com.google.android.gms.auth.trustagent.trustlet.aw.b(SourceFile:127)
  1991. E/ActivityThread(  942):        at com.google.android.gms.auth.trustagent.trustlet.bh.a(SourceFile:167)
  1992. E/ActivityThread(  942):        at com.google.android.gms.auth.trustagent.trustlet.bk.d(SourceFile:261)
  1993. E/ActivityThread(  942):        at com.google.android.gms.auth.trustagent.GoogleTrustAgent.onCreate(SourceFile:70)
  1994. E/ActivityThread(  942):        at android.app.ActivityThread.handleCreateService(ActivityThread.java:2792)
  1995. E/ActivityThread(  942):        at android.app.ActivityThread.access$1900(ActivityThread.java:154)
  1996. E/ActivityThread(  942):        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1404)
  1997. E/ActivityThread(  942):        at android.os.Handler.dispatchMessage(Handler.java:102)
  1998. E/ActivityThread(  942):        at android.os.Looper.loop(Looper.java:135)
  1999. E/ActivityThread(  942):        at android.app.ActivityThread.main(ActivityThread.java:5289)
  2000. E/ActivityThread(  942):        at java.lang.reflect.Method.invoke(Native Method)
  2001. E/ActivityThread(  942):        at java.lang.reflect.Method.invoke(Method.java:372)
  2002. E/ActivityThread(  942):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
  2003. E/ActivityThread(  942):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
  2004. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@78ed05b attribute=android.view.inputmethod.EditorInfo@3caca0f8, token = android.os.BinderProxy@7d94437
  2005. I/ActivityManager(  424): Start proc 11965:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
  2006. D/WifiService(  424): New client listening to asynchronous messages
  2007. W/ProcessCpuTracker(  424): Skipping unknown process pid 12148
  2008. W/ProcessCpuTracker(  424): Skipping unknown process pid 12149
  2009. W/ProcessCpuTracker(  424): Skipping unknown process pid 12151
  2010. W/ProcessCpuTracker(  424): Skipping unknown process pid 12152
  2011. W/ProcessCpuTracker(  424): Skipping unknown process pid 12153
  2012. W/ProcessCpuTracker(  424): Skipping unknown process pid 12374
  2013. W/ProcessCpuTracker(  424): Skipping unknown process pid 12375
  2014. W/ProcessCpuTracker(  424): Skipping unknown process pid 12377
  2015. W/ProcessCpuTracker(  424): Skipping unknown process pid 12378
  2016. W/ProcessCpuTracker(  424): Skipping unknown process pid 12379
  2017. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1cb441ce}
  2018. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1cb441ce}
  2019. I/ProcessStatsService(  424): Prepared write state in 14ms
  2020. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@66af537}
  2021. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@66af537}
  2022. W/ProcessCpuTracker(  424): Skipping unknown process pid 16244
  2023. W/ProcessCpuTracker(  424): Skipping unknown process pid 16245
  2024. W/ProcessCpuTracker(  424): Skipping unknown process pid 16472
  2025. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34f9c575}
  2026. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34f9c575}
  2027. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  2028. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  2029. V/BackupManagerService(  424): Running a backup pass
  2030. V/BackupManagerService(  424): clearing pending backups
  2031. V/PerformBackupTask(  424): Beginning backup of 1 targets
  2032. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  2033. I/BackupRestoreController(  424): Getting widget state for user: 0
  2034. I/PerformBackupTask(  424): no backup data written; not calling transport
  2035. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  2036. I/ActivityManager(  424): Start proc 17329:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
  2037. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  2038. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@c327d40
  2039. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@33290479
  2040. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  2041. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  2042. I/BackupRestoreController(  424): Getting widget state for user: 0
  2043. I/PerformBackupTask(  424): no backup data written; not calling transport
  2044. I/BackupManagerService(  424): Backup pass finished.
  2045. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2046. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2047. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2048. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2049. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2050. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2051. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2052. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2053. I/ActivityManager(  424): Killing 8197:com.android.calendar/u0a26 (adj 15): empty for 1804s
  2054. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@226de2cb}
  2055. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@226de2cb}
  2056. I/UsageStatsService(  424): User[0] Flushing usage stats to disk
  2057. I/EntropyMixer(  424): Writing entropy...
  2058. I/PowerManagerService(  424): Going to sleep due to screen timeout (uid 1000)...
  2059. I/PowerManagerService(  424): Sleeping (uid 1000)...
  2060. I/DisplayManagerService(  424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state OFF, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
  2061. V/ActivityManager(  424): Display changed displayId=0
  2062. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@332082bf}
  2063. W/ActivityManager(  424): Activity pause timeout for ActivityRecord{245cf6bc u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity t159}
  2064. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@332082bf}
  2065. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
  2066. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
  2067. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  2068. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  2069. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|363843079|null|10035
  2070. I/ValidateNoPeople(  424): final affinity: 0.0
  2071. W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  2072. W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  2073. W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  2074. W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  2075. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  2076. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  2077. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  2078. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  2079. W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  2080. W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  2081. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  2082. I/ValidateNoPeople(  424): final affinity: 0.0
  2083. W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  2084. W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  2085. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2dfe467c}
  2086. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2dfe467c}
  2087. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  2088. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  2089. I/BatteryStatsImpl(  424): Resetting battery stats: level=97 status=2 dischargeLevel=97 lowAmount=16 highAmount=17
  2090. I/PowerManagerService(  424): Waking up from sleep (uid 1000)...
  2091. I/DisplayPowerController(  424): Blocking screen on until initial contents have been drawn.
  2092. I/DisplayManagerService(  424): Display device changed: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1024 x 768, 59.0 fps, supportedRefreshRates [59.0], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17949152, touch INTERNAL, rotation 0, type BUILT_IN, state ON, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
  2093. V/ActivityManager(  424): Display changed displayId=0
  2094. I/DisplayPowerController(  424): Unblocked screen on after 343 ms
  2095. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6bd98ff}
  2096. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6bd98ff}
  2097. I/ActivityManager(  424): START u0 {act=com.android.systemui.recents.SHOW_RECENTS flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10012 on display 0
  2098. V/WindowManager(  424): Adding window Window{cb8ca97 u0 Starting com.android.browser} at 5 of 11 (after Window{3f8821d5 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity})
  2099. I/ActivityManager(  424): Start proc 20447:com.android.browser/u0a24 for activity com.android.browser/.BrowserActivity
  2100. V/WindowManager(  424): Adding window Window{1fcbe2dd u0 com.android.browser/com.android.browser.BrowserActivity} at 5 of 12 (before Window{cb8ca97 u0 Starting com.android.browser})
  2101. I/ActivityManager(  424): Process com.google.android.gms.wearable (pid 4405) has died
  2102. W/ActivityManager(  424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
  2103. I/ActivityManager(  424): Process com.google.android.googlequicksearchbox (pid 17329) has died
  2104. I/ActivityManager(  424): Start proc 20812:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
  2105. W/ResourcesManager(20812): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  2106. W/ResourcesManager(20812): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  2107. I/ActivityManager(  424): Process android.process.media (pid 11657) has died
  2108. I/ActivityManager(  424): Process org.mozilla.firefox (pid 11569) has died
  2109. I/EntropyMixer(  424): Writing entropy...
  2110. I/ActivityManager(  424): Process com.android.providers.calendar (pid 8167) has died
  2111. I/ActivityManager(  424): Process com.google.android.apps.genie.geniewidget (pid 11622) has died
  2112. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dc7d251}
  2113. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dc7d251}
  2114. E/libprocessgroup(  424): failed to kill 1 processes for processgroup 11613
  2115. I/ActivityManager(  424): Process com.google.android.apps.plus (pid 11613) has died
  2116. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2117. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2118. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2119. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2120. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2121. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2122. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2123. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2124. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2125. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2126. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2127. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2128. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2129. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2130. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2131. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2132. V/BackupManagerService(  424): Running a backup pass
  2133. V/BackupManagerService(  424): clearing pending backups
  2134. V/PerformBackupTask(  424): Beginning backup of 1 targets
  2135. D/PerformBackupTask(  424): invokeAgentForBackup on @pm@
  2136. I/BackupRestoreController(  424): Getting widget state for user: 0
  2137. I/PerformBackupTask(  424): no backup data written; not calling transport
  2138. D/PerformBackupTask(  424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
  2139. I/ActivityManager(  424): Start proc 21179:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
  2140. D/BackupManagerService(  424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
  2141. D/BackupManagerService(  424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@34318467
  2142. I/BackupManagerService(  424): got agent android.app.IBackupAgent$Stub$Proxy@1e16f214
  2143. D/PerformBackupTask(  424): invokeAgentForBackup on com.google.android.googlequicksearchbox
  2144. D/BackupManagerService(  424): Now staging backup of com.google.android.googlequicksearchbox
  2145. I/BackupRestoreController(  424): Getting widget state for user: 0
  2146. I/PerformBackupTask(  424): no backup data written; not calling transport
  2147. I/BackupManagerService(  424): Backup pass finished.
  2148. I/ProcessStatsService(  424): Prepared write state in 8ms
  2149. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2150. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2151. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2152. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2153. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2154. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2155. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2156. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2157. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24563d3}
  2158. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24563d3}
  2159. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2160. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2161. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2162. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2163. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2164. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2165. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2166. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2167. W/ActivityManager(  424): SLOW OOM ADJ: 859ms for pid 7366 = 1
  2168. W/ActivityManager(  424): Slow operation: 1651ms so far, now at getContentProviderImpl: after updateOomAdj
  2169. W/ActivityManager(  424): Slow operation: 1704ms so far, now at getContentProviderImpl: done!
  2170. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2171. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2172. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2173. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2174. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2175. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2176. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2177. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2178. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  2179. I/ValidateNoPeople(  424): final affinity: 0.0
  2180. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
  2181. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
  2182. D/ConnectivityService(  424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
  2183. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2184. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2185. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2186. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2187. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2188. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2189. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2190. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2191. I/ActivityManager(  424): Start proc 21284:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/.service.EsSyncAdapterService
  2192. I/ActivityManager(  424): Process android.process.acore (pid 7964) has died
  2193. W/ResourcesManager(21284): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
  2194. I/ActivityManager(  424): Start proc 21302:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
  2195. I/ActivityManager(  424): Start proc 21324:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
  2196. E/WifiService(  424): Multicaster binderDied
  2197. I/libprocessgroup(  424): Killing pid 11989 in uid 10096 as part of process group 11965
  2198. I/libprocessgroup(  424): Killing pid 11989 in uid 10096 as part of process group 11965
  2199. I/libprocessgroup(  424): Killing pid 11989 in uid 10096 as part of process group 11965
  2200. I/libprocessgroup(  424): Killing pid 11989 in uid 10096 as part of process group 11965
  2201. I/libprocessgroup(  424): Killing pid 11989 in uid 10096 as part of process group 11965
  2202. D/WifiService(  424): Client connection lost with reason: 4
  2203. I/ActivityManager(  424): Process com.estrongs.android.pop (pid 11965) has died
  2204. I/ActivityManager(  424): Process com.glu.flc2 (pid 11693) has died
  2205. I/ActivityManager(  424): Process com.android.deskclock (pid 11013) has died
  2206. I/ActivityManager(  424): Process com.google.android.googlequicksearchbox:search (pid 4019) has died
  2207. I/ActivityManager(  424): Process com.google.android.googlequicksearchbox (pid 21179) has died
  2208. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2209. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2210. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2211. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2212. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2213. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2214. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2215. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2216. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2217. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2218. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2219. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2220. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2221. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2222. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2223. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2224. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  2225. I/UsageStatsService(  424): User[0] Flushing usage stats to disk
  2226. E/NetdConnector(  424): NDC Command {1374 bandwidth gettetherstats} took too long (1842ms)
  2227. W/BackupManagerService(  424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
  2228. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@155b9e81}
  2229. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@155b9e81}
  2230. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2231. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2232. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2233. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2234. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2235. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2236. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2237. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2238. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2239. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2240. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2241. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2242. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2243. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2244. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2245. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2246. --------- beginning of main
  2247. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2248. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  2249. I/Exchange(27503): PSS syncStart for account acct:3
  2250. I/Exchange(27503): PSS adding account state for acct:3
  2251. I/Exchange(27503): PSS syncEnd for account acct:3
  2252. I/Exchange(27503): PSS push enabled is unknown
  2253. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  2254. I/Exchange(27503): Ping task starting for 3
  2255. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  2256. I/Exchange(27503): PSS syncStart for account acct:3
  2257. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  2258. I/Exchange(27503): Interrupt with reason 1
  2259. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  2260. I/Exchange(27503): Ping task ending with status: -1
  2261. I/Exchange(27503): PSS pingEnd for account 3
  2262. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  2263. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2264. E/Exchange(27503): Exception while handling response
  2265. E/Exchange(27503): java.io.IOException
  2266. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  2267. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  2268. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  2269. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  2270. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  2271. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  2272. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  2273. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  2274. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  2275. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  2276. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  2277. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  2278. I/Exchange(27503): Fatal result -4 on syncMailbox
  2279. I/Exchange(27503): PSS syncEnd for account acct:3
  2280. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  2281. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  2282. I/Exchange(27503): PSS removing account state for acct:3
  2283. I/art     (  424): Background sticky concurrent mark sweep GC freed 34859(1753KB) AllocSpace objects, 5(80KB) LOS objects, 9% free, 17MB/19MB, paused 7.568ms total 82.366ms
  2284. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135347445, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  2285. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2286. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2287. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2288. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2289. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2290. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2291. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2292. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2293. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2294. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2295. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  2296. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2297. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2298. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2299. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2300. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2301. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2302. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2303. I/wpa_supplicant(  627): wlan0: CTRL-EVENT-DISCONNECTED bssid=68:1c:a2:00:fb:80 reason=3
  2304. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2305. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2306. E/WifiStateMachine(  424): CMD_AUTO_ROAM sup state ScanState my state ConnectedState nid=0 config "RCN"WPA_PSK roam=1 to any targetRoamBSSID any
  2307. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2308. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2309. I/wpa_supplicant(  627): wlan0: Trying to associate with SSID 'RCN'
  2310. E/WifiStateMachine(  424): WifiStateMachine: Leaving Connected state
  2311. E/WifiStateMachine(  424): Start Roam Watchdog 1
  2312. I/wpa_supplicant(  627): wlan0: Associated with 68:1c:a2:00:fb:80
  2313. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2314. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  2315. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2316. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2317. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2318. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  2319. I/wpa_supplicant(  627): wlan0: Associated with 68:1c:a2:00:fb:80
  2320. I/wpa_supplicant(  627): wlan0: WPA: Key negotiation completed with 68:1c:a2:00:fb:80 [PTK=CCMP GTK=CCMP]
  2321. I/wpa_supplicant(  627): wlan0: CTRL-EVENT-CONNECTED - Connection to 68:1c:a2:00:fb:80 completed [id=0 id_str=]
  2322. E/WifiStateMachine(  424): WifiStateMachine: Leaving Roaming state
  2323. E/WifiConfigStore(  424): saveWifiConfigBSSID Setting BSSID for "RCN"WPA_PSK to any
  2324. E/wifi_gbk2utf(  424): g_pItemList is NULL
  2325. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2326. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2327. E/WifiStateMachine(  424): Start Dhcp Watchdog 4
  2328. E/native  (  424): do suspend false
  2329. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2330. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2331. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2332. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2333. E/WifiStateMachine(  424): Unexpected BatchedScanResults :OK
  2334. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2335. I/dhcpcd  (21515): sending signal 14 to pid 4919
  2336. I/dhcpcd  ( 4919): received SIGALRM, renewing
  2337. I/dhcpcd  ( 4919): wlan0: renewing lease of 192.168.1.106
  2338. I/GCoreUlr(  942): Wifi connected, attempting upload
  2339. I/GCoreUlr(  942): Starting service, intent=Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null
  2340. I/GCoreUlr(  942): DispatchingService.onCreate()
  2341. I/art     (  942): Background sticky concurrent mark sweep GC freed 84926(3MB) AllocSpace objects, 7(112KB) LOS objects, 20% free, 7MB/9MB, paused 5.462ms total 188.018ms
  2342. W/GCoreUlr(  942): DispatchingService ignoring Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService } because ULR inactive
  2343. I/GCoreUlr(  942): DispatchingService.onDestroy()
  2344. I/GCoreUlr(  942): Unbound from all location providers
  2345. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2346. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2347. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2348. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2349. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2350. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  2351. E/WifiStateMachine(  424): CMD_DELAYED_NETWORK_DISCONNECT and not debouncing - ignore 0
  2352. I/dhcpcd  ( 4919): wlan0: acknowledged 192.168.1.106 from 192.168.1.1
  2353. I/dhcpcd  ( 4919): wlan0: leased 192.168.1.106 for 7200 seconds
  2354. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2355. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2356. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2357. I/GCoreUlr(  942): Wifi connected, attempting upload
  2358. I/GCoreUlr(  942): Starting service, intent=Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null
  2359. D/ConnectivityService(  424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
  2360. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524295
  2361. I/GCoreUlr(  942): DispatchingService.onCreate()
  2362. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2363. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2364. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2365. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2366. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2367. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  2368. I/GCoreUlr(  942): Wifi connected, attempting upload
  2369. I/GCoreUlr(  942): Starting service, intent=Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null
  2370. I/GCoreUlr(  942): Wifi connected, attempting upload
  2371. I/GCoreUlr(  942): Starting service, intent=Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null
  2372. W/GCoreUlr(  942): DispatchingService ignoring Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService } because ULR inactive
  2373. W/GCoreUlr(  942): DispatchingService ignoring Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService } because ULR inactive
  2374. W/GCoreUlr(  942): DispatchingService ignoring Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService } because ULR inactive
  2375. I/GCoreUlr(  942): DispatchingService.onDestroy()
  2376. I/GCoreUlr(  942): Unbound from all location providers
  2377. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2378. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2379. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2380. E/WifiStateMachine(  424): WifiStateMachine L2Connected CMD_START_SCAN source -2 1178, 1179 -> obsolete
  2381. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2382. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2383. I/ActivityManager(  424): Start proc 21538:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
  2384. I/art     (  148): Explicit concurrent mark sweep GC freed 706(30KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1930KB/3MB, paused 244us total 20.996ms
  2385. I/art     (  148): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1930KB/3MB, paused 244us total 19.134ms
  2386. I/art     (  148): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1930KB/3MB, paused 701us total 23.834ms
  2387. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  2388. I/Exchange(27503): PSS syncStart for account acct:3
  2389. I/Exchange(27503): PSS adding account state for acct:3
  2390. I/Exchange(27503): PSS syncEnd for account acct:3
  2391. I/Exchange(27503): PSS push enabled is unknown
  2392. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  2393. I/Exchange(27503): Ping task starting for 3
  2394. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  2395. I/art     ( 7366): Explicit concurrent mark sweep GC freed 5826(294KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 823us total 138.488ms
  2396. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2397. I/Exchange(27503): PSS syncStart for account acct:3
  2398. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  2399. I/Exchange(27503): Interrupt with reason 1
  2400. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  2401. I/Exchange(27503): Ping task ending with status: -1
  2402. I/Exchange(27503): PSS pingEnd for account 3
  2403. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  2404. E/Parcel  (  424): Class not found when unmarshalling: com.android.emailcommon.provider.Account
  2405. E/Parcel  (  424): java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
  2406. E/Parcel  (  424):      at java.lang.Class.classForName(Native Method)
  2407. E/Parcel  (  424):      at java.lang.Class.forName(Class.java:309)
  2408. E/Parcel  (  424):      at java.lang.Class.forName(Class.java:273)
  2409. E/Parcel  (  424):      at android.os.Parcel.readParcelableCreator(Parcel.java:2281)
  2410. E/Parcel  (  424):      at android.os.Parcel.readParcelable(Parcel.java:2245)
  2411. E/Parcel  (  424):      at android.os.Parcel.readValue(Parcel.java:2152)
  2412. E/Parcel  (  424):      at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
  2413. E/Parcel  (  424):      at android.os.BaseBundle.unparcel(BaseBundle.java:221)
  2414. E/Parcel  (  424):      at android.os.Bundle.putAll(Bundle.java:182)
  2415. E/Parcel  (  424):      at android.content.Intent.fillIn(Intent.java:7073)
  2416. E/Parcel  (  424):      at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
  2417. E/Parcel  (  424):      at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
  2418. E/Parcel  (  424):      at android.app.PendingIntent.send(PendingIntent.java:733)
  2419. E/Parcel  (  424):      at android.app.PendingIntent.send(PendingIntent.java:687)
  2420. E/Parcel  (  424):      at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
  2421. E/Parcel  (  424):      at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
  2422. E/Parcel  (  424): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.emailcommon.provider.Account" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
  2423. E/Parcel  (  424):      at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
  2424. E/Parcel  (  424):      at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
  2425. E/Parcel  (  424):      at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
  2426. E/Parcel  (  424):      ... 16 more
  2427. E/Parcel  (  424):      Suppressed: java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
  2428. E/Parcel  (  424):              at java.lang.Class.classForName(Native Method)
  2429. E/Parcel  (  424):              at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
  2430. E/Parcel  (  424):              at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
  2431. E/Parcel  (  424):              at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
  2432. E/Parcel  (  424):              ... 17 more
  2433. E/Parcel  (  424):      Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
  2434. W/Intent  (  424): Failure filling in extras
  2435. W/Intent  (  424): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.android.emailcommon.provider.Account
  2436. W/Intent  (  424):      at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
  2437. W/Intent  (  424):      at android.os.Parcel.readParcelable(Parcel.java:2245)
  2438. W/Intent  (  424):      at android.os.Parcel.readValue(Parcel.java:2152)
  2439. W/Intent  (  424):      at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
  2440. W/Intent  (  424):      at android.os.BaseBundle.unparcel(BaseBundle.java:221)
  2441. W/Intent  (  424):      at android.os.Bundle.putAll(Bundle.java:182)
  2442. W/Intent  (  424):      at android.content.Intent.fillIn(Intent.java:7073)
  2443. W/Intent  (  424):      at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
  2444. W/Intent  (  424):      at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
  2445. W/Intent  (  424):      at android.app.PendingIntent.send(PendingIntent.java:733)
  2446. W/Intent  (  424):      at android.app.PendingIntent.send(PendingIntent.java:687)
  2447. W/Intent  (  424):      at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
  2448. W/Intent  (  424):      at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
  2449. I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
  2450. E/Exchange(27503): Exception while handling response
  2451. E/Exchange(27503): java.io.IOException
  2452. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  2453. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  2454. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  2455. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  2456. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  2457. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  2458. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  2459. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  2460. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  2461. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  2462. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  2463. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  2464. I/Exchange(27503): Fatal result -4 on syncMailbox
  2465. I/Exchange(27503): PSS syncEnd for account acct:3
  2466. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  2467. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  2468. I/Exchange(27503): PSS removing account state for acct:3
  2469. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135406896, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  2470. I/Exchange(27503): onPerformSync email: Bundle[{ignore_settings=true, force=true, ignore_backoff=true, __push_only__=true}]
  2471. I/Exchange(27503): PSS pushModify acct:3
  2472. I/Exchange(27503): PSS adding account state for acct:3
  2473. I/Exchange(27503): PSS pushModify acct:3
  2474. I/Exchange(27503): PSS starting ping task acct:3
  2475. I/Exchange(27503): Ping task starting for 3
  2476. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  2477. I/Exchange(27503): PSS syncStart for account acct:3
  2478. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  2479. I/Exchange(27503): Interrupt with reason 1
  2480. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  2481. I/Exchange(27503): Ping task ending with status: -1
  2482. I/Exchange(27503): PSS pingEnd for account 3
  2483. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  2484. I/Exchange(27503): PSS syncEnd for account acct:3
  2485. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  2486. I/Exchange(27503): Ping task starting for 3
  2487. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  2488. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2489. I/Exchange(27503): PSS syncStart for account acct:3
  2490. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  2491. I/Exchange(27503): Interrupt with reason 1
  2492. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  2493. I/Exchange(27503): Ping task ending with status: -1
  2494. I/Exchange(27503): PSS pingEnd for account 3
  2495. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  2496. W/art     (27503): Suspending all threads took: 20.843ms
  2497. E/Exchange(27503): Exception while handling response
  2498. E/Exchange(27503): java.io.IOException
  2499. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  2500. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  2501. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  2502. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  2503. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  2504. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  2505. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  2506. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  2507. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  2508. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  2509. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  2510. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  2511. W/audio_hw_primary(  145): pcm_write: underrun
  2512. I/Exchange(27503): Fatal result -4 on syncMailbox
  2513. I/Exchange(27503): PSS syncEnd for account acct:3
  2514. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  2515. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  2516. I/Exchange(27503): PSS removing account state for acct:3
  2517. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135467890, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  2518. I/art     (20447): Background sticky concurrent mark sweep GC freed 100298(1920KB) AllocSpace objects, 0(0B) LOS objects, 28% free, 5MB/7MB, paused 2.716ms total 126.922ms
  2519. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2520. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2521. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2522. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2523. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2524. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2525. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2526. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2527. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2528. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2529. I/NuCachedSource2(  145): Cache full, done prefetching for now
  2530. I/ActivityManager(  424): Process android.process.media (pid 21302) has died
  2531. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2532. I/art     (  148): Background concurrent mark sweep GC freed 89(3KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1931KB/3MB, paused 518us total 196.594ms
  2533. I/ActivityManager(  424): Start proc 21567:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 for service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
  2534. W/audio_hw_primary(  145): pcm_write: underrun
  2535. W/audio_hw_primary(  145): pcm_write: underrun
  2536. W/audio_hw_primary(  145): pcm_write: underrun
  2537. W/audio_hw_primary(  145): pcm_write: underrun
  2538. W/audio_hw_primary(  145): pcm_write: underrun
  2539. W/audio_hw_primary(  145): pcm_write: underrun
  2540. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2541. W/audio_hw_primary(  145): pcm_write: underrun
  2542. W/audio_hw_primary(  145): pcm_write: underrun
  2543. W/audio_hw_primary(  145): pcm_write: underrun
  2544. W/audio_hw_primary(  145): pcm_write: underrun
  2545. I/NuCachedSource2(  145): Keep alive
  2546. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.attachApplication(android.app.IApplicationThread) from ActivityManagerService.java:6117 waiters=0 for 10.446s
  2547. W/art     (  424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 733ms
  2548. W/audio_hw_primary(  145): pcm_write: underrun
  2549. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String, int, boolean, boolean, int) from ActivityManagerService.java:16429 waiters=0 for 5.900s
  2550. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String, int, boolean, boolean, int) from ActivityManagerService.java:16429 waiters=1 for 7.035s
  2551. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String, int, boolean, boolean, int) from ActivityManagerService.java:16429 waiters=2 for 1.422s
  2552. W/art     (  424): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int) from PowerManagerService.java:788 waiters=0 for 826ms
  2553. W/art     (  424): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int) from PowerManagerService.java:788 waiters=1 for 1.772s
  2554. W/art     (  424): Long monitor contention event with owner method=void com.android.server.AlarmManagerService$AlarmThread.run() from AlarmManagerService.java:1863 waiters=0 for 260ms
  2555. E/NetdConnector(  424): NDC Command {1391 bandwidth gettetherstats} took too long (1143ms)
  2556. W/ActivityManager(  424): Timeout executing service: ServiceRecord{30a0c32e u0 mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService}
  2557. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2558. I/Choreographer(20447): Skipped 1649 frames!  The application may be doing too much work on its main thread.
  2559. I/Choreographer(  661): Skipped 47 frames!  The application may be doing too much work on its main thread.
  2560. I/Process (  424): Sending signal. PID: 21567 SIG: 3
  2561. I/art     (21567): Thread[3,tid=21574,WaitingInMainSignalCatcherLoop,Thread*=0x74827400,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3
  2562. W/art     (21567): Suspending all threads took: 9.155ms
  2563. I/Process (  424): Sending signal. PID: 424 SIG: 3
  2564. I/art     (  424): Thread[3,tid=430,WaitingInMainSignalCatcherLoop,Thread*=0x74827c00,peer=0x12c020a0,"Signal Catcher"]: reacting to signal 3
  2565. W/art     (  424): Suspending all threads took: 24.444ms
  2566. I/art     (21567): Wrote stack traces to '/data/anr/traces.txt'
  2567. E/Sensors (  424): poll() failed (Interrupted system call)
  2568. I/Process (  424): Sending signal. PID: 896 SIG: 3
  2569. I/art     (  896): Thread[3,tid=915,WaitingInMainSignalCatcherLoop,Thread*=0x74828000,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3
  2570. I/Process (  424): Sending signal. PID: 890 SIG: 3
  2571. I/art     (  890): Thread[3,tid=902,WaitingInMainSignalCatcherLoop,Thread*=0x74828000,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3
  2572. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2573. I/Process (  424): Sending signal. PID: 661 SIG: 3
  2574. I/art     (  661): Thread[3,tid=676,WaitingInMainSignalCatcherLoop,Thread*=0x74828000,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3
  2575. E/Parcel  (  424): Class not found when unmarshalling: com.android.emailcommon.provider.Account
  2576. E/Parcel  (  424): java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
  2577. E/Parcel  (  424):      at java.lang.Class.classForName(Native Method)
  2578. E/Parcel  (  424):      at java.lang.Class.forName(Class.java:309)
  2579. E/Parcel  (  424):      at java.lang.Class.forName(Class.java:273)
  2580. E/Parcel  (  424):      at android.os.Parcel.readParcelableCreator(Parcel.java:2281)
  2581. E/Parcel  (  424):      at android.os.Parcel.readParcelable(Parcel.java:2245)
  2582. E/Parcel  (  424):      at android.os.Parcel.readValue(Parcel.java:2152)
  2583. E/Parcel  (  424):      at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
  2584. E/Parcel  (  424):      at android.os.BaseBundle.unparcel(BaseBundle.java:221)
  2585. E/Parcel  (  424):      at android.os.Bundle.putAll(Bundle.java:182)
  2586. E/Parcel  (  424):      at android.content.Intent.fillIn(Intent.java:7073)
  2587. E/Parcel  (  424):      at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
  2588. E/Parcel  (  424):      at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
  2589. E/Parcel  (  424):      at android.app.PendingIntent.send(PendingIntent.java:733)
  2590. E/Parcel  (  424):      at android.app.PendingIntent.send(PendingIntent.java:687)
  2591. E/Parcel  (  424):      at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
  2592. E/Parcel  (  424):      at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
  2593. E/Parcel  (  424): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.emailcommon.provider.Account" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
  2594. E/Parcel  (  424):      at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
  2595. E/Parcel  (  424):      at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
  2596. E/Parcel  (  424):      at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
  2597. E/Parcel  (  424):      ... 16 more
  2598. E/Parcel  (  424):      Suppressed: java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
  2599. E/Parcel  (  424):              at java.lang.Class.classForName(Native Method)
  2600. E/Parcel  (  424):              at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
  2601. E/Parcel  (  424):              at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
  2602. E/Parcel  (  424):              at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
  2603. E/Parcel  (  424):              ... 17 more
  2604. E/Parcel  (  424):      Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
  2605. W/Intent  (  424): Failure filling in extras
  2606. W/Intent  (  424): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.android.emailcommon.provider.Account
  2607. W/Intent  (  424):      at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
  2608. W/Intent  (  424):      at android.os.Parcel.readParcelable(Parcel.java:2245)
  2609. W/Intent  (  424):      at android.os.Parcel.readValue(Parcel.java:2152)
  2610. W/Intent  (  424):      at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
  2611. W/Intent  (  424):      at android.os.BaseBundle.unparcel(BaseBundle.java:221)
  2612. W/Intent  (  424):      at android.os.Bundle.putAll(Bundle.java:182)
  2613. W/Intent  (  424):      at android.content.Intent.fillIn(Intent.java:7073)
  2614. W/Intent  (  424):      at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
  2615. W/Intent  (  424):      at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
  2616. W/Intent  (  424):      at android.app.PendingIntent.send(PendingIntent.java:733)
  2617. W/Intent  (  424):      at android.app.PendingIntent.send(PendingIntent.java:687)
  2618. W/Intent  (  424):      at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
  2619. W/Intent  (  424):      at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
  2620. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=2 for 301ms
  2621. W/art     (  424): Long monitor contention event with owner method=void com.android.server.AlarmManagerService$AlarmThread.run() from AlarmManagerService.java:1863 waiters=0 for 285ms
  2622. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  2623. I/art     (  424): Wrote stack traces to '/data/anr/traces.txt'
  2624. I/art     (  890): Wrote stack traces to '/data/anr/traces.txt'
  2625. I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
  2626. W/art     (  424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 1.524s
  2627. I/Exchange(27503): PSS syncStart for account acct:3
  2628. I/Choreographer(  661): Skipped 414 frames!  The application may be doing too much work on its main thread.
  2629. I/Exchange(27503): PSS adding account state for acct:3
  2630. I/art     (  896): Wrote stack traces to '/data/anr/traces.txt'
  2631. D/Browser (21567): app start attachBaseContext
  2632. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2633. I/art     (  424): Background sticky concurrent mark sweep GC freed 26971(1442KB) AllocSpace objects, 3(48KB) LOS objects, 7% free, 18MB/19MB, paused 4.119ms total 681.427ms
  2634. W/audio_hw_primary(  145): pcm_write: underrun
  2635. I/Choreographer(  661): Skipped 64 frames!  The application may be doing too much work on its main thread.
  2636. I/art     (  661): Wrote stack traces to '/data/anr/traces.txt'
  2637. D/Browser (21567): app Browser.onCreate
  2638. W/ActivityThread(21567): ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader());
  2639. I/Exchange(27503): PSS syncEnd for account acct:3
  2640. I/Exchange(27503): PSS push enabled is unknown
  2641. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  2642. I/Exchange(27503): Ping task starting for 3
  2643. I/art     (21567): WaitForGcToComplete blocked for 28.411ms for cause HomogeneousSpaceCompact
  2644. W/art     (  424): Long monitor contention event with owner method=void com.android.server.content.SyncStorageEngine.stopSyncEvent(long, long, java.lang.String, long, long) from SyncStorageEngine.java:1311 waiters=1 for 189ms
  2645. W/TunnyBrowser_11.4.6(21567): [BrowserSettings]make /storage/emulated/0/TunnyBrowser directory failed.
  2646. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  2647. I/art     (  424): Background partial concurrent mark sweep GC freed 36738(1644KB) AllocSpace objects, 1(16KB) LOS objects, 18% free, 18MB/22MB, paused 16.632ms total 281.311ms
  2648. I/art     (  424): WaitForGcToComplete blocked for 261.413ms for cause Explicit
  2649. I/Exchange(27503): PSS syncStart for account acct:3
  2650. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  2651. I/Exchange(27503): Interrupt with reason 1
  2652. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  2653. I/art     (  424): Explicit concurrent mark sweep GC freed 3998(194KB) AllocSpace objects, 0(0B) LOS objects, 18% free, 17MB/21MB, paused 3.570ms total 174.804ms
  2654. I/Exchange(27503): Ping task ending with status: -1
  2655. I/Exchange(27503): PSS pingEnd for account 3
  2656. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  2657. I/NuCachedSource2(  145): Keep alive
  2658. I/surfaceflinger(  138): type=1400 audit(0.0:231): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  2659. I/Process (21567): Sending signal. PID: 21567 SIG: 9
  2660. I/ActivityManager(  424): Process mobi.mgeek.TunnyBrowser:DolphinNotification (pid 21567) has died
  2661. I/Process (  424): Sending signal. PID: 20447 SIG: 3
  2662. I/art     (20447): Thread[3,tid=20454,WaitingInMainSignalCatcherLoop,Thread*=0x74827400,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3
  2663. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2664. I/Process (  424): Sending signal. PID: 7366 SIG: 3
  2665. I/art     ( 7366): Thread[3,tid=7373,WaitingInMainSignalCatcherLoop,Thread*=0x74827400,peer=0x22c070a0,"Signal Catcher"]: reacting to signal 3
  2666. I/Process (  424): Sending signal. PID: 27503 SIG: 3
  2667. I/art     (27503): Thread[3,tid=27510,WaitingInMainSignalCatcherLoop,Thread*=0x74827400,peer=0x22c070a0,"Signal Catcher"]: reacting to signal 3
  2668. E/ActivityManager(  424): ANR in mobi.mgeek.TunnyBrowser:DolphinNotification
  2669. E/ActivityManager(  424): PID: 21567
  2670. E/ActivityManager(  424): Reason: executing service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
  2671. E/ActivityManager(  424): Load: 6.42 / 4.25 / 3.44
  2672. E/ActivityManager(  424): CPU usage from 4618ms to -11571ms ago with 99% awake:
  2673. E/ActivityManager(  424):   61% 20447/com.android.browser: 53% user + 8.6% kernel / faults: 23916 minor 409 major
  2674. E/ActivityManager(  424):   21% 424/system_server: 11% user + 9.3% kernel / faults: 12811 minor 654 major
  2675. E/ActivityManager(  424):   15% 145/mediaserver: 9.4% user + 6.3% kernel / faults: 2069 minor 62 major
  2676. E/ActivityManager(  424):   5.2% 37/kswapd0: 0% user + 5.2% kernel
  2677. E/ActivityManager(  424):   5.2% 138/surfaceflinger: 2.4% user + 2.7% kernel / faults: 952 minor 10 major
  2678. E/ActivityManager(  424):   0% 143/debuggerd: 0% user + 0% kernel / faults: 3922 minor 17 major
  2679. E/ActivityManager(  424):   3.7% 92/mmcqd/0: 0% user + 3.7% kernel
  2680. E/ActivityManager(  424):   3.6% 661/com.android.systemui: 1.6% user + 2% kernel / faults: 5635 minor 210 major
  2681. E/ActivityManager(  424):   0.4% 896/com.android.phone: 0.2% user + 0.1% kernel / faults: 3818 minor 3 major
  2682. E/ActivityManager(  424):   0.4% 7366/com.android.email: 0.2% user + 0.2% kernel / faults: 4132 minor 84 major
  2683. E/ActivityManager(  424):   0.3% 27503/com.android.exchange: 0.2% user + 0.1% kernel / faults: 4332 minor 111 major
  2684. E/ActivityManager(  424):   1.1% 19669/kworker/u:3: 0% user + 1.1% kernel
  2685. E/ActivityManager(  424):   1% 17/irq/199-msmdata: 0% user + 1% kernel
  2686. E/ActivityManager(  424):   0.9% 21196/kworker/u:2: 0% user + 0.9% kernel
  2687. E/ActivityManager(  424):   0% 890/com.android.server.telecom: 0% user + 0% kernel / faults: 2428 minor 1 major
  2688. E/ActivityManager(  424):   0.4% 3/ksoftirqd/0: 0% user + 0.4% kernel
  2689. E/ActivityManager(  424):   0.3% 125/ksdioirqd/mmc1: 0% user + 0.3% kernel
  2690. E/ActivityManager(  424):   0.2% 2187/kworker/u:0: 0% user + 0.2% kernel
  2691. E/ActivityManager(  424):   0.1% 16879/kworker/0:2: 0% user + 0.1% kernel
  2692. E/ActivityManager(  424):   0.1% 96/msmfb_commit_th: 0% user + 0.1% kernel
  2693. E/ActivityManager(  424):   0% 1404/com.android.launcher3: 0% user + 0% kernel / faults: 793 minor 43 major
  2694. E/ActivityManager(  424):   0% 21284/com.google.android.apps.plus: 0% user + 0% kernel / faults: 1042 minor 14 major
  2695. E/ActivityManager(  424):   0% 127/sdcard: 0% user + 0% kernel / faults: 118 minor 4 major
  2696. E/ActivityManager(  424):   0% 132/logd: 0% user + 0% kernel / faults: 123 minor 3 major
  2697. E/ActivityManager(  424):   0% 134/lmkd: 0% user + 0% kernel / faults: 52 minor 2 major
  2698. E/ActivityManager(  424):   0% 135/servicemanager: 0% user + 0% kernel / faults: 220 minor 8 major
  2699. E/ActivityManager(  424):   0% 142/netd: 0% user + 0% kernel / faults: 212 minor 11 major
  2700. E/ActivityManager(  424):   0% 942/com.google.process.location: 0% user + 0% kernel / faults: 558 minor 6 major
  2701. E/ActivityManager(  424):   0% 2197/com.chrome.beta: 0% user + 0% kernel / faults: 350 minor 35 major
  2702. E/ActivityManager(  424):   0% 21514/kworker/1:1: 0% user + 0% kernel
  2703. E/ActivityManager(  424): 99% TOTAL: 43% user + 24% kernel + 30% iowait + 0.1% softirq
  2704. E/ActivityManager(  424): CPU usage from 10316ms to 10880ms later:
  2705. E/ActivityManager(  424):   100% 20447/com.android.browser: 87% user + 12% kernel / faults: 1490 minor 3 major
  2706. E/ActivityManager(  424):     50% 20506/RenderThread: 47% user + 3.6% kernel
  2707. E/ActivityManager(  424):     16% 20539/Thread-2740: 14% user + 1.8% kernel
  2708. E/ActivityManager(  424):     10% 20498/Thread-2736: 10% user + 0% kernel
  2709. E/ActivityManager(  424):     10% 20582/AsyncTransferTh: 1.8% user + 9% kernel
  2710. E/ActivityManager(  424):     7.2% 20447/android.browser: 7.2% user + 0% kernel
  2711. E/ActivityManager(  424):     1.8% 20465/Binder_2: 1.8% user + 0% kernel
  2712. E/ActivityManager(  424):     1.8% 20894/Binder_5: 1.8% user + 0% kernel
  2713. E/ActivityManager(  424):   19% 424/system_server: 8.9% user + 10% kernel / faults: 54 minor 7 major
  2714. E/ActivityManager(  424):     8.9% 442/ActivityManager: 3.5% user + 5.3% kernel
  2715. E/ActivityManager(  424):     3.5% 441/android.bg: 3.5% user + 0% kernel
  2716. E/ActivityManager(  424):     3.5% 925/Binder_8: 0% user + 3.5% kernel
  2717. E/ActivityManager(  424):     1.7% 1384/Binder_E: 1.7% user + 0% kernel
  2718. E/ActivityManager(  424):   16% 145/mediaserver: 10% user + 5.3% kernel / faults: 1 minor 3 major
  2719. E/ActivityManager(  424):     3.5% 21084/gle.aac.decoder: 3.5% user + 0% kernel
  2720. E/ActivityManager(  424):     1.7% 21079/NPDecoder: 0% user + 1.7% kernel
  2721. E/ActivityManager(  424):     1.7% 21080/NPDecoder-CL: 1.7% user + 0% kernel
  2722. E/ActivityManager(  424):     1.7% 21083/CodecLooper: 1.7% user + 0% kernel
  2723. E/ActivityManager(  424):     1.7% 21086/VideoDecMsgThre: 0% user + 1.7% kernel
  2724. E/ActivityManager(  424):   7.1% 138/surfaceflinger: 3.5% user + 3.5% kernel / faults: 1 minor
  2725. E/ActivityManager(  424):     3.5% 138/surfaceflinger: 1.7% user + 1.7% kernel
  2726. E/ActivityManager(  424):     1.7% 231/hwcVsyncThread: 1.7% user + 0% kernel
  2727. E/ActivityManager(  424):   5.4% 7366/com.android.email: 5.4% user + 0% kernel / faults: 41 minor 1 major
  2728. E/ActivityManager(  424):     1.8% 7380/Binder_1: 1.8% user + 0% kernel
  2729. E/ActivityManager(  424):     1.8% 21274/Binder_6: 1.8% user + 0% kernel
  2730. E/ActivityManager(  424):   0.6% 17/irq/199-msmdata: 0% user + 0.6% kernel
  2731. E/ActivityManager(  424):   1.7% 92/mmcqd/0: 0% user + 1.7% kernel
  2732. E/ActivityManager(  424):   0.7% 125/ksdioirqd/mmc1: 0% user + 0.7% kernel
  2733. E/ActivityManager(  424):   0.7% 142/netd: 0% user + 0.7% kernel / faults: 87 minor 1 major
  2734. E/ActivityManager(  424):   0.8% 19669/kworker/u:3: 0% user + 0.8% kernel
  2735. E/ActivityManager(  424):   0.9% 21196/kworker/u:2: 0% user + 0.9% kernel
  2736. E/ActivityManager(  424):   1.7% 27503/com.android.exchange: 1.7% user + 0% kernel
  2737. I/ActivityManager(  424): Killing 0:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 (adj 0): bg anr
  2738. W/libprocessgroup(  424): failed to open /acct/uid_10083/pid_0/cgroup.procs: No such file or directory
  2739. I/art     ( 7366): Wrote stack traces to '/data/anr/traces.txt'
  2740. D/GCM     ( 1115): Message class com.google.f.a.a.i
  2741. I/NuCachedSource2(  145): restarting prefetcher, totalSize = 5242880
  2742. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29c4dd24}
  2743. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2744. I/art     (20447): Wrote stack traces to '/data/anr/traces.txt'
  2745. I/Choreographer(20447): Skipped 167 frames!  The application may be doing too much work on its main thread.
  2746. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2747. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.bindService(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, int, int) from ActivityManagerService.java:15430 waiters=1 for 109ms
  2748. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2749. I/art     (27503): Wrote stack traces to '/data/anr/traces.txt'
  2750. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29c4dd24}
  2751. E/Exchange(27503): Exception while handling response
  2752. E/Exchange(27503): java.io.IOException
  2753. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  2754. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  2755. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  2756. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  2757. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  2758. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  2759. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  2760. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  2761. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  2762. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  2763. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  2764. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  2765. I/Exchange(27503): Fatal result -4 on syncMailbox
  2766. I/Exchange(27503): PSS syncEnd for account acct:3
  2767. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  2768. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  2769. I/Exchange(27503): PSS removing account state for acct:3
  2770. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135470899, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  2771. I/Exchange(27503): onPerformSync email: Bundle[{ignore_settings=true, force=true, ignore_backoff=true, __push_only__=true}]
  2772. I/Exchange(27503): PSS pushModify acct:3
  2773. I/Exchange(27503): PSS adding account state for acct:3
  2774. I/Exchange(27503): PSS pushModify acct:3
  2775. I/Exchange(27503): PSS starting ping task acct:3
  2776. I/Exchange(27503): Ping task starting for 3
  2777. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  2778. I/Exchange(27503): PSS syncStart for account acct:3
  2779. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  2780. I/Exchange(27503): Interrupt with reason 1
  2781. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  2782. I/Exchange(27503): Ping task ending with status: -1
  2783. I/Exchange(27503): PSS pingEnd for account 3
  2784. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  2785. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2786. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2787. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2788. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2789. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2790. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  2791. I/Exchange(27503): PSS syncEnd for account acct:3
  2792. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  2793. I/Exchange(27503): Ping task starting for 3
  2794. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  2795. I/Exchange(27503): PSS syncStart for account acct:3
  2796. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  2797. I/Exchange(27503): Interrupt with reason 1
  2798. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  2799. I/Exchange(27503): Ping task ending with status: -1
  2800. I/Exchange(27503): PSS pingEnd for account 3
  2801. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  2802. E/Exchange(27503): Exception while handling response
  2803. E/Exchange(27503): java.io.IOException
  2804. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  2805. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  2806. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  2807. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  2808. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  2809. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  2810. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  2811. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  2812. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  2813. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  2814. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  2815. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  2816. I/Exchange(27503): Fatal result -4 on syncMailbox
  2817. I/Exchange(27503): PSS syncEnd for account acct:3
  2818. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  2819. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  2820. I/Exchange(27503): PSS removing account state for acct:3
  2821. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135550055, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  2822. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2823. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2824. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2825. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2826. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2827. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  2828. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2829. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2830. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2831. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2832. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2833. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2834. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2835. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2836. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2837. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2838. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2839. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  2840. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2841. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2842. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2843. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2844. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2845. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2846. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  2847. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2848. I/VideoDecMsgThre(21086): type=1400 audit(0.0:232): avc: denied { ioctl } for path="/dev/msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  2849. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2850. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2851. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2852. I/art     (  424): Background sticky concurrent mark sweep GC freed 44455(2MB) AllocSpace objects, 13(1646KB) LOS objects, 9% free, 18MB/20MB, paused 3.204ms total 263.702ms
  2853. I/surfaceflinger(  138): type=1400 audit(0.0:233): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  2854. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2855. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  2856. I/Exchange(27503): PSS syncStart for account acct:3
  2857. I/Exchange(27503): PSS adding account state for acct:3
  2858. I/art     ( 7366): Explicit concurrent mark sweep GC freed 6382(318KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 701us total 118.896ms
  2859. I/Exchange(27503): PSS syncEnd for account acct:3
  2860. I/Exchange(27503): PSS push enabled is unknown
  2861. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  2862. I/Exchange(27503): Ping task starting for 3
  2863. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  2864. I/Exchange(27503): PSS syncStart for account acct:3
  2865. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  2866. I/Exchange(27503): Interrupt with reason 1
  2867. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  2868. I/Exchange(27503): Ping task ending with status: -1
  2869. I/Exchange(27503): PSS pingEnd for account 3
  2870. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  2871. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2872. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  2873. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2874. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2875. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2876. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  2877. E/Exchange(27503): Exception while handling response
  2878. E/Exchange(27503): java.io.IOException
  2879. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  2880. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  2881. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  2882. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  2883. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  2884. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  2885. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  2886. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  2887. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  2888. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  2889. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  2890. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  2891. I/Exchange(27503): Fatal result -4 on syncMailbox
  2892. I/Exchange(27503): PSS syncEnd for account acct:3
  2893. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  2894. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  2895. I/Exchange(27503): PSS removing account state for acct:3
  2896. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135553086, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  2897. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2898. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  2899. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2900. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2901. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2902. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  2903. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2904. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  2905. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  2906. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  2907. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  2908. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  2909. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2910. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2911. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2912. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2913. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2914. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2915. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2916. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2917. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2918. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2919. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2920. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2921. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2922. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2923. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2924. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2925. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2926. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  2927. I/Exchange(27503): PSS syncStart for account acct:3
  2928. I/Exchange(27503): PSS adding account state for acct:3
  2929. I/Exchange(27503): PSS syncEnd for account acct:3
  2930. I/Exchange(27503): PSS push enabled is unknown
  2931. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  2932. I/Exchange(27503): Ping task starting for 3
  2933. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  2934. I/Exchange(27503): PSS syncStart for account acct:3
  2935. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  2936. I/Exchange(27503): Interrupt with reason 1
  2937. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  2938. I/Exchange(27503): Ping task ending with status: -1
  2939. I/Exchange(27503): PSS pingEnd for account 3
  2940. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  2941. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2942. E/Exchange(27503): Exception while handling response
  2943. E/Exchange(27503): java.io.IOException
  2944. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  2945. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  2946. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  2947. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  2948. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  2949. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  2950. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  2951. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  2952. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  2953. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  2954. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  2955. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  2956. I/Exchange(27503): Fatal result -4 on syncMailbox
  2957. I/Exchange(27503): PSS syncEnd for account acct:3
  2958. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  2959. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  2960. I/Exchange(27503): PSS removing account state for acct:3
  2961. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135600569, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  2962. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2963. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2964. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2965. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2966. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2967. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2968. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2969. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2970. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  2971. I/Exchange(27503): onPerformSync contacts starting Bundle[{__mailboxCount__=6, __mailboxId0__=33, __mailboxId1__=36, __mailboxId2__=39, __mailboxId3__=40, __mailboxId4__=41, __mailboxId5__=42}]
  2972. I/Exchange(27503): PSS syncStart for account acct:2
  2973. I/Exchange(27503): PSS adding account state for acct:2
  2974. I/art     (  424): Background sticky concurrent mark sweep GC freed 34869(1701KB) AllocSpace objects, 6(96KB) LOS objects, 8% free, 18MB/20MB, paused 3.387ms total 106.903ms
  2975. I/qtaguid (27503): Failed write_ctrl(u 19) res=-1 errno=22
  2976. I/qtaguid (27503): Untagging socket 19 failed errno=-22
  2977. W/NetworkManagementSocketTagger(27503): untagSocket(19) failed with errno -22
  2978. I/Icing   (18840): Indexing 67F6764965AFCB52BDA2A7C73E5F2C483E88DFB4 from com.chrome.beta
  2979. E/Exchange(27503): Exception while handling response
  2980. E/Exchange(27503): java.io.IOException
  2981. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  2982. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  2983. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  2984. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  2985. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  2986. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  2987. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  2988. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  2989. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  2990. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  2991. E/Exchange(27503):      at com.android.exchange.service.ContactsSyncAdapterService$SyncAdapterImpl.onPerformSync(ContactsSyncAdapterService.java:134)
  2992. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  2993. I/Exchange(27503): Fatal result -4 on syncMailbox
  2994. I/Exchange(27503): PSS syncEnd for account acct:2
  2995. I/Exchange(27503): PSS push enabled is unknown
  2996. I/Icing   (18840): Indexing done 67F6764965AFCB52BDA2A7C73E5F2C483E88DFB4
  2997. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
  2998. I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
  2999. I/Exchange(27503): PSS removing account state for acct:2
  3000. D/SyncManager(  424): failed sync operation patrick.t.wong@outlook.com u0 (com.android.exchange), com.android.contacts, SERVER, currentRunTime 135672960, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3001. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3002. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3003. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3004. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3005. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3006. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3007. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3008. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3009. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3010. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3011. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  3012. I/Exchange(27503): PSS syncStart for account acct:3
  3013. I/Exchange(27503): PSS adding account state for acct:3
  3014. I/Exchange(27503): PSS syncEnd for account acct:3
  3015. I/Exchange(27503): PSS push enabled is unknown
  3016. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  3017. I/Exchange(27503): Ping task starting for 3
  3018. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3019. I/Exchange(27503): PSS syncStart for account acct:3
  3020. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  3021. I/Exchange(27503): Interrupt with reason 1
  3022. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  3023. I/Exchange(27503): Ping task ending with status: -1
  3024. I/Exchange(27503): PSS pingEnd for account 3
  3025. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  3026. E/Exchange(27503): Exception while handling response
  3027. E/Exchange(27503): java.io.IOException
  3028. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3029. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3030. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3031. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3032. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3033. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3034. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3035. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3036. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3037. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3038. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  3039. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3040. I/Exchange(27503): Fatal result -4 on syncMailbox
  3041. I/Exchange(27503): PSS syncEnd for account acct:3
  3042. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  3043. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  3044. I/Exchange(27503): PSS removing account state for acct:3
  3045. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135660453, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3046. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3047. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3048. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3049. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3050. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3051. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3052. I/Adreno200-EGL(21284): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081)
  3053. I/Adreno200-EGL(21284): Build Date: 06/25/13 Tue
  3054. I/Adreno200-EGL(21284): Local Branch:
  3055. I/Adreno200-EGL(21284): Remote Branch: quic/jb_2.5.5
  3056. I/Adreno200-EGL(21284): Local Patches: NONE
  3057. I/Adreno200-EGL(21284): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 +  NOTHING
  3058. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3059. I/GAV2    (21284): Thread[GAThread,5,main]: No campaign data found.
  3060. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3061. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3062. I/NuCachedSource2(  145): Cache full, done prefetching for now
  3063. W/audio_hw_primary(  145): pcm_write: underrun
  3064. W/audio_hw_primary(  145): pcm_write: underrun
  3065. W/audio_hw_primary(  145): pcm_write: underrun
  3066. W/audio_hw_primary(  145): pcm_write: underrun
  3067. W/audio_hw_primary(  145): pcm_write: underrun
  3068. W/audio_hw_primary(  145): pcm_write: underrun
  3069. W/audio_hw_primary(  145): pcm_write: underrun
  3070. W/audio_hw_primary(  145): pcm_write: underrun
  3071. W/audio_hw_primary(  145): pcm_write: underrun
  3072. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3073. W/audio_hw_primary(  145): pcm_write: underrun
  3074. W/audio_hw_primary(  145): pcm_write: underrun
  3075. I/NuCachedSource2(  145): Keep alive
  3076. W/audio_hw_primary(  145): pcm_write: underrun
  3077. W/audio_hw_primary(  145): pcm_write: underrun
  3078. W/audio_hw_primary(  145): pcm_write: underrun
  3079. W/audio_hw_primary(  145): pcm_write: underrun
  3080. W/audio_hw_primary(  145): pcm_write: underrun
  3081. W/audio_hw_primary(  145): pcm_write: underrun
  3082. W/audio_hw_primary(  145): pcm_write: underrun
  3083. W/audio_hw_primary(  145): pcm_write: underrun
  3084. W/audio_hw_primary(  145): pcm_write: underrun
  3085. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=0 for 3.584s
  3086. W/audio_hw_primary(  145): pcm_write: underrun
  3087. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=1 for 5.939s
  3088. W/art     (  424): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int) from PowerManagerService.java:788 waiters=0 for 687ms
  3089. W/art     (  424): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int) from PowerManagerService.java:788 waiters=1 for 874ms
  3090. I/Choreographer(20447): Skipped 1485 frames!  The application may be doing too much work on its main thread.
  3091. W/audio_hw_primary(  145): pcm_write: underrun
  3092. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3093. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.bindService(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, int, int) from ActivityManagerService.java:15430 waiters=0 for 1.622s
  3094. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.bindService(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, int, int) from ActivityManagerService.java:15430 waiters=0 for 129ms
  3095. I/Choreographer(20447): Skipped 166 frames!  The application may be doing too much work on its main thread.
  3096. I/Exchange(27503): onPerformSync contacts starting Bundle[{__mailboxCount__=6, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=59, __mailboxId3__=60, __mailboxId4__=61, __mailboxId5__=62}]
  3097. I/art     ( 7366): Explicit concurrent mark sweep GC freed 5440(281KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 823us total 515.991ms
  3098. I/Exchange(27503): PSS syncStart for account acct:3
  3099. I/Exchange(27503): PSS adding account state for acct:3
  3100. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  3101. I/Exchange(27503): PSS syncStart for account acct:3
  3102. I/Exchange(27503): PSS Sync needs to wait: Ping: no, Pending tasks: 2 acct: 3
  3103. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3104. E/Exchange(27503): Exception while handling response
  3105. E/Exchange(27503): java.io.IOException
  3106. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3107. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3108. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3109. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3110. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3111. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3112. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3113. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3114. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3115. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3116. E/Exchange(27503):      at com.android.exchange.service.ContactsSyncAdapterService$SyncAdapterImpl.onPerformSync(ContactsSyncAdapterService.java:134)
  3117. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3118. I/Exchange(27503): Fatal result -4 on syncMailbox
  3119. I/Exchange(27503): PSS syncEnd for account acct:3
  3120. I/Exchange(27503): PSS Signalling a pending sync to proceed acct:3.
  3121. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.contacts, SERVER, currentRunTime 135735294, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3122. I/Exchange(27503): PSS syncEnd for account acct:3
  3123. I/Exchange(27503): PSS push enabled is unknown
  3124. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  3125. I/Exchange(27503): Ping task starting for 3
  3126. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3127. I/art     (  424): Background sticky concurrent mark sweep GC freed 31017(1535KB) AllocSpace objects, 6(96KB) LOS objects, 8% free, 18MB/20MB, paused 2.777ms total 297.332ms
  3128. I/Exchange(27503): PSS syncStart for account acct:3
  3129. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  3130. I/Exchange(27503): Interrupt with reason 1
  3131. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  3132. I/Exchange(27503): Ping task ending with status: -1
  3133. I/Exchange(27503): PSS pingEnd for account 3
  3134. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  3135. E/Exchange(27503): Exception while handling response
  3136. E/Exchange(27503): java.io.IOException
  3137. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3138. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3139. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3140. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3141. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3142. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3143. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3144. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3145. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3146. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3147. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  3148. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3149. I/Exchange(27503): Fatal result -4 on syncMailbox
  3150. I/Exchange(27503): PSS syncEnd for account acct:3
  3151. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  3152. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  3153. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3154. I/Exchange(27503): PSS removing account state for acct:3
  3155. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135719906, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3156. W/art     (  424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=1 for 132ms
  3157. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3158. W/art     (  424): Long monitor contention event with owner method=void com.android.server.AlarmManagerService$AlarmThread.run() from AlarmManagerService.java:1863 waiters=0 for 305ms
  3159. I/NuCachedSource2(  145): Keep alive
  3160. I/Choreographer(20447): Skipped 124 frames!  The application may be doing too much work on its main thread.
  3161. D/GCM     ( 1115): Message class com.google.f.a.a.i
  3162. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3163. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3164. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3165. I/Choreographer(20447): Skipped 154 frames!  The application may be doing too much work on its main thread.
  3166. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3167. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3168. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3169. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3170. I/NuCachedSource2(  145): Keep alive
  3171. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3172. I/Choreographer(20447): Skipped 128 frames!  The application may be doing too much work on its main thread.
  3173. W/audio_hw_primary(  145): pcm_write: underrun
  3174. I/Choreographer(20447): Skipped 84 frames!  The application may be doing too much work on its main thread.
  3175. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3176. I/Choreographer(  661): Skipped 35 frames!  The application may be doing too much work on its main thread.
  3177. I/Choreographer(20447): Skipped 66 frames!  The application may be doing too much work on its main thread.
  3178. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3179. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3180. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3181. I/Choreographer(20447): Skipped 70 frames!  The application may be doing too much work on its main thread.
  3182. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3183. I/Choreographer(20447): Skipped 38 frames!  The application may be doing too much work on its main thread.
  3184. I/NuCachedSource2(  145): Keep alive
  3185. W/audio_hw_primary(  145): pcm_write: underrun
  3186. I/Choreographer(20447): Skipped 97 frames!  The application may be doing too much work on its main thread.
  3187. W/audio_hw_primary(  145): pcm_write: underrun
  3188. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3189. I/Choreographer(  661): Skipped 36 frames!  The application may be doing too much work on its main thread.
  3190. I/Choreographer(20447): Skipped 65 frames!  The application may be doing too much work on its main thread.
  3191. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3192. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3193. I/NuCachedSource2(  145): restarting prefetcher, totalSize = 5242880
  3194. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3195. I/Choreographer(20447): Skipped 95 frames!  The application may be doing too much work on its main thread.
  3196. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3197. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3198. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3199. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  3200. I/Exchange(27503): PSS syncStart for account acct:3
  3201. I/Exchange(27503): PSS adding account state for acct:3
  3202. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3203. I/Exchange(27503): PSS syncEnd for account acct:3
  3204. I/Exchange(27503): PSS push enabled is unknown
  3205. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  3206. I/Exchange(27503): Ping task starting for 3
  3207. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3208. I/Exchange(27503): PSS syncStart for account acct:3
  3209. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  3210. I/Exchange(27503): Interrupt with reason 1
  3211. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  3212. I/Exchange(27503): Ping task ending with status: -1
  3213. I/Exchange(27503): PSS pingEnd for account 3
  3214. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  3215. I/art     (  424): Background partial concurrent mark sweep GC freed 46346(2MB) AllocSpace objects, 2(32KB) LOS objects, 18% free, 17MB/21MB, paused 5.523ms total 494.293ms
  3216. E/Exchange(27503): Exception while handling response
  3217. E/Exchange(27503): java.io.IOException
  3218. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3219. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3220. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3221. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3222. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3223. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3224. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3225. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3226. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3227. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3228. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  3229. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3230. I/Exchange(27503): Fatal result -4 on syncMailbox
  3231. I/Exchange(27503): PSS syncEnd for account acct:3
  3232. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  3233. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  3234. I/Exchange(27503): PSS removing account state for acct:3
  3235. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135780728, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3236. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3237. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3238. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3239. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  3240. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3241. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3242. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3243. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3244. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3245. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  3246. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3247. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3248. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3249. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3250. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@328d7488}
  3251. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3252. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3253. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@328d7488}
  3254. I/art     ( 1115): Background partial concurrent mark sweep GC freed 50572(2MB) AllocSpace objects, 0(0B) LOS objects, 39% free, 5MB/9MB, paused 9.735ms total 662.322ms
  3255. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3256. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3257. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3258. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3259. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3260. I/ActivityManager(  424): Start proc 21731:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
  3261. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3262. W/ResourcesManager(21731): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
  3263. I/CalendarProvider2(21731): Created com.android.providers.calendar.CalendarAlarmManager@21f84f8f(com.android.providers.calendar.CalendarProvider2@3691a21c)
  3264. I/Exchange(27503): onPerformSync calendar: Bundle[{__mailboxCount__=5, __mailboxId0__=33, __mailboxId1__=36, __mailboxId2__=40, __mailboxId3__=41, __mailboxId4__=42}]
  3265. I/Exchange(27503): PSS syncStart for account acct:2
  3266. I/Exchange(27503): PSS adding account state for acct:2
  3267. I/CalendarProvider2(21731): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar }
  3268. W/ContentResolver(21731): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
  3269. I/ActivityManager(  424): Start proc 21749:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
  3270. E/Exchange(27503): Exception while handling response
  3271. E/Exchange(27503): java.io.IOException
  3272. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3273. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3274. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3275. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3276. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3277. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3278. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3279. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3280. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3281. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3282. E/Exchange(27503):      at com.android.exchange.service.CalendarSyncAdapterService$SyncAdapterImpl.onPerformSync(CalendarSyncAdapterService.java:131)
  3283. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3284. D/ExtensionsFactory(21749): No custom extensions.
  3285. D/AlertReceiver(21749): onReceive: a=android.intent.action.PROVIDER_CHANGED Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver }
  3286. D/AlertService(21749): 0 Action = android.intent.action.PROVIDER_CHANGED
  3287. I/Exchange(27503): Fatal result -4 on syncMailbox
  3288. I/Exchange(27503): PSS syncEnd for account acct:2
  3289. I/Exchange(27503): PSS push enabled is unknown
  3290. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
  3291. I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
  3292. I/Exchange(27503): PSS removing account state for acct:2
  3293. D/SyncManager(  424): failed sync operation patrick.t.wong@outlook.com u0 (com.android.exchange), com.android.calendar, SERVER, currentRunTime 135855646, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3294. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3295. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  3296. I/Exchange(27503): PSS syncStart for account acct:3
  3297. I/Exchange(27503): PSS adding account state for acct:3
  3298. I/Exchange(27503): PSS syncEnd for account acct:3
  3299. I/Exchange(27503): PSS push enabled is unknown
  3300. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  3301. I/Exchange(27503): Ping task starting for 3
  3302. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3303. I/Exchange(27503): PSS syncStart for account acct:3
  3304. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  3305. I/Exchange(27503): Interrupt with reason 1
  3306. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  3307. I/Exchange(27503): Ping task ending with status: -1
  3308. I/Exchange(27503): PSS pingEnd for account 3
  3309. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  3310. E/Exchange(27503): Exception while handling response
  3311. E/Exchange(27503): java.io.IOException
  3312. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3313. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3314. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3315. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3316. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3317. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3318. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3319. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3320. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3321. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3322. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  3323. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3324. I/Exchange(27503): Fatal result -4 on syncMailbox
  3325. I/Exchange(27503): PSS syncEnd for account acct:3
  3326. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  3327. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  3328. I/Exchange(27503): PSS removing account state for acct:3
  3329. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135839024, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3330. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3331. I/GlobalDismissManager(21749): no sender configured
  3332. D/AlertService(21749): Beginning updateAlertNotification
  3333. D/AlertService(21749): No fired or scheduled alerts
  3334. D/AlertService(21749): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
  3335. D/AlarmScheduler(21749): Query result count for events starting within 1 week: 2
  3336. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3337. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3338. W/CursorWrapperInner(21749): Cursor finalized without prior close()
  3339. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3340. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3341. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3342. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  3343. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3344. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3345. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3346. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3347. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3348. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  3349. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3350. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3351. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3352. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3353. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3354. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  3355. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3356. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3357. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3358. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3359. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3360. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
  3361. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3362. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3363. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3364. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3365. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3366. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  3367. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3368. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3369. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3370. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3371. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3372. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3373. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3374. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  3375. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3376. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3377. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3378. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3379. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3380. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  3381. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3382. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3383. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3384. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3385. I/art     (20447): Background sticky concurrent mark sweep GC freed 101470(1919KB) AllocSpace objects, 0(0B) LOS objects, 28% free, 5MB/7MB, paused 2.532ms total 117.065ms
  3386. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3387. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3388. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3389. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3390. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  3391. I/art     ( 7366): Explicit concurrent mark sweep GC freed 6631(334KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 762us total 110.870ms
  3392. I/art     (  424): Explicit concurrent mark sweep GC freed 76944(3MB) AllocSpace objects, 13(208KB) LOS objects, 18% free, 17MB/21MB, paused 2.990ms total 320.007ms
  3393. I/Exchange(27503): PSS syncStart for account acct:3
  3394. I/Exchange(27503): PSS adding account state for acct:3
  3395. I/Exchange(27503): PSS syncEnd for account acct:3
  3396. I/Exchange(27503): PSS push enabled is unknown
  3397. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3398. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  3399. I/Exchange(27503): Ping task starting for 3
  3400. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3401. I/Exchange(27503): PSS syncStart for account acct:3
  3402. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  3403. I/Exchange(27503): Interrupt with reason 1
  3404. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  3405. I/Exchange(27503): Ping task ending with status: -1
  3406. I/Exchange(27503): PSS pingEnd for account 3
  3407. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  3408. E/Exchange(27503): Exception while handling response
  3409. E/Exchange(27503): java.io.IOException
  3410. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3411. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3412. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3413. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3414. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3415. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3416. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3417. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3418. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3419. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3420. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  3421. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3422. I/Exchange(27503): Fatal result -4 on syncMailbox
  3423. I/Exchange(27503): PSS syncEnd for account acct:3
  3424. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  3425. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  3426. I/Exchange(27503): PSS removing account state for acct:3
  3427. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135872504, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3428. I/ActivityManager(  424): Process com.android.deskclock (pid 21538) has died
  3429. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3430. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3431. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3432. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3433. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3434. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3435. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3436. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3437. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3438. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3439. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3440. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3441. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3442. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3443. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3444. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3445. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
  3446. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3447. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3448. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3449. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3450. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3451. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  3452. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3453. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3454. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3455. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3456. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3457. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3458. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  3459. I/Exchange(27503): PSS syncStart for account acct:3
  3460. I/Exchange(27503): PSS adding account state for acct:3
  3461. I/Exchange(27503): PSS syncEnd for account acct:3
  3462. I/Exchange(27503): PSS push enabled is unknown
  3463. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  3464. I/Exchange(27503): Ping task starting for 3
  3465. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3466. I/Exchange(27503): PSS syncStart for account acct:3
  3467. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  3468. I/Exchange(27503): Interrupt with reason 1
  3469. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  3470. I/Exchange(27503): Ping task ending with status: -1
  3471. I/Exchange(27503): PSS pingEnd for account 3
  3472. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  3473. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3474. E/Exchange(27503): Exception while handling response
  3475. E/Exchange(27503): java.io.IOException
  3476. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3477. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3478. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3479. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3480. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3481. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3482. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3483. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3484. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3485. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3486. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  3487. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3488. I/Exchange(27503): Fatal result -4 on syncMailbox
  3489. I/Exchange(27503): PSS syncEnd for account acct:3
  3490. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  3491. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  3492. I/Exchange(27503): PSS removing account state for acct:3
  3493. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135928680, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3494. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3495. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3496. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3497. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3498. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3499. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3500. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3501. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3502. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  3503. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3504. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3505. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3506. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3507. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3508. I/Exchange(27503): onPerformSync calendar: Bundle[{__mailboxCount__=5, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=60, __mailboxId3__=61, __mailboxId4__=62}]
  3509. I/Exchange(27503): PSS syncStart for account acct:3
  3510. I/Exchange(27503): PSS adding account state for acct:3
  3511. I/art     (  424): Explicit concurrent mark sweep GC freed 71800(3MB) AllocSpace objects, 15(240KB) LOS objects, 18% free, 17MB/21MB, paused 2.746ms total 217.376ms
  3512. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3513. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  3514. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3515. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3516. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3517. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3518. E/Exchange(27503): Exception while handling response
  3519. E/Exchange(27503): java.io.IOException
  3520. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3521. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3522. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3523. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3524. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3525. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3526. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3527. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3528. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3529. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3530. E/Exchange(27503):      at com.android.exchange.service.CalendarSyncAdapterService$SyncAdapterImpl.onPerformSync(CalendarSyncAdapterService.java:131)
  3531. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3532. I/Exchange(27503): Fatal result -4 on syncMailbox
  3533. I/Exchange(27503): PSS syncEnd for account acct:3
  3534. I/Exchange(27503): PSS push enabled is unknown
  3535. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  3536. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  3537. I/Exchange(27503): PSS removing account state for acct:3
  3538. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.calendar, SERVER, currentRunTime 136006003, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3539. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3540. W/audio_hw_primary(  145): pcm_write: underrun
  3541. W/audio_hw_primary(  145): pcm_write: underrun
  3542. W/art     (27503): Suspending all threads took: 2.960s
  3543. W/audio_hw_primary(  145): pcm_write: underrun
  3544. W/audio_hw_primary(  145): pcm_write: underrun
  3545. W/art     (  424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 738ms
  3546. W/audio_hw_primary(  145): pcm_write: underrun
  3547. W/art     (  424): Long monitor contention event with owner method=android.content.pm.UserInfo com.android.server.pm.UserManagerService.getUserInfo(int) from UserManagerService.java:356 waiters=0 for 641ms
  3548. W/audio_hw_primary(  145): pcm_write: underrun
  3549. I/NuCachedSource2(  145): Cache full, done prefetching for now
  3550. W/art     (  424): Long monitor contention event with owner method=java.util.List com.android.server.pm.PackageManagerService.queryIntentReceivers(android.content.Intent, java.lang.String, int, int) from PackageManagerService.java:3801 waiters=0 for 358ms
  3551. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=0 for 8.082s
  3552. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3553. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=1 for 237ms
  3554. I/Choreographer(20447): Skipped 1567 frames!  The application may be doing too much work on its main thread.
  3555. W/audio_hw_primary(  145): pcm_write: underrun
  3556. W/art     (  424): Long monitor contention event with owner method=boolean com.android.server.am.ActivityManagerService.unbindService(android.app.IServiceConnection) from ActivityManagerService.java:15437 waiters=0 for 261ms
  3557. W/audio_hw_primary(  145): pcm_write: underrun
  3558. W/audio_hw_primary(  145): pcm_write: underrun
  3559. W/art     (  424): Long monitor contention event with owner method=void com.android.server.wm.WindowManagerService.updateRotationUnchecked(boolean, boolean) from WindowManagerService.java:6499 waiters=0 for 6.506s
  3560. W/art     (  424): Long monitor contention event with owner method=boolean com.android.server.am.ActivityManagerService.unbindService(android.app.IServiceConnection) from ActivityManagerService.java:15437 waiters=1 for 6.254s
  3561. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=2 for 3.311s
  3562. W/art     (  424): Long monitor contention event with owner method=boolean com.android.server.am.ActivityManagerService.unbindService(android.app.IServiceConnection) from ActivityManagerService.java:15437 waiters=2 for 7.848s
  3563. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=3 for 2.878s
  3564. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String, int, boolean, boolean, int) from ActivityManagerService.java:16429 waiters=3 for 2.184s
  3565. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=2 for 602ms
  3566. W/art     (  424): Long monitor contention event with owner method=void com.android.server.AlarmManagerService$AlarmThread.run() from AlarmManagerService.java:1863 waiters=0 for 2.186s
  3567. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  3568. W/art     (  424): Long monitor contention event with owner method=boolean com.android.server.am.ActivityManagerService.stopServiceToken(android.content.ComponentName, android.os.IBinder, int) from ActivityManagerService.java:15257 waiters=1 for 183ms
  3569. D/GCM     ( 1115): Message class com.google.f.a.a.i
  3570. W/art     (  424): Long monitor contention event with owner method=void com.android.server.wm.WindowManagerService.updateRotationUnchecked(boolean, boolean) from WindowManagerService.java:6499 waiters=0 for 2.443s
  3571. W/art     (  424): Long monitor contention event with owner method=void com.android.server.AlarmManagerService$AlarmThread.run() from AlarmManagerService.java:1863 waiters=0 for 205ms
  3572. I/Exchange(27503): PSS syncStart for account acct:3
  3573. I/Exchange(27503): PSS adding account state for acct:3
  3574. I/Choreographer(  661): Skipped 60 frames!  The application may be doing too much work on its main thread.
  3575. I/Choreographer(20447): Skipped 257 frames!  The application may be doing too much work on its main thread.
  3576. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3577. I/Exchange(27503): PSS syncEnd for account acct:3
  3578. I/Exchange(27503): PSS push enabled is unknown
  3579. I/art     ( 7366): Explicit concurrent mark sweep GC freed 15666(762KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 854us total 202.514ms
  3580. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  3581. I/Exchange(27503): Ping task starting for 3
  3582. I/Choreographer(20447): Skipped 113 frames!  The application may be doing too much work on its main thread.
  3583. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3584. I/NuCachedSource2(  145): Keep alive
  3585. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3586. W/audio_hw_primary(  145): pcm_write: underrun
  3587. W/art     ( 7366): Suspending all threads took: 62.072ms
  3588. I/Choreographer(  661): Skipped 146 frames!  The application may be doing too much work on its main thread.
  3589. I/Choreographer(20447): Skipped 380 frames!  The application may be doing too much work on its main thread.
  3590. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3591. I/Choreographer(  661): Skipped 107 frames!  The application may be doing too much work on its main thread.
  3592. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  3593. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3594. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3595. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3596. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3597. I/Exchange(27503): Changes found in: 00000000-0000-0000-0000-000000000001
  3598. I/Exchange(27503): Changes found in: 00000000-0000-0000-0000-000000000003
  3599. I/Exchange(27503): Changes found in: 2:0
  3600. I/Exchange(27503): Changes found in: 1:ALi8xGyb4UJBqKMtyXrl7gb+TmCl9hQIQZ+ElNrB0soP
  3601. I/Exchange(27503): Changes found in: 1:AMotgEqhejlMpRkkcN+5DqUjI1PE7lL9QqwB65OBa1Mr
  3602. I/Exchange(27503): Changes found in: 1:AR/o0A+y+1ZBriYBR872EdGNJuMAEEWdSYGU+UiijYTs
  3603. I/Choreographer(20447): Skipped 154 frames!  The application may be doing too much work on its main thread.
  3604. I/Exchange(27503): Ping found changed folders for account 3
  3605. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=0 for 105ms
  3606. E/Exchange(27503): unexpected collectiontype 0 in EasPing
  3607. E/Exchange(27503): unexpected collectiontype 5 in EasPing
  3608. E/Exchange(27503): unexpected collectiontype 66 in EasPing
  3609. E/Exchange(27503): unexpected collectiontype 65 in EasPing
  3610. E/Exchange(27503): unexpected collectiontype 65 in EasPing
  3611. E/Exchange(27503): unexpected collectiontype 65 in EasPing
  3612. I/Exchange(27503): PSS syncStart for account acct:3
  3613. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  3614. I/Exchange(27503): Stop next with reason 1
  3615. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  3616. I/Exchange(27503): EasOperation requestSyncForMailboxes  Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3617. I/Exchange(27503): EasOperation requestSyncForMailboxes  Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{__mailboxCount__=5, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=60, __mailboxId3__=61, __mailboxId4__=62}]
  3618. I/Exchange(27503): EasOperation requestSyncForMailboxes  Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{__mailboxCount__=6, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=59, __mailboxId3__=60, __mailboxId4__=61, __mailboxId5__=62}]
  3619. I/Exchange(27503): Ping task ending with status: 2
  3620. I/Exchange(27503): PSS pingEnd for account 3
  3621. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  3622. D/Email   ( 7366): Insert: content://com.android.email.provider/message
  3623. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3624. W/art     (  424): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int) from PowerManagerService.java:788 waiters=0 for 592ms
  3625. D/Email   ( 7366): Insert: content://com.android.email.provider/body
  3626. E/Exchange(27503): Exception while handling response
  3627. E/Exchange(27503): java.io.IOException
  3628. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3629. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3630. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3631. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3632. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3633. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3634. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3635. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3636. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3637. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3638. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  3639. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3640. I/Choreographer(20447): Skipped 132 frames!  The application may be doing too much work on its main thread.
  3641. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  3642. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3643. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3644. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3645. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3646. I/Exchange(27503): Fatal result -4 on syncMailbox
  3647. I/Exchange(27503): PSS syncEnd for account acct:3
  3648. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  3649. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  3650. I/Exchange(27503): PSS removing account state for acct:3
  3651. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 135988266, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3652. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 81068824
  3653. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3654. W/art     (  424): Long monitor contention event with owner method=void com.android.server.content.SyncStorageEngine.stopSyncEvent(long, long, java.lang.String, long, long) from SyncStorageEngine.java:1311 waiters=0 for 916ms
  3655. W/art     (  424): Long monitor contention event with owner method=void com.android.server.content.SyncStorageEngine.stopSyncEvent(long, long, java.lang.String, long, long) from SyncStorageEngine.java:1311 waiters=1 for 912ms
  3656. I/art     (  424): Explicit concurrent mark sweep GC freed 49979(2MB) AllocSpace objects, 3(48KB) LOS objects, 18% free, 17MB/21MB, paused 3.997ms total 689.483ms
  3657. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 70791782
  3658. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 2573240
  3659. I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
  3660. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  3661. I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
  3662. I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 2521
  3663. I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
  3664. I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 76678
  3665. I/NuCachedSource2(  145): Keep alive
  3666. W/audio_hw_primary(  145): pcm_write: underrun
  3667. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3668. W/art     ( 7366): Suspending all threads took: 391.204ms
  3669. I/Choreographer(20447): Skipped 254 frames!  The application may be doing too much work on its main thread.
  3670. D/Email   ( 7366): Insert: content://com.android.email.provider/message
  3671. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3672. I/Choreographer(20447): Skipped 113 frames!  The application may be doing too much work on its main thread.
  3673. D/Email   ( 7366): Insert: content://com.android.email.provider/body
  3674. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 70791782
  3675. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 81068824
  3676. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3677. I/art     (  424): Explicit concurrent mark sweep GC freed 26995(1137KB) AllocSpace objects, 0(0B) LOS objects, 18% free, 17MB/21MB, paused 5.737ms total 483.215ms
  3678. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 81068824
  3679. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 70791782
  3680. I/NuCachedSource2(  145): restarting prefetcher, totalSize = 5242880
  3681. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 2573240
  3682. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 70791782
  3683. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 81068824
  3684. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 70791782
  3685. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 2573240
  3686. I/art     (  424): Explicit concurrent mark sweep GC freed 8952(333KB) AllocSpace objects, 1(16KB) LOS objects, 18% free, 17MB/21MB, paused 3.051ms total 177.673ms
  3687. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 81068824
  3688. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -1465697104, folder: 81068824
  3689. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 81068824
  3690. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 70791782
  3691. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 2573240
  3692. I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
  3693. I/NotifUtils( 7366): validateNotifications - cancelling account -2145073633 / folder -1103699138
  3694. I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
  3695. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  3696. I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
  3697. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  3698. I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
  3699. I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 2521
  3700. I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
  3701. I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 76678
  3702. I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
  3703. I/NotifUtils( 7366): Showing notification with unreadCount of 22 and unseenCount of 2
  3704. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3705. I/art     (  424): Explicit concurrent mark sweep GC freed 4520(175KB) AllocSpace objects, 0(0B) LOS objects, 18% free, 17MB/21MB, paused 4.150ms total 144.744ms
  3706. I/NotifUtils( 7366): Account: -729077077 vibrate: false
  3707. I/NotifUtils( 7366): New email in -729077077 vibrateWhen: false, playing notification: content://settings/system/notification_sound
  3708. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  3709. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|363843079|null|10035
  3710. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3711. I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
  3712. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  3713. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: true
  3714. E/SQLiteLog(21324): (284) automatic index on sqlite_sq_6B01EDD0(STAT_DATA_ID)
  3715. I/ValidateNoPeople(  424): final affinity: 0.0
  3716. I/NotifUtils( 7366): Showing notification with unreadCount of 91 and unseenCount of 1
  3717. W/ResourceType(  661): Failure getting entry for 0x010406dc (t=3 e=1756) (error -75)
  3718. W/Resources(  661): Converting to string: TypedValue{t=0x1/d=0x10406dc a=-1 r=0x10406dc}
  3719. I/NotifUtils( 7366): Account: 1333404959 vibrate: false
  3720. I/NotifUtils( 7366): New email in 1333404959 vibrateWhen: false, playing notification: content://settings/system/notification_sound
  3721. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  3722. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  3723. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3724. I/ValidateNoPeople(  424): final affinity: 0.0
  3725. I/NotifUtils( 7366): validateNotifications - cancelling account 1333404959 / folder -1812635783
  3726. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3727. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  3728. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3729. I/NotifUtils( 7366): validateNotifications - cancelling account -1465697104 / folder -1651324935
  3730. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3731. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  3732. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3733. I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 2521
  3734. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3735. I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 76678
  3736. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3737. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3738. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 70791782
  3739. I/art     (  424): Explicit concurrent mark sweep GC freed 7590(337KB) AllocSpace objects, 0(0B) LOS objects, 18% free, 17MB/21MB, paused 3.356ms total 177.673ms
  3740. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 81068824
  3741. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 70791782
  3742. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 81068824
  3743. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 70791782
  3744. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 2573240
  3745. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 81068824
  3746. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3747. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -1465697104, folder: 81068824
  3748. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3749. I/NotifUtils( 7366): validateNotifications - cancelling account -2145073633 / folder -1103699138
  3750. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3751. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  3752. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3753. I/NotifUtils( 7366): Showing notification with unreadCount of 22 and unseenCount of 2
  3754. W/art     ( 7366): Suspending all threads took: 10.162ms
  3755. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  3756. I/art     (  424): Explicit concurrent mark sweep GC freed 6163(228KB) AllocSpace objects, 3(48KB) LOS objects, 18% free, 17MB/21MB, paused 11.901ms total 184.387ms
  3757. I/Exchange(27503): PSS syncStart for account acct:3
  3758. I/Exchange(27503): PSS adding account state for acct:3
  3759. I/Exchange(27503): PSS syncEnd for account acct:3
  3760. I/Exchange(27503): PSS push enabled is unknown
  3761. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  3762. I/Exchange(27503): Ping task starting for 3
  3763. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3764. I/Exchange(27503): PSS syncStart for account acct:3
  3765. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  3766. I/Exchange(27503): Interrupt with reason 1
  3767. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  3768. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3769. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  3770. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3771. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3772. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3773. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3774. I/Exchange(27503): Ping task ending with status: -1
  3775. I/Exchange(27503): PSS pingEnd for account 3
  3776. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  3777. I/NotifUtils( 7366): Account: -729077077 vibrate: false
  3778. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  3779. I/ValidateNoPeople(  424): final affinity: 0.0
  3780. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3781. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  3782. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3783. I/NotifUtils( 7366): Showing notification with unreadCount of 91 and unseenCount of 1
  3784. I/NotifUtils( 7366): Account: 1333404959 vibrate: false
  3785. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  3786. I/ValidateNoPeople(  424): final affinity: 0.0
  3787. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3788. I/NotifUtils( 7366): validateNotifications - cancelling account 1333404959 / folder -1812635783
  3789. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3790. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  3791. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  3792. I/NotifUtils( 7366): validateNotifications - cancelling account -1465697104 / folder -1651324935
  3793. E/Exchange(27503): Exception while handling response
  3794. E/Exchange(27503): java.io.IOException
  3795. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3796. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3797. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3798. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3799. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3800. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3801. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3802. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3803. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3804. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3805. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  3806. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3807. I/Exchange(27503): Fatal result -4 on syncMailbox
  3808. I/Exchange(27503): PSS syncEnd for account acct:3
  3809. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  3810. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  3811. I/Exchange(27503): PSS removing account state for acct:3
  3812. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136071441, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3813. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3814. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3815. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  3816. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  3817. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  3818. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  3819. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  3820. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3821. W/ProcessCpuTracker(  424): Skipping unknown process pid 21915
  3822. W/ProcessCpuTracker(  424): Skipping unknown process pid 21916
  3823. W/ProcessCpuTracker(  424): Skipping unknown process pid 21918
  3824. W/ProcessCpuTracker(  424): Skipping unknown process pid 21919
  3825. W/ProcessCpuTracker(  424): Skipping unknown process pid 21922
  3826. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3827. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3828. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3829. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3830. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3831. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3832. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3833. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3834. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3835. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3836. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3837. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3838. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3839. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3840. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3841. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3842. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  3843. I/Exchange(27503): PSS syncStart for account acct:3
  3844. I/Exchange(27503): PSS adding account state for acct:3
  3845. I/Exchange(27503): PSS syncEnd for account acct:3
  3846. I/Exchange(27503): PSS push enabled is unknown
  3847. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  3848. I/Exchange(27503): Ping task starting for 3
  3849. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3850. I/art     (  424): Explicit concurrent mark sweep GC freed 44750(2MB) AllocSpace objects, 6(96KB) LOS objects, 18% free, 17MB/21MB, paused 2.990ms total 217.987ms
  3851. I/Exchange(27503): PSS syncStart for account acct:3
  3852. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  3853. I/Exchange(27503): Interrupt with reason 1
  3854. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  3855. I/Exchange(27503): Ping task ending with status: -1
  3856. I/Exchange(27503): PSS pingEnd for account 3
  3857. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  3858. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3859. E/Exchange(27503): Exception while handling response
  3860. E/Exchange(27503): java.io.IOException
  3861. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3862. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3863. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3864. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3865. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3866. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3867. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3868. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3869. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3870. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3871. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  3872. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3873. I/Exchange(27503): Fatal result -4 on syncMailbox
  3874. I/Exchange(27503): PSS syncEnd for account acct:3
  3875. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  3876. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  3877. I/Exchange(27503): PSS removing account state for acct:3
  3878. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136111864, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3879. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3880. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3881. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@160e98e3}
  3882. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3883. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3884. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3885. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@160e98e3}
  3886. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3887. I/ActivityManager(  424): Process com.google.android.apps.plus (pid 21284) has died
  3888. I/ActivityManager(  424): Process com.google.android.gms.wearable (pid 20812) has died
  3889. W/ActivityManager(  424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
  3890. I/ActivityManager(  424): Process android.process.acore (pid 21324) has died
  3891. I/ActivityManager(  424): Process com.android.calendar (pid 21749) has died
  3892. E/lowmemorykiller(  134): Error opening /proc/21731/oom_score_adj; errno=2
  3893. I/ActivityManager(  424): Process com.android.providers.calendar (pid 21731) has died
  3894. I/ActivityManager(  424): Start proc 21962:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
  3895. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3896. W/ResourcesManager(21962): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  3897. W/ResourcesManager(21962): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  3898. I/MultiDex(21962): VM with version 2.1.0 has multidex support
  3899. I/MultiDex(21962): install
  3900. I/MultiDex(21962): VM has multidex support, MultiDex support library is disabled.
  3901. I/ProviderInstaller(21962): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application'
  3902. D/GCM     ( 1115): GcmService start Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE
  3903. D/AuthorizationBluetoothService( 1115): Received GmsCore event: Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.auth.be.proximity.authorization.bt.AuthorizationBluetoothService$AutoStarter }.
  3904. D/c       ( 1115): Getting all permits...
  3905. D/a       ( 1115): Opening database...
  3906. D/a       ( 1115): Opening database auth.proximity.permit_store...
  3907. D/a       ( 1115): Closing database...
  3908. V/GmsCoreStatsServiceLauncher(18840): Received broadcast intent Intent { act=com.google.android.gms.INITIALIZE flg=0x10 pkg=com.google.android.gms cmp=com.google.android.gms/.common.stats.GmsCoreStatsServiceLauncher }
  3909. D/LocationInitializer(18840): Restart initialization of location
  3910. E/SQLiteLog(21962): (284) automatic index on assetrefs(dataitems_id)
  3911. E/MDM     (  942): [105] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}
  3912. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3913. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3914. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3915. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3916. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3917. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3918. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3919. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3920. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3921. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3922. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3923. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3924. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3925. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3926. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  3927. I/Exchange(27503): PSS syncStart for account acct:3
  3928. I/Exchange(27503): PSS adding account state for acct:3
  3929. I/Exchange(27503): PSS syncEnd for account acct:3
  3930. I/Exchange(27503): PSS push enabled is unknown
  3931. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  3932. I/Exchange(27503): Ping task starting for 3
  3933. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3934. I/Exchange(27503): PSS syncStart for account acct:3
  3935. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  3936. I/Exchange(27503): Interrupt with reason 1
  3937. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  3938. I/Exchange(27503): Ping task ending with status: -1
  3939. I/Exchange(27503): PSS pingEnd for account 3
  3940. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  3941. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3942. E/Exchange(27503): Exception while handling response
  3943. E/Exchange(27503): java.io.IOException
  3944. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  3945. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  3946. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  3947. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  3948. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  3949. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  3950. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  3951. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  3952. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  3953. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  3954. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  3955. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  3956. I/Exchange(27503): Fatal result -4 on syncMailbox
  3957. I/Exchange(27503): PSS syncEnd for account acct:3
  3958. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  3959. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  3960. I/Exchange(27503): PSS removing account state for acct:3
  3961. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136170659, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  3962. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3963. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3964. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3965. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3966. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3967. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3968. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3969. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3970. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3971. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3972. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3973. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3974. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3975. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3976. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3977. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3978. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3979. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3980. I/art     (  424): Background sticky concurrent mark sweep GC freed 69778(3MB) AllocSpace objects, 12(192KB) LOS objects, 9% free, 18MB/20MB, paused 6.164ms total 106.567ms
  3981. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3982. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  3983. I/Exchange(27503): PSS syncStart for account acct:3
  3984. I/Exchange(27503): PSS adding account state for acct:3
  3985. I/Exchange(27503): PSS syncEnd for account acct:3
  3986. I/Exchange(27503): PSS push enabled is unknown
  3987. I/art     ( 7366): Explicit concurrent mark sweep GC freed 6922(386KB) AllocSpace objects, 10(1719KB) LOS objects, 24% free, 4MB/5MB, paused 732us total 49.591ms
  3988. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  3989. I/Exchange(27503): Ping task starting for 3
  3990. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  3991. I/Exchange(27503): PSS syncStart for account acct:3
  3992. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  3993. I/Exchange(27503): Interrupt with reason 1
  3994. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  3995. I/Exchange(27503): Ping task ending with status: -1
  3996. I/Exchange(27503): PSS pingEnd for account 3
  3997. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  3998. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  3999. E/Exchange(27503): Exception while handling response
  4000. E/Exchange(27503): java.io.IOException
  4001. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4002. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4003. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4004. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4005. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4006. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4007. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4008. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4009. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4010. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4011. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4012. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4013. I/Exchange(27503): Fatal result -4 on syncMailbox
  4014. I/Exchange(27503): PSS syncEnd for account acct:3
  4015. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  4016. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  4017. I/Exchange(27503): PSS removing account state for acct:3
  4018. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136231652, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4019. I/NuCachedSource2(  145): Cache full, done prefetching for now
  4020. W/audio_hw_primary(  145): pcm_write: underrun
  4021. W/audio_hw_primary(  145): pcm_write: underrun
  4022. W/audio_hw_primary(  145): pcm_write: underrun
  4023. W/art     ( 7366): Suspending all threads took: 5.648s
  4024. W/audio_hw_primary(  145): pcm_write: underrun
  4025. W/audio_hw_primary(  145): pcm_write: underrun
  4026. W/art     (  424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 692ms
  4027. I/NuCachedSource2(  145): Keep alive
  4028. W/art     (  424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=1 for 2.475s
  4029. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4030. W/audio_hw_primary(  145): pcm_write: underrun
  4031. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.updateCpuStatsNow() from ActivityManagerService.java:2233 waiters=0 for 4.425s
  4032. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=0 for 7.036s
  4033. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=0 for 448ms
  4034. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=1 for 479ms
  4035. W/art     (  424): Long monitor contention event with owner method=void com.android.server.wm.WindowManagerService.updateRotationUnchecked(boolean, boolean) from WindowManagerService.java:6499 waiters=0 for 517ms
  4036. I/Choreographer(20447): Skipped 1499 frames!  The application may be doing too much work on its main thread.
  4037. D/GCM     ( 1115): Message class com.google.f.a.a.i
  4038. W/audio_hw_primary(  145): pcm_write: underrun
  4039. W/audio_hw_primary(  145): pcm_write: underrun
  4040. W/audio_hw_primary(  145): pcm_write: underrun
  4041. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4042. W/art     (  424): Long monitor contention event with owner method=android.content.ComponentName com.android.server.am.ActivityManagerService.startService(android.app.IApplicationThread, android.content.Intent, java.lang.String, int) from ActivityManagerService.java:15204 waiters=0 for 553ms
  4043. W/art     (  424): Long monitor contention event with owner method=void com.android.server.wm.WindowAnimator$1.run() from WindowAnimator.java:130 waiters=0 for 251ms
  4044. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=1 for 340ms
  4045. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=0 for 373ms
  4046. W/art     (  424): Long monitor contention event with owner method=void com.android.server.AlarmManagerService$AlarmThread.run() from AlarmManagerService.java:1863 waiters=0 for 2.244s
  4047. I/Choreographer(20447): Skipped 349 frames!  The application may be doing too much work on its main thread.
  4048. I/Choreographer(  661): Skipped 201 frames!  The application may be doing too much work on its main thread.
  4049. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  4050. I/Exchange(27503): PSS syncStart for account acct:3
  4051. I/Exchange(27503): PSS adding account state for acct:3
  4052. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4053. I/Choreographer(20447): Skipped 112 frames!  The application may be doing too much work on its main thread.
  4054. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4055. I/Exchange(27503): PSS syncEnd for account acct:3
  4056. I/Exchange(27503): PSS push enabled is unknown
  4057. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  4058. I/Exchange(27503): Ping task starting for 3
  4059. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  4060. I/Exchange(27503): PSS syncStart for account acct:3
  4061. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  4062. I/Exchange(27503): Interrupt with reason 1
  4063. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  4064. I/Exchange(27503): Ping task ending with status: -1
  4065. I/Exchange(27503): PSS pingEnd for account 3
  4066. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  4067. I/NuCachedSource2(  145): Keep alive
  4068. I/Choreographer(20447): Skipped 105 frames!  The application may be doing too much work on its main thread.
  4069. I/art     (  424): Background sticky concurrent mark sweep GC freed 38497(1703KB) AllocSpace objects, 8(187KB) LOS objects, 9% free, 18MB/20MB, paused 4.089ms total 2.406s
  4070. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4071. W/audio_hw_primary(  145): pcm_write: underrun
  4072. W/art     (  424): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int) from PowerManagerService.java:788 waiters=0 for 121ms
  4073. W/art     (  424): Long monitor contention event with owner method=void com.android.server.wm.WindowManagerService.updateRotationUnchecked(boolean, boolean) from WindowManagerService.java:6499 waiters=0 for 1.830s
  4074. I/Choreographer(20447): Skipped 129 frames!  The application may be doing too much work on its main thread.
  4075. W/art     (  424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 1.153s
  4076. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4077. E/Exchange(27503): Exception while handling response
  4078. E/Exchange(27503): java.io.IOException
  4079. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4080. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4081. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4082. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4083. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4084. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4085. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4086. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4087. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4088. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4089. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4090. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4091. I/Exchange(27503): Fatal result -4 on syncMailbox
  4092. I/Exchange(27503): PSS syncEnd for account acct:3
  4093. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  4094. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  4095. I/Exchange(27503): PSS removing account state for acct:3
  4096. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136290737, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4097. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4098. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4099. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4100. I/Choreographer(20447): Skipped 42 frames!  The application may be doing too much work on its main thread.
  4101. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4102. W/audio_hw_primary(  145): pcm_write: underrun
  4103. I/Choreographer(20447): Skipped 99 frames!  The application may be doing too much work on its main thread.
  4104. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4105. I/NuCachedSource2(  145): Keep alive
  4106. W/audio_hw_primary(  145): pcm_write: underrun
  4107. I/Choreographer(20447): Skipped 70 frames!  The application may be doing too much work on its main thread.
  4108. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4109. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4110. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4111. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4112. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4113. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4114. I/NuCachedSource2(  145): Keep alive
  4115. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4116. W/audio_hw_primary(  145): pcm_write: underrun
  4117. W/audio_hw_primary(  145): pcm_write: underrun
  4118. W/audio_hw_primary(  145): pcm_write: underrun
  4119. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=0 for 306ms
  4120. W/art     (  424): Long monitor contention event with owner method=void com.android.server.AlarmManagerService$AlarmThread.run() from AlarmManagerService.java:1863 waiters=0 for 171ms
  4121. I/Choreographer(20447): Skipped 171 frames!  The application may be doing too much work on its main thread.
  4122. I/Choreographer(  661): Skipped 35 frames!  The application may be doing too much work on its main thread.
  4123. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4124. I/art     (  148): Background concurrent mark sweep GC freed 789(33KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1931KB/3MB, paused 396us total 188.995ms
  4125. W/ActivityManager(  424): Slow operation: 1015ms so far, now at startProcess: returned from zygote!
  4126. W/ActivityManager(  424): Slow operation: 1015ms so far, now at startProcess: done updating battery stats
  4127. W/ActivityManager(  424): Slow operation: 1015ms so far, now at startProcess: building log message
  4128. I/ActivityManager(  424): Start proc 22096:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
  4129. W/ActivityManager(  424): Slow operation: 1015ms so far, now at startProcess: starting to update pids map
  4130. W/ActivityManager(  424): Slow operation: 1015ms so far, now at startProcess: done updating pids map
  4131. W/ActivityManager(  424): Slow operation: 1015ms so far, now at startProcess: done starting proc!
  4132. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=0 for 923ms
  4133. W/Zygote  (22096): Slow operation: 1145ms so far, now at Zygote.callPostForkChildHooks
  4134. W/Zygote  (22096): Slow operation: 1366 ms in ForkAndSpecializeCommon:PostForkChildHooks returns
  4135. W/Zygote  (22096): Slow operation: 1704ms so far, now at Zygote.nativeForkAndSpecialize
  4136. W/Zygote  (22096): Slow operation: 1917ms so far, now at Zygote.postForkCommon
  4137. W/Zygote  (22096): Slow operation: 2080ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
  4138. I/Choreographer(20447): Skipped 126 frames!  The application may be doing too much work on its main thread.
  4139. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4140. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4141. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4142. I/NuCachedSource2(  145): Keep alive
  4143. W/art     (22096): Suspending all threads took: 30.242ms
  4144. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4145. I/Choreographer(20447): Skipped 140 frames!  The application may be doing too much work on its main thread.
  4146. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4147. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4148. W/audio_hw_primary(  145): pcm_write: underrun
  4149. I/Choreographer(20447): Skipped 107 frames!  The application may be doing too much work on its main thread.
  4150. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4151. I/Exchange(27503): onPerformSync email: Bundle[{__push_only__=true}]
  4152. I/Exchange(27503): PSS pushModify acct:2
  4153. I/Exchange(27503): PSS adding account state for acct:2
  4154. I/Exchange(27503): PSS pushModify acct:2
  4155. I/Exchange(27503): PSS starting ping task acct:2
  4156. I/Exchange(27503): Ping task starting for 2
  4157. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  4158. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136369208, reason: 10036, SyncResult: syncAlreadyInProgress: true stats []
  4159. W/art     (  424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 275ms
  4160. I/art     (  424): Background partial concurrent mark sweep GC freed 42875(2004KB) AllocSpace objects, 11(176KB) LOS objects, 18% free, 17MB/21MB, paused 3.631ms total 439.453ms
  4161. I/Exchange(27503): PSS syncStart for account acct:2
  4162. I/Exchange(27503): PSS Sync is pre-empting a ping acct:2
  4163. I/Exchange(27503): Interrupt with reason 1
  4164. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 2
  4165. I/Exchange(27503): Ping task ending with status: -1
  4166. I/Exchange(27503): PSS pingEnd for account 2
  4167. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:2.
  4168. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4169. I/Exchange(27503): PSS syncEnd for account acct:2
  4170. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:2.
  4171. I/Exchange(27503): Ping task starting for 2
  4172. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=33, __mailboxId1__=36}]
  4173. I/Exchange(27503): PSS syncStart for account acct:2
  4174. I/Exchange(27503): PSS Sync is pre-empting a ping acct:2
  4175. I/Exchange(27503): Interrupt with reason 1
  4176. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 2
  4177. I/Exchange(27503): Ping task ending with status: -1
  4178. I/Exchange(27503): PSS pingEnd for account 2
  4179. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:2.
  4180. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4181. W/art     (27503): Suspending all threads took: 61.737ms
  4182. I/Choreographer(20447): Skipped 146 frames!  The application may be doing too much work on its main thread.
  4183. I/Choreographer(  661): Skipped 43 frames!  The application may be doing too much work on its main thread.
  4184. I/NuCachedSource2(  145): Keep alive
  4185. E/Exchange(27503): Exception while handling response
  4186. E/Exchange(27503): java.io.IOException
  4187. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4188. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4189. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4190. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4191. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4192. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4193. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4194. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4195. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4196. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4197. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4198. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4199. I/NuCachedSource2(  145): restarting prefetcher, totalSize = 5242880
  4200. I/Choreographer(20447): Skipped 90 frames!  The application may be doing too much work on its main thread.
  4201. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4202. I/Choreographer(  661): Skipped 60 frames!  The application may be doing too much work on its main thread.
  4203. W/art     (27503): Suspending all threads took: 7.995ms
  4204. I/Exchange(27503): Fatal result -4 on syncMailbox
  4205. I/Exchange(27503): PSS syncEnd for account acct:2
  4206. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
  4207. I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
  4208. I/Exchange(27503): PSS removing account state for acct:2
  4209. D/SyncManager(  424): failed sync operation patrick.t.wong@outlook.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 134410209, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4210. W/art     (  424): Long monitor contention event with owner method=void com.android.server.content.SyncStorageEngine.stopSyncEvent(long, long, java.lang.String, long, long) from SyncStorageEngine.java:1311 waiters=1 for 156ms
  4211. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4212. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4213. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4214. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4215. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4216. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4217. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4218. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4219. I/art     (20447): Background partial concurrent mark sweep GC freed 102830(2003KB) AllocSpace objects, 2(186KB) LOS objects, 39% free, 4MB/8MB, paused 5.126ms total 142.944ms
  4220. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4221. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4222. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4223. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4224. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4225. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4226. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4227. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4228. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=33, __mailboxId1__=36}]
  4229. I/Exchange(27503): PSS syncStart for account acct:2
  4230. I/Exchange(27503): PSS adding account state for acct:2
  4231. I/art     ( 7366): Explicit concurrent mark sweep GC freed 5395(288KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 1.434ms total 135.253ms
  4232. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4233. E/Exchange(27503): Exception while handling response
  4234. E/Exchange(27503): java.io.IOException
  4235. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4236. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4237. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4238. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4239. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4240. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4241. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4242. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4243. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4244. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4245. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4246. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4247. I/Exchange(27503): Fatal result -4 on syncMailbox
  4248. I/Exchange(27503): PSS syncEnd for account acct:2
  4249. I/Exchange(27503): PSS push enabled is unknown
  4250. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
  4251. I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
  4252. I/Exchange(27503): PSS removing account state for acct:2
  4253. D/SyncManager(  424): failed sync operation patrick.t.wong@outlook.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136429239, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4254. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  4255. I/Exchange(27503): PSS syncStart for account acct:3
  4256. I/Exchange(27503): PSS adding account state for acct:3
  4257. I/Exchange(27503): PSS syncEnd for account acct:3
  4258. I/Exchange(27503): PSS push enabled is unknown
  4259. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  4260. I/Exchange(27503): Ping task starting for 3
  4261. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  4262. I/Exchange(27503): PSS syncStart for account acct:3
  4263. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  4264. I/Exchange(27503): Interrupt with reason 1
  4265. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  4266. I/Exchange(27503): Ping task ending with status: -1
  4267. I/Exchange(27503): PSS pingEnd for account 3
  4268. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  4269. E/Exchange(27503): Exception while handling response
  4270. E/Exchange(27503): java.io.IOException
  4271. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4272. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4273. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4274. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4275. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4276. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4277. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4278. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4279. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4280. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4281. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4282. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4283. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4284. I/Exchange(27503): Fatal result -4 on syncMailbox
  4285. I/Exchange(27503): PSS syncEnd for account acct:3
  4286. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  4287. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  4288. I/Exchange(27503): PSS removing account state for acct:3
  4289. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136338549, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4290. W/art     ( 7366): Suspending all threads took: 14.770ms
  4291. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4292. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4293. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4294. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4295. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4296. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4297. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4298. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4299. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4300. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4301. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4302. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4303. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4304. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4305. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4306. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4307. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4308. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4309. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  4310. I/art     (  424): Background sticky concurrent mark sweep GC freed 73817(3MB) AllocSpace objects, 12(192KB) LOS objects, 9% free, 18MB/20MB, paused 11.810ms total 266.174ms
  4311. I/Exchange(27503): PSS syncStart for account acct:3
  4312. I/Exchange(27503): PSS adding account state for acct:3
  4313. I/Exchange(27503): PSS syncEnd for account acct:3
  4314. I/Exchange(27503): PSS push enabled is unknown
  4315. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  4316. I/Exchange(27503): Ping task starting for 3
  4317. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  4318. I/Exchange(27503): PSS syncStart for account acct:3
  4319. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  4320. I/Exchange(27503): Interrupt with reason 1
  4321. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  4322. I/Exchange(27503): Ping task ending with status: -1
  4323. I/Exchange(27503): PSS pingEnd for account 3
  4324. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  4325. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4326. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4327. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4328. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4329. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4330. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4331. E/Exchange(27503): Exception while handling response
  4332. E/Exchange(27503): java.io.IOException
  4333. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4334. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4335. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4336. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4337. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4338. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4339. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4340. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4341. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4342. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4343. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4344. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4345. I/Exchange(27503): Fatal result -4 on syncMailbox
  4346. I/Exchange(27503): PSS syncEnd for account acct:3
  4347. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  4348. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  4349. I/Exchange(27503): PSS removing account state for acct:3
  4350. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136450928, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4351. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c1414a7}
  4352. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4353. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4354. W/art     (  942): Suspending all threads took: 5.126ms
  4355. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c1414a7}
  4356. I/art     (  942): Background sticky concurrent mark sweep GC freed 48229(1927KB) AllocSpace objects, 0(0B) LOS objects, 20% free, 7MB/9MB, paused 34.362ms total 273.895ms
  4357. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4358. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4359. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4360. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4361. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4362. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4363. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4364. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4365. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4366. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4367. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4368. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4369. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4370. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4371. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=33, __mailboxId1__=36}]
  4372. I/Exchange(27503): PSS syncStart for account acct:2
  4373. I/Exchange(27503): PSS adding account state for acct:2
  4374. E/Exchange(27503): Exception while handling response
  4375. E/Exchange(27503): java.io.IOException
  4376. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4377. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4378. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4379. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4380. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4381. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4382. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4383. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4384. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4385. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4386. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4387. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4388. I/Exchange(27503): Fatal result -4 on syncMailbox
  4389. I/Exchange(27503): PSS syncEnd for account acct:2
  4390. I/Exchange(27503): PSS push enabled is unknown
  4391. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
  4392. I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
  4393. I/Exchange(27503): PSS removing account state for acct:2
  4394. D/SyncManager(  424): failed sync operation patrick.t.wong@outlook.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136511732, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4395. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4396. W/art     (  424): Suspending all threads took: 32.623ms
  4397. I/art     (  424): Background sticky concurrent mark sweep GC freed 38648(1807KB) AllocSpace objects, 7(112KB) LOS objects, 9% free, 18MB/20MB, paused 48.034ms total 982.971ms
  4398. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4399. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4400. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4401. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4402. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4403. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4404. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4405. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4406. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4407. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4408. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4409. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4410. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4411. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4412. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4413. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4414. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4415. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4416. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4417. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4418. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4419. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4420. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4421. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4422. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4423. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4424. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4425. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4426. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4427. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  4428. I/Exchange(27503): PSS syncStart for account acct:3
  4429. I/Exchange(27503): PSS adding account state for acct:3
  4430. I/Exchange(27503): PSS syncEnd for account acct:3
  4431. I/Exchange(27503): PSS push enabled is unknown
  4432. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  4433. I/Exchange(27503): Ping task starting for 3
  4434. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  4435. I/Exchange(27503): PSS syncStart for account acct:3
  4436. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  4437. I/Exchange(27503): Interrupt with reason 1
  4438. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  4439. I/Exchange(27503): Ping task ending with status: -1
  4440. I/Exchange(27503): PSS pingEnd for account 3
  4441. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  4442. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4443. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4444. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4445. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4446. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4447. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4448. E/Exchange(27503): Exception while handling response
  4449. E/Exchange(27503): java.io.IOException
  4450. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4451. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4452. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4453. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4454. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4455. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4456. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4457. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4458. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4459. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4460. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4461. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4462. I/Exchange(27503): Fatal result -4 on syncMailbox
  4463. I/Exchange(27503): PSS syncEnd for account acct:3
  4464. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  4465. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  4466. I/Exchange(27503): PSS removing account state for acct:3
  4467. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136508492, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4468. D/GCM     ( 1115): Message class com.google.f.a.a.i
  4469. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4470. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4471. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4472. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4473. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4474. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4475. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4476. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4477. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4478. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4479. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4480. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4481. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4482. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4483. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4484. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4485. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4486. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4487. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4488. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4489. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4490. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4491. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4492. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4493. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4494. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4495. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4496. I/art     (  424): Background partial concurrent mark sweep GC freed 41753(2MB) AllocSpace objects, 7(112KB) LOS objects, 18% free, 17MB/21MB, paused 3.601ms total 289.184ms
  4497. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4498. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4499. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4500. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4501. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4502. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4503. I/NuCachedSource2(  145): Cache full, done prefetching for now
  4504. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4505. W/audio_hw_primary(  145): pcm_write: underrun
  4506. W/audio_hw_primary(  145): pcm_write: underrun
  4507. W/audio_hw_primary(  145): pcm_write: underrun
  4508. W/audio_hw_primary(  145): pcm_write: underrun
  4509. W/audio_hw_primary(  145): pcm_write: underrun
  4510. W/audio_hw_primary(  145): pcm_write: underrun
  4511. W/audio_hw_primary(  145): pcm_write: underrun
  4512. W/audio_hw_primary(  145): pcm_write: underrun
  4513. W/audio_hw_primary(  145): pcm_write: underrun
  4514. W/audio_hw_primary(  145): pcm_write: underrun
  4515. W/audio_hw_primary(  145): pcm_write: underrun
  4516. W/audio_hw_primary(  145): pcm_write: underrun
  4517. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4518. W/audio_hw_primary(  145): pcm_write: underrun
  4519. I/NuCachedSource2(  145): Keep alive
  4520. W/art     (  424): Long monitor contention event with owner method=boolean android.os.MessageQueue.enqueueMessage(android.os.Message, long) from MessageQueue.java:323 waiters=0 for 480ms
  4521. W/audio_hw_primary(  145): pcm_write: underrun
  4522. W/audio_hw_primary(  145): pcm_write: underrun
  4523. W/audio_hw_primary(  145): pcm_write: underrun
  4524. W/art     (  424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 3.299s
  4525. W/audio_hw_primary(  145): pcm_write: underrun
  4526. W/audio_hw_primary(  145): pcm_write: underrun
  4527. W/audio_hw_primary(  145): pcm_write: underrun
  4528. W/audio_hw_primary(  145): pcm_write: underrun
  4529. W/audio_hw_primary(  145): pcm_write: underrun
  4530. W/audio_hw_primary(  145): pcm_write: underrun
  4531. W/audio_hw_primary(  145): pcm_write: underrun
  4532. W/art     (  424): Long monitor contention event with owner method=void com.android.server.Watchdog$HandlerChecker.run() from Watchdog.java:173 waiters=1 for 171ms
  4533. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=0 for 2.701s
  4534. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4535. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4536. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4537. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4538. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4539. W/art     (  424): Long monitor contention event with owner method=void com.android.server.wm.WindowManagerService.updateRotationUnchecked(boolean, boolean) from WindowManagerService.java:6499 waiters=0 for 406ms
  4540. W/audio_hw_primary(  145): pcm_write: underrun
  4541. W/audio_hw_primary(  145): pcm_write: underrun
  4542. W/ActivityManager(  424): SLOW OOM ADJ: 1054ms for pid 7366 = 0
  4543. I/Choreographer(20447): Skipped 1656 frames!  The application may be doing too much work on its main thread.
  4544. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4545. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4546. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4547. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4548. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4549. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4550. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.bindService(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, int, int) from ActivityManagerService.java:15430 waiters=0 for 600ms
  4551. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.bindService(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, int, int) from ActivityManagerService.java:15430 waiters=1 for 789ms
  4552. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  4553. I/art     ( 7366): Explicit concurrent mark sweep GC freed 6235(317KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 4MB/5MB, paused 762us total 414.581ms
  4554. I/Exchange(27503): PSS syncStart for account acct:3
  4555. I/Exchange(27503): PSS adding account state for acct:3
  4556. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4557. I/Exchange(27503): PSS syncEnd for account acct:3
  4558. I/Exchange(27503): PSS push enabled is unknown
  4559. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  4560. I/Exchange(27503): Ping task starting for 3
  4561. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  4562. I/Exchange(27503): PSS syncStart for account acct:3
  4563. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  4564. I/Exchange(27503): Interrupt with reason 1
  4565. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  4566. I/Exchange(27503): Ping task ending with status: -1
  4567. I/Exchange(27503): PSS pingEnd for account 3
  4568. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  4569. I/Choreographer(20447): Skipped 101 frames!  The application may be doing too much work on its main thread.
  4570. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4571. E/Exchange(27503): Exception while handling response
  4572. E/Exchange(27503): java.io.IOException
  4573. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4574. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4575. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4576. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4577. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4578. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4579. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4580. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4581. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4582. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4583. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4584. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4585. I/Exchange(27503): Fatal result -4 on syncMailbox
  4586. I/Exchange(27503): PSS syncEnd for account acct:3
  4587. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  4588. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  4589. I/Exchange(27503): PSS removing account state for acct:3
  4590. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136568563, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4591. I/ProcessStatsService(  424): Prepared write state in 34ms
  4592. I/ProcessStatsService(  424): Pruning old procstats: /data/system/procstats/state-2015-04-17-07-30-01.bin.ci
  4593. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4594. I/NuCachedSource2(  145): Keep alive
  4595. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4596. W/audio_hw_primary(  145): pcm_write: underrun
  4597. I/Choreographer(20447): Skipped 127 frames!  The application may be doing too much work on its main thread.
  4598. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4599. I/EventLogService(18840): Opted in for usage reporting
  4600. I/EventLogService(18840): Aggregate from 1429456742158 (log), 1429456742158 (data)
  4601. I/ServiceDumpSys(18840): dumping service [batterystats]
  4602. I/ServiceDumpSys(18840): dumping service [package]
  4603. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4604. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4605. I/ServiceDumpSys(18840): dumping service [procstats]
  4606. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4607. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4608. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4609. I/NuCachedSource2(  145): Keep alive
  4610. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4611. I/Choreographer(20447): Skipped 133 frames!  The application may be doing too much work on its main thread.
  4612. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4613. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4614. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4615. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4616. I/Choreographer(20447): Skipped 108 frames!  The application may be doing too much work on its main thread.
  4617. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4618. W/audio_hw_primary(  145): pcm_write: underrun
  4619. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$2.handleMessage(android.os.Message) from ActivityManagerService.java:1889 waiters=0 for 752ms
  4620. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$2.handleMessage(android.os.Message) from ActivityManagerService.java:1889 waiters=1 for 1.305s
  4621. I/NuCachedSource2(  145): Keep alive
  4622. I/Choreographer(20447): Skipped 132 frames!  The application may be doing too much work on its main thread.
  4623. W/audio_hw_primary(  145): pcm_write: underrun
  4624. I/Choreographer(20447): Skipped 140 frames!  The application may be doing too much work on its main thread.
  4625. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4626. I/NuCachedSource2(  145): restarting prefetcher, totalSize = 5242880
  4627. I/Choreographer(20447): Skipped 31 frames!  The application may be doing too much work on its main thread.
  4628. I/Choreographer(  661): Skipped 43 frames!  The application may be doing too much work on its main thread.
  4629. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4630. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4631. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4632. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4633. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4634. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4635. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4636. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4637. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4638. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4639. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4640. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4641. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4642. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4643. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4644. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=33, __mailboxId1__=36}]
  4645. I/Exchange(27503): PSS syncStart for account acct:2
  4646. I/Exchange(27503): PSS adding account state for acct:2
  4647. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136665611, reason: 10036, SyncResult: syncAlreadyInProgress: true stats []
  4648. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4649. E/Exchange(27503): Exception while handling response
  4650. E/Exchange(27503): java.io.IOException
  4651. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4652. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4653. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4654. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4655. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4656. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4657. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4658. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4659. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4660. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4661. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4662. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4663. I/Exchange(27503): Fatal result -4 on syncMailbox
  4664. I/Exchange(27503): PSS syncEnd for account acct:2
  4665. I/Exchange(27503): PSS push enabled is unknown
  4666. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
  4667. I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
  4668. I/Exchange(27503): PSS removing account state for acct:2
  4669. D/SyncManager(  424): failed sync operation patrick.t.wong@outlook.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136663706, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4670. I/art     (  424): Background sticky concurrent mark sweep GC freed 75105(3MB) AllocSpace objects, 19(384KB) LOS objects, 9% free, 18MB/20MB, paused 2.960ms total 207.305ms
  4671. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4672. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4673. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4674. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4675. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4676. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4677. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4678. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4679. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4680. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4681. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4682. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4683. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4684. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4685. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4686. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4687. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4688. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4689. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4690. I/ActivityManager(  424): Start proc 22303:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
  4691. D/GeckoHardwareUtils(22303): HardwareUtils already inited.
  4692. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4693. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4694. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4695. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4696. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4697. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4698. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4699. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4700. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4701. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4702. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4703. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4704. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4705. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4706. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4707. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4708. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4709. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4710. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4711. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4712. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4713. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4714. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4715. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4716. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4717. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4718. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4719. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4720. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4721. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4722. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4723. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4724. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4725. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4726. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4727. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4728. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4729. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4730. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4731. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4732. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4733. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4734. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4735. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4736. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4737. E/Parcel  (  424): Class not found when unmarshalling: com.android.emailcommon.provider.Account
  4738. E/Parcel  (  424): java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
  4739. E/Parcel  (  424):      at java.lang.Class.classForName(Native Method)
  4740. E/Parcel  (  424):      at java.lang.Class.forName(Class.java:309)
  4741. E/Parcel  (  424):      at java.lang.Class.forName(Class.java:273)
  4742. E/Parcel  (  424):      at android.os.Parcel.readParcelableCreator(Parcel.java:2281)
  4743. E/Parcel  (  424):      at android.os.Parcel.readParcelable(Parcel.java:2245)
  4744. E/Parcel  (  424):      at android.os.Parcel.readValue(Parcel.java:2152)
  4745. E/Parcel  (  424):      at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
  4746. E/Parcel  (  424):      at android.os.BaseBundle.unparcel(BaseBundle.java:221)
  4747. E/Parcel  (  424):      at android.os.Bundle.putAll(Bundle.java:182)
  4748. E/Parcel  (  424):      at android.content.Intent.fillIn(Intent.java:7073)
  4749. E/Parcel  (  424):      at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
  4750. E/Parcel  (  424):      at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
  4751. E/Parcel  (  424):      at android.app.PendingIntent.send(PendingIntent.java:733)
  4752. E/Parcel  (  424):      at android.app.PendingIntent.send(PendingIntent.java:687)
  4753. E/Parcel  (  424):      at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
  4754. E/Parcel  (  424):      at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
  4755. E/Parcel  (  424): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.emailcommon.provider.Account" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
  4756. E/Parcel  (  424):      at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
  4757. E/Parcel  (  424):      at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
  4758. E/Parcel  (  424):      at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
  4759. E/Parcel  (  424):      ... 16 more
  4760. E/Parcel  (  424):      Suppressed: java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
  4761. E/Parcel  (  424):              at java.lang.Class.classForName(Native Method)
  4762. E/Parcel  (  424):              at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
  4763. E/Parcel  (  424):              at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
  4764. E/Parcel  (  424):              at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
  4765. E/Parcel  (  424):              ... 17 more
  4766. E/Parcel  (  424):      Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
  4767. W/Intent  (  424): Failure filling in extras
  4768. W/Intent  (  424): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.android.emailcommon.provider.Account
  4769. W/Intent  (  424):      at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
  4770. W/Intent  (  424):      at android.os.Parcel.readParcelable(Parcel.java:2245)
  4771. W/Intent  (  424):      at android.os.Parcel.readValue(Parcel.java:2152)
  4772. W/Intent  (  424):      at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
  4773. W/Intent  (  424):      at android.os.BaseBundle.unparcel(BaseBundle.java:221)
  4774. W/Intent  (  424):      at android.os.Bundle.putAll(Bundle.java:182)
  4775. W/Intent  (  424):      at android.content.Intent.fillIn(Intent.java:7073)
  4776. W/Intent  (  424):      at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
  4777. W/Intent  (  424):      at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
  4778. W/Intent  (  424):      at android.app.PendingIntent.send(PendingIntent.java:733)
  4779. W/Intent  (  424):      at android.app.PendingIntent.send(PendingIntent.java:687)
  4780. W/Intent  (  424):      at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
  4781. W/Intent  (  424):      at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
  4782. I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
  4783. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  4784. I/art     (  424): Background sticky concurrent mark sweep GC freed 33445(1820KB) AllocSpace objects, 3(48KB) LOS objects, 9% free, 18MB/20MB, paused 2.777ms total 114.746ms
  4785. I/Exchange(27503): PSS syncStart for account acct:3
  4786. I/Exchange(27503): PSS adding account state for acct:3
  4787. I/Exchange(27503): PSS syncEnd for account acct:3
  4788. I/Exchange(27503): PSS push enabled is unknown
  4789. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  4790. I/Exchange(27503): Ping task starting for 3
  4791. I/ActivityManager(  424): Process com.android.deskclock (pid 22096) has died
  4792. I/ActivityManager(  424): Process org.mozilla.firefox (pid 22303) has died
  4793. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4794. I/Exchange(27503): Changes found in: 00000000-0000-0000-0000-000000000001
  4795. I/Exchange(27503): Changes found in: 00000000-0000-0000-0000-000000000003
  4796. I/Exchange(27503): Changes found in: 2:0
  4797. I/Exchange(27503): Changes found in: 1:ALi8xGyb4UJBqKMtyXrl7gb+TmCl9hQIQZ+ElNrB0soP
  4798. I/Exchange(27503): Changes found in: 1:AMotgEqhejlMpRkkcN+5DqUjI1PE7lL9QqwB65OBa1Mr
  4799. I/Exchange(27503): Changes found in: 1:AR/o0A+y+1ZBriYBR872EdGNJuMAEEWdSYGU+UiijYTs
  4800. I/Exchange(27503): Ping found changed folders for account 3
  4801. E/Exchange(27503): unexpected collectiontype 0 in EasPing
  4802. E/Exchange(27503): unexpected collectiontype 5 in EasPing
  4803. E/Exchange(27503): unexpected collectiontype 66 in EasPing
  4804. E/Exchange(27503): unexpected collectiontype 65 in EasPing
  4805. E/Exchange(27503): unexpected collectiontype 65 in EasPing
  4806. E/Exchange(27503): unexpected collectiontype 65 in EasPing
  4807. I/Exchange(27503): EasOperation requestSyncForMailboxes  Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  4808. I/Exchange(27503): EasOperation requestSyncForMailboxes  Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{__mailboxCount__=5, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=60, __mailboxId3__=61, __mailboxId4__=62}]
  4809. I/Exchange(27503): EasOperation requestSyncForMailboxes  Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{__mailboxCount__=6, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=59, __mailboxId3__=60, __mailboxId4__=61, __mailboxId5__=62}]
  4810. I/Exchange(27503): Ping task ending with status: 2
  4811. I/Exchange(27503): PSS pingEnd for account 3
  4812. I/Exchange(27503): PSS pingEnd, starting new ping acct:3.
  4813. I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
  4814. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  4815. I/Exchange(27503): PSS syncStart for account acct:3
  4816. E/Exchange(27503): Exception while handling response
  4817. E/Exchange(27503): java.io.IOException
  4818. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4819. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4820. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4821. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4822. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4823. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4824. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4825. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4826. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4827. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4828. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4829. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4830. I/Exchange(27503): Fatal result -4 on syncMailbox
  4831. I/Exchange(27503): PSS syncEnd for account acct:3
  4832. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  4833. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  4834. I/Exchange(27503): PSS removing account state for acct:3
  4835. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136632945, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4836. I/Exchange(27503): onPerformSync email: Bundle[{ignore_settings=true, force=true, ignore_backoff=true, __push_only__=true}]
  4837. I/Exchange(27503): PSS pushModify acct:3
  4838. I/Exchange(27503): PSS adding account state for acct:3
  4839. I/Exchange(27503): PSS pushModify acct:3
  4840. I/Exchange(27503): PSS starting ping task acct:3
  4841. I/Exchange(27503): Ping task starting for 3
  4842. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  4843. I/Exchange(27503): PSS syncStart for account acct:3
  4844. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  4845. I/Exchange(27503): Interrupt with reason 1
  4846. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  4847. I/Exchange(27503): Ping task ending with status: -1
  4848. I/Exchange(27503): PSS pingEnd for account 3
  4849. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  4850. I/art     ( 7366): Explicit concurrent mark sweep GC freed 5654(297KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 4MB/5MB, paused 762us total 108.734ms
  4851. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4852. E/Exchange(27503): Exception while handling response
  4853. E/Exchange(27503): java.io.IOException
  4854. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4855. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4856. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4857. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4858. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4859. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4860. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4861. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4862. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4863. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4864. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4865. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4866. I/Exchange(27503): Fatal result -4 on syncMailbox
  4867. I/Exchange(27503): PSS syncEnd for account acct:3
  4868. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  4869. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  4870. I/Exchange(27503): PSS removing account state for acct:3
  4871. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136763703, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4872. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4873. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4874. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4875. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4876. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4877. I/Exchange(27503): Ping expired for account 1
  4878. I/NotifUtils( 7366): resendNotifications cancelExisting: false, account: null, folder: null
  4879. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  4880. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  4881. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  4882. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4883. I/art     (  424): Background sticky concurrent mark sweep GC freed 34598(1633KB) AllocSpace objects, 8(128KB) LOS objects, 9% free, 18MB/20MB, paused 14.068ms total 154.205ms
  4884. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  4885. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  4886. W/art     ( 7366): Long monitor contention event with owner method=android.database.sqlite.SQLiteConnection android.database.sqlite.SQLiteConnectionPool.waitForConnection(java.lang.String, int, android.os.CancellationSignal) from SQLiteConnectionPool.java:598 waiters=0 for 1.102s
  4887. W/audio_hw_primary(  145): pcm_write: underrun
  4888. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4889. W/audio_hw_primary(  145): pcm_write: underrun
  4890. I/Choreographer(20447): Skipped 669 frames!  The application may be doing too much work on its main thread.
  4891. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  4892. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  4893. E/Email   ( 7366): Unexpected empty syncAuthority from cursor
  4894. I/NotifUtils( 7366): Showing notification with unreadCount of 91 and unseenCount of 1
  4895. I/ActivityManager(  424): Start proc 22384:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
  4896. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4897. I/ContactLocale(22384): AddressBook Labels [en-US]: [, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ]
  4898. I/NotifUtils( 7366): Account: 1333404959 vibrate: false
  4899. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  4900. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  4901. I/ValidateNoPeople(  424): final affinity: 0.0
  4902. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  4903. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  4904. I/NotifUtils( 7366): Showing notification with unreadCount of 22 and unseenCount of 2
  4905. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4906. I/NotifUtils( 7366): Account: -729077077 vibrate: false
  4907. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  4908. I/ValidateNoPeople(  424): final affinity: 0.0
  4909. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  4910. I/art     (  424): Explicit concurrent mark sweep GC freed 14100(760KB) AllocSpace objects, 1(32KB) LOS objects, 18% free, 17MB/21MB, paused 2.563ms total 322.448ms
  4911. I/NotifUtils( 7366): Unseen count doesn't match cursor count.  unseen: 1 cursor count: 0
  4912. I/NotifUtils( 7366): validateNotifications - cancelling account -1465697104 / folder -1651324936
  4913. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4914. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  4915. I/Exchange(27503): PSS syncStart for account acct:3
  4916. I/Exchange(27503): PSS adding account state for acct:3
  4917. I/Exchange(27503): PSS syncEnd for account acct:3
  4918. I/Exchange(27503): PSS push enabled is unknown
  4919. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  4920. I/Exchange(27503): Ping task starting for 3
  4921. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  4922. I/Exchange(27503): PSS syncStart for account acct:3
  4923. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  4924. I/Exchange(27503): Interrupt with reason 1
  4925. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  4926. I/Exchange(27503): Ping task ending with status: -1
  4927. I/Exchange(27503): PSS pingEnd for account 3
  4928. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  4929. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4930. E/Exchange(27503): Exception while handling response
  4931. E/Exchange(27503): java.io.IOException
  4932. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  4933. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  4934. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  4935. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  4936. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  4937. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  4938. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  4939. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  4940. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  4941. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  4942. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  4943. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  4944. I/Exchange(27503): Fatal result -4 on syncMailbox
  4945. I/Exchange(27503): PSS syncEnd for account acct:3
  4946. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  4947. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  4948. I/Exchange(27503): PSS removing account state for acct:3
  4949. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136766915, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  4950. D/GCM     ( 1115): Message class com.google.f.a.a.i
  4951. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@386da504}
  4952. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4953. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4954. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@386da504}
  4955. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4956. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4957. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4958. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4959. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4960. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4961. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4962. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4963. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4964. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4965. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4966. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4967. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4968. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4969. I/art     ( 1115): Background sticky concurrent mark sweep GC freed 53095(3MB) AllocSpace objects, 0(0B) LOS objects, 24% free, 6MB/8MB, paused 1.892ms total 186.950ms
  4970. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4971. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4972. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4973. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4974. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4975. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4976. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4977. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4978. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4979. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4980. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  4981. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4982. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4983. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4984. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4985. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4986. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  4987. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  4988. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  4989. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  4990. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  4991. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4992. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4993. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4994. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  4995. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  4996. I/Exchange(27503): PSS syncStart for account acct:3
  4997. I/Exchange(27503): PSS adding account state for acct:3
  4998. I/Exchange(27503): PSS syncEnd for account acct:3
  4999. I/Exchange(27503): PSS push enabled is unknown
  5000. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  5001. I/Exchange(27503): Ping task starting for 3
  5002. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  5003. I/Exchange(27503): PSS syncStart for account acct:3
  5004. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  5005. I/Exchange(27503): Interrupt with reason 1
  5006. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  5007. I/Exchange(27503): Ping task ending with status: -1
  5008. I/Exchange(27503): PSS pingEnd for account 3
  5009. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  5010. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5011. I/NuCachedSource2(  145): Cache full, done prefetching for now
  5012. W/audio_hw_primary(  145): pcm_write: underrun
  5013. W/audio_hw_primary(  145): pcm_write: underrun
  5014. W/audio_hw_primary(  145): pcm_write: underrun
  5015. W/audio_hw_primary(  145): pcm_write: underrun
  5016. W/audio_hw_primary(  145): pcm_write: underrun
  5017. W/audio_hw_primary(  145): pcm_write: underrun
  5018. I/NuCachedSource2(  145): Keep alive
  5019. W/audio_hw_primary(  145): pcm_write: underrun
  5020. W/art     (  424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 785ms
  5021. W/audio_hw_primary(  145): pcm_write: underrun
  5022. W/audio_hw_primary(  145): pcm_write: underrun
  5023. W/audio_hw_primary(  145): pcm_write: underrun
  5024. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5025. W/audio_hw_primary(  145): pcm_write: underrun
  5026. I/Choreographer(20447): Skipped 1606 frames!  The application may be doing too much work on its main thread.
  5027. I/Choreographer(20447): Skipped 41 frames!  The application may be doing too much work on its main thread.
  5028. W/art     (  424): Long monitor contention event with owner method=void com.android.server.content.SyncManager.scheduleSyncOperation(com.android.server.content.SyncOperation) from SyncManager.java:996 waiters=0 for 316ms
  5029. E/Exchange(27503): Exception while handling response
  5030. E/Exchange(27503): java.io.IOException
  5031. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  5032. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  5033. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  5034. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  5035. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  5036. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  5037. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  5038. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  5039. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  5040. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  5041. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  5042. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  5043. I/Exchange(27503): Fatal result -4 on syncMailbox
  5044. I/Exchange(27503): PSS syncEnd for account acct:3
  5045. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  5046. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  5047. I/Exchange(27503): PSS removing account state for acct:3
  5048. I/ActivityManager(  424): Start proc 22462:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
  5049. I/art     (  424): Background sticky concurrent mark sweep GC freed 71651(3MB) AllocSpace objects, 15(240KB) LOS objects, 9% free, 18MB/20MB, paused 6.896ms total 454.193ms
  5050. I/art     (  424): WaitForGcToComplete blocked for 125.274ms for cause Explicit
  5051. I/art     (  424): Explicit concurrent mark sweep GC freed 4330(265KB) AllocSpace objects, 3(48KB) LOS objects, 18% free, 17MB/21MB, paused 51.574ms total 210.571ms
  5052. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136809326, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  5053. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5054. W/audio_hw_primary(  145): pcm_write: underrun
  5055. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5056. W/art     (22462): Suspending all threads took: 1.232s
  5057. I/Choreographer(20447): Skipped 249 frames!  The application may be doing too much work on its main thread.
  5058. I/Choreographer(  661): Skipped 45 frames!  The application may be doing too much work on its main thread.
  5059. I/NewsWeather(22462): onReceive android.appwidget.action.APPWIDGET_UPDATE
  5060. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5061. I/NewsWeather(22462): NewsAccounts 2, AllSystemAccounts 1
  5062. W/NewsWeather(22462): Failed to retrieve WebView package info
  5063. I/ActivityManager(  424): Start proc 22489:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
  5064. I/LatinIME:LogUtils(  839): Dictionary info: dictionary = UserHistoryDictionary.en_US ; version = 1428013131 ; date = 1429458846
  5065. I/NuCachedSource2(  145): Keep alive
  5066. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=1 for 351ms
  5067. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=0 for 871ms
  5068. I/Choreographer(20447): Skipped 110 frames!  The application may be doing too much work on its main thread.
  5069. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5070. W/art     (  424): Long monitor contention event with owner method=android.content.ComponentName com.android.server.am.ActivityManagerService.startService(android.app.IApplicationThread, android.content.Intent, java.lang.String, int) from ActivityManagerService.java:15204 waiters=0 for 777ms
  5071. W/art     (  424): Long monitor contention event with owner method=android.content.ComponentName com.android.server.am.ActivityManagerService.startService(android.app.IApplicationThread, android.content.Intent, java.lang.String, int) from ActivityManagerService.java:15204 waiters=1 for 607ms
  5072. I/Choreographer(20447): Skipped 64 frames!  The application may be doing too much work on its main thread.
  5073. I/Choreographer(  661): Skipped 34 frames!  The application may be doing too much work on its main thread.
  5074. I/NewsWeather(22462): Last usage 1429237748966, idle 221103 seconds, sync interval 21600 seconds
  5075. I/NewsWeather(22462): setPeriodicSync in 21600 seconds
  5076. I/art     (22462): Background sticky concurrent mark sweep GC freed 3316(203KB) AllocSpace objects, 0(0B) LOS objects, 12% free, 2MB/3MB, paused 1.098ms total 110.046ms
  5077. I/ActivityManager(  424): Process android.process.acore (pid 22384) has died
  5078. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5079. W/ResourcesManager(22462): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  5080. W/ResourcesManager(22462): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  5081. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5082. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5083. W/art     (22489): Suspending all threads took: 31.433ms
  5084. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5085. V/JNIHelp (22462): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 235 native methods...
  5086. I/ProviderInstaller(22462): Installed default security provider GmsCore_OpenSSL
  5087. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5088. I/Choreographer(20447): Skipped 129 frames!  The application may be doing too much work on its main thread.
  5089. I/GoogleURLConnFactory(22462): binding HttpService
  5090. I/Choreographer(20447): Skipped 49 frames!  The application may be doing too much work on its main thread.
  5091. I/Choreographer(  661): Skipped 35 frames!  The application may be doing too much work on its main thread.
  5092. I/NuCachedSource2(  145): Keep alive
  5093. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5094. I/Choreographer(20447): Skipped 134 frames!  The application may be doing too much work on its main thread.
  5095. D/Email   ( 7366): Insert: content://com.android.email.provider/message
  5096. W/art     (22462): Suspending all threads took: 13.427ms
  5097. D/Email   ( 7366): Insert: content://com.android.email.provider/body
  5098. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5099. I/Choreographer(20447): Skipped 103 frames!  The application may be doing too much work on its main thread.
  5100. I/Choreographer(  661): Skipped 177 frames!  The application may be doing too much work on its main thread.
  5101. W/art     (  424): Long monitor contention event with owner method=java.util.List com.android.server.pm.PackageManagerService.queryIntentReceivers(android.content.Intent, java.lang.String, int, int) from PackageManagerService.java:3801 waiters=0 for 299ms
  5102. W/art     (  424): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int) from PowerManagerService.java:788 waiters=0 for 155ms
  5103. I/Choreographer(20447): Skipped 43 frames!  The application may be doing too much work on its main thread.
  5104. I/art     (  424): Explicit concurrent mark sweep GC freed 41877(1913KB) AllocSpace objects, 8(128KB) LOS objects, 18% free, 17MB/21MB, paused 2.807ms total 491.882ms
  5105. W/art     (  424): Long monitor contention event with owner method=void com.android.server.content.ContentService.registerContentObserver(android.net.Uri, boolean, android.database.IContentObserver, int) from ContentService.java:187 waiters=0 for 503ms
  5106. W/art     (  424): Long monitor contention event with owner method=void com.android.server.content.ContentService.registerContentObserver(android.net.Uri, boolean, android.database.IContentObserver, int) from ContentService.java:187 waiters=1 for 510ms
  5107. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 81068824
  5108. I/NewsWeather(22462): onConnected null
  5109. I/NewsWeather(22462): Location onConnected: found location from FusedLocationApi
  5110. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 70791782
  5111. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5112. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16eab18c}
  5113. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5114. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 2573240
  5115. I/art     ( 7366): Explicit concurrent mark sweep GC freed 22878(1387KB) AllocSpace objects, 15(1799KB) LOS objects, 24% free, 4MB/6MB, paused 1.129ms total 536.682ms
  5116. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5117. I/NewsWeather(22462): ApiOperation url https://news.google.com/news/exec/fetchNewsApp
  5118. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  5119. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5120. I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 2521
  5121. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5122. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5123. I/Choreographer(  661): Skipped 32 frames!  The application may be doing too much work on its main thread.
  5124. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5125. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5126. I/NuCachedSource2(  145): Keep alive
  5127. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5128. I/Choreographer(20447): Skipped 171 frames!  The application may be doing too much work on its main thread.
  5129. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16eab18c}
  5130. I/Choreographer(  661): Skipped 32 frames!  The application may be doing too much work on its main thread.
  5131. I/Choreographer(20447): Skipped 43 frames!  The application may be doing too much work on its main thread.
  5132. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5133. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  5134. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  5135. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  5136. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  5137. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  5138. I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 76678
  5139. I/Choreographer(20447): Skipped 185 frames!  The application may be doing too much work on its main thread.
  5140. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5141. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  5142. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  5143. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  5144. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  5145. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  5146. I/art     (  424): Explicit concurrent mark sweep GC freed 23074(1029KB) AllocSpace objects, 0(0B) LOS objects, 18% free, 17MB/21MB, paused 3.479ms total 795.745ms
  5147. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 70791782
  5148. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 81068824
  5149. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 81068824
  5150. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 70791782
  5151. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 2573240
  5152. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 70791782
  5153. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 81068824
  5154. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 70791782
  5155. I/NuCachedSource2(  145): restarting prefetcher, totalSize = 5242880
  5156. I/art     (  424): Explicit concurrent mark sweep GC freed 7919(317KB) AllocSpace objects, 0(0B) LOS objects, 18% free, 17MB/21MB, paused 4.089ms total 412.719ms
  5157. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 2573240
  5158. I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 81068824
  5159. I/NotifUtils( 7366): sendSetNewEmailIndicator account: -1465697104, folder: 81068824
  5160. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5161. I/NotifUtils( 7366): validateNotifications - cancelling account -2145073633 / folder -1103699138
  5162. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5163. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  5164. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5165. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  5166. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5167. I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 2521
  5168. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5169. I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 76678
  5170. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5171. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  5172. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5173. I/NotifUtils( 7366): Showing notification with unreadCount of 22 and unseenCount of 2
  5174. I/Exchange(27503): PSS syncStart for account acct:3
  5175. I/Exchange(27503): PSS adding account state for acct:3
  5176. I/Exchange(27503): PSS syncEnd for account acct:3
  5177. I/Exchange(27503): PSS push enabled is unknown
  5178. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  5179. I/Exchange(27503): Ping task starting for 3
  5180. I/ActivityManager(  424): Start proc 22531:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
  5181. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.removeContentProvider(android.os.IBinder, boolean) from ActivityManagerService.java:9589 waiters=2 for 160ms
  5182. W/art     (  424): Long monitor contention event with owner method=android.app.IActivityManager$ContentProviderHolder com.android.server.am.ActivityManagerService.getContentProviderImpl(android.app.IApplicationThread, java.lang.String, android.os.IBinder, boolean, int) from ActivityManagerService.java:9215 waiters=1 for 196ms
  5183. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  5184. W/audio_hw_primary(  145): pcm_write: underrun
  5185. I/art     (  424): Explicit concurrent mark sweep GC freed 12264(461KB) AllocSpace objects, 1(16KB) LOS objects, 18% free, 17MB/21MB, paused 2.807ms total 232.025ms
  5186. I/art     (  424): WaitForGcToComplete blocked for 170.440ms for cause HeapTrim
  5187. I/Exchange(27503): PSS syncStart for account acct:3
  5188. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  5189. I/Exchange(27503): Interrupt with reason 1
  5190. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  5191. I/Exchange(27503): Ping task ending with status: -1
  5192. I/Exchange(27503): PSS pingEnd for account 3
  5193. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  5194. I/NewsWeather(22462): onReceive com.google.android.apps.genie.intent.action.APPWIDGET_PROVIDER_CHANGED
  5195. I/NewsWeather(22462): onReceive com.google.android.apps.genie.intent.action.APPWIDGET_PROVIDER_CHANGED
  5196. I/NewsWeather(22462): onReceive com.google.android.apps.genie.intent.action.APPWIDGET_PROVIDER_CHANGED
  5197. I/NewsWeather(22462): onReceive com.google.android.apps.genie.intent.action.APPWIDGET_PROVIDER_CHANGED
  5198. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5199. D/SyncManager(  424): failed sync operation patrick.t.wong@outlook.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136941712, reason: 10036, SyncResult: syncAlreadyInProgress: true stats []
  5200. W/ResourcesManager(22462): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  5201. W/ResourcesManager(22462): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  5202. I/GoogleURLConnFactory(22462): binding HttpService
  5203. E/Exchange(27503): Exception while handling response
  5204. E/Exchange(27503): java.io.IOException
  5205. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  5206. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  5207. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  5208. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  5209. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  5210. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  5211. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  5212. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  5213. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  5214. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  5215. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  5216. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  5217. I/Exchange(27503): Fatal result -4 on syncMailbox
  5218. I/Exchange(27503): PSS syncEnd for account acct:3
  5219. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  5220. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  5221. I/Exchange(27503): PSS removing account state for acct:3
  5222. I/art     (22462): Background partial concurrent mark sweep GC freed 13422(861KB) AllocSpace objects, 5(182KB) LOS objects, 39% free, 4MB/7MB, paused 1.190ms total 117.767ms
  5223. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136900352, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  5224. W/ResourcesManager(22462): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  5225. W/ResourcesManager(22462): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  5226. W/art     (27503): Suspending all threads took: 63.903ms
  5227. W/art     (22531): Suspending all threads took: 1.369s
  5228. W/audio_hw_primary(  145): pcm_write: underrun
  5229. W/audio_hw_primary(  145): pcm_write: underrun
  5230. W/audio_hw_primary(  145): pcm_write: underrun
  5231. W/audio_hw_primary(  145): pcm_write: underrun
  5232. W/audio_hw_primary(  145): pcm_write: underrun
  5233. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=0 for 5.389s
  5234. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5235. W/art     (  424): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int) from PowerManagerService.java:788 waiters=0 for 1.182s
  5236. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=0 for 686ms
  5237. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.BroadcastQueue.processNextBroadcast(boolean) from BroadcastQueue.java:553 waiters=1 for 242ms
  5238. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String, int, boolean, boolean, int) from ActivityManagerService.java:16429 waiters=0 for 129ms
  5239. I/Choreographer(20447): Skipped 1676 frames!  The application may be doing too much work on its main thread.
  5240. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=0 for 151ms
  5241. W/art     (  424): Long monitor contention event with owner method=void com.android.server.AlarmManagerService$AlarmThread.run() from AlarmManagerService.java:1863 waiters=0 for 922ms
  5242. I/GoogleURLConnFactory(22462): binding HttpService
  5243. I/Choreographer(20447): Skipped 31 frames!  The application may be doing too much work on its main thread.
  5244. I/Choreographer(  661): Skipped 34 frames!  The application may be doing too much work on its main thread.
  5245. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  5246. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5247. I/ContactLocale(22531): AddressBook Labels [en-US]: [, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ]
  5248. I/Exchange(27503): PSS syncStart for account acct:3
  5249. I/Exchange(27503): PSS adding account state for acct:3
  5250. W/art     ( 1404): Long monitor contention event with owner method=android.view.View android.widget.RemoteViewsAdapter.getView(int, android.view.View, android.view.ViewGroup) from RemoteViewsAdapter.java:1141 waiters=0 for 426ms
  5251. I/GoogleURLConnFactory(22462): binding HttpService
  5252. W/audio_hw_primary(  145): pcm_write: underrun
  5253. W/audio_hw_primary(  145): pcm_write: underrun
  5254. W/audio_hw_primary(  145): pcm_write: underrun
  5255. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String, int, boolean, boolean, int) from ActivityManagerService.java:16429 waiters=0 for 18.524s
  5256. W/audio_hw_primary(  145): pcm_write: underrun
  5257. W/audio_hw_primary(  145): pcm_write: underrun
  5258. W/audio_hw_primary(  145): pcm_write: underrun
  5259. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String, int, boolean, boolean, int) from ActivityManagerService.java:16429 waiters=1 for 21.272s
  5260. I/Process (  424): Sending signal. PID: 424 SIG: 3
  5261. I/art     (  424): Thread[3,tid=430,WaitingInMainSignalCatcherLoop,Thread*=0x74827c00,peer=0x12c020a0,"Signal Catcher"]: reacting to signal 3
  5262. W/audio_hw_primary(  145): pcm_write: underrun
  5263. W/audio_hw_primary(  145): pcm_write: underrun
  5264. W/art     (  424): Suspending all threads took: 3.078s
  5265. W/audio_hw_primary(  145): pcm_write: underrun
  5266. W/audio_hw_primary(  145): pcm_write: underrun
  5267. W/audio_hw_primary(  145): pcm_write: underrun
  5268. W/audio_hw_primary(  145): pcm_write: underrun
  5269. W/audio_hw_primary(  145): pcm_write: underrun
  5270. W/audio_hw_primary(  145): pcm_write: underrun
  5271. W/audio_hw_primary(  145): pcm_write: underrun
  5272. W/audio_hw_primary(  145): pcm_write: underrun
  5273. W/art     (20447): Long monitor contention event with owner method=boolean android.os.MessageQueue.enqueueMessage(android.os.Message, long) from MessageQueue.java:323 waiters=0 for 450ms
  5274. I/AudioFlinger(  145): BUFFER TIMEOUT: remove(4096) from active list on thread 0x758e8000
  5275. W/audio_hw_primary(  145): pcm_write: underrun
  5276. W/AudioTrack(  145): releaseBuffer() track 0x7503ef00 disabled due to previous underrun, restarting
  5277. W/audio_hw_primary(  145): pcm_write: underrun
  5278. W/audio_hw_primary(  145): pcm_write: underrun
  5279. W/libbacktrace(  424): void ThreadEntry::Wait(int): pthread_cond_timedwait failed: Connection timed out
  5280. I/NuPlayer(  145): buffer low, pausing...
  5281. V/audio_hw_primary(  145): do_out_standby: CALLED
  5282. V/audio_hw_primary(  145): do_out_standby: calling select_devices
  5283. V/audio_hw_primary(  145): mixer_set: 'PCM Playback Sink' 0,0,0
  5284. V/audio_hw_primary(  145): mixer_set: 'speaker_stereo_rx' 0,0,0
  5285. V/audio_hw_primary(  145): disable speaker/headphones
  5286. V/audio_hw_primary(  145): state hp=n skr=y mic=y
  5287. I/Choreographer(20447): Skipped 7612 frames!  The application may be doing too much work on its main thread.
  5288. I/RenderThread(20506): type=1400 audit(0.0:234): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5289. W/MediaPlayer(20447): info/warning (703, 706)
  5290. W/MediaPlayer(20447): info/warning (701, 0)
  5291. I/wpa_supplicant(  627): wlan0: Associated with 68:1c:a2:00:fb:80
  5292. I/wpa_supplicant(  627): wlan0: Associated with 68:1c:a2:00:fb:80
  5293. I/wpa_supplicant(  627): wlan0: Associated with 68:1c:a2:00:fb:80
  5294. I/wpa_supplicant(  627): wlan0: WPA: Key negotiation completed with 68:1c:a2:00:fb:80 [PTK=CCMP GTK=CCMP]
  5295. I/wpa_supplicant(  627): wlan0: CTRL-EVENT-CONNECTED - Connection to 68:1c:a2:00:fb:80 completed [id=0 id_str=]
  5296. I/NuPlayer(  145): buffer ready, resuming...
  5297. V/audio_hw_primary(  145): out_set_parameters: CALLED: 'routing=2'
  5298. V/audio_hw_primary(  145): start_output_stream: CALLED
  5299. W/MediaPlayer(20447): info/warning (703, 150)
  5300. W/MediaPlayer(20447): info/warning (702, 0)
  5301. V/audio_hw_primary(  145): start_output_stream: calling select_devices
  5302. V/audio_hw_primary(  145): mixer_set: 'PCM Playback Sink' 0,0,0
  5303. V/audio_hw_primary(  145): mixer_set: 'speaker_stereo_rx' 0,0,0
  5304. V/audio_hw_primary(  145): mixer_set: 'PCM Playback Sink' 0,0,1
  5305. V/audio_hw_primary(  145): mixer_set: 'speaker_stereo_rx' 1,1,0
  5306. V/audio_hw_primary(  145): mixer_set: 'LINEOUT1N Switch' 1,63,0
  5307. V/audio_hw_primary(  145): mixer_set: 'LINEOUT1P Switch' 1,1,0
  5308. V/audio_hw_primary(  145): mixer_set: 'LINEOUT2N Switch' 1,45,0
  5309. V/audio_hw_primary(  145): mixer_set: 'LINEOUT2P Switch' 1,1,0
  5310. V/audio_hw_primary(  145): mixer_set: 'Output Volume' 59,59,0
  5311. V/audio_hw_primary(  145): enable speaker
  5312. V/audio_hw_primary(  145): state hp=n skr=y mic=y
  5313. I/Choreographer(20447): Skipped 8127 frames!  The application may be doing too much work on its main thread.
  5314. I/RenderThread(20506): type=1400 audit(0.0:235): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5315. I/Choreographer(  661): Skipped 11697 frames!  The application may be doing too much work on its main thread.
  5316. E/Sensors (  424): poll() failed (Interrupted system call)
  5317. I/InputDispatcher(  424): Dropped event because it is stale.
  5318. I/InputReader(  424): Detected input event buffer overrun for device HPTouchpad.
  5319. W/art     (  424): Long monitor contention event with owner method=android.content.pm.PackageInfo com.android.server.pm.PackageManagerService.getPackageInfo(java.lang.String, int, int) from PackageManagerService.java:2049 waiters=0 for 102ms
  5320. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5321. W/art     (  424): Long monitor contention event with owner method=android.content.pm.PackageInfo com.android.server.pm.PackageManagerService.getPackageInfo(java.lang.String, int, int) from PackageManagerService.java:2049 waiters=2 for 103ms
  5322. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.monitor() from ActivityManagerService.java:18892 waiters=1 for 227.544s
  5323. I/InputDispatcher(  424): Dropped event because it is stale.
  5324. I/InputDispatcher(  424): Dropped event because it is stale.
  5325. I/InputDispatcher(  424): Dropped event because it is stale.
  5326. I/InputDispatcher(  424): Dropped event because it is stale.
  5327. I/InputDispatcher(  424): Dropped event because it is stale.
  5328. I/InputDispatcher(  424): Dropped event because it is stale.
  5329. I/InputDispatcher(  424): Dropped event because it is stale.
  5330. I/InputDispatcher(  424): Dropped event because it is stale.
  5331. I/InputDispatcher(  424): Dropped event because it is stale.
  5332. I/InputDispatcher(  424): Dropped event because it is stale.
  5333. I/InputDispatcher(  424): Dropped event because it is stale.
  5334. I/InputDispatcher(  424): Dropped event because it is stale.
  5335. I/InputDispatcher(  424): Dropped event because it is stale.
  5336. I/InputDispatcher(  424): Dropped event because it is stale.
  5337. I/InputDispatcher(  424): Dropped event because it is stale.
  5338. I/InputDispatcher(  424): Dropped event because it is stale.
  5339. I/InputDispatcher(  424): Dropped event because it is stale.
  5340. I/InputDispatcher(  424): Dropped event because it is stale.
  5341. I/InputDispatcher(  424): Dropped event because it is stale.
  5342. I/InputDispatcher(  424): Dropped event because it is stale.
  5343. W/art     (  424): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.userActivityInternal(long, int, int, int) from PowerManagerService.java:1055 waiters=0 for 279ms
  5344. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
  5345. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  5346. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  5347. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  5348. W/art     (  424): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int) from PowerManagerService.java:788 waiters=1 for 234ms
  5349. I/InputDispatcher(  424): Dropped event because it is stale.
  5350. I/InputDispatcher(  424): Dropped event because it is stale.
  5351. I/InputDispatcher(  424): Dropped event because it is stale.
  5352. I/InputDispatcher(  424): Dropped event because it is stale.
  5353. W/art     (  424): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService.acquireWakeLockInternal(android.os.IBinder, int, java.lang.String, java.lang.String, android.os.WorkSource, java.lang.String, int, int) from PowerManagerService.java:788 waiters=2 for 235ms
  5354. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  5355. I/art     (  424): Wrote stack traces to '/data/anr/traces.txt'
  5356. I/PowerManagerService(  424): Going to sleep due to power button (uid 1000)...
  5357. I/PowerManagerService(  424): Waking up from dozing (uid 1000)...
  5358. I/PowerManagerService(  424): Going to sleep due to power button (uid 1000)...
  5359. I/PowerManagerService(  424): Waking up from dozing (uid 1000)...
  5360. I/PowerManagerService(  424): Going to sleep due to power button (uid 1000)...
  5361. I/PowerManagerService(  424): Waking up from dozing (uid 1000)...
  5362. I/PowerManagerService(  424): Going to sleep due to power button (uid 1000)...
  5363. I/PowerManagerService(  424): Waking up from dozing (uid 1000)...
  5364. I/PowerManagerService(  424): Going to sleep due to power button (uid 1000)...
  5365. W/audio_hw_primary(  145): pcm_write: underrun
  5366. E/Parcel  (  424): Class not found when unmarshalling: com.android.emailcommon.provider.Account
  5367. E/Parcel  (  424): java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
  5368. E/Parcel  (  424):      at java.lang.Class.classForName(Native Method)
  5369. E/Parcel  (  424):      at java.lang.Class.forName(Class.java:309)
  5370. E/Parcel  (  424):      at java.lang.Class.forName(Class.java:273)
  5371. E/Parcel  (  424):      at android.os.Parcel.readParcelableCreator(Parcel.java:2281)
  5372. E/Parcel  (  424):      at android.os.Parcel.readParcelable(Parcel.java:2245)
  5373. E/Parcel  (  424):      at android.os.Parcel.readValue(Parcel.java:2152)
  5374. E/Parcel  (  424):      at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
  5375. E/Parcel  (  424):      at android.os.BaseBundle.unparcel(BaseBundle.java:221)
  5376. E/Parcel  (  424):      at android.os.Bundle.putAll(Bundle.java:182)
  5377. E/Parcel  (  424):      at android.content.Intent.fillIn(Intent.java:7073)
  5378. E/Parcel  (  424):      at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
  5379. E/Parcel  (  424):      at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
  5380. E/Parcel  (  424):      at android.app.PendingIntent.send(PendingIntent.java:733)
  5381. E/Parcel  (  424):      at android.app.PendingIntent.send(PendingIntent.java:687)
  5382. E/Parcel  (  424):      at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
  5383. E/Parcel  (  424):      at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
  5384. E/Parcel  (  424): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.emailcommon.provider.Account" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
  5385. E/Parcel  (  424):      at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
  5386. E/Parcel  (  424):      at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
  5387. E/Parcel  (  424):      at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
  5388. E/Parcel  (  424):      ... 16 more
  5389. E/Parcel  (  424):      Suppressed: java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
  5390. E/Parcel  (  424):              at java.lang.Class.classForName(Native Method)
  5391. E/Parcel  (  424):              at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
  5392. E/Parcel  (  424):              at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
  5393. E/Parcel  (  424):              at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
  5394. E/Parcel  (  424):              ... 17 more
  5395. E/Parcel  (  424):      Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
  5396. W/Intent  (  424): Failure filling in extras
  5397. W/Intent  (  424): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.android.emailcommon.provider.Account
  5398. W/Intent  (  424):      at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
  5399. W/Intent  (  424):      at android.os.Parcel.readParcelable(Parcel.java:2245)
  5400. W/Intent  (  424):      at android.os.Parcel.readValue(Parcel.java:2152)
  5401. W/Intent  (  424):      at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
  5402. W/Intent  (  424):      at android.os.BaseBundle.unparcel(BaseBundle.java:221)
  5403. W/Intent  (  424):      at android.os.Bundle.putAll(Bundle.java:182)
  5404. W/Intent  (  424):      at android.content.Intent.fillIn(Intent.java:7073)
  5405. W/Intent  (  424):      at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
  5406. W/Intent  (  424):      at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
  5407. W/Intent  (  424):      at android.app.PendingIntent.send(PendingIntent.java:733)
  5408. W/Intent  (  424):      at android.app.PendingIntent.send(PendingIntent.java:687)
  5409. W/Intent  (  424):      at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
  5410. W/Intent  (  424):      at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
  5411. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.monitor() from ActivityManagerService.java:18892 waiters=2 for 228.783s
  5412. W/art     (  424): Long monitor contention event with owner method=boolean com.android.server.am.ActivityManagerService.unbindService(android.app.IServiceConnection) from ActivityManagerService.java:15437 waiters=2 for 1.533s
  5413. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=2 for 1.003s
  5414. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=3 for 1.035s
  5415. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=4 for 680ms
  5416. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=5 for 490ms
  5417. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=6 for 505ms
  5418. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=7 for 514ms
  5419. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=8 for 476ms
  5420. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=9 for 475ms
  5421. W/art     (  424): Long monitor contention event with owner method=boolean com.android.server.am.ActivityManagerService.unbindService(android.app.IServiceConnection) from ActivityManagerService.java:15437 waiters=7 for 202ms
  5422. W/art     (  424): Long monitor contention event with owner method=boolean com.android.server.am.ActivityManagerService.unbindService(android.app.IServiceConnection) from ActivityManagerService.java:15437 waiters=8 for 206ms
  5423. I/PowerManagerService(  424): Sleeping (uid 1000)...
  5424. I/PowerManagerService(  424): Waking up from sleep (uid 1000)...
  5425. D/Sensors (  424): sensor activation called: handle=0, enabled=0********************************
  5426. I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
  5427. W/art     (  424): Long monitor contention event with owner method=void com.android.server.pm.PackageManagerService$PackageUsage.writeInternal() from PackageManagerService.java:734 waiters=0 for 602ms
  5428. W/art     (  424): Long monitor contention event with owner method=void com.android.server.pm.PackageManagerService$PackageUsage.writeInternal() from PackageManagerService.java:734 waiters=2 for 395ms
  5429. W/art     (  424): Long monitor contention event with owner method=void com.android.server.pm.PackageManagerService$PackageUsage.writeInternal() from PackageManagerService.java:734 waiters=3 for 322ms
  5430. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=1 for 478ms
  5431. W/art     (  424): Long monitor contention event with owner method=void com.android.server.pm.PackageManagerService$PackageUsage.writeInternal() from PackageManagerService.java:734 waiters=4 for 261ms
  5432. W/art     (  424): Long monitor contention event with owner method=void com.android.server.pm.PackageManagerService$PackageUsage.writeInternal() from PackageManagerService.java:734 waiters=1 for 567ms
  5433. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=0 for 604ms
  5434. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=3 for 276ms
  5435. W/art     (  424): Long monitor contention event with owner method=int com.android.server.am.PendingIntentRecord.sendInner(int, android.content.Intent, java.lang.String, android.content.IIntentReceiver, java.lang.String, android.os.IBinder, java.lang.String, int, int, int, android.os.Bundle, android.app.IActivityContainer) from PendingIntentRecord.java:203 waiters=2 for 456ms
  5436. D/Sensors (  424): sensor activation called: handle=0, enabled=1********************************
  5437. V/KeyguardServiceDelegate(  424): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$2@115779b5)
  5438. D/Sensors (  424): sensor activation called: handle=0, enabled=0********************************
  5439. D/Sensors (  424): sensor activation called: handle=0, enabled=1********************************
  5440. V/KeyguardServiceDelegate(  424): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$2@115779b5)
  5441. D/Sensors (  424): sensor activation called: handle=0, enabled=0********************************
  5442. D/Sensors (  424): sensor activation called: handle=0, enabled=1********************************
  5443. V/KeyguardServiceDelegate(  424): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$2@115779b5)
  5444. D/Sensors (  424): sensor activation called: handle=0, enabled=0********************************
  5445. D/Sensors (  424): sensor activation called: handle=0, enabled=1********************************
  5446. V/KeyguardServiceDelegate(  424): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$2@115779b5)
  5447. D/Sensors (  424): sensor activation called: handle=0, enabled=0********************************
  5448. W/art     (  424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 229.727s
  5449. W/art     (  424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=1 for 2.651s
  5450. W/art     (  661): Long monitor contention event with owner method=void com.android.systemui.keyguard.KeyguardViewMediator.onScreenTurnedOff(int) from KeyguardViewMediator.java:631 waiters=0 for 268ms
  5451. I/Choreographer(  661): Skipped 36 frames!  The application may be doing too much work on its main thread.
  5452. I/Exchange(27503): PSS syncEnd for account acct:3
  5453. I/Exchange(27503): PSS push enabled is unknown
  5454. I/RenderThread( 1317): type=1400 audit(0.0:236): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5455. I/RenderThread( 1317): type=1400 audit(0.0:237): avc: denied { read write } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5456. W/art     ( 7366): Suspending all threads took: 47.363ms
  5457. D/ActivityManager(  424): awakeFromSleepingLocked: previously pausing activity didn't pause
  5458. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.onWakefulnessChanged(int) from ActivityManagerService.java:10069 waiters=1 for 408ms
  5459. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService.onWakefulnessChanged(int) from ActivityManagerService.java:10069 waiters=2 for 394ms
  5460. D/Sensors (  424): sensor activation called: handle=0, enabled=1********************************
  5461. V/KeyguardServiceDelegate(  424): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$2@115779b5)
  5462. I/EntropyMixer(  424): Writing entropy...
  5463. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  5464. W/art     ( 7366): Long monitor contention event with owner method=java.lang.CharSequence android.content.res.AssetManager.getResourceText(int) from AssetManager.java:161 waiters=0 for 171ms
  5465. I/Exchange(27503): Ping task starting for 3
  5466. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5467. D/PhoneStatusBar(  661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
  5468. D/BluetoothAdapter(  661): 81481088: getState() :  mService = null. Returning STATE_OFF
  5469. D/BluetoothAdapter(  661): 81481088: getState() :  mService = null. Returning STATE_OFF
  5470. D/BluetoothAdapter(  661): 81481088: getState() :  mService = null. Returning STATE_OFF
  5471. D/BluetoothAdapter(  661): 81481088: getState() :  mService = null. Returning STATE_OFF
  5472. W/WindowManager(  424): Keyguard drawn timeout. Setting mKeyguardDrawComplete
  5473. W/Settings(  661): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
  5474. D/WebViewTimersControl(20447): onBrowserActivityPause
  5475. D/WebViewTimersControl(20447): Pausing webview timers, view=com.android.browser.BrowserWebView{3eb43e72 VFEDHVCL .F...... 0,0-1024,591}
  5476. W/Settings(  661): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
  5477. E/OMX-VDEC-1080P(  145): send_command: Recieved a Command from Client
  5478. E/OMX-VDEC-1080P(  145): send_command_proxy(): cmd = 1, Current State 3, Expected State -1
  5479. E/OMX-VDEC-1080P(  145): send_command_proxy(): OMX_CommandFlush issued with param1: -1
  5480. E/OMX-VDEC-1080P(  145): send_command: Command Processed
  5481. E/OMX-VDEC-1080P(  145): Driver flush i/p Port complete
  5482. E/OMX-VDEC-1080P(  145): Initiate Input Flush
  5483. E/OMX-VDEC-1080P(  145): Flush Input OMX_COMPONENT_GENERATE_EBD 0x7586e510
  5484. E/OMX-VDEC-1080P(  145): Flush Input OMX_COMPONENT_GENERATE_EBD 0x7586e4c0
  5485. E/OMX-VDEC-1080P(  145): OMX flush i/p Port complete PenBuf(0)
  5486. E/OMX-VDEC-1080P(  145): Driver flush o/p Port complete
  5487. E/OMX-VDEC-1080P(  145): Initiate Output Flush
  5488. E/OMX-VDEC-1080P(  145): OMX flush o/p Port complete PenBuf(0)
  5489. E/OMX-VDEC-1080P(  145): send_command: Recieved a Command from Client
  5490. E/OMX-VDEC-1080P(  145): send_command_proxy(): cmd = 0, Current State 3, Expected State 2
  5491. E/OMX-VDEC-1080P(  145): send_command_proxy(): OMX_CommandStateSet issued
  5492. E/OMX-VDEC-1080P(  145): Current State 3, Expected State 2
  5493. E/OMX-VDEC-1080P(  145): Command Recieved in OMX_StateExecuting
  5494. E/OMX-VDEC-1080P(  145): send_command_proxy(): Executing --> Idle
  5495. E/OMX-VDEC-1080P(  145): send_command: Command Processed
  5496. E/OMX-VDEC-1080P(  145): Driver flush i/p Port complete
  5497. E/OMX-VDEC-1080P(  145): Initiate Input Flush
  5498. E/OMX-VDEC-1080P(  145): OMX flush i/p Port complete PenBuf(0)
  5499. E/OMX-VDEC-1080P(  145): Driver flush o/p Port complete
  5500. E/OMX-VDEC-1080P(  145): Initiate Output Flush
  5501. E/OMX-VDEC-1080P(  145): OMX flush o/p Port complete PenBuf(0)
  5502. E/OMX-VDEC-1080P(  145): Rxd OMX_COMPONENT_GENERATE_STOP_DONE
  5503. E/OMX-VDEC-1080P(  145): send_command: Recieved a Command from Client
  5504. E/OMX-VDEC-1080P(  145): send_command_proxy(): cmd = 0, Current State 2, Expected State 1
  5505. E/OMX-VDEC-1080P(  145): send_command_proxy(): OMX_CommandStateSet issued
  5506. E/OMX-VDEC-1080P(  145): Current State 2, Expected State 1
  5507. E/OMX-VDEC-1080P(  145): send_command_proxy(): Idle-->Loaded-Pending
  5508. E/OMX-VDEC-1080P(  145): send_command: Command Processed
  5509. E/OMX-VDEC-1080P(  145): ALL input buffers are freed/released
  5510. E/OMX-VDEC-1080P(  145): free_output: munmap(0x6ecd5000, 229376)
  5511. E/OMX-VDEC-1080P(  145): free_output: munmap(0x6ed46000, 229376)
  5512. E/OMX-VDEC-1080P(  145): free_output: munmap(0x6edb7000, 229376)
  5513. E/OMX-VDEC-1080P(  145): free_output: munmap(0x6ee28000, 229376)
  5514. E/OMX-VDEC-1080P(  145): free_output: munmap(0x6ee99000, 229376)
  5515. E/OMX-VDEC-1080P(  145): free_output: munmap(0x6ef0a000, 229376)
  5516. E/OMX-VDEC-1080P(  145): free_output: munmap(0x6ef7b000, 229376)
  5517. E/OMX-VDEC-1080P(  145): free_output: munmap(0x6efec000, 229376)
  5518. E/OMX-VDEC-1080P(  145): free_output: munmap(0x6f05d000, 229376)
  5519. E/OMX-VDEC-1080P(  145): free_output: munmap(0x6f0ce000, 229376)
  5520. E/OMX-VDEC-1080P(  145): ALL output buffers are freed/released
  5521. E/OMX-VDEC-1080P(  145): OMX_CommandStateSet complete, m_state = 1
  5522. E/OMX-VDEC-1080P(  145): Playback Ended - PASSED
  5523. E/OMX-VDEC-1080P(  145): ALL output buffers are freed/released
  5524. E/OMX-VDEC-1080P(  145): Calling VDEC_IOCTL_STOP_NEXT_MSG
  5525. E/OMX-VDEC-1080P(  145): omx_vdec::component_deinit() complete
  5526. E/OMX-VDEC-1080P(  145): In OMX Vdec Destructor(), Vdec instances = 1
  5527. E/OMX-VDEC-1080P(  145): Waiting on OMX Msg Thread exit
  5528. E/OMX-VDEC-1080P(  145):
  5529. E/OMX-VDEC-1080P(  145):  Error in ioctl read next msg
  5530. E/OMX-VDEC-1080P(  145): omx_vdec: Async thread stop
  5531. E/OMX-VDEC-1080P(  145): omx_vdec: message thread stop
  5532. E/OMX-VDEC-1080P(  145): Waiting on OMX Async Thread exit
  5533. E/OMX-VDEC-1080P(  145): Calling close() on Video Driver
  5534. E/OMX-VDEC-1080P(  145): Calling close() on vdec ion devicefd = 23
  5535. E/OMX-VDEC-1080P(  145): Successfully destroyed vdec ionlock
  5536. E/OMX-VDEC-1080P(  145): Exit OMX vdec Destructor
  5537. E/        (  145):
  5538. E/        (  145):  Destroy C2D instance
  5539. E/        (  145):
  5540. E/        (  145):  Destroy C2D instance
  5541. I/NuPlayerDecoder(  145): [OMX.google.aac.decoder] resubmitting CSD
  5542. I/SoftAAC2(  145): limiting to stereo output
  5543. I/SoftAAC2(  145): Initially configuring decoder: 44100 Hz, 2 channels
  5544. D/NuPlayerDriver(  145): reset(0x7502a160)
  5545. E/NuPlayerDecoder(  145): Stream error for OMX.google.aac.decoder (err=-1004), EOS successfully queued
  5546. E/NuPlayer(  145): received error(0xfffffc14) from audio decoder, flushing(0), now shutting down
  5547. W/Settings(  661): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
  5548. W/Settings(  661): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
  5549. D/NuPlayerDriver(  145): notifyResetComplete(0x7502a160)
  5550. W/art     (  661): Long monitor contention event with owner method=void com.android.systemui.keyguard.KeyguardViewMediator.handleShow(android.os.Bundle) from KeyguardViewMediator.java:1344 waiters=0 for 1.487s
  5551. I/NuCachedSource2(  145): caching reached eos.
  5552. D/PhoneStatusBar(  661): disable: < expand ICONS alerts SYSTEM_INFO back home recent clock search >
  5553. I/MediaFocusControl(  424):  AudioFocus  abandonAudioFocus() from android.media.AudioManager@209e06bbcom.android.org.chromium.media.MediaPlayerListener@38701e8f
  5554. I/Choreographer(20447): Skipped 99 frames!  The application may be doing too much work on its main thread.
  5555. I/ActivityManager(  424): Process com.glu.flc2 (pid 22489) has died
  5556. D/PhoneStatusBar(  661): disable: < expand ICONS alerts SYSTEM_INFO back home recent clock search >
  5557. D/PhoneStatusBar(  661): disable: < expand ICONS alerts SYSTEM_INFO back home recent clock search >
  5558. D/WebViewTimersControl(20447): onBrowserActivityResume
  5559. D/WebViewTimersControl(20447): Resuming webview timers, view=com.android.browser.BrowserWebView{3eb43e72 VFEDHVCL .F...... 0,0-1024,591}
  5560. D/PhoneStatusBar(  661): disable: < expand ICONS alerts SYSTEM_INFO back home recent clock search >
  5561. I/Choreographer(  661): Skipped 121 frames!  The application may be doing too much work on its main thread.
  5562. W/art     (  424): Long monitor contention event with owner method=void com.android.server.content.SyncStorageEngine.stopSyncEvent(long, long, java.lang.String, long, long) from SyncStorageEngine.java:1311 waiters=0 for 1.632s
  5563. W/art     (  424): Long monitor contention event with owner method=void com.android.server.content.SyncStorageEngine.stopSyncEvent(long, long, java.lang.String, long, long) from SyncStorageEngine.java:1311 waiters=1 for 1.917s
  5564. I/art     (  661): Background sticky concurrent mark sweep GC freed 79931(3MB) AllocSpace objects, 0(0B) LOS objects, 12% free, 13MB/15MB, paused 1.434ms total 723.785ms
  5565. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  5566. I/NotifUtils( 7366): Account: -729077077 vibrate: false
  5567. I/iu.Environment(18840): update battery state; isPlugged? true*
  5568. I/iu.FingerprintManager(18840): Start processing all media
  5569. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5570. D/ConnectivityService(  424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
  5571. D/ConnectivityService(  424): rematching NetworkAgentInfo [WIFI () - 102]
  5572. D/ConnectivityService(  424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
  5573. D/ConnectivityService(  424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
  5574. D/ConnectivityManager.CallbackHandler(  661): CM callback handler got msg 524290
  5575. I/iu.FingerprintManager(18840): Start processing media store URI: content://media/external/images/media
  5576. I/iu.UploadsManager(18840): num queued entries: 0
  5577. I/iu.UploadsManager(18840): num updated entries: 0
  5578. I/iu.SyncManager(18840): NEXT; no task
  5579. I/GCoreUlr(  942): 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=android.intent.action.ACTION_POWER_CONNECTED}]
  5580. I/ValidateNoPeople(  424): Validating: 0|com.android.email|363843079|null|10035
  5581. I/ValidateNoPeople(  424): final affinity: 0.0
  5582. I/art     (  148): Background concurrent mark sweep GC freed 788(33KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1931KB/3MB, paused 305us total 104.858ms
  5583. I/ActivityManager(  424): Start proc 22575:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
  5584. I/art     (  148): Explicit concurrent mark sweep GC freed 706(30KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1930KB/3MB, paused 335us total 45.501ms
  5585. W/art     (  424): Long monitor contention event with owner method=android.app.IActivityManager$ContentProviderHolder com.android.server.am.ActivityManagerService.getContentProviderImpl(android.app.IApplicationThread, java.lang.String, android.os.IBinder, boolean, int) from ActivityManagerService.java:9215 waiters=0 for 408ms
  5586. W/art     (  424): Long monitor contention event with owner method=android.app.IActivityManager$ContentProviderHolder com.android.server.am.ActivityManagerService.getContentProviderImpl(android.app.IApplicationThread, java.lang.String, android.os.IBinder, boolean, int) from ActivityManagerService.java:9215 waiters=1 for 358ms
  5587. W/art     (  424): Long monitor contention event with owner method=android.app.IActivityManager$ContentProviderHolder com.android.server.am.ActivityManagerService.getContentProviderImpl(android.app.IApplicationThread, java.lang.String, android.os.IBinder, boolean, int) from ActivityManagerService.java:9215 waiters=2 for 332ms
  5588. W/MediaPlayer(20447): mediaplayer went away with unhandled events
  5589. W/MediaPlayer(20447): mediaplayer went away with unhandled events
  5590. I/art     (  148): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1930KB/3MB, paused 701us total 27.648ms
  5591. W/art     (  424): Long monitor contention event with owner method=android.app.IActivityManager$ContentProviderHolder com.android.server.am.ActivityManagerService.getContentProviderImpl(android.app.IApplicationThread, java.lang.String, android.os.IBinder, boolean, int) from ActivityManagerService.java:9215 waiters=4 for 199ms
  5592. W/MediaPlayer(20447): mediaplayer went away with unhandled events
  5593. I/art     (  148): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1930KB/3MB, paused 366us total 38.879ms
  5594. I/Choreographer(20447): Skipped 114 frames!  The application may be doing too much work on its main thread.
  5595. I/Exchange(27503): PSS syncStart for account acct:3
  5596. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  5597. I/Exchange(27503): Interrupt with reason 1
  5598. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  5599. I/Icing   (18840): Indexing 67F6764965AFCB52BDA2A7C73E5F2C483E88DFB4 from com.chrome.beta
  5600. W/art     (  424): Long monitor contention event with owner method=void com.android.server.notification.NotificationManagerService$8.run() from NotificationManagerService.java:1800 waiters=0 for 236ms
  5601. D/PhoneStatusBar(  661): disable: < expand ICONS alerts SYSTEM_INFO back HOME* RECENT* clock SEARCH* >
  5602. V/KeyguardServiceDelegate(  424): **** SHOWN CALLED ****
  5603. V/KeyguardServiceDelegate(  424): **** SHOWN CALLED ****
  5604. I/Timeline(20447): Timeline: Activity_idle id: android.os.BinderProxy@b48ef7d time:45974006
  5605. V/KeyguardServiceDelegate(  424): **** SHOWN CALLED ****
  5606. V/KeyguardServiceDelegate(  424): **** SHOWN CALLED ****
  5607. I/Choreographer(  661): Skipped 118 frames!  The application may be doing too much work on its main thread.
  5608. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5609. I/Exchange(27503): Ping task ending with status: -1
  5610. I/Exchange(27503): PSS pingEnd for account 3
  5611. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  5612. V/audio_hw_primary(  145): do_out_standby: CALLED
  5613. V/audio_hw_primary(  145): do_out_standby: calling select_devices
  5614. V/audio_hw_primary(  145): mixer_set: 'PCM Playback Sink' 0,0,0
  5615. V/audio_hw_primary(  145): mixer_set: 'speaker_stereo_rx' 0,0,0
  5616. I/ActivityManager(  424): Start proc 22593:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
  5617. I/Choreographer(  661): Skipped 37 frames!  The application may be doing too much work on its main thread.
  5618. V/KeyguardServiceDelegate(  424): **** SHOWN CALLED ****
  5619. V/audio_hw_primary(  145): disable speaker/headphones
  5620. V/audio_hw_primary(  145): state hp=n skr=y mic=y
  5621. I/GCoreUlr(  942): DispatchingService.onCreate()
  5622. I/system_server(  424): type=1400 audit(0.0:238): avc: denied { read write } for name="lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5623. I/system_server(  424): type=1400 audit(0.0:239): avc: denied { open } for name="lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5624. I/system_server(  424): type=1400 audit(0.0:240): avc: denied { getattr } for path="/dev/lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5625. I/system_server(  424): type=1400 audit(0.0:241): avc: denied { ioctl } for path="/dev/lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5626. I/lights  (  424): Enabling notification light
  5627. V/audio_hw_primary(  145): adev_set_parameters: CALLED
  5628. E/WifiStateMachine(  424): cancelDelayedScan -> 1250
  5629. E/native  (  424): do suspend true
  5630. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5631. I/art     (  424): Explicit concurrent mark sweep GC freed 47599(2MB) AllocSpace objects, 10(221KB) LOS objects, 17% free, 18MB/22MB, paused 2.807ms total 743.682ms
  5632. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  5633. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5634. I/NotifUtils( 7366): Showing notification with unreadCount of 92 and unseenCount of 2
  5635. D/PhoneStatusBar(  661): disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH >
  5636. W/IInputConnectionWrapper(20447): showStatusIcon on inactive InputConnection
  5637. W/art     (  424): Long monitor contention event with owner method=android.os.Bundle com.android.server.pm.UserManagerService.getApplicationRestrictionsForUser(java.lang.String, int) from UserManagerService.java:1446 waiters=0 for 104ms
  5638. W/art     (  424): Long monitor contention event with owner method=android.os.Bundle com.android.server.pm.UserManagerService.getApplicationRestrictionsForUser(java.lang.String, int) from UserManagerService.java:1446 waiters=1 for 126ms
  5639. D/PhoneStatusBar(  661): disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH >
  5640. I/LatinIME(  839): Starting input. Cursor position = 0,0
  5641. W/IInputConnectionWrapper(  661): requestCursorAnchorInfo on inactive InputConnection
  5642. W/IInputConnectionWrapper(  661): getTextBeforeCursor on inactive InputConnection
  5643. E/RichInputConnection(  839): Unable to connect to the editor to retrieve text.
  5644. D/RichInputConnection(  839): Will try to retrieve text later.
  5645. E/WifiStateMachine(  424): cancelDelayedScan -> 1251
  5646. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5647. I/lights  (  424): Disabling notification light
  5648. E/native  (  424): do suspend false
  5649. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5650. I/lights  (  424): stop engine 1
  5651. D/lights  (  424): Waiting for notification LED engine to stop after reset
  5652. D/lights  (  424): Notification LED reset finished with stop state 2
  5653. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5654. V/audio_hw_primary(  145): adev_set_parameters: CALLED
  5655. E/lowmemorykiller(  134): Error writing /proc/22531/oom_score_adj; errno=22
  5656. I/ActivityThread( 7366): Removing dead content provider:android.content.ContentProviderProxy@22722089
  5657. D/WifiService(  424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3aaea2ba}
  5658. I/ActivityThread( 7366): Removing dead content provider:android.content.ContentProviderProxy@22722089
  5659. I/ActivityManager(  424): Process android.process.acore (pid 22531) has died
  5660. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5661. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5662. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied() from ActivityManagerService.java:1229 waiters=0 for 110ms
  5663. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied() from ActivityManagerService.java:1229 waiters=1 for 130ms
  5664. I/ActivityManager(  424): Start proc 22613:android.process.acore/u0a2 for content provider com.android.providers.userdictionary/.UserDictionaryProvider
  5665. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5666. I/GCoreUlr(  942): 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 android.intent.action.ACTION_POWER_CONNECTED
  5667. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5668. E/ObjectHelper(22593): Can't find method:setCompatibilityInfo
  5669. D/WifiService(  424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3aaea2ba}
  5670. D/am      (22593): Refresh storage info done.25
  5671. W/art     (  424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=1 for 704ms
  5672. W/art     (  424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 1.577s
  5673. E/SQLiteLog(22575): (283) recovered 2 frames from WAL file /data/user/0/com.android.providers.media/databases/external.db-wal
  5674. W/art     (  424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=1 for 481ms
  5675. W/art     (  424): Long monitor contention event with owner method=com.android.server.content.SyncStorageEngine$PendingOperation com.android.server.content.SyncStorageEngine.insertIntoPending(com.android.server.content.SyncOperation) from SyncStorageEngine.java:1071 waiters=0 for 560ms
  5676. I/iu.FingerprintManager(18840): Start processing media store URI: content://media/external/video/media
  5677. I/iu.FingerprintManager(18840): Start processing media store URI: content://media/phoneStorage/images/media
  5678. I/iu.FingerprintManager(18840): Start processing media store URI: content://media/phoneStorage/video/media
  5679. I/iu.FingerprintManager(18840): Finished generating fingerprints; 6.083 seconds
  5680. I/iu.FingerprintManager(18840):   numSeen=0 numGenerated=0 numDeleted=0 numFailed=0
  5681. I/Icing   (18840): Indexing done 67F6764965AFCB52BDA2A7C73E5F2C483E88DFB4
  5682. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5683. I/ActivityManager(  424): Start proc 22650:com.google.android.apps.plus/u0a103 for broadcast com.google.android.apps.plus/.service.BatteryReceiver
  5684. W/ResourceType(22593): No package identifier when getting value for resource number 0x00000000
  5685. D/WifiService(  424): New client listening to asynchronous messages
  5686. W/art     (22593): Suspending all threads took: 11.016ms
  5687. W/ResourcesManager(22650): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
  5688. I/art     (22593): WaitForGcToComplete blocked for 5.340ms for cause DisableMovingGc
  5689. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5690. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5691. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5692. I/GCoreUlr(  942): WorldUpdater:android.intent.action.ACTION_POWER_CONNECTED: Ensuring that reporting is stopped because of reasons: {account#10#=[InactiveReason{mVersionCode=0, mIdentifier=6, mName='ReportingNotEnabled'}]}
  5693. W/art     (22593): Suspending all threads took: 5.310ms
  5694. I/GCoreUlr(  942): Unbound from all location providers
  5695. I/ContactLocale(22613): AddressBook Labels [en-US]: [, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ]
  5696. I/GCoreUlr(  942): DispatchingService.onDestroy()
  5697. I/GCoreUlr(  942): Unbound from all location providers
  5698. W/art     (  942): Long monitor contention event with owner method=com.google.android.location.reporting.config.ReportingConfig com.google.android.location.reporting.config.h.a() from SourceFile:125 waiters=0 for 615ms
  5699. E/Exchange(27503): Exception while handling response
  5700. E/Exchange(27503): java.io.IOException
  5701. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  5702. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  5703. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  5704. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  5705. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  5706. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  5707. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  5708. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  5709. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  5710. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  5711. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  5712. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  5713. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5714. I/Exchange(27503): Fatal result -4 on syncMailbox
  5715. I/Exchange(27503): PSS syncEnd for account acct:3
  5716. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  5717. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  5718. I/Exchange(27503): PSS removing account state for acct:3
  5719. W/ResponseProcessCookies(22593): Cookie rejected: "BasicClientCookie[version=0,name=BAIDUID,domain=.baidu.com,path=/,expiry=Tue Apr 11 11:00:24 EST 2045]". Illegal domain attribute "baidu.com". Domain of origin: "wappass.bdimg.com"
  5720. I/art     (  424): Explicit concurrent mark sweep GC freed 27979(1333KB) AllocSpace objects, 8(801KB) LOS objects, 18% free, 17MB/21MB, paused 2.593ms total 246.124ms
  5721. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 136956677, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  5722. W/ResponseProcessCookies(22593): Cookie rejected: "BasicClientCookie[version=0,name=BAIDUID,domain=.baidu.com,path=/,expiry=Tue Apr 11 11:00:25 EST 2045]". Illegal domain attribute "baidu.com". Domain of origin: "wappass.bdimg.com"
  5723. W/art     (22593): Suspending all threads took: 8.880ms
  5724. I/NotifUtils( 7366): Account: 1333404959 vibrate: false
  5725. I/NotifUtils( 7366): New email in 1333404959 vibrateWhen: false, playing notification: content://settings/system/notification_sound
  5726. I/ValidateNoPeople(  424): Validating: 0|com.android.email|-153109912|null|10035
  5727. I/ValidateNoPeople(  424): Executing: validation for: 0|com.android.email|-153109912|null|10035
  5728. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5729. W/art     (22650): Suspending all threads took: 132.568ms
  5730. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5731. I/NotifUtils( 7366): validateNotifications - cancelling account 1333404959 / folder -1812635783
  5732. W/ResourceType(  661): Failure getting entry for 0x010406dc (t=3 e=1756) (error -75)
  5733. W/Resources(  661): Converting to string: TypedValue{t=0x1/d=0x10406dc a=-1 r=0x10406dc}
  5734. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5735. I/art     (22650): WaitForGcToComplete blocked for 10.040ms for cause DisableMovingGc
  5736. I/LatinIME(  839): Starting input. Cursor position = 6,6
  5737. W/IInputConnectionWrapper(  661): endBatchEdit on inactive InputConnection
  5738. I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
  5739. I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
  5740. E/SQLiteLog(22613): (284) automatic index on sqlite_sq_70204C90(STAT_DATA_ID)
  5741. I/NotifUtils( 7366): validateNotifications - cancelling account -1465697104 / folder -1651324935
  5742. I/ValidateNoPeople(  424): final affinity: 0.0
  5743. I/Exchange(27503): onPerformSync email: Bundle[{ignore_settings=true, force=true, ignore_backoff=true, __push_only__=true}]
  5744. D/PhoneStatusBar(  661): disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH >
  5745. D/BluetoothAdapter(  661): 81481088: getState() :  mService = null. Returning STATE_OFF
  5746. D/BluetoothAdapter(  661): 81481088: getState() :  mService = null. Returning STATE_OFF
  5747. D/PhoneStatusBar(  661): disable: < expand icons* alerts system_info* back HOME RECENT clock SEARCH >
  5748. I/Coffee - PlaceTrustlet(  942): User Present broadcast receiver action: android.intent.action.USER_PRESENT
  5749. D/PhoneStatusBar(  661): disable: < expand icons alerts system_info back home* recent* clock search* >
  5750. W/IInputConnectionWrapper(  661): showStatusIcon on inactive InputConnection
  5751. I/Exchange(27503): PSS pushModify acct:3
  5752. I/Exchange(27503): PSS adding account state for acct:3
  5753. I/Exchange(27503): PSS pushModify acct:3
  5754. I/Exchange(27503): PSS starting ping task acct:3
  5755. I/art     ( 1115): Explicit concurrent mark sweep GC freed 32136(1567KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 5MB/9MB, paused 1.678ms total 258.178ms
  5756. I/Exchange(27503): Ping task starting for 3
  5757. W/art     (22650): Long monitor contention event with owner method=int java.lang.System.identityHashCode!(java.lang.Object) from System.java:4294967294 waiters=0 for 305ms
  5758. D/GCM     ( 1115): Message class com.google.f.a.a.i
  5759. I/ActivityManager(  424): Start proc 22695:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
  5760. I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
  5761. I/Thread-2833(22712): type=1400 audit(0.0:242): avc: denied { open } for name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5762. I/Adreno200-EGL(22650): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081)
  5763. I/Adreno200-EGL(22650): Build Date: 06/25/13 Tue
  5764. I/Adreno200-EGL(22650): Local Branch:
  5765. I/Adreno200-EGL(22650): Remote Branch: quic/jb_2.5.5
  5766. I/Adreno200-EGL(22650): Local Patches: NONE
  5767. I/Adreno200-EGL(22650): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 +  NOTHING
  5768. I/Exchange(27503): PSS syncStart for account acct:3
  5769. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  5770. I/Exchange(27503): Interrupt with reason 1
  5771. E/WifiStateMachine(  424): WifiStateMachine L2Connected CMD_START_SCAN source -2 1249, 1253 -> obsolete
  5772. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  5773. I/Exchange(27503): Ping task ending with status: -1
  5774. I/Exchange(27503): PSS pingEnd for account 3
  5775. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  5776. D/PhoneStatusBar(  661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
  5777. D/BluetoothAdapter(  661): 81481088: getState() :  mService = null. Returning STATE_OFF
  5778. D/BluetoothAdapter(  661): 81481088: getState() :  mService = null. Returning STATE_OFF
  5779. I/ActivityManager(  424): Start proc 22717:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
  5780. D/BluetoothAdapter(  661): 81481088: getState() :  mService = null. Returning STATE_OFF
  5781. D/BluetoothAdapter(  661): 81481088: getState() :  mService = null. Returning STATE_OFF
  5782. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5783. W/art     (22717): Suspending all threads took: 19.897ms
  5784. I/ActivityManager(  424): Start proc 22736:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
  5785. I/Exchange(27503): PSS syncEnd for account acct:3
  5786. I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
  5787. I/Exchange(27503): Ping task starting for 3
  5788. V/UserPresentBroadcastReceiver(  942): Received Intent { act=android.intent.action.USER_PRESENT flg=0x24000010 cmp=com.google.android.gms/.auth.trustagent.UserPresentBroadcastReceiver }.
  5789. I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
  5790. I/Exchange(27503): PSS syncStart for account acct:3
  5791. I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
  5792. I/Exchange(27503): Interrupt with reason 1
  5793. I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
  5794. I/Exchange(27503): Ping task ending with status: -1
  5795. I/Exchange(27503): PSS pingEnd for account 3
  5796. I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
  5797. W/InputMethodManagerService(  424): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@171976d0 attribute=null, token = android.os.BinderProxy@18de06b4
  5798. I/ActivityManager(  424): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from uid 10012 on display 0
  5799. V/WindowManager(  424): addAppToken: AppWindowToken{32d5e8ef token=Token{2e66f1ce ActivityRecord{ceb26c9 u0 com.android.settings/.Settings t188}}} to stack=1 task=188 at 0
  5800. D/WebViewTimersControl(20447): onBrowserActivityPause
  5801. D/WebViewTimersControl(20447): Pausing webview timers, view=com.android.browser.BrowserWebView{3eb43e72 VFEDHVCL .F...... 0,0-1024,591}
  5802. I/ActivityManager(  424): Start proc 22775:com.android.settings/1000 for activity com.android.settings/.Settings
  5803. I/GAV2    (22650): Thread[GAThread,5,main]: No campaign data found.
  5804. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5805. W/art     (22717): Suspending all threads took: 17.639ms
  5806. D/PhoneStatusBar(  661): disable: < expand icons* alerts system_info* back home recent clock search >
  5807. W/GAV2    (22717): Thread[Background Blocking-1,5,main]: Need to call initialize() and be in fallback mode to start dispatch.
  5808. W/GAV2    (22717): Thread[Background Blocking-1,5,main]: dispatch call queued.  Need to call GAServiceManager.getInstance().initialize().
  5809. W/art     (22717): Long monitor contention event with owner method=com.google.android.search.core.google.bv com.google.android.search.core.m.JH() from CoreSearchServices.java:575 waiters=0 for 466ms
  5810. V/WindowManager(  424): Adding window Window{32f6faf5 u0 Starting com.android.settings} at 6 of 12 (after Window{1fcbe2dd u0 com.android.browser/com.android.browser.BrowserActivity})
  5811. W/ResourceType(  661): No package identifier when getting value for resource number 0x00000000
  5812. W/PackageManager(  661): Failure retrieving resources for com.android.browser: Resource ID #0x0
  5813. I/IndexDatabaseHelper(22775): Using schema version: 115
  5814. I/IndexDatabaseHelper(22775): Index is fine
  5815. D/Index   (22775): Locale 'en_US' is already indexed
  5816. I/GLSUser ( 1115): [GLSUser]  extracting token using key:Auth
  5817. D/OpenGLRenderer(22775): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
  5818. D/Atlas   (22775): Validating map...
  5819. V/WindowManager(  424): Adding window Window{35aac21d u0 com.android.settings/com.android.settings.Settings} at 6 of 13 (before Window{32f6faf5 u0 Starting com.android.settings})
  5820. E/Exchange(27503): Exception while handling response
  5821. E/Exchange(27503): java.io.IOException
  5822. E/Exchange(27503):      at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
  5823. E/Exchange(27503):      at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
  5824. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
  5825. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
  5826. E/Exchange(27503):      at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
  5827. E/Exchange(27503):      at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
  5828. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
  5829. E/Exchange(27503):      at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
  5830. E/Exchange(27503):      at com.android.exchange.service.EasService.doOperation(EasService.java:401)
  5831. E/Exchange(27503):      at com.android.exchange.service.EasService$1.sync(EasService.java:132)
  5832. E/Exchange(27503):      at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
  5833. E/Exchange(27503):      at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  5834. W/GLSUser ( 1115): [GLSUser] [GLSUser]  Permission for com.google.android.googlequicksearchbox to access oauth2:https://www.googleapis.com/auth/googlenow will be managed locally.
  5835. I/art     (22775): Background sticky concurrent mark sweep GC freed 5526(438KB) AllocSpace objects, 1(13KB) LOS objects, 15% free, 2MB/3MB, paused 5.798ms total 92.559ms
  5836. I/Exchange(27503): Fatal result -4 on syncMailbox
  5837. I/Exchange(27503): PSS syncEnd for account acct:3
  5838. I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
  5839. I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
  5840. I/Exchange(27503): PSS removing account state for acct:3
  5841. D/SyncManager(  424): failed sync operation patrick_t_wong@hotmail.com u0 (com.android.exchange), com.android.email.provider, SERVER, currentRunTime 137289071, reason: 10036, SyncResult: stats [ numIoExceptions: 1]
  5842. D/DashboardSummary(22775): rebuildUI took: 561 ms
  5843. I/Choreographer(22775): Skipped 34 frames!  The application may be doing too much work on its main thread.
  5844. W/art     (22775): Suspending all threads took: 6.286ms
  5845. I/art     (22775): Background partial concurrent mark sweep GC freed 1566(83KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 2MB/4MB, paused 11.901ms total 164.642ms
  5846. I/RenderThread(22802): type=1400 audit(0.0:243): avc: denied { read write } for name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5847. I/RenderThread(22802): type=1400 audit(0.0:244): avc: denied { open } for name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5848. I/RenderThread(22802): type=1400 audit(0.0:245): avc: denied { ioctl } for path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  5849. I/Adreno200-EGL(22775): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081)
  5850. I/Adreno200-EGL(22775): Build Date: 06/25/13 Tue
  5851. I/Adreno200-EGL(22775): Local Branch:
  5852. I/Adreno200-EGL(22775): Remote Branch: quic/jb_2.5.5
  5853. I/Adreno200-EGL(22775): Local Patches: NONE
  5854. I/Adreno200-EGL(22775): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 +  NOTHING
  5855. I/OpenGLRenderer(22775): Initialized EGL, version 1.4
  5856. D/OpenGLRenderer(22775): Enabling debug mode 0
  5857. I/ActivityManager(  424): Displayed com.android.settings/.Settings: +2s731ms
  5858. I/Timeline(  424): Timeline: Activity_windows_visible id: ActivityRecord{ceb26c9 u0 com.android.settings/.Settings t188} time:45994440
  5859. W/IInputConnectionWrapper(20447): showStatusIcon on inactive InputConnection
  5860. I/Timeline(22775): Timeline: Activity_idle id: android.os.BinderProxy@37624f9e time:45994580
  5861. I/art     (  424): Explicit concurrent mark sweep GC freed 34461(1703KB) AllocSpace objects, 6(96KB) LOS objects, 17% free, 18MB/22MB, paused 2.685ms total 133.392ms
  5862. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5863. I/GAV2    (22717): Thread[GAThread,5,main]: No campaign data found.
  5864. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5865. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5866. I/Timeline(22775): Timeline: Activity_launch_request id:com.android.settings time:45997653
  5867. I/ActivityManager(  424): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  5868. V/WindowManager(  424): addAppToken: AppWindowToken{2db83bea token=Token{3d4117d5 ActivityRecord{26f3948c u0 com.android.settings/.SubSettings t188}}} to stack=1 task=188 at 1
  5869. D/SubSettings(22775): Launching fragment com.android.settings.deviceinfo.Memory
  5870. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5871. V/WindowManager(  424): Adding window Window{29f672a7 u0 com.android.settings/com.android.settings.SubSettings} at 7 of 13 (after Window{35aac21d u0 com.android.settings/com.android.settings.Settings})
  5872. I/ActivityManager(  424): Displayed com.android.settings/.SubSettings: +555ms
  5873. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Ringtones) returned 8192
  5874. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Pictures) returned 8192
  5875. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/DCIM) returned 32768
  5876. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Podcasts) returned 8192
  5877. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Notifications) returned 8192
  5878. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Music) returned 8192
  5879. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Movies) returned 8192
  5880. I/Timeline(  424): Timeline: Activity_windows_visible id: ActivityRecord{26f3948c u0 com.android.settings/.SubSettings t188} time:45998650
  5881. I/Timeline(22775): Timeline: Activity_idle id: android.os.BinderProxy@1b79552a time:45998695
  5882. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Android) returned 1396776960
  5883. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Download) returned 187133952
  5884. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Alarms) returned 8192
  5885. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/TWRP) returned 5024493568
  5886. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/.estrongs) returned 638976
  5887. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/backups) returned 20480
  5888. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/TunnyBrowser) returned 2650112
  5889. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/pnr_report) returned 8192
  5890. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/pushservice) returned 69632
  5891. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/.BD_SAPI_CACHE) returned 376832
  5892. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0) returned 6656749568
  5893. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/dictdata) returned 44408832
  5894. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0) returned 6656749568
  5895. D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0) returned 6656749568
  5896. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5897. I/ActivityManager(  424): Process android.process.media (pid 22575) has died
  5898. I/ActivityManager(  424): Process com.google.android.apps.genie.geniewidget (pid 22462) has died
  5899. I/art     (22775): Background sticky concurrent mark sweep GC freed 12175(739KB) AllocSpace objects, 2(32KB) LOS objects, 18% free, 4MB/4MB, paused 4.272ms total 131.011ms
  5900. D/DashboardSummary(22775): rebuildUI took: 547 ms
  5901. I/Choreographer(22775): Skipped 35 frames!  The application may be doing too much work on its main thread.
  5902. W/art     (  424): Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied() from ActivityManagerService.java:1229 waiters=0 for 480ms
  5903. I/Timeline(  424): Timeline: Activity_windows_visible id: ActivityRecord{ceb26c9 u0 com.android.settings/.Settings t188} time:46002063
  5904. I/Timeline(22775): Timeline: Activity_idle id: android.os.BinderProxy@37624f9e time:46002161
  5905. I/Choreographer(20447): Skipped 41 frames!  The application may be doing too much work on its main thread.
  5906. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5907. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5908. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5909. W/PackageManager(  424): Empty queue
  5910. I/Timeline(22775): Timeline: Activity_launch_request id:com.evervolv.toolbox time:46010762
  5911. I/ActivityManager(  424): START u0 {act=android.intent.action.MAIN cmp=com.evervolv.toolbox/.Toolbox} from uid 1000 on display 0
  5912. V/WindowManager(  424): addAppToken: AppWindowToken{156c58c6 token=Token{20ca6ea1 ActivityRecord{203c1708 u0 com.evervolv.toolbox/.Toolbox t188}}} to stack=1 task=188 at 1
  5913. V/WindowManager(  424): Adding window Window{2a6ac97f u0 Starting com.evervolv.toolbox} at 7 of 13 (after Window{35aac21d u0 com.android.settings/com.android.settings.Settings})
  5914. I/art     (  148): Background concurrent mark sweep GC freed 789(33KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1931KB/3MB, paused 274us total 136.810ms
  5915. I/ActivityManager(  424): Start proc 22900:com.evervolv.toolbox/1000 for activity com.evervolv.toolbox/.Toolbox
  5916. D/Toolbox (22900): Selected item=0
  5917. D/OpenGLRenderer(22900): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
  5918. D/Atlas   (22900): Validating map...
  5919. V/WindowManager(  424): Adding window Window{24e0ee4d u0 com.evervolv.toolbox/com.evervolv.toolbox.Toolbox} at 7 of 14 (before Window{2a6ac97f u0 Starting com.evervolv.toolbox})
  5920. I/Adreno200-EGL(22900): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059_msm8960_JB_2.5.5_CL3896081_release_AU (CL3896081)
  5921. I/Adreno200-EGL(22900): Build Date: 06/25/13 Tue
  5922. I/Adreno200-EGL(22900): Local Branch:
  5923. I/Adreno200-EGL(22900): Remote Branch: quic/jb_2.5.5
  5924. I/Adreno200-EGL(22900): Local Patches: NONE
  5925. I/Adreno200-EGL(22900): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 +  NOTHING
  5926. I/OpenGLRenderer(22900): Initialized EGL, version 1.4
  5927. D/OpenGLRenderer(22900): Enabling debug mode 0
  5928. I/art     (22900): Background sticky concurrent mark sweep GC freed 6950(458KB) AllocSpace objects, 7(110KB) LOS objects, 18% free, 2MB/3MB, paused 19.592ms total 188.842ms
  5929. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5930. I/Choreographer(22900): Skipped 32 frames!  The application may be doing too much work on its main thread.
  5931. I/ActivityManager(  424): Displayed com.evervolv.toolbox/.Toolbox: +2s8ms
  5932. I/Timeline(  424): Timeline: Activity_windows_visible id: ActivityRecord{203c1708 u0 com.evervolv.toolbox/.Toolbox t188} time:46013067
  5933. I/Timeline(22900): Timeline: Activity_idle id: android.os.BinderProxy@30978cdd time:46013163
  5934. D/Toolbox (22900): Selected item=5
  5935. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5936. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5937. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5938. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5939. D/EVToolbox(22900): Calling dumplogcat:-D -B -o /data/data/com.evervolv.toolbox/files/logcat -m -r -d -k
  5940. E/wpa_supplicant(  627): recvfrom(ctrl_iface): Try again
  5941. [logcat: 0.0s elapsed]
  5942.  
  5943. ------ RADIO LOG (logcat -b radio -d *:v) ------
  5944. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5945. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  5946. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  5947. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5948. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  5949. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  5950. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  5951. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5952. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  5953. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5954. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5955. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  5956. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  5957. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  5958. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5959. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5960. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  5961. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  5962. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  5963. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5964. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  5965. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5966. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5967. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  5968. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  5969. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5970. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  5971. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  5972. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  5973. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5974. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  5975. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5976. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5977. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  5978. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  5979. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  5980. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5981. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5982. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  5983. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  5984. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  5985. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5986. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  5987. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5988. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5989. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  5990. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  5991. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  5992. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  5993. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5994. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  5995. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  5996. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  5997. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  5998. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  5999. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6000. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6001. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6002. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6003. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6004. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6005. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6006. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6007. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6008. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6009. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6010. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6011. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6012. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6013. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6014. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6015. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6016. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6017. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6018. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6019. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6020. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6021. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6022. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6023. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6024. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6025. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6026. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6027. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6028. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6029. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6030. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6031. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6032. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6033. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6034. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6035. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6036. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6037. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6038. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_OFF
  6039. D/GsmDCT  (  896): [0]stopNetStatPoll
  6040. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  6041. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  6042. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6043. D/GsmDCT  (  896): [0]overall state is IDLE
  6044. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  6045. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  6046. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6047. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6048. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6049. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6050. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6051. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6052. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6053. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6054. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6055. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6056. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6057. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6058. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6059. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6060. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6061. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6062. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6063. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6064. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6065. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6066. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6067. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6068. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6069. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6070. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6071. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6072. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6073. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6074. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6075. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6076. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6077. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6078. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6079. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6080. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6081. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6082. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6083. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6084. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6085. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6086. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6087. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6088. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6089. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6090. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6091. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6092. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6093. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6094. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6095. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6096. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6097. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6098. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6099. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6100. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6101. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6102. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6103. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6104. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6105. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6106. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6107. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6108. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6109. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6110. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6111. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6112. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6113. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6114. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6115. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6116. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6117. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6118. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6119. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6120. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6121. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6122. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6123. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6124. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6125. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6126. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6127. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6128. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6129. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6130. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6131. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6132. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6133. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6134. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  6135. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6136. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  6137. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6138. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  6139. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6140. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  6141. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6142. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6143. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6144. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6145. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6146. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6147. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6148. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6149. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6150. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6151. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6152. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6153. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6154. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6155. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6156. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6157. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6158. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6159. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6160. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6161. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6162. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6163. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6164. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6165. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6166. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6167. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6168. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6169. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6170. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6171. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6172. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  6173. D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
  6174. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6175. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6176. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6177. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6178. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6179. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6180. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6181. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6182. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6183. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6184. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6185. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6186. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  6187. D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
  6188. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6189. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6190. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6191. D/TelephonyManager(25109): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.iso-country' defaultVal='' prop=
  6192. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6193. D/TelephonyManager(25109): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.iso-country' defaultVal='' prop=
  6194. D/TelephonyManager(25109): getSimOperatorNumeric(): default subId=5000
  6195. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6196. D/TelephonyManager(25109): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6197. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6198. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6199. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6200. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6201. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6202. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6203. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6204. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  6205. D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
  6206. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6207. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6208. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6209. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6210. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6211. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6212. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6213. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6214. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6215. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  6216. D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
  6217. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6218. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6219. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6220. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6221. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6222. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6223. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6224. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6225. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6226. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  6227. D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
  6228. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6229. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6230. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6231. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6232. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6233. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6234. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6235. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6236. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6237. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  6238. D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
  6239. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6240. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6241. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6242. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6243. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6244. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6245. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6246. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6247. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6248. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6249. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6250. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6251. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6252. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6253. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6254. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6255. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6256. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6257. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6258. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6259. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6260. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6261. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6262. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6263. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6264. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6265. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6266. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6267. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6268. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6269. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6270. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  6271. D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
  6272. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6273. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6274. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6275. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6276. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6277. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6278. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6279. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6280. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6281. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  6282. D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
  6283. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6284. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6285. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6286. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6287. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6288. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6289. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6290. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6291. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6292. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  6293. D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
  6294. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6295. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6296. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6297. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6298. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6299. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6300. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6301. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6302. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6303. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  6304. D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
  6305. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6306. D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6307. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6308. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6309. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6310. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6311. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6312. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6313. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6314. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6315. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6316. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6317. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6318. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6319. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6320. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6321. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6322. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6323. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6324. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6325. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6326. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6327. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6328. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6329. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6330. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6331. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6332. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6333. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6334. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  6335. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6336. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  6337. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6338. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  6339. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6340. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  6341. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6342. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6343. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6344. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6345. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6346. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6347. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6348. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6349. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6350. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6351. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6352. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6353. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6354. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6355. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6356. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6357. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6358. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6359. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6360. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6361. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6362. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6363. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_ON
  6364. D/GsmDCT  (  896): [0]stopNetStatPoll
  6365. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  6366. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  6367. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6368. D/GsmDCT  (  896): [0]overall state is IDLE
  6369. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  6370. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  6371. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6372. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6373. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6374. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6375. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6376. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6377. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6378. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6379. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6380. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6381. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6382. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6383. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6384. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6385. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6386. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6387. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6388. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6389. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6390. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6391. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6392. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6393. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6394. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6395. D/TelephonyManager( 8606): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.iso-country' defaultVal='' prop=
  6396. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6397. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6398. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6399. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6400. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6401. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6402. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6403. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6404. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6405. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6406. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6407. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6408. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6409. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6410. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6411. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6412. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6413. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6414. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6415. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6416. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6417. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6418. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6419. D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6420. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6421. D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  6422. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6423. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6424. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6425. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6426. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6427. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6428. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6429. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6430. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6431. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6432. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6433. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6434. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6435. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6436. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6437. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6438. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6439. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6440. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6441. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6442. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6443. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6444. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6445. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6446. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6447. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6448. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6449. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6450. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6451. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6452. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6453. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6454. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6455. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6456. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6457. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6458. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6459. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6460. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6461. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6462. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6463. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6464. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6465. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6466. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6467. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6468. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6469. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6470. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6471. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6472. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6473. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6474. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6475. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6476. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6477. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6478. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6479. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6480. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6481. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6482. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6483. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6484. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6485. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6486. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6487. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6488. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6489. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6490. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6491. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6492. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6493. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6494. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6495. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6496. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6497. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6498. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6499. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6500. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6501. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6502. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6503. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6504. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6505. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6506. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6507. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6508. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6509. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6510. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6511. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6512. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6513. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6514. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6515. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6516. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6517. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6518. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6519. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6520. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6521. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6522. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6523. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6524. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6525. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6526. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6527. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6528. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6529. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6530. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6531. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6532. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6533. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6534. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6535. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6536. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6537. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6538. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6539. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6540. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6541. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6542. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6543. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6544. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6545. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6546. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6547. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6548. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6549. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6550. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6551. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6552. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6553. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6554. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6555. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6556. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6557. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6558. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6559. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6560. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6561. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6562. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6563. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6564. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6565. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6566. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6567. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6568. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6569. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6570. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6571. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6572. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6573. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6574. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6575. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6576. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6577. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6578. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6579. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6580. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6581. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6582. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6583. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6584. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6585. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6586. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6587. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6588. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6589. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6590. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6591. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6592. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6593. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6594. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6595. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6596. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6597. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6598. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6599. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6600. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6601. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6602. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6603. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6604. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6605. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6606. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6607. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6608. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6609. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6610. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6611. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6612. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6613. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6614. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6615. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6616. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6617. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6618. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6619. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6620. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6621. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6622. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6623. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6624. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6625. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6626. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6627. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6628. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6629. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6630. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6631. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6632. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6633. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6634. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6635. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6636. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6637. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6638. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6639. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6640. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6641. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6642. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6643. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6644. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6645. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6646. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6647. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6648. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6649. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6650. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6651. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6652. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6653. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6654. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6655. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6656. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6657. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6658. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6659. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6660. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6661. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6662. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6663. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6664. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6665. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6666. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6667. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6668. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6669. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6670. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6671. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6672. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6673. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6674. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6675. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6676. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6677. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6678. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6679. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6680. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6681. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6682. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6683. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6684. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6685. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6686. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6687. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6688. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6689. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6690. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6691. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6692. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6693. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6694. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6695. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6696. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6697. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6698. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6699. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6700. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6701. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6702. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6703. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6704. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6705. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6706. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6707. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6708. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6709. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6710. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6711. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6712. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6713. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6714. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6715. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6716. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6717. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6718. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6719. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6720. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6721. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6722. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6723. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6724. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6725. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6726. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6727. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6728. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6729. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6730. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6731. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6732. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6733. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6734. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6735. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6736. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  6737. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6738. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  6739. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6740. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  6741. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  6742. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  6743. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6744. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6745. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6746. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6747. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6748. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6749. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6750. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6751. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6752. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6753. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6754. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6755. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6756. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6757. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6758. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6759. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6760. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6761. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6762. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6763. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6764. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6765. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6766. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6767. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6768. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6769. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6770. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6771. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6772. D/TelephonyManager(27503): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  6773. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6774. D/TelephonyManager(27503): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  6775. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6776. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6777. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6778. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6779. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6780. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6781. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6782. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6783. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6784. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6785. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6786. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6787. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6788. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6789. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6790. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6791. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6792. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6793. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6794. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6795. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6796. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6797. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6798. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6799. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6800. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6801. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6802. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6803. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6804. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6805. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6806. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6807. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6808. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6809. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6810. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6811. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6812. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6813. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6814. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6815. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6816. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6817. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6818. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6819. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6820. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6821. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6822. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6823. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6824. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6825. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6826. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6827. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6828. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6829. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6830. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6831. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6832. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6833. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6834. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6835. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6836. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6837. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6838. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6839. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6840. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6841. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6842. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6843. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6844. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6845. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6846. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6847. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6848. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6849. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6850. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6851. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6852. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6853. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6854. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6855. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6856. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6857. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6858. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6859. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6860. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6861. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6862. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6863. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6864. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6865. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6866. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6867. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6868. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6869. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6870. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6871. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6872. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6873. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6874. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6875. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6876. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6877. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6878. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6879. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6880. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6881. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6882. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6883. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6884. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6885. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6886. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6887. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6888. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6889. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6890. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6891. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6892. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6893. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6894. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6895. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6896. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6897. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6898. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6899. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6900. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6901. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6902. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6903. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6904. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6905. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6906. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6907. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6908. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6909. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6910. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6911. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6912. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6913. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6914. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6915. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6916. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6917. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6918. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6919. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  6920. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6921. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  6922. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6923. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6924. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6925. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6926. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6927. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6928. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6929. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6930. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6931. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6932. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6933. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6934. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6935. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6936. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6937. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6938. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6939. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6940. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6941. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6942. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6943. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6944. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6945. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6946. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6947. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6948. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6949. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6950. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6951. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6952. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6953. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6954. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6955. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6956. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6957. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6958. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6959. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6960. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6961. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6962. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6963. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6964. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6965. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6966. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6967. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6968. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6969. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6970. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6971. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6972. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6973. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6974. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6975. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6976. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6977. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6978. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6979. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6980. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6981. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6982. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6983. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6984. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6985. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6986. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6987. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6988. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6989. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6990. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6991. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6992. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  6993. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  6994. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6995. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  6996. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  6997. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  6998. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  6999. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7000. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7001. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7002. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7003. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7004. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7005. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7006. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7007. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7008. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7009. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7010. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7011. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7012. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7013. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7014. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7015. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7016. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7017. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7018. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7019. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7020. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7021. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7022. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7023. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7024. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7025. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7026. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7027. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7028. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7029. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7030. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7031. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7032. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7033. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7034. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7035. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7036. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7037. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7038. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7039. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7040. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7041. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7042. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7043. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7044. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7045. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7046. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7047. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7048. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7049. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7050. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7051. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7052. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7053. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7054. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7055. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7056. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7057. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7058. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7059. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7060. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7061. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7062. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7063. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7064. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7065. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7066. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7067. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7068. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7069. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7070. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7071. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7072. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7073. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7074. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7075. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7076. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7077. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7078. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7079. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7080. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7081. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7082. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7083. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7084. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7085. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7086. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7087. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7088. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7089. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7090. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7091. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7092. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7093. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7094. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7095. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7096. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7097. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7098. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7099. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7100. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7101. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7102. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7103. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7104. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7105. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7106. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7107. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7108. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7109. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7110. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7111. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7112. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7113. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7114. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7115. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7116. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7117. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7118. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7119. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7120. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7121. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7122. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7123. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7124. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7125. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7126. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7127. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7128. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7129. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7130. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7131. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7132. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7133. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7134. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7135. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7136. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7137. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7138. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7139. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7140. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7141. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7142. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7143. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7144. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7145. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7146. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7147. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7148. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7149. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7150. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7151. D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  7152. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7153. D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  7154. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7155. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7156. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7157. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7158. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7159. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7160. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7161. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7162. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7163. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7164. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7165. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7166. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7167. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7168. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7169. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7170. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7171. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7172. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7173. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7174. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7175. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7176. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7177. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7178. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7179. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7180. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7181. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7182. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7183. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7184. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7185. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7186. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7187. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7188. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7189. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7190. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7191. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7192. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7193. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7194. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7195. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7196. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7197. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7198. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7199. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7200. D/SubscriptionController(  896): [getPhoneId] asked for default subId=5000
  7201. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7202. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_OFF
  7203. D/GsmDCT  (  896): [0]stopNetStatPoll
  7204. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  7205. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  7206. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7207. D/GsmDCT  (  896): [0]overall state is IDLE
  7208. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  7209. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  7210. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7211. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7212. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7213. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7214. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7215. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7216. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7217. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7218. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7219. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7220. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7221. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7222. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7223. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7224. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7225. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7226. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7227. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7228. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7229. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7230. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7231. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7232. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7233. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7234. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7235. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7236. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7237. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7238. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7239. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7240. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7241. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7242. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7243. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7244. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7245. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7246. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7247. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7248. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7249. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7250. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7251. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7252. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7253. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7254. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7255. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7256. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7257. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7258. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7259. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7260. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7261. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7262. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7263. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7264. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7265. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7266. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7267. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7268. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7269. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7270. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7271. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7272. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7273. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7274. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7275. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7276. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7277. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7278. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7279. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7280. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7281. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7282. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7283. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7284. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7285. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7286. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7287. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7288. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7289. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7290. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7291. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7292. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7293. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7294. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7295. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7296. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7297. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7298. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7299. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7300. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7301. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7302. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7303. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7304. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7305. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7306. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7307. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7308. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7309. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7310. D/SubscriptionController(  896): [getPhoneId] asked for default subId=5000
  7311. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7312. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7313. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7314. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7315. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7316. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7317. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7318. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7319. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7320. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7321. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7322. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7323. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7324. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7325. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7326. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7327. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7328. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7329. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7330. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7331. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7332. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7333. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7334. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7335. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7336. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7337. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7338. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7339. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7340. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7341. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7342. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7343. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7344. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7345. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7346. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7347. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7348. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7349. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7350. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7351. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7352. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7353. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7354. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7355. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7356. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7357. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7358. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7359. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7360. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7361. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7362. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7363. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7364. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7365. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7366. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7367. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7368. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7369. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7370. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7371. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7372. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7373. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7374. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7375. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7376. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7377. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7378. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7379. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7380. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7381. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7382. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7383. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7384. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7385. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7386. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7387. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7388. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7389. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7390. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7391. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7392. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7393. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7394. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7395. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7396. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7397. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7398. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7399. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7400. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7401. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7402. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7403. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7404. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7405. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7406. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7407. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7408. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7409. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7410. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7411. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7412. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7413. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7414. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7415. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7416. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7417. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7418. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7419. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7420. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7421. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7422. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7423. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7424. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7425. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7426. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7427. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7428. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7429. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7430. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7431. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7432. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7433. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7434. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7435. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7436. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7437. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7438. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7439. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7440. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7441. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7442. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7443. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7444. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7445. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7446. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7447. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7448. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7449. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7450. D/TelephonyManager( 5002): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  7451. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7452. D/TelephonyManager( 5002): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  7453. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7454. D/TelephonyManager( 5002): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  7455. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7456. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7457. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7458. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7459. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7460. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7461. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7462. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7463. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7464. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7465. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7466. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7467. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7468. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7469. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7470. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7471. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7472. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7473. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7474. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7475. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7476. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7477. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7478. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7479. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7480. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7481. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7482. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7483. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7484. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7485. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7486. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7487. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7488. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7489. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7490. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7491. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7492. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7493. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7494. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7495. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7496. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7497. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7498. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7499. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7500. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7501. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7502. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7503. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7504. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7505. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7506. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7507. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7508. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7509. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7510. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7511. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7512. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7513. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7514. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7515. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7516. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7517. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7518. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7519. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7520. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7521. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7522. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7523. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7524. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7525. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7526. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7527. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7528. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7529. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7530. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7531. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7532. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7533. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7534. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7535. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7536. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7537. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7538. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7539. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7540. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7541. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7542. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7543. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7544. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7545. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7546. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7547. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7548. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7549. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7550. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7551. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7552. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7553. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7554. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7555. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7556. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7557. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7558. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7559. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7560. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7561. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7562. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7563. D/TelephonyManager( 7001): getSimOperatorNumeric(): default subId=5000
  7564. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7565. D/TelephonyManager( 7001): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7566. D/TelephonyManager( 7001): getSimOperatorNumeric(): default subId=5000
  7567. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7568. D/TelephonyManager( 7001): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7569. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7570. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7571. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7572. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7573. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7574. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7575. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7576. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7577. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7578. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7579. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7580. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7581. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7582. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7583. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7584. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7585. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7586. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7587. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7588. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7589. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7590. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7591. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7592. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7593. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7594. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7595. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7596. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7597. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7598. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7599. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7600. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7601. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7602. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7603. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7604. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7605. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7606. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7607. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7608. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7609. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7610. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7611. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7612. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7613. D/TelephonyManager( 7475): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  7614. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7615. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7616. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7617. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7618. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7619. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7620. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7621. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7622. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7623. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7624. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7625. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7626. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7627. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7628. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7629. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7630. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7631. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7632. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7633. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7634. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7635. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7636. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7637. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7638. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7639. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7640. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7641. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7642. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7643. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7644. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7645. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7646. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7647. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7648. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7649. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7650. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7651. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7652. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7653. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7654. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7655. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7656. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7657. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7658. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7659. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7660. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7661. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7662. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7663. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7664. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7665. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7666. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7667. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7668. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7669. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7670. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7671. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7672. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7673. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7674. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7675. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7676. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7677. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7678. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7679. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7680. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7681. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7682. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7683. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7684. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7685. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7686. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7687. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7688. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7689. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7690. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7691. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7692. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7693. D/TelephonyManager( 8835): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  7694. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7695. D/TelephonyManager( 8835): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  7696. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7697. D/TelephonyManager( 8835): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  7698. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7699. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7700. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7701. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7702. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7703. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7704. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7705. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7706. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7707. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7708. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7709. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7710. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7711. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7712. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7713. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7714. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7715. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7716. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7717. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7718. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7719. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7720. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7721. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7722. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7723. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7724. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7725. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7726. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7727. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7728. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7729. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7730. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7731. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7732. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7733. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7734. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7735. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7736. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7737. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7738. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7739. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7740. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7741. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7742. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7743. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7744. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7745. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7746. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7747. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7748. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7749. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7750. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7751. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7752. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7753. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7754. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7755. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7756. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7757. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7758. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7759. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7760. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7761. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7762. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7763. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7764. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7765. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7766. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7767. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7768. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7769. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7770. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7771. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7772. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7773. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7774. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7775. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7776. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7777. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7778. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7779. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7780. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7781. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7782. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7783. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7784. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7785. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7786. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7787. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7788. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7789. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7790. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7791. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7792. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7793. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7794. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7795. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7796. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7797. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7798. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7799. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7800. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7801. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7802. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7803. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7804. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7805. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7806. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7807. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7808. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7809. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7810. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7811. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7812. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7813. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7814. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7815. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7816. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  7817. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7818. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7819. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  7820. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  7821. D/GsmDCT  (  896): [0]hasMatchedTetherApnSetting: APN=null
  7822. D/GsmDCT  (  896): [0]hasMatchedTetherApnSetting: APN=null
  7823. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_ON
  7824. D/GsmDCT  (  896): [0]stopNetStatPoll
  7825. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  7826. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  7827. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7828. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7829. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7830. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7831. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7832. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7833. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7834. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7835. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7836. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7837. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7838. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7839. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7840. D/GsmDCT  (  896): [0]overall state is IDLE
  7841. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  7842. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  7843. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7844. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7845. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7846. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7847. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7848. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7849. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7850. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7851. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7852. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7853. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7854. D/SubscriptionController(  896): [getPhoneId] asked for default subId=5000
  7855. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7856. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7857. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7858. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7859. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  7860. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7861. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  7862. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7863. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  7864. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7865. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  7866. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7867. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  7868. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7869. D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  7870. D/SubscriptionManager(11461): [getPhoneId]- fail
  7871. D/TelephonyManager(11461): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  7872. D/SubscriptionManager(11610): [getPhoneId]- fail
  7873. D/TelephonyManager(11610): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  7874. D/SubscriptionManager(11630): [getPhoneId]- fail
  7875. D/TelephonyManager(11630): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  7876. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7877. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7878. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7879. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7880. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7881. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7882. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7883. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7884. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7885. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7886. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7887. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7888. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7889. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7890. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7891. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7892. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7893. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7894. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7895. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7896. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7897. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7898. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7899. D/TelephonyManager(11392): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  7900. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7901. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7902. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7903. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7904. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7905. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7906. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7907. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7908. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7909. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7910. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7911. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7912. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7913. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7914. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7915. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7916. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7917. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7918. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7919. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7920. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7921. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7922. D/SubscriptionManager(14061): [getPhoneId]- fail
  7923. D/TelephonyManager(14061): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  7924. D/SubscriptionManager(14182): [getPhoneId]- fail
  7925. D/TelephonyManager(14182): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  7926. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7927. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7928. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7929. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7930. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7931. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7932. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7933. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7934. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7935. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7936. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7937. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7938. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7939. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7940. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7941. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7942. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7943. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7944. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7945. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7946. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7947. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7948. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7949. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7950. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7951. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7952. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7953. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7954. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7955. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7956. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7957. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7958. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7959. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7960. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7961. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7962. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7963. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7964. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7965. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7966. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7967. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7968. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7969. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7970. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7971. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7972. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7973. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7974. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7975. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7976. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7977. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7978. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7979. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7980. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7981. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  7982. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7983. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  7984. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7985. D/TelephonyManager(13786): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  7986. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7987. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7988. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7989. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7990. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7991. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  7992. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7993. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7994. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  7995. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  7996. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  7997. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  7998. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  7999. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8000. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8001. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8002. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8003. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8004. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8005. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8006. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8007. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8008. D/SubscriptionManager(17574): [getPhoneId]- fail
  8009. D/TelephonyManager(17574): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  8010. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8011. D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8012. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8013. D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8014. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8015. D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8016. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8017. D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8018. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8019. D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8020. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8021. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8022. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8023. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8024. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8025. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8026. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8027. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8028. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8029. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8030. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8031. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8032. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8033. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8034. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8035. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8036. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8037. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8038. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8039. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8040. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8041. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8042. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8043. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8044. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8045. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8046. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8047. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8048. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8049. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8050. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8051. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8052. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8053. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8054. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8055. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8056. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8057. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8058. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8059. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8060. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8061. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8062. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8063. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8064. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8065. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  8066. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8067. D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8068. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8069. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8070. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8071. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8072. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8073. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8074. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8075. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8076. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8077. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8078. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8079. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8080. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8081. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8082. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8083. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8084. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8085. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8086. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8087. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8088. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8089. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8090. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8091. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8092. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8093. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8094. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8095. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8096. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8097. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8098. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8099. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8100. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8101. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8102. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8103. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8104. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8105. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8106. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8107. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8108. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8109. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8110. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8111. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8112. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8113. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8114. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8115. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8116. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8117. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8118. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8119. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8120. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8121. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8122. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8123. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8124. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8125. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8126. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8127. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8128. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8129. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8130. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8131. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8132. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8133. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8134. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8135. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8136. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8137. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8138. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8139. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8140. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8141. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8142. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8143. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8144. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_OFF
  8145. D/GsmDCT  (  896): [0]stopNetStatPoll
  8146. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8147. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8148. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8149. D/GsmDCT  (  896): [0]overall state is IDLE
  8150. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8151. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8152. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8153. D/SubscriptionController(  896): [getPhoneId] asked for default subId=5000
  8154. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8155. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8156. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8157. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8158. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8159. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8160. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8161. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8162. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8163. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8164. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8165. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8166. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8167. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8168. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8169. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8170. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8171. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8172. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8173. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8174. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8175. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8176. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8177. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8178. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8179. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8180. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8181. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8182. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8183. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8184. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8185. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8186. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8187. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8188. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8189. D/TelephonyManager(31869): getSimOperatorNumeric(): default subId=5000
  8190. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8191. D/TelephonyManager(31869): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8192. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8193. D/TelephonyManager(31970): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  8194. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8195. D/TelephonyManager(31970): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  8196. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8197. D/TelephonyManager(31970): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8198. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8199. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8200. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8201. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8202. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8203. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8204. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8205. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8206. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8207. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8208. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8209. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8210. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8211. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8212. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8213. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8214. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8215. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8216. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8217. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8218. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8219. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8220. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8221. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8222. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8223. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8224. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8225. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8226. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8227. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8228. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8229. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8230. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8231. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8232. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8233. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8234. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8235. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8236. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8237. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8238. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8239. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8240. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8241. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8242. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8243. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8244. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8245. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8246. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8247. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8248. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8249. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8250. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8251. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8252. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8253. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8254. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8255. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8256. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8257. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8258. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8259. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8260. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8261. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8262. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8263. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8264. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8265. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8266. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8267. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8268. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8269. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8270. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8271. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8272. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8273. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8274. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8275. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8276. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8277. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8278. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8279. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8280. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8281. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8282. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8283. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8284. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8285. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8286. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8287. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8288. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8289. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8290. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8291. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8292. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8293. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8294. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8295. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8296. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8297. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8298. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8299. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8300. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8301. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8302. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8303. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8304. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8305. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8306. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8307. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8308. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8309. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8310. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8311. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8312. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8313. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8314. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8315. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8316. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8317. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8318. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8319. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8320. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8321. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8322. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8323. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8324. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8325. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8326. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8327. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8328. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8329. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8330. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8331. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8332. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8333. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8334. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8335. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8336. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8337. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8338. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8339. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8340. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8341. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8342. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8343. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8344. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8345. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8346. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8347. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8348. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8349. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8350. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8351. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8352. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8353. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8354. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8355. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8356. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8357. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8358. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8359. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8360. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8361. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8362. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8363. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8364. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8365. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8366. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8367. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8368. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8369. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8370. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8371. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8372. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8373. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8374. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8375. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8376. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8377. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8378. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8379. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8380. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8381. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8382. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8383. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8384. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8385. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8386. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8387. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8388. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8389. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8390. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8391. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8392. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8393. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8394. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8395. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8396. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8397. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8398. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8399. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8400. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8401. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8402. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8403. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8404. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8405. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8406. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8407. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8408. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8409. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8410. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8411. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8412. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8413. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8414. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8415. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8416. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8417. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8418. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8419. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8420. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8421. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8422. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8423. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8424. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8425. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8426. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8427. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8428. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8429. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8430. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8431. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8432. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8433. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8434. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8435. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8436. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8437. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8438. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8439. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8440. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8441. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8442. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8443. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8444. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8445. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8446. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8447. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8448. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8449. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8450. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8451. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8452. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8453. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8454. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8455. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8456. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8457. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8458. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8459. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8460. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8461. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8462. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8463. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8464. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8465. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8466. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8467. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8468. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8469. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8470. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8471. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8472. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8473. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8474. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8475. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8476. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8477. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8478. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8479. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8480. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8481. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8482. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8483. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8484. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8485. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8486. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8487. D/TelephonyManager( 2604): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  8488. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8489. D/TelephonyManager( 2604): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  8490. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8491. D/TelephonyManager( 2604): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8492. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8493. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8494. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8495. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8496. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8497. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8498. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8499. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8500. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8501. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8502. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8503. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8504. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8505. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8506. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8507. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8508. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8509. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8510. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8511. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8512. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8513. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8514. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8515. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8516. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8517. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8518. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8519. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8520. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8521. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8522. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8523. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8524. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8525. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8526. D/SubscriptionController(  896): getSimStateForSubscriber:  simState=NOT_READY ordinal=6
  8527. D/SubscriptionManager(  424): getSimStateForSubscriber: simState=6 subId=5000
  8528. D/TelephonyManager(  424): getSimState: simState=6 slotIdx=0
  8529. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8530. D/TelephonyManager(  661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
  8531. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8532. D/TelephonyManager(  661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
  8533. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8534. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8535. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8536. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8537. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8538. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8539. D/SubscriptionController(  896): getSimStateForSubscriber:  simState=NOT_READY ordinal=6
  8540. D/SubscriptionManager(  424): getSimStateForSubscriber: simState=6 subId=5000
  8541. D/TelephonyManager(  424): getSimState: simState=6 slotIdx=0
  8542. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8543. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8544. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8545. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8546. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8547. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8548. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8549. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8550. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8551. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8552. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8553. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8554. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8555. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8556. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8557. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8558. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8559. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8560. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8561. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8562. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8563. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8564. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8565. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8566. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8567. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8568. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8569. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8570. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8571. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8572. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8573. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8574. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8575. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8576. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8577. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8578. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8579. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8580. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8581. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8582. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8583. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8584. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8585. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8586. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8587. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8588. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_ON
  8589. D/GsmDCT  (  896): [0]stopNetStatPoll
  8590. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8591. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8592. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8593. D/GsmDCT  (  896): [0]overall state is IDLE
  8594. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8595. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8596. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8597. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8598. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8599. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8600. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8601. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8602. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8603. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8604. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8605. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8606. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8607. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8608. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8609. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8610. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8611. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8612. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8613. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8614. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8615. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8616. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8617. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8618. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8619. D/SubscriptionController(  896): [getPhoneId] asked for default subId=5000
  8620. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8621. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8622. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8623. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8624. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8625. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8626. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8627. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8628. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8629. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8630. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8631. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8632. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8633. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8634. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8635. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8636. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8637. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8638. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8639. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8640. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  8641. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8642. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8643. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  8644. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  8645. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8646. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8647. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8648. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8649. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8650. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8651. D/SubscriptionController(  896): getSimStateForSubscriber:  simState=NOT_READY ordinal=6
  8652. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8653. D/SubscriptionManager(  424): getSimStateForSubscriber: simState=6 subId=5000
  8654. D/TelephonyManager(  661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
  8655. D/TelephonyManager(  424): getSimState: simState=6 slotIdx=0
  8656. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8657. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8658. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8659. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8660. D/TelephonyManager(  661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
  8661. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8662. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8663. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8664. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8665. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8666. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8667. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8668. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8669. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8670. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8671. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8672. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8673. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8674. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8675. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8676. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8677. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8678. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8679. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8680. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8681. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8682. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8683. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8684. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8685. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8686. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8687. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8688. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8689. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8690. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8691. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8692. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8693. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8694. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8695. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8696. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8697. D/SubscriptionManager( 5431): [getPhoneId]- fail
  8698. D/TelephonyManager( 5431): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  8699. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8700. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8701. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8702. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8703. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8704. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8705. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8706. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8707. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8708. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8709. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8710. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8711. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8712. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8713. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8714. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8715. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8716. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8717. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8718. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8719. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8720. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8721. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8722. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8723. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8724. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8725. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8726. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8727. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8728. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8729. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8730. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8731. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8732. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8733. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8734. D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  8735. D/SubscriptionManager( 6358): [getPhoneId]- fail
  8736. D/TelephonyManager( 6358): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  8737. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8738. D/TelephonyManager( 6532): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  8739. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8740. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8741. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8742. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8743. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8744. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8745. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8746. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8747. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8748. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8749. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8750. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8751. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8752. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8753. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8754. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8755. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8756. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8757. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8758. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8759. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8760. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8761. D/SubscriptionManager( 6738): [getPhoneId]- fail
  8762. D/TelephonyManager( 6738): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  8763. D/SubscriptionManager( 6791): [getPhoneId]- fail
  8764. D/TelephonyManager( 6791): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  8765. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8766. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8767. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8768. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8769. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8770. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8771. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8772. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8773. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8774. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8775. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8776. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8777. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8778. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8779. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8780. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8781. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8782. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8783. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8784. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8785. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8786. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8787. D/SubscriptionManager( 9265): [getPhoneId]- fail
  8788. D/TelephonyManager( 9265): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  8789. D/SubscriptionManager( 9493): [getPhoneId]- fail
  8790. D/TelephonyManager( 9493): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  8791. D/SubscriptionManager( 9543): [getPhoneId]- fail
  8792. D/TelephonyManager( 9543): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
  8793. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8794. D/TelephonyManager( 7366): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  8795. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8796. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8797. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8798. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8799. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8800. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8801. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8802. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8803. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8804. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8805. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8806. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8807. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8808. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8809. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8810. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8811. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8812. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8813. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8814. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8815. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8816. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8817. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_OFF
  8818. D/GsmDCT  (  896): [0]stopNetStatPoll
  8819. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8820. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8821. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8822. D/GsmDCT  (  896): [0]overall state is IDLE
  8823. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8824. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8825. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8826. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8827. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8828. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8829. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8830. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8831. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8832. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8833. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8834. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8835. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8836. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8837. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8838. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8839. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8840. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8841. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8842. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8843. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8844. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8845. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8846. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8847. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8848. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8849. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8850. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8851. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8852. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8853. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8854. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8855. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8856. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8857. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8858. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8859. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8860. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8861. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8862. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8863. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8864. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8865. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8866. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8867. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8868. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8869. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8870. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_ON
  8871. D/GsmDCT  (  896): [0]stopNetStatPoll
  8872. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8873. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8874. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8875. D/GsmDCT  (  896): [0]overall state is IDLE
  8876. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8877. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8878. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8879. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8880. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8881. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8882. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8883. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8884. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8885. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8886. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8887. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8888. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8889. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8890. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8891. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8892. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8893. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8894. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8895. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8896. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8897. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8898. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8899. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8900. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8901. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8902. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8903. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8904. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8905. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8906. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8907. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8908. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8909. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8910. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8911. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8912. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8913. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8914. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8915. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8916. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8917. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8918. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8919. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8920. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8921. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8922. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8923. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8924. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8925. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8926. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8927. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8928. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8929. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8930. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8931. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8932. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8933. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8934. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8935. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8936. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8937. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8938. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8939. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8940. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8941. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8942. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8943. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8944. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8945. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8946. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8947. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8948. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8949. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8950. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8951. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8952. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8953. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8954. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8955. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8956. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8957. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8958. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8959. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8960. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8961. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8962. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8963. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8964. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8965. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8966. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8967. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8968. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8969. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8970. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8971. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8972. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8973. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8974. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8975. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8976. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8977. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8978. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8979. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8980. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8981. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8982. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8983. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8984. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  8985. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  8986. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  8987. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8988. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8989. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  8990. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  8991. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_OFF
  8992. D/GsmDCT  (  896): [0]stopNetStatPoll
  8993. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  8994. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  8995. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  8996. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8997. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  8998. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  8999. D/GsmDCT  (  896): [0]overall state is IDLE
  9000. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  9001. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  9002. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9003. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9004. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9005. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9006. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9007. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9008. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9009. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9010. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9011. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9012. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9013. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9014. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9015. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9016. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9017. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9018. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9019. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9020. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9021. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9022. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9023. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9024. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9025. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9026. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9027. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9028. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9029. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9030. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9031. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9032. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9033. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9034. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9035. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9036. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9037. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9038. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9039. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9040. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9041. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9042. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9043. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9044. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9045. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9046. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9047. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  9048. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9049. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  9050. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9051. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  9052. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9053. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  9054. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9055. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9056. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9057. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9058. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9059. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9060. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9061. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9062. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9063. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9064. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9065. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9066. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9067. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9068. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9069. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9070. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9071. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9072. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9073. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9074. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9075. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9076. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_ON
  9077. D/GsmDCT  (  896): [0]stopNetStatPoll
  9078. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  9079. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  9080. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9081. D/GsmDCT  (  896): [0]overall state is IDLE
  9082. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  9083. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  9084. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9085. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9086. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9087. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9088. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9089. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9090. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9091. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9092. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9093. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9094. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9095. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9096. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9097. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9098. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9099. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9100. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9101. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9102. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9103. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9104. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9105. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9106. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9107. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9108. D/TelephonyManager(20447): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  9109. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9110. D/TelephonyManager(20447): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  9111. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9112. D/TelephonyManager(20447): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  9113. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9114. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9115. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9116. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9117. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9118. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9119. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9120. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9121. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9122. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9123. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9124. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9125. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9126. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9127. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9128. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9129. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9130. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9131. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9132. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9133. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9134. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9135. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9136. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9137. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9138. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9139. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9140. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9141. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9142. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9143. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9144. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9145. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9146. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9147. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9148. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9149. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9150. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9151. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9152. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9153. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9154. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9155. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9156. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9157. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9158. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  9159. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9160. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
  9161. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9162. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  9163. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9164. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  9165. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9166. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9167. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9168. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9169. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9170. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9171. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9172. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9173. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9174. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9175. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9176. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9177. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9178. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9179. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9180. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9181. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9182. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9183. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9184. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9185. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9186. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9187. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9188. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9189. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9190. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9191. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9192. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9193. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9194. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9195. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9196. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9197. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9198. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9199. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9200. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9201. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9202. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9203. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9204. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9205. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9206. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9207. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9208. D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
  9209. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9210. D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
  9211. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9212. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  9213. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9214. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  9215. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9216. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  9217. D/GsmDCT  (  896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
  9218. D/GsmDCT  (  896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
  9219. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9220. D/TelephonyManager(21567): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
  9221. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9222. D/TelephonyManager(21567): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
  9223. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9224. D/TelephonyManager(21567): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
  9225. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9226. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9227. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9228. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9229. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9230. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9231. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9232. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9233. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9234. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9235. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9236. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9237. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9238. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9239. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9240. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9241. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9242. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9243. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9244. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9245. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9246. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9247. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9248. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9249. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9250. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9251. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9252. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9253. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9254. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9255. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9256. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9257. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9258. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9259. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9260. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9261. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9262. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9263. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9264. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9265. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9266. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9267. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9268. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9269. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9270. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9271. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9272. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9273. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9274. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9275. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9276. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9277. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9278. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9279. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9280. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9281. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9282. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9283. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9284. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9285. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9286. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9287. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9288. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9289. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9290. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9291. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9292. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9293. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9294. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9295. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9296. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9297. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9298. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9299. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9300. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9301. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9302. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9303. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9304. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9305. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9306. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9307. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9308. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9309. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9310. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9311. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9312. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9313. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9314. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9315. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9316. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9317. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9318. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9319. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9320. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9321. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9322. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9323. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9324. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9325. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9326. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9327. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9328. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9329. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9330. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9331. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9332. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9333. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9334. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9335. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9336. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9337. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9338. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9339. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9340. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9341. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9342. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9343. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9344. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9345. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9346. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9347. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9348. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9349. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9350. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9351. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9352. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9353. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9354. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9355. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9356. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9357. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_OFF
  9358. D/GsmDCT  (  896): [0]stopNetStatPoll
  9359. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  9360. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  9361. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9362. D/GsmDCT  (  896): [0]overall state is IDLE
  9363. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  9364. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  9365. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9366. D/GsmDCT  (  896): [0]onReceive: action=android.intent.action.SCREEN_ON
  9367. D/GsmDCT  (  896): [0]stopNetStatPoll
  9368. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  9369. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  9370. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9371. D/GsmDCT  (  896): [0]overall state is IDLE
  9372. D/SubscriptionController(  896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
  9373. D/SubscriptionController(  896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
  9374. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9375. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9376. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9377. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9378. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9379. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9380. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9381. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9382. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9383. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9384. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9385. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9386. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9387. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9388. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9389. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9390. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9391. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9392. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9393. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9394. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9395. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9396. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9397. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9398. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9399. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9400. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9401. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9402. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9403. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9404. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9405. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9406. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9407. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9408. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9409. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9410. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9411. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9412. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): not implemented
  9413. D/GsmSST  (  896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
  9414. D/GsmSST  (  896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
  9415. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9416. D/SubscriptionController(  896): getPhoneId,  received summy subId 5000
  9417. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9418. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9419. D/PhoneFactory(  896): getPhone: phoneId != DEFAULT_PHONE_ID
  9420. D/PhoneFactory(  896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
  9421. [logcat: 0.0s elapsed]
  9422.  
  9423. ------ KERNEL LOG (dmesg) ------
  9424. d_brightness: set LED1 brightness (0) percent
  9425. <7>[42909.841856] lm8502_mod_brightness: set LED2 brightness (0) percent
  9426. <6>[42909.841978] PM: resume of devices complete after 101.094 msecs
  9427. <4>[42909.845060] Restarting tasks ... done.
  9428. <6>[42909.850126] PM: suspend exit 2015-04-19 14:55:29.009179117 UTC
  9429. <6>[42909.850126] suspend: exit suspend, ret = 0 (2015-04-19 14:55:29.009179117 UTC)
  9430. <6>[42909.850157] active wake lock power-supply
  9431. <6>[42909.900968] PM: suspend entry 2015-04-19 14:55:29.059951713 UTC
  9432. <4>[42909.917997] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=658 chg=a
  9433. <4>[42909.948545] Freezing user space processes ... (elapsed 0.002 seconds) done.
  9434. <4>[42909.950651] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9435. <4>[42909.952360] Suspending console(s) (use no_console_suspend to debug)
  9436. <7>[42910.130186] lm8502_mod_brightness: set LED2 brightness (0) percent
  9437. <7>[42910.130613] lm8502_mod_brightness: set LED1 brightness (0) percent
  9438. <7>[42910.154447] lm8502_mod_brightness: set LED1 brightness (0) percent
  9439. <7>[42910.155454] lm8502_mod_brightness: set LED2 brightness (0) percent
  9440. <3>[42910.157102] msm_wm8958_shutdown_power: codec power shutdown
  9441. <3>[42910.157133] wm8994_ldo_power: Power down the WM8994 LDOs
  9442. <4>[42910.159391] max8903b_suspend: suspend
  9443. <6>[42910.167631] PM: suspend of devices complete after 212.220 msecs
  9444. <6>[42910.173277] PM: late suspend of devices complete after 5.613 msecs
  9445. <6>[42910.180326] PM: noirq suspend of devices complete after 6.986 msecs
  9446. <4>[42910.180357] Disabling non-boot CPUs ...
  9447. <6>[42910.180631] msm_pm_enter
  9448. <6>[42910.180631] msm_pm_enter: power collapse
  9449. <6>[42910.180631] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9450. <6>[42910.180631] msm_pm_enter: return
  9451. <6>[42910.186765] PM: noirq resume of devices complete after 5.613 msecs
  9452. <6>[42910.188719] wakeup wake lock: alarm_rtc
  9453. <6>[42910.194212] PM: early resume of devices complete after 5.307 msecs
  9454. <4>[42910.196134] max8903b_resume: resume
  9455. <3>[42910.205381] msm_wm8958_setup_power: codec power setup
  9456. <4>[42910.205442] 8058_s3: Failed to create debugfs directory
  9457. <3>[42910.205473] wm8994_ldo_power: Power up the WM8994 LDOs
  9458. <7>[42910.298429] lm8502_mod_brightness: set LED1 brightness (0) percent
  9459. <7>[42910.299742] lm8502_mod_brightness: set LED2 brightness (0) percent
  9460. <7>[42910.302610] lm8502_mod_brightness: set LED1 brightness (0) percent
  9461. <7>[42910.302976] lm8502_mod_brightness: set LED2 brightness (0) percent
  9462. <6>[42910.303221] PM: resume of devices complete after 108.871 msecs
  9463. <4>[42910.307340] Restarting tasks ... done.
  9464. <6>[42910.309721] PM: suspend exit 2015-04-19 14:55:42.007532489 UTC
  9465. <6>[42910.309721] suspend: exit suspend, ret = 0 (2015-04-19 14:55:42.007562985 UTC)
  9466. <6>[42910.309721] active wake lock power-supply
  9467. <6>[42910.309751] active wake lock alarm_rtc, time left 88
  9468. <4>[42910.363676] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=658 chg=a
  9469. <6>[42913.101743] PM: suspend entry 2015-04-19 14:55:44.798945853 UTC
  9470. <4>[42913.101805] Freezing user space processes ... (elapsed 0.001 seconds) done.
  9471. <4>[42913.460935] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9472. <4>[42913.462644] Suspending console(s) (use no_console_suspend to debug)
  9473. <7>[42913.650968] lm8502_mod_brightness: set LED2 brightness (0) percent
  9474. <7>[42913.651426] lm8502_mod_brightness: set LED1 brightness (0) percent
  9475. <7>[42913.675871] lm8502_mod_brightness: set LED1 brightness (0) percent
  9476. <7>[42913.679014] lm8502_mod_brightness: set LED2 brightness (0) percent
  9477. <3>[42913.681974] msm_wm8958_shutdown_power: codec power shutdown
  9478. <3>[42913.682005] wm8994_ldo_power: Power down the WM8994 LDOs
  9479. <4>[42913.688200] max8903b_suspend: suspend
  9480. <6>[42913.696287] PM: suspend of devices complete after 230.955 msecs
  9481. <6>[42913.701750] PM: late suspend of devices complete after 5.401 msecs
  9482. <6>[42913.709043] PM: noirq suspend of devices complete after 7.263 msecs
  9483. <4>[42913.709074] Disabling non-boot CPUs ...
  9484. <6>[42913.709348] msm_pm_enter
  9485. <6>[42913.709348] msm_pm_enter: power collapse
  9486. <6>[42913.709348] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9487. <6>[42913.709348] msm_pm_enter: return
  9488. <6>[42913.715513] PM: noirq resume of devices complete after 5.615 msecs
  9489. <6>[42913.717466] wakeup wake lock: alarm_rtc
  9490. <6>[42913.724211] PM: early resume of devices complete after 6.591 msecs
  9491. <4>[42913.726866] max8903b_resume: resume
  9492. <3>[42913.736143] msm_wm8958_setup_power: codec power setup
  9493. <4>[42913.736204] 8058_s3: Failed to create debugfs directory
  9494. <3>[42913.736234] wm8994_ldo_power: Power up the WM8994 LDOs
  9495. <7>[42913.829160] lm8502_mod_brightness: set LED1 brightness (0) percent
  9496. <7>[42913.830473] lm8502_mod_brightness: set LED2 brightness (0) percent
  9497. <7>[42913.833341] lm8502_mod_brightness: set LED1 brightness (0) percent
  9498. <7>[42913.833708] lm8502_mod_brightness: set LED2 brightness (0) percent
  9499. <6>[42913.834471] PM: resume of devices complete after 110.204 msecs
  9500. <4>[42913.838102] Restarting tasks ... done.
  9501. <6>[42913.858640] PM: suspend exit 2015-04-19 14:56:12.025709891 UTC
  9502. <6>[42913.858640] suspend: exit suspend, ret = 0 (2015-04-19 14:56:12.025740387 UTC)
  9503. <6>[42913.876707] PM: suspend entry 2015-04-19 14:56:12.043792860 UTC
  9504. <4>[42913.894926] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=650 chg=a
  9505. <4>[42913.958341] Freezing user space processes ... (elapsed 0.008 seconds) done.
  9506. <4>[42913.970060] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9507. <4>[42913.971739] Suspending console(s) (use no_console_suspend to debug)
  9508. <7>[42914.148496] lm8502_mod_brightness: set LED2 brightness (0) percent
  9509. <7>[42914.148924] lm8502_mod_brightness: set LED1 brightness (0) percent
  9510. <7>[42914.168119] lm8502_mod_brightness: set LED1 brightness (0) percent
  9511. <7>[42914.170194] lm8502_mod_brightness: set LED2 brightness (0) percent
  9512. <3>[42914.172239] msm_wm8958_shutdown_power: codec power shutdown
  9513. <3>[42914.172270] wm8994_ldo_power: Power down the WM8994 LDOs
  9514. <4>[42914.175718] max8903b_suspend: suspend
  9515. <6>[42914.179472] PM: suspend of devices complete after 204.938 msecs
  9516. <6>[42914.181242] PM: late suspend of devices complete after 1.769 msecs
  9517. <6>[42914.183653] active wake lock alarm, time left 486
  9518. <3>[42914.183683] dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
  9519. <3>[42914.183683] PM: Device power.0 failed to suspend noirq: error -11
  9520. <6>[42914.185056] PM: noirq resume of devices complete after 1.372 msecs
  9521. <6>[42914.187223] PM: early resume of devices complete after 1.555 msecs
  9522. <3>[42914.187223] PM: Some devices failed to power down
  9523. <4>[42914.188932] max8903b_resume: resume
  9524. <3>[42914.198118] msm_wm8958_setup_power: codec power setup
  9525. <4>[42914.198179] 8058_s3: Failed to create debugfs directory
  9526. <3>[42914.198210] wm8994_ldo_power: Power up the WM8994 LDOs
  9527. <7>[42914.291166] lm8502_mod_brightness: set LED1 brightness (0) percent
  9528. <7>[42914.292478] lm8502_mod_brightness: set LED2 brightness (0) percent
  9529. <7>[42914.295286] lm8502_mod_brightness: set LED1 brightness (0) percent
  9530. <7>[42914.295652] lm8502_mod_brightness: set LED2 brightness (0) percent
  9531. <6>[42914.295896] PM: resume of devices complete after 108.642 msecs
  9532. <4>[42914.300016] Restarting tasks ... done.
  9533. <6>[42914.324613] PM: suspend exit 2015-04-19 14:56:12.491484182 UTC
  9534. <6>[42914.324644] suspend: exit suspend, ret = -11 (2015-04-19 14:56:12.491514694 UTC)
  9535. <6>[42914.324644] active wake lock PowerManagerService.WakeLocks
  9536. <6>[42914.324644] active wake lock power-supply
  9537. <4>[42914.355039] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=650 chg=a
  9538. <6>[42914.629606] PM: suspend entry 2015-04-19 14:56:12.796372401 UTC
  9539. <4>[42914.629667] Freezing user space processes ... (elapsed 0.005 seconds) done.
  9540. <4>[42914.693266] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9541. <4>[42914.694944] Suspending console(s) (use no_console_suspend to debug)
  9542. <7>[42914.871336] lm8502_mod_brightness: set LED2 brightness (0) percent
  9543. <7>[42914.871763] lm8502_mod_brightness: set LED1 brightness (0) percent
  9544. <7>[42914.896482] lm8502_mod_brightness: set LED1 brightness (0) percent
  9545. <7>[42914.899656] lm8502_mod_brightness: set LED2 brightness (0) percent
  9546. <3>[42914.902616] msm_wm8958_shutdown_power: codec power shutdown
  9547. <3>[42914.902677] wm8994_ldo_power: Power down the WM8994 LDOs
  9548. <4>[42914.908842] max8903b_suspend: suspend
  9549. <6>[42914.916960] PM: suspend of devices complete after 219.315 msecs
  9550. <6>[42914.922422] PM: late suspend of devices complete after 5.400 msecs
  9551. <6>[42914.929716] PM: noirq suspend of devices complete after 7.261 msecs
  9552. <4>[42914.929746] Disabling non-boot CPUs ...
  9553. <6>[42914.930021] msm_pm_enter
  9554. <6>[42914.930021] msm_pm_enter: power collapse
  9555. <6>[42914.930021] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9556. <6>[42914.930021] msm_pm_enter: return
  9557. <6>[42914.936155] PM: noirq resume of devices complete after 5.613 msecs
  9558. <6>[42914.938108] wakeup wake lock: alarm_rtc
  9559. <6>[42914.944761] PM: early resume of devices complete after 6.467 msecs
  9560. <4>[42914.947386] max8903b_resume: resume
  9561. <3>[42914.956693] msm_wm8958_setup_power: codec power setup
  9562. <4>[42914.956754] 8058_s3: Failed to create debugfs directory
  9563. <3>[42914.956754] wm8994_ldo_power: Power up the WM8994 LDOs
  9564. <7>[42915.049742] lm8502_mod_brightness: set LED1 brightness (0) percent
  9565. <7>[42915.051054] lm8502_mod_brightness: set LED2 brightness (0) percent
  9566. <7>[42915.053922] lm8502_mod_brightness: set LED1 brightness (0) percent
  9567. <7>[42915.054289] lm8502_mod_brightness: set LED2 brightness (0) percent
  9568. <6>[42915.054533] PM: resume of devices complete after 109.694 msecs
  9569. <4>[42915.058653] Restarting tasks ... done.
  9570. <6>[42915.064634] PM: suspend exit 2015-04-19 14:56:43.011161442 UTC
  9571. <6>[42915.064634] suspend: exit suspend, ret = 0 (2015-04-19 14:56:43.011191938 UTC)
  9572. <6>[42915.103269] PM: suspend entry 2015-04-19 14:56:43.049796563 UTC
  9573. <4>[42915.119505] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=637 chg=a
  9574. <4>[42915.158811] Freezing user space processes ... (elapsed 0.003 seconds) done.
  9575. <4>[42915.162657] Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
  9576. <4>[42915.165800] Suspending console(s) (use no_console_suspend to debug)
  9577. <7>[42915.359678] lm8502_mod_brightness: set LED2 brightness (0) percent
  9578. <7>[42915.360166] lm8502_mod_brightness: set LED1 brightness (0) percent
  9579. <3>[42915.360960] dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
  9580. <3>[42915.360990] PM: Device alarm failed to suspend: error -16
  9581. <3>[42915.361021] PM: Some devices failed to suspend
  9582. <7>[42915.361723] lm8502_mod_brightness: set LED1 brightness (0) percent
  9583. <7>[42915.362150] lm8502_mod_brightness: set LED2 brightness (0) percent
  9584. <6>[42915.364317] PM: resume of devices complete after 3.264 msecs
  9585. <4>[42915.370390] Restarting tasks ... done.
  9586. <6>[42915.373167] PM: suspend exit 2015-04-19 14:56:43.319496521 UTC
  9587. <6>[42915.373167] suspend: exit suspend, ret = -16 (2015-04-19 14:56:43.319527028 UTC)
  9588. <6>[42915.373197] active wake lock alarm_rtc, time left 198
  9589. <6>[42916.209623] PM: suspend entry 2015-04-19 14:56:44.155693059 UTC
  9590. <4>[42916.216795] Freezing user space processes ... (elapsed 0.004 seconds) done.
  9591. <4>[42916.221342] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9592. <4>[42916.222959] Suspending console(s) (use no_console_suspend to debug)
  9593. <7>[42916.391966] lm8502_mod_brightness: set LED2 brightness (0) percent
  9594. <7>[42916.392393] lm8502_mod_brightness: set LED1 brightness (0) percent
  9595. <7>[42916.417387] lm8502_mod_brightness: set LED1 brightness (0) percent
  9596. <7>[42916.420530] lm8502_mod_brightness: set LED2 brightness (0) percent
  9597. <3>[42916.423551] msm_wm8958_shutdown_power: codec power shutdown
  9598. <3>[42916.423612] wm8994_ldo_power: Power down the WM8994 LDOs
  9599. <4>[42916.429594] max8903b_suspend: suspend
  9600. <6>[42916.438566] PM: suspend of devices complete after 212.540 msecs
  9601. <6>[42916.444181] PM: late suspend of devices complete after 5.583 msecs
  9602. <6>[42916.451231] PM: noirq suspend of devices complete after 6.987 msecs
  9603. <4>[42916.451261] Disabling non-boot CPUs ...
  9604. <6>[42916.451536] msm_pm_enter
  9605. <6>[42916.451536] msm_pm_enter: power collapse
  9606. <6>[42916.451536] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9607. <6>[42916.451536] msm_pm_enter: return
  9608. <6>[42916.457792] PM: noirq resume of devices complete after 5.736 msecs
  9609. <6>[42916.459318] wakeup wake lock: mmc1
  9610. <6>[42916.465666] PM: early resume of devices complete after 5.979 msecs
  9611. <4>[42916.468809] max8903b_resume: resume
  9612. <3>[42916.470121] msm_wm8958_setup_power: codec power setup
  9613. <4>[42916.470152] 8058_s3: Failed to create debugfs directory
  9614. <3>[42916.470182] wm8994_ldo_power: Power up the WM8994 LDOs
  9615. <7>[42916.560026] lm8502_mod_brightness: set LED1 brightness (0) percent
  9616. <7>[42916.560880] lm8502_mod_brightness: set LED2 brightness (0) percent
  9617. <7>[42916.566526] lm8502_mod_brightness: set LED1 brightness (0) percent
  9618. <7>[42916.566862] lm8502_mod_brightness: set LED2 brightness (0) percent
  9619. <6>[42916.567137] PM: resume of devices complete after 101.399 msecs
  9620. <4>[42916.571195] Restarting tasks ... done.
  9621. <6>[42916.591825] PM: suspend exit 2015-04-19 14:56:46.025767889 UTC
  9622. <6>[42916.591825] suspend: exit suspend, ret = 0 (2015-04-19 14:56:46.025798381 UTC)
  9623. <6>[42916.591825] active wake lock power-supply
  9624. <4>[42916.665312] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=637 chg=a
  9625. <6>[42917.976713] PM: suspend entry 2015-04-19 14:56:47.410155825 UTC
  9626. <4>[42917.976743] Freezing user space processes ... (elapsed 0.005 seconds) done.
  9627. <4>[42918.035368] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9628. <4>[42918.037046] Suspending console(s) (use no_console_suspend to debug)
  9629. <7>[42918.212797] lm8502_mod_brightness: set LED2 brightness (0) percent
  9630. <7>[42918.213255] lm8502_mod_brightness: set LED1 brightness (0) percent
  9631. <7>[42918.238157] lm8502_mod_brightness: set LED1 brightness (0) percent
  9632. <7>[42918.241361] lm8502_mod_brightness: set LED2 brightness (0) percent
  9633. <3>[42918.244352] msm_wm8958_shutdown_power: codec power shutdown
  9634. <3>[42918.244413] wm8994_ldo_power: Power down the WM8994 LDOs
  9635. <4>[42918.250425] max8903b_suspend: suspend
  9636. <6>[42918.258512] PM: suspend of devices complete after 218.782 msecs
  9637. <6>[42918.264219] PM: late suspend of devices complete after 5.645 msecs
  9638. <6>[42918.271269] PM: noirq suspend of devices complete after 6.987 msecs
  9639. <4>[42918.271299] Disabling non-boot CPUs ...
  9640. <6>[42918.271574] msm_pm_enter
  9641. <6>[42918.271574] msm_pm_enter: power collapse
  9642. <6>[42918.271574] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9643. <6>[42918.271574] msm_pm_enter: return
  9644. <6>[42918.277738] PM: noirq resume of devices complete after 5.614 msecs
  9645. <6>[42918.279691] wakeup wake lock: alarm_rtc
  9646. <6>[42918.286131] PM: early resume of devices complete after 6.285 msecs
  9647. <4>[42918.288633] max8903b_resume: resume
  9648. <3>[42918.297910] msm_wm8958_setup_power: codec power setup
  9649. <4>[42918.297972] 8058_s3: Failed to create debugfs directory
  9650. <3>[42918.298002] wm8994_ldo_power: Power up the WM8994 LDOs
  9651. <7>[42918.390928] lm8502_mod_brightness: set LED1 brightness (0) percent
  9652. <7>[42918.392271] lm8502_mod_brightness: set LED2 brightness (0) percent
  9653. <7>[42918.395139] lm8502_mod_brightness: set LED1 brightness (0) percent
  9654. <7>[42918.395506] lm8502_mod_brightness: set LED2 brightness (0) percent
  9655. <6>[42918.395750] PM: resume of devices complete after 109.547 msecs
  9656. <4>[42918.399900] Restarting tasks ... done.
  9657. <6>[42918.403044] PM: suspend exit 2015-04-19 14:57:13.008355825 UTC
  9658. <6>[42918.403074] suspend: exit suspend, ret = 0 (2015-04-19 14:57:13.008386321 UTC)
  9659. <4>[42918.457670] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=627 chg=a
  9660. <6>[42918.547148] PM: suspend entry 2015-04-19 14:57:13.152355498 UTC
  9661. <4>[42918.591734] Freezing user space processes ... (elapsed 0.002 seconds) done.
  9662. <4>[42918.593778] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9663. <4>[42918.595457] Suspending console(s) (use no_console_suspend to debug)
  9664. <7>[42918.772947] lm8502_mod_brightness: set LED2 brightness (0) percent
  9665. <7>[42918.773374] lm8502_mod_brightness: set LED1 brightness (0) percent
  9666. <7>[42918.798002] lm8502_mod_brightness: set LED1 brightness (0) percent
  9667. <7>[42918.801206] lm8502_mod_brightness: set LED2 brightness (0) percent
  9668. <3>[42918.804167] msm_wm8958_shutdown_power: codec power shutdown
  9669. <3>[42918.804228] wm8994_ldo_power: Power down the WM8994 LDOs
  9670. <4>[42918.810362] max8903b_suspend: suspend
  9671. <6>[42918.818479] PM: suspend of devices complete after 220.062 msecs
  9672. <6>[42918.823942] PM: late suspend of devices complete after 5.400 msecs
  9673. <6>[42918.831236] PM: noirq suspend of devices complete after 7.261 msecs
  9674. <4>[42918.831297] Disabling non-boot CPUs ...
  9675. <6>[42918.831571] msm_pm_enter
  9676. <6>[42918.831571] msm_pm_enter: power collapse
  9677. <6>[42918.831571] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9678. <6>[42918.831571] msm_pm_enter: return
  9679. <6>[42918.837705] PM: noirq resume of devices complete after 5.613 msecs
  9680. <6>[42918.839659] wakeup wake lock: alarm_rtc
  9681. <6>[42918.846342] PM: early resume of devices complete after 6.528 msecs
  9682. <4>[42918.848966] max8903b_resume: resume
  9683. <3>[42918.858244] msm_wm8958_setup_power: codec power setup
  9684. <4>[42918.858305] 8058_s3: Failed to create debugfs directory
  9685. <3>[42918.858335] wm8994_ldo_power: Power up the WM8994 LDOs
  9686. <7>[42918.951322] lm8502_mod_brightness: set LED1 brightness (0) percent
  9687. <7>[42918.952635] lm8502_mod_brightness: set LED2 brightness (0) percent
  9688. <7>[42918.955503] lm8502_mod_brightness: set LED1 brightness (0) percent
  9689. <7>[42918.955869] lm8502_mod_brightness: set LED2 brightness (0) percent
  9690. <6>[42918.956114] PM: resume of devices complete after 109.664 msecs
  9691. <4>[42918.960386] Restarting tasks ... done.
  9692. <6>[42918.964659] PM: suspend exit 2015-04-19 14:57:43.009606149 UTC
  9693. <6>[42918.964689] suspend: exit suspend, ret = 0 (2015-04-19 14:57:43.009636645 UTC)
  9694. <6>[42918.964689] active wake lock power-supply
  9695. <6>[42918.964689] active wake lock alarm_rtc, time left 87
  9696. <4>[42919.022886] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=618 chg=a
  9697. <6>[42921.086912] PM: suspend entry 2015-04-19 14:57:45.131274311 UTC
  9698. <4>[42921.086973] Freezing user space processes ... (elapsed 0.005 seconds) done.
  9699. <4>[42921.115080] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9700. <4>[42921.116789] Suspending console(s) (use no_console_suspend to debug)
  9701. <7>[42921.293669] lm8502_mod_brightness: set LED2 brightness (0) percent
  9702. <7>[42921.294096] lm8502_mod_brightness: set LED1 brightness (0) percent
  9703. <7>[42921.318449] lm8502_mod_brightness: set LED1 brightness (0) percent
  9704. <7>[42921.321684] lm8502_mod_brightness: set LED2 brightness (0) percent
  9705. <3>[42921.323789] msm_wm8958_shutdown_power: codec power shutdown
  9706. <3>[42921.323820] wm8994_ldo_power: Power down the WM8994 LDOs
  9707. <4>[42921.326200] max8903b_suspend: suspend
  9708. <6>[42921.334379] PM: suspend of devices complete after 214.926 msecs
  9709. <6>[42921.339933] PM: late suspend of devices complete after 5.523 msecs
  9710. <6>[42921.347440] PM: noirq suspend of devices complete after 7.476 msecs
  9711. <4>[42921.347471] Disabling non-boot CPUs ...
  9712. <6>[42921.347624] msm_pm_enter
  9713. <6>[42921.347624] msm_pm_enter: power collapse
  9714. <6>[42921.347624] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9715. <3>[42921.347624] msm_pm_enter: cannot find the lowest power limit
  9716. <6>[42921.347624] msm_pm_enter: return
  9717. <6>[42921.349485] PM: noirq resume of devices complete after 1.708 msecs
  9718. <6>[42921.351743] PM: early resume of devices complete after 1.708 msecs
  9719. <4>[42921.353483] max8903b_resume: resume
  9720. <3>[42921.362730] msm_wm8958_setup_power: codec power setup
  9721. <4>[42921.362791] 8058_s3: Failed to create debugfs directory
  9722. <3>[42921.362821] wm8994_ldo_power: Power up the WM8994 LDOs
  9723. <7>[42921.455961] lm8502_mod_brightness: set LED1 brightness (0) percent
  9724. <6>[42921.456999] wakeup wake lock: power-supply
  9725. <7>[42921.457273] lm8502_mod_brightness: set LED2 brightness (0) percent
  9726. <7>[42921.460081] lm8502_mod_brightness: set LED1 brightness (0) percent
  9727. <7>[42921.460447] lm8502_mod_brightness: set LED2 brightness (0) percent
  9728. <6>[42921.460691] PM: resume of devices complete after 108.853 msecs
  9729. <4>[42921.464842] Restarting tasks ... done.
  9730. <6>[42921.469602] PM: suspend exit 2015-04-19 14:57:45.513884813 UTC
  9731. <6>[42921.469633] suspend: exit suspend, ret = 0 (2015-04-19 14:57:45.513884813 UTC)
  9732. <6>[42921.469633] active wake lock power-supply
  9733. <6>[42921.511472] PM: suspend entry 2015-04-19 14:57:45.555694744 UTC
  9734. <4>[42921.529478] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=618 chg=a
  9735. <4>[42921.555967] Freezing user space processes ... (elapsed 0.004 seconds) done.
  9736. <4>[42921.560392] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  9737. <4>[42921.563383] Suspending console(s) (use no_console_suspend to debug)
  9738. <7>[42921.761961] lm8502_mod_brightness: set LED2 brightness (0) percent
  9739. <7>[42921.762419] lm8502_mod_brightness: set LED1 brightness (0) percent
  9740. <7>[42921.780973] lm8502_mod_brightness: set LED1 brightness (0) percent
  9741. <7>[42921.783018] lm8502_mod_brightness: set LED2 brightness (0) percent
  9742. <3>[42921.785032] msm_wm8958_shutdown_power: codec power shutdown
  9743. <3>[42921.785063] wm8994_ldo_power: Power down the WM8994 LDOs
  9744. <4>[42921.788542] max8903b_suspend: suspend
  9745. <6>[42921.792295] PM: suspend of devices complete after 220.089 msecs
  9746. <6>[42921.794065] PM: late suspend of devices complete after 1.739 msecs
  9747. <6>[42921.796446] PM: noirq suspend of devices complete after 2.349 msecs
  9748. <4>[42921.796476] Disabling non-boot CPUs ...
  9749. <6>[42921.796598] msm_pm_enter
  9750. <6>[42921.796598] msm_pm_enter: power collapse
  9751. <6>[42921.796598] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9752. <6>[42921.796598] msm_pm_enter: return
  9753. <6>[42921.798582] PM: noirq resume of devices complete after 1.769 msecs
  9754. <6>[42921.799162] wakeup wake lock: mmc1
  9755. <6>[42921.801023] PM: early resume of devices complete after 1.739 msecs
  9756. <4>[42921.806242] max8903b_resume: resume
  9757. <3>[42921.807554] msm_wm8958_setup_power: codec power setup
  9758. <4>[42921.807615] 8058_s3: Failed to create debugfs directory
  9759. <3>[42921.807646] wm8994_ldo_power: Power up the WM8994 LDOs
  9760. <7>[42921.893034] lm8502_mod_brightness: set LED1 brightness (0) percent
  9761. <7>[42921.893705] lm8502_mod_brightness: set LED2 brightness (0) percent
  9762. <7>[42921.896635] lm8502_mod_brightness: set LED1 brightness (0) percent
  9763. <7>[42921.897001] lm8502_mod_brightness: set LED2 brightness (0) percent
  9764. <6>[42921.897032] PM: resume of devices complete after 95.916 msecs
  9765. <4>[42921.899931] Restarting tasks ... done.
  9766. <6>[42921.908720] PM: suspend exit 2015-04-19 14:57:49.012535035 UTC
  9767. <6>[42921.908720] suspend: exit suspend, ret = 0 (2015-04-19 14:57:49.012535035 UTC)
  9768. <6>[42921.908750] active wake lock power-supply
  9769. <6>[42921.941587] PM: suspend entry 2015-04-19 14:57:49.045347669 UTC
  9770. <4>[42921.962736] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=618 chg=a
  9771. <4>[42921.990415] Freezing user space processes ... (elapsed 0.001 seconds) done.
  9772. <4>[42921.992216] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9773. <4>[42921.993864] Suspending console(s) (use no_console_suspend to debug)
  9774. <7>[42922.164152] lm8502_mod_brightness: set LED2 brightness (0) percent
  9775. <7>[42922.164579] lm8502_mod_brightness: set LED1 brightness (0) percent
  9776. <7>[42922.189420] lm8502_mod_brightness: set LED1 brightness (0) percent
  9777. <7>[42922.192625] lm8502_mod_brightness: set LED2 brightness (0) percent
  9778. <3>[42922.195646] msm_wm8958_shutdown_power: codec power shutdown
  9779. <3>[42922.195707] wm8994_ldo_power: Power down the WM8994 LDOs
  9780. <4>[42922.201750] max8903b_suspend: suspend
  9781. <6>[42922.209867] PM: suspend of devices complete after 212.676 msecs
  9782. <6>[42922.215299] PM: late suspend of devices complete after 5.399 msecs
  9783. <6>[42922.222593] PM: noirq suspend of devices complete after 6.985 msecs
  9784. <4>[42922.222654] Disabling non-boot CPUs ...
  9785. <6>[42922.222929] msm_pm_enter
  9786. <6>[42922.222929] msm_pm_enter: power collapse
  9787. <6>[42922.222929] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9788. <6>[42922.222929] msm_pm_enter: return
  9789. <6>[42922.229063] PM: noirq resume of devices complete after 5.613 msecs
  9790. <6>[42922.230589] wakeup wake lock: mmc1
  9791. <6>[42922.237486] PM: early resume of devices complete after 6.527 msecs
  9792. <4>[42922.242155] max8903b_resume: resume
  9793. <3>[42922.243467] msm_wm8958_setup_power: codec power setup
  9794. <4>[42922.243498] 8058_s3: Failed to create debugfs directory
  9795. <3>[42922.243528] wm8994_ldo_power: Power up the WM8994 LDOs
  9796. <7>[42922.331785] lm8502_mod_brightness: set LED1 brightness (0) percent
  9797. <7>[42922.332426] lm8502_mod_brightness: set LED2 brightness (0) percent
  9798. <7>[42922.335386] lm8502_mod_brightness: set LED1 brightness (0) percent
  9799. <7>[42922.335783] lm8502_mod_brightness: set LED2 brightness (0) percent
  9800. <6>[42922.335935] PM: resume of devices complete after 98.349 msecs
  9801. <4>[42922.339018] Restarting tasks ... done.
  9802. <6>[42922.345609] PM: suspend exit 2015-04-19 14:57:57.010673704 UTC
  9803. <6>[42922.345609] suspend: exit suspend, ret = 0 (2015-04-19 14:57:57.010704197 UTC)
  9804. <6>[42922.345640] active wake lock power-supply
  9805. <6>[42922.379392] PM: suspend entry 2015-04-19 14:57:57.044428686 UTC
  9806. <4>[42922.395231] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=613 chg=a
  9807. <4>[42922.425382] Freezing user space processes ... (elapsed 0.002 seconds) done.
  9808. <4>[42922.427427] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9809. <4>[42922.429014] Suspending console(s) (use no_console_suspend to debug)
  9810. <7>[42922.601866] lm8502_mod_brightness: set LED2 brightness (0) percent
  9811. <7>[42922.602293] lm8502_mod_brightness: set LED1 brightness (0) percent
  9812. <7>[42922.621397] lm8502_mod_brightness: set LED1 brightness (0) percent
  9813. <7>[42922.623533] lm8502_mod_brightness: set LED2 brightness (0) percent
  9814. <3>[42922.625517] msm_wm8958_shutdown_power: codec power shutdown
  9815. <3>[42922.625547] wm8994_ldo_power: Power down the WM8994 LDOs
  9816. <4>[42922.628996] max8903b_suspend: suspend
  9817. <6>[42922.632749] PM: suspend of devices complete after 200.961 msecs
  9818. <6>[42922.634519] PM: late suspend of devices complete after 1.769 msecs
  9819. <6>[42922.636900] PM: noirq suspend of devices complete after 2.379 msecs
  9820. <4>[42922.636900] Disabling non-boot CPUs ...
  9821. <6>[42922.637052] msm_pm_enter
  9822. <6>[42922.637052] msm_pm_enter: power collapse
  9823. <6>[42922.637052] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9824. <6>[42922.637052] msm_pm_enter: return
  9825. <6>[42922.639005] PM: noirq resume of devices complete after 1.769 msecs
  9826. <6>[42922.639738] wakeup wake lock: alarm_rtc
  9827. <6>[42922.641569] PM: early resume of devices complete after 1.738 msecs
  9828. <4>[42922.643247] max8903b_resume: resume
  9829. <3>[42922.644560] msm_wm8958_setup_power: codec power setup
  9830. <4>[42922.644590] 8058_s3: Failed to create debugfs directory
  9831. <3>[42922.644621] wm8994_ldo_power: Power up the WM8994 LDOs
  9832. <7>[42922.737974] lm8502_mod_brightness: set LED1 brightness (0) percent
  9833. <7>[42922.739256] lm8502_mod_brightness: set LED2 brightness (0) percent
  9834. <7>[42922.742155] lm8502_mod_brightness: set LED1 brightness (0) percent
  9835. <7>[42922.742491] lm8502_mod_brightness: set LED2 brightness (0) percent
  9836. <6>[42922.742796] PM: resume of devices complete after 101.128 msecs
  9837. <4>[42922.747068] Restarting tasks ... done.
  9838. <6>[42922.764707] PM: suspend exit 2015-04-19 14:58:13.023025221 UTC
  9839. <6>[42922.764738] suspend: exit suspend, ret = 0 (2015-04-19 14:58:13.023055713 UTC)
  9840. <6>[42922.764738] active wake lock PowerManagerService.WakeLocks
  9841. <6>[42922.764738] active wake lock power-supply
  9842. <4>[42922.819792] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=608 chg=a
  9843. <6>[42922.887602] PM: suspend entry 2015-04-19 14:58:13.145833583 UTC
  9844. <4>[42922.934690] Freezing user space processes ... (elapsed 0.008 seconds) done.
  9845. <4>[42922.954588] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9846. <4>[42922.956144] Suspending console(s) (use no_console_suspend to debug)
  9847. <7>[42923.134702] lm8502_mod_brightness: set LED2 brightness (0) percent
  9848. <7>[42923.135130] lm8502_mod_brightness: set LED1 brightness (0) percent
  9849. <7>[42923.159544] lm8502_mod_brightness: set LED1 brightness (0) percent
  9850. <7>[42923.162718] lm8502_mod_brightness: set LED2 brightness (0) percent
  9851. <3>[42923.165647] msm_wm8958_shutdown_power: codec power shutdown
  9852. <3>[42923.165678] wm8994_ldo_power: Power down the WM8994 LDOs
  9853. <4>[42923.171842] max8903b_suspend: suspend
  9854. <6>[42923.179930] PM: suspend of devices complete after 221.038 msecs
  9855. <6>[42923.185392] PM: late suspend of devices complete after 5.400 msecs
  9856. <6>[42923.192564] PM: noirq suspend of devices complete after 7.139 msecs
  9857. <4>[42923.192594] Disabling non-boot CPUs ...
  9858. <6>[42923.192899] msm_pm_enter
  9859. <6>[42923.192899] msm_pm_enter: power collapse
  9860. <6>[42923.192899] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9861. <6>[42923.192899] msm_pm_enter: return
  9862. <6>[42923.199034] PM: noirq resume of devices complete after 5.613 msecs
  9863. <6>[42923.200559] wakeup wake lock: mmc1
  9864. <6>[42923.206877] PM: early resume of devices complete after 5.888 msecs
  9865. <4>[42923.213835] max8903b_resume: resume
  9866. <3>[42923.215147] msm_wm8958_setup_power: codec power setup
  9867. <4>[42923.215208] 8058_s3: Failed to create debugfs directory
  9868. <3>[42923.215208] wm8994_ldo_power: Power up the WM8994 LDOs
  9869. <7>[42923.301847] lm8502_mod_brightness: set LED1 brightness (0) percent
  9870. <7>[42923.302519] lm8502_mod_brightness: set LED2 brightness (0) percent
  9871. <7>[42923.305357] lm8502_mod_brightness: set LED1 brightness (0) percent
  9872. <7>[42923.305723] lm8502_mod_brightness: set LED2 brightness (0) percent
  9873. <6>[42923.305753] PM: resume of devices complete after 98.777 msecs
  9874. <4>[42923.308897] Restarting tasks ... done.
  9875. <6>[42923.311369] PM: suspend exit 2015-04-19 14:58:33.006434680 UTC
  9876. <6>[42923.311369] suspend: exit suspend, ret = 0 (2015-04-19 14:58:33.006465177 UTC)
  9877. <6>[42923.311399] active wake lock power-supply
  9878. <6>[42923.354521] PM: suspend entry 2015-04-19 14:58:33.049551677 UTC
  9879. <4>[42923.370085] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=602 chg=a
  9880. <4>[42923.374571] Freezing user space processes ... (elapsed 0.001 seconds) done.
  9881. <4>[42923.376371] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9882. <4>[42923.378050] Suspending console(s) (use no_console_suspend to debug)
  9883. <7>[42923.555113] lm8502_mod_brightness: set LED2 brightness (0) percent
  9884. <7>[42923.555540] lm8502_mod_brightness: set LED1 brightness (0) percent
  9885. <7>[42923.580503] lm8502_mod_brightness: set LED1 brightness (0) percent
  9886. <7>[42923.583738] lm8502_mod_brightness: set LED2 brightness (0) percent
  9887. <3>[42923.586729] msm_wm8958_shutdown_power: codec power shutdown
  9888. <3>[42923.586790] wm8994_ldo_power: Power down the WM8994 LDOs
  9889. <4>[42923.592802] max8903b_suspend: suspend
  9890. <6>[42923.600858] PM: suspend of devices complete after 219.874 msecs
  9891. <6>[42923.606626] PM: late suspend of devices complete after 5.674 msecs
  9892. <6>[42923.613767] PM: noirq suspend of devices complete after 7.107 msecs
  9893. <4>[42923.613798] Disabling non-boot CPUs ...
  9894. <6>[42923.614073] msm_pm_enter
  9895. <6>[42923.614073] msm_pm_enter: power collapse
  9896. <6>[42923.614073] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9897. <6>[42923.614073] msm_pm_enter: return
  9898. <6>[42923.620268] PM: noirq resume of devices complete after 5.674 msecs
  9899. <6>[42923.622221] wakeup wake lock: alarm_rtc
  9900. <6>[42923.628599] PM: early resume of devices complete after 6.192 msecs
  9901. <4>[42923.631071] max8903b_resume: resume
  9902. <3>[42923.640348] msm_wm8958_setup_power: codec power setup
  9903. <4>[42923.640409] 8058_s3: Failed to create debugfs directory
  9904. <3>[42923.640440] wm8994_ldo_power: Power up the WM8994 LDOs
  9905. <7>[42923.733396] lm8502_mod_brightness: set LED1 brightness (0) percent
  9906. <7>[42923.734770] lm8502_mod_brightness: set LED2 brightness (0) percent
  9907. <7>[42923.737638] lm8502_mod_brightness: set LED1 brightness (0) percent
  9908. <7>[42923.737974] lm8502_mod_brightness: set LED2 brightness (0) percent
  9909. <6>[42923.738859] PM: resume of devices complete after 110.121 msecs
  9910. <4>[42923.742521] Restarting tasks ... done.
  9911. <6>[42923.756986] PM: suspend exit 2015-04-19 14:58:44.019822280 UTC
  9912. <6>[42923.757017] suspend: exit suspend, ret = 0 (2015-04-19 14:58:44.019852772 UTC)
  9913. <6>[42923.757017] active wake lock PowerManagerService.WakeLocks
  9914. <6>[42923.757047] active wake lock power-supply
  9915. <4>[42923.794920] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=600 chg=a
  9916. <6>[42927.440794] PM: suspend entry 2015-04-19 14:58:47.702990865 UTC
  9917. <4>[42927.440855] Freezing user space processes ... (elapsed 0.005 seconds) done.
  9918. <4>[42927.506498] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9919. <4>[42927.508177] Suspending console(s) (use no_console_suspend to debug)
  9920. <7>[42927.685819] lm8502_mod_brightness: set LED2 brightness (0) percent
  9921. <7>[42927.686247] lm8502_mod_brightness: set LED1 brightness (0) percent
  9922. <7>[42927.711149] lm8502_mod_brightness: set LED1 brightness (0) percent
  9923. <7>[42927.714384] lm8502_mod_brightness: set LED2 brightness (0) percent
  9924. <3>[42927.717375] msm_wm8958_shutdown_power: codec power shutdown
  9925. <3>[42927.717436] wm8994_ldo_power: Power down the WM8994 LDOs
  9926. <4>[42927.723417] max8903b_suspend: suspend
  9927. <6>[42927.731535] PM: suspend of devices complete after 220.672 msecs
  9928. <6>[42927.737303] PM: late suspend of devices complete after 5.737 msecs
  9929. <6>[42927.744383] PM: noirq suspend of devices complete after 7.019 msecs
  9930. <4>[42927.744413] Disabling non-boot CPUs ...
  9931. <6>[42927.744688] msm_pm_enter
  9932. <6>[42927.744688] msm_pm_enter: power collapse
  9933. <6>[42927.744688] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9934. <6>[42927.744688] msm_pm_enter: return
  9935. <6>[42927.750791] PM: noirq resume of devices complete after 5.584 msecs
  9936. <6>[42927.752348] wakeup wake lock: mmc1
  9937. <6>[42927.759184] PM: early resume of devices complete after 6.438 msecs
  9938. <4>[42927.763883] max8903b_resume: resume
  9939. <3>[42927.765196] msm_wm8958_setup_power: codec power setup
  9940. <4>[42927.765257] 8058_s3: Failed to create debugfs directory
  9941. <3>[42927.765257] wm8994_ldo_power: Power up the WM8994 LDOs
  9942. <7>[42927.852445] lm8502_mod_brightness: set LED1 brightness (0) percent
  9943. <7>[42927.853117] lm8502_mod_brightness: set LED2 brightness (0) percent
  9944. <7>[42927.856107] lm8502_mod_brightness: set LED1 brightness (0) percent
  9945. <7>[42927.856443] lm8502_mod_brightness: set LED2 brightness (0) percent
  9946. <6>[42927.856504] PM: resume of devices complete after 97.252 msecs
  9947. <4>[42927.859739] Restarting tasks ... done.
  9948. <6>[42927.868192] PM: suspend exit 2015-04-19 14:59:03.012533583 UTC
  9949. <6>[42927.868192] suspend: exit suspend, ret = 0 (2015-04-19 14:59:03.012564074 UTC)
  9950. <6>[42927.868223] active wake lock power-supply
  9951. <6>[42927.903288] PM: suspend entry 2015-04-19 14:59:03.047630116 UTC
  9952. <4>[42927.919096] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=593 chg=a
  9953. <4>[42927.946165] Freezing user space processes ... (elapsed 0.002 seconds) done.
  9954. <4>[42927.948271] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9955. <4>[42927.949980] Suspending console(s) (use no_console_suspend to debug)
  9956. <7>[42928.123411] lm8502_mod_brightness: set LED2 brightness (0) percent
  9957. <7>[42928.123838] lm8502_mod_brightness: set LED1 brightness (0) percent
  9958. <7>[42928.142973] lm8502_mod_brightness: set LED1 brightness (0) percent
  9959. <7>[42928.145017] lm8502_mod_brightness: set LED2 brightness (0) percent
  9960. <3>[42928.147032] msm_wm8958_shutdown_power: codec power shutdown
  9961. <3>[42928.147032] wm8994_ldo_power: Power down the WM8994 LDOs
  9962. <4>[42928.150541] max8903b_suspend: suspend
  9963. <6>[42928.154325] PM: suspend of devices complete after 201.265 msecs
  9964. <6>[42928.156065] PM: late suspend of devices complete after 1.738 msecs
  9965. <6>[42928.158445] PM: noirq suspend of devices complete after 2.348 msecs
  9966. <4>[42928.158476] Disabling non-boot CPUs ...
  9967. <6>[42928.158598] msm_pm_enter
  9968. <6>[42928.158598] msm_pm_enter: power collapse
  9969. <6>[42928.158598] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  9970. <6>[42928.158598] msm_pm_enter: return
  9971. <6>[42928.160581] PM: noirq resume of devices complete after 1.769 msecs
  9972. <6>[42928.161131] wakeup wake lock: mmc1
  9973. <6>[42928.163023] PM: early resume of devices complete after 1.738 msecs
  9974. <4>[42928.166746] max8903b_resume: resume
  9975. <3>[42928.174253] msm_wm8958_setup_power: codec power setup
  9976. <4>[42928.174314] 8058_s3: Failed to create debugfs directory
  9977. <3>[42928.174314] wm8994_ldo_power: Power up the WM8994 LDOs
  9978. <7>[42928.258634] lm8502_mod_brightness: set LED1 brightness (0) percent
  9979. <7>[42928.259947] lm8502_mod_brightness: set LED2 brightness (0) percent
  9980. <7>[42928.262754] lm8502_mod_brightness: set LED1 brightness (0) percent
  9981. <7>[42928.263090] lm8502_mod_brightness: set LED2 brightness (0) percent
  9982. <6>[42928.263120] PM: resume of devices complete after 100.030 msecs
  9983. <4>[42928.265959] Restarting tasks ... done.
  9984. <6>[42928.268034] PM: suspend exit 2015-04-19 14:59:06.005734014 UTC
  9985. <6>[42928.268064] suspend: exit suspend, ret = 0 (2015-04-19 14:59:06.005734014 UTC)
  9986. <6>[42928.268064] active wake lock power-supply
  9987. <6>[42928.322019] PM: suspend entry 2015-04-19 14:59:06.059678782 UTC
  9988. <4>[42928.337919] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=593 chg=a
  9989. <4>[42928.367124] Freezing user space processes ... (elapsed 0.002 seconds) done.
  9990. <4>[42928.369261] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  9991. <4>[42928.370970] Suspending console(s) (use no_console_suspend to debug)
  9992. <7>[42928.546263] lm8502_mod_brightness: set LED2 brightness (0) percent
  9993. <7>[42928.546690] lm8502_mod_brightness: set LED1 brightness (0) percent
  9994. <7>[42928.571592] lm8502_mod_brightness: set LED1 brightness (0) percent
  9995. <7>[42928.574827] lm8502_mod_brightness: set LED2 brightness (0) percent
  9996. <3>[42928.577848] msm_wm8958_shutdown_power: codec power shutdown
  9997. <3>[42928.577879] wm8994_ldo_power: Power down the WM8994 LDOs
  9998. <4>[42928.583891] max8903b_suspend: suspend
  9999. <6>[42928.591978] PM: suspend of devices complete after 217.986 msecs
  10000. <6>[42928.597440] PM: late suspend of devices complete after 5.399 msecs
  10001. <6>[42928.604734] PM: noirq suspend of devices complete after 6.986 msecs
  10002. <4>[42928.604795] Disabling non-boot CPUs ...
  10003. <6>[42928.605070] msm_pm_enter
  10004. <6>[42928.605070] msm_pm_enter: power collapse
  10005. <6>[42928.605070] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10006. <6>[42928.605070] msm_pm_enter: return
  10007. <6>[42928.611418] PM: noirq resume of devices complete after 5.765 msecs
  10008. <6>[42928.613340] wakeup wake lock: alarm_rtc
  10009. <6>[42928.619840] PM: early resume of devices complete after 6.283 msecs
  10010. <4>[42928.622343] max8903b_resume: resume
  10011. <3>[42928.631559] msm_wm8958_setup_power: codec power setup
  10012. <4>[42928.631620] 8058_s3: Failed to create debugfs directory
  10013. <3>[42928.631620] wm8994_ldo_power: Power up the WM8994 LDOs
  10014. <7>[42928.724516] lm8502_mod_brightness: set LED1 brightness (0) percent
  10015. <7>[42928.725828] lm8502_mod_brightness: set LED2 brightness (0) percent
  10016. <7>[42928.728666] lm8502_mod_brightness: set LED1 brightness (0) percent
  10017. <7>[42928.729032] lm8502_mod_brightness: set LED2 brightness (0) percent
  10018. <6>[42928.729307] PM: resume of devices complete after 109.359 msecs
  10019. <4>[42928.733457] Restarting tasks ... done.
  10020. <6>[42928.756376] PM: suspend exit 2015-04-19 14:59:15.028116057 UTC
  10021. <6>[42928.756376] suspend: exit suspend, ret = 0 (2015-04-19 14:59:15.028146549 UTC)
  10022. <6>[42928.756407] active wake lock PowerManagerService.WakeLocks
  10023. <6>[42928.756407] active wake lock power-supply
  10024. <4>[42928.811094] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=590 chg=a
  10025. <6>[42928.881254] PM: suspend entry 2015-04-19 14:59:15.152904787 UTC
  10026. <4>[42928.936979] Freezing user space processes ... (elapsed 0.004 seconds) done.
  10027. <4>[42928.975614] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10028. <4>[42928.977293] Suspending console(s) (use no_console_suspend to debug)
  10029. <7>[42929.156584] lm8502_mod_brightness: set LED2 brightness (0) percent
  10030. <7>[42929.157011] lm8502_mod_brightness: set LED1 brightness (0) percent
  10031. <7>[42929.181425] lm8502_mod_brightness: set LED1 brightness (0) percent
  10032. <7>[42929.184568] lm8502_mod_brightness: set LED2 brightness (0) percent
  10033. <3>[42929.187528] msm_wm8958_shutdown_power: codec power shutdown
  10034. <3>[42929.187559] wm8994_ldo_power: Power down the WM8994 LDOs
  10035. <4>[42929.193754] max8903b_suspend: suspend
  10036. <6>[42929.201841] PM: suspend of devices complete after 221.752 msecs
  10037. <6>[42929.207273] PM: late suspend of devices complete after 5.400 msecs
  10038. <6>[42929.214597] PM: noirq suspend of devices complete after 7.261 msecs
  10039. <4>[42929.214628] Disabling non-boot CPUs ...
  10040. <6>[42929.214903] msm_pm_enter
  10041. <6>[42929.214903] msm_pm_enter: power collapse
  10042. <6>[42929.214903] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10043. <6>[42929.214903] msm_pm_enter: return
  10044. <6>[42929.221037] PM: noirq resume of devices complete after 5.583 msecs
  10045. <6>[42929.222990] wakeup wake lock: alarm_rtc
  10046. <6>[42929.229124] PM: early resume of devices complete after 5.918 msecs
  10047. <4>[42929.232633] max8903b_resume: resume
  10048. <3>[42929.241911] msm_wm8958_setup_power: codec power setup
  10049. <4>[42929.241972] 8058_s3: Failed to create debugfs directory
  10050. <3>[42929.242002] wm8994_ldo_power: Power up the WM8994 LDOs
  10051. <7>[42929.334959] lm8502_mod_brightness: set LED1 brightness (0) percent
  10052. <7>[42929.336271] lm8502_mod_brightness: set LED2 brightness (0) percent
  10053. <7>[42929.339140] lm8502_mod_brightness: set LED1 brightness (0) percent
  10054. <7>[42929.339475] lm8502_mod_brightness: set LED2 brightness (0) percent
  10055. <6>[42929.339720] PM: resume of devices complete after 110.486 msecs
  10056. <4>[42929.343870] Restarting tasks ... done.
  10057. <6>[42929.346037] PM: suspend exit 2015-04-19 14:59:45.007349524 UTC
  10058. <6>[42929.346067] suspend: exit suspend, ret = 0 (2015-04-19 14:59:45.007349524 UTC)
  10059. <6>[42929.346067] active wake lock power-supply
  10060. <6>[42929.346067] active wake lock alarm_rtc, time left 88
  10061. <4>[42929.402159] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=581 chg=a
  10062. <6>[42931.860044] PM: suspend entry 2015-04-19 14:59:47.520753158 UTC
  10063. <4>[42931.860105] Freezing user space processes ... (elapsed 0.005 seconds) done.
  10064. <4>[42931.919401] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10065. <4>[42931.921110] Suspending console(s) (use no_console_suspend to debug)
  10066. <7>[42932.097471] lm8502_mod_brightness: set LED2 brightness (0) percent
  10067. <7>[42932.097898] lm8502_mod_brightness: set LED1 brightness (0) percent
  10068. <7>[42932.122740] lm8502_mod_brightness: set LED1 brightness (0) percent
  10069. <7>[42932.125974] lm8502_mod_brightness: set LED2 brightness (0) percent
  10070. <3>[42932.128996] msm_wm8958_shutdown_power: codec power shutdown
  10071. <3>[42932.129026] wm8994_ldo_power: Power down the WM8994 LDOs
  10072. <4>[42932.131315] max8903b_suspend: suspend
  10073. <6>[42932.139585] PM: suspend of devices complete after 215.816 msecs
  10074. <6>[42932.145017] PM: late suspend of devices complete after 5.401 msecs
  10075. <6>[42932.151609] PM: noirq suspend of devices complete after 6.561 msecs
  10076. <4>[42932.151609] Disabling non-boot CPUs ...
  10077. <6>[42932.151762] msm_pm_enter
  10078. <6>[42932.151762] msm_pm_enter: power collapse
  10079. <6>[42932.151762] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10080. <3>[42932.151762] msm_pm_enter: cannot find the lowest power limit
  10081. <6>[42932.151762] msm_pm_enter: return
  10082. <6>[42932.153501] PM: noirq resume of devices complete after 1.556 msecs
  10083. <6>[42932.155729] PM: early resume of devices complete after 1.647 msecs
  10084. <4>[42932.157438] max8903b_resume: resume
  10085. <3>[42932.166685] msm_wm8958_setup_power: codec power setup
  10086. <4>[42932.166746] 8058_s3: Failed to create debugfs directory
  10087. <3>[42932.166746] wm8994_ldo_power: Power up the WM8994 LDOs
  10088. <7>[42932.251219] lm8502_mod_brightness: set LED1 brightness (0) percent
  10089. <6>[42932.252226] wakeup wake lock: power-supply
  10090. <7>[42932.252500] lm8502_mod_brightness: set LED2 brightness (0) percent
  10091. <7>[42932.255308] lm8502_mod_brightness: set LED1 brightness (0) percent
  10092. <7>[42932.255674] lm8502_mod_brightness: set LED2 brightness (0) percent
  10093. <6>[42932.255918] PM: resume of devices complete after 100.151 msecs
  10094. <4>[42932.260069] Restarting tasks ... done.
  10095. <6>[42932.262937] PM: suspend exit 2015-04-19 14:59:48.008050399 UTC
  10096. <6>[42932.262937] suspend: exit suspend, ret = 0 (2015-04-19 14:59:48.008080893 UTC)
  10097. <6>[42932.262968] active wake lock power-supply
  10098. <6>[42932.305967] PM: suspend entry 2015-04-19 14:59:48.051044750 UTC
  10099. <4>[42932.321501] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=581 chg=a
  10100. <4>[42932.361845] Freezing user space processes ... (elapsed 0.002 seconds) done.
  10101. <4>[42932.363920] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10102. <4>[42932.365598] Suspending console(s) (use no_console_suspend to debug)
  10103. <7>[42932.547544] lm8502_mod_brightness: set LED2 brightness (0) percent
  10104. <7>[42932.547971] lm8502_mod_brightness: set LED1 brightness (0) percent
  10105. <7>[42932.572874] lm8502_mod_brightness: set LED1 brightness (0) percent
  10106. <7>[42932.576048] lm8502_mod_brightness: set LED2 brightness (0) percent
  10107. <3>[42932.579069] msm_wm8958_shutdown_power: codec power shutdown
  10108. <3>[42932.579130] wm8994_ldo_power: Power down the WM8994 LDOs
  10109. <4>[42932.585111] max8903b_suspend: suspend
  10110. <6>[42932.593229] PM: suspend of devices complete after 224.668 msecs
  10111. <6>[42932.598661] PM: late suspend of devices complete after 5.399 msecs
  10112. <6>[42932.605985] PM: noirq suspend of devices complete after 7.260 msecs
  10113. <4>[42932.606016] Disabling non-boot CPUs ...
  10114. <6>[42932.606291] msm_pm_enter
  10115. <6>[42932.606291] msm_pm_enter: power collapse
  10116. <6>[42932.606291] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10117. <6>[42932.606291] msm_pm_enter: return
  10118. <6>[42932.612608] PM: noirq resume of devices complete after 5.766 msecs
  10119. <6>[42932.614561] wakeup wake lock: alarm_rtc
  10120. <6>[42932.621305] PM: early resume of devices complete after 6.589 msecs
  10121. <4>[42932.623960] max8903b_resume: resume
  10122. <3>[42932.633177] msm_wm8958_setup_power: codec power setup
  10123. <4>[42932.633238] 8058_s3: Failed to create debugfs directory
  10124. <3>[42932.633268] wm8994_ldo_power: Power up the WM8994 LDOs
  10125. <7>[42932.726225] lm8502_mod_brightness: set LED1 brightness (0) percent
  10126. <7>[42932.727598] lm8502_mod_brightness: set LED2 brightness (0) percent
  10127. <7>[42932.730467] lm8502_mod_brightness: set LED1 brightness (0) percent
  10128. <7>[42932.730802] lm8502_mod_brightness: set LED2 brightness (0) percent
  10129. <6>[42932.731046] PM: resume of devices complete after 109.633 msecs
  10130. <4>[42932.735166] Restarting tasks ... done.
  10131. <6>[42932.739652] PM: suspend exit 2015-04-19 15:00:15.009667212 UTC
  10132. <6>[42932.739683] suspend: exit suspend, ret = 0 (2015-04-19 15:00:15.009667212 UTC)
  10133. <6>[42932.739744] active wake lock power-supply
  10134. <6>[42932.783170] PM: suspend entry 2015-04-19 15:00:15.053120689 UTC
  10135. <4>[42932.816007] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=573 chg=a
  10136. <4>[42932.839140] Freezing user space processes ...
  10137. <6>[42932.839750] active wake lock PowerManagerService.WakeLocks
  10138. <4>[42932.839750]
  10139. <3>[42932.839781] Freezing of tasks aborted after 0.000 seconds (30 tasks refusing to freeze, wq_busy=0):
  10140. <4>[42932.839781]
  10141. <4>[42932.839781] Restarting tasks ... done.
  10142. <6>[42932.841001] PM: suspend exit 2015-04-19 15:00:15.110941861 UTC
  10143. <6>[42932.841032] suspend: exit suspend, ret = -16 (2015-04-19 15:00:15.110972356 UTC)
  10144. <6>[42933.107542] PM: suspend entry 2015-04-19 15:00:15.377317551 UTC
  10145. <4>[42933.107572] Freezing user space processes ... (elapsed 0.004 seconds) done.
  10146. <4>[42933.164579] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10147. <4>[42933.166288] Suspending console(s) (use no_console_suspend to debug)
  10148. <7>[42933.347898] lm8502_mod_brightness: set LED2 brightness (0) percent
  10149. <7>[42933.348325] lm8502_mod_brightness: set LED1 brightness (0) percent
  10150. <7>[42933.372923] lm8502_mod_brightness: set LED1 brightness (0) percent
  10151. <7>[42933.376188] lm8502_mod_brightness: set LED2 brightness (0) percent
  10152. <3>[42933.379148] msm_wm8958_shutdown_power: codec power shutdown
  10153. <3>[42933.379179] wm8994_ldo_power: Power down the WM8994 LDOs
  10154. <4>[42933.385282] max8903b_suspend: suspend
  10155. <6>[42933.393400] PM: suspend of devices complete after 224.364 msecs
  10156. <6>[42933.398832] PM: late suspend of devices complete after 5.368 msecs
  10157. <6>[42933.406034] PM: noirq suspend of devices complete after 7.137 msecs
  10158. <4>[42933.406065] Disabling non-boot CPUs ...
  10159. <6>[42933.406339] msm_pm_enter
  10160. <6>[42933.406339] msm_pm_enter: power collapse
  10161. <6>[42933.406339] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10162. <6>[42933.406339] msm_pm_enter: return
  10163. <6>[42933.412565] PM: noirq resume of devices complete after 5.673 msecs
  10164. <6>[42933.414488] wakeup wake lock: alarm_rtc
  10165. <6>[42933.420622] PM: early resume of devices complete after 5.917 msecs
  10166. <4>[42933.424345] max8903b_resume: resume
  10167. <3>[42933.433592] msm_wm8958_setup_power: codec power setup
  10168. <4>[42933.433653] 8058_s3: Failed to create debugfs directory
  10169. <3>[42933.433683] wm8994_ldo_power: Power up the WM8994 LDOs
  10170. <7>[42933.526548] lm8502_mod_brightness: set LED1 brightness (0) percent
  10171. <7>[42933.527860] lm8502_mod_brightness: set LED2 brightness (0) percent
  10172. <7>[42933.530729] lm8502_mod_brightness: set LED1 brightness (0) percent
  10173. <7>[42933.531095] lm8502_mod_brightness: set LED2 brightness (0) percent
  10174. <6>[42933.531309] PM: resume of devices complete after 110.578 msecs
  10175. <4>[42933.535429] Restarting tasks ... done.
  10176. <6>[42933.537992] PM: suspend exit 2015-04-19 15:00:45.007715456 UTC
  10177. <6>[42933.538023] suspend: exit suspend, ret = 0 (2015-04-19 15:00:45.007745952 UTC)
  10178. <4>[42933.595396] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=564 chg=a
  10179. <6>[42935.952421] PM: suspend entry 2015-04-19 15:00:47.421540117 UTC
  10180. <4>[42935.952482] Freezing user space processes ... (elapsed 0.005 seconds) done.
  10181. <4>[42936.015989] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10182. <4>[42936.017668] Suspending console(s) (use no_console_suspend to debug)
  10183. <7>[42936.188749] lm8502_mod_brightness: set LED2 brightness (0) percent
  10184. <7>[42936.189176] lm8502_mod_brightness: set LED1 brightness (0) percent
  10185. <7>[42936.214109] lm8502_mod_brightness: set LED1 brightness (0) percent
  10186. <7>[42936.217253] lm8502_mod_brightness: set LED2 brightness (0) percent
  10187. <3>[42936.220304] msm_wm8958_shutdown_power: codec power shutdown
  10188. <3>[42936.220365] wm8994_ldo_power: Power down the WM8994 LDOs
  10189. <4>[42936.226377] max8903b_suspend: suspend
  10190. <6>[42936.234464] PM: suspend of devices complete after 214.046 msecs
  10191. <6>[42936.240171] PM: late suspend of devices complete after 5.645 msecs
  10192. <6>[42936.247221] PM: noirq suspend of devices complete after 7.018 msecs
  10193. <4>[42936.247251] Disabling non-boot CPUs ...
  10194. <6>[42936.247556] msm_pm_enter
  10195. <6>[42936.247556] msm_pm_enter: power collapse
  10196. <6>[42936.247556] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10197. <6>[42936.247556] msm_pm_enter: return
  10198. <6>[42936.253690] PM: noirq resume of devices complete after 5.615 msecs
  10199. <6>[42936.255644] wakeup wake lock: alarm_rtc
  10200. <6>[42936.262144] PM: early resume of devices complete after 6.317 msecs
  10201. <4>[42936.264646] max8903b_resume: resume
  10202. <3>[42936.273893] msm_wm8958_setup_power: codec power setup
  10203. <4>[42936.273954] 8058_s3: Failed to create debugfs directory
  10204. <3>[42936.273985] wm8994_ldo_power: Power up the WM8994 LDOs
  10205. <7>[42936.366972] lm8502_mod_brightness: set LED1 brightness (0) percent
  10206. <7>[42936.368284] lm8502_mod_brightness: set LED2 brightness (0) percent
  10207. <7>[42936.371153] lm8502_mod_brightness: set LED1 brightness (0) percent
  10208. <7>[42936.371519] lm8502_mod_brightness: set LED2 brightness (0) percent
  10209. <6>[42936.371763] PM: resume of devices complete after 109.562 msecs
  10210. <4>[42936.375913] Restarting tasks ... done.
  10211. <6>[42936.379087] PM: suspend exit 2015-04-19 15:01:15.008356919 UTC
  10212. <6>[42936.379087] suspend: exit suspend, ret = 0 (2015-04-19 15:01:15.008387418 UTC)
  10213. <6>[42936.420469] PM: suspend entry 2015-04-19 15:01:15.049738046 UTC
  10214. <4>[42936.436796] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=556 chg=a
  10215. <4>[42936.463316] Freezing user space processes ... (elapsed 0.002 seconds) done.
  10216. <4>[42936.465513] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10217. <4>[42936.467283] Suspending console(s) (use no_console_suspend to debug)
  10218. <7>[42936.649015] lm8502_mod_brightness: set LED2 brightness (0) percent
  10219. <7>[42936.649473] lm8502_mod_brightness: set LED1 brightness (0) percent
  10220. <3>[42936.650297] dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
  10221. <3>[42936.650327] PM: Device alarm failed to suspend: error -16
  10222. <3>[42936.650358] PM: Some devices failed to suspend
  10223. <7>[42936.651029] lm8502_mod_brightness: set LED1 brightness (0) percent
  10224. <7>[42936.651457] lm8502_mod_brightness: set LED2 brightness (0) percent
  10225. <6>[42936.653715] PM: resume of devices complete after 3.325 msecs
  10226. <4>[42936.659818] Restarting tasks ... done.
  10227. <6>[42936.683134] PM: suspend exit 2015-04-19 15:01:15.312215697 UTC
  10228. <6>[42936.683134] suspend: exit suspend, ret = -16 (2015-04-19 15:01:15.312246203 UTC)
  10229. <6>[42936.683164] active wake lock PowerManagerService.WakeLocks
  10230. <6>[42936.915190] PM: suspend entry 2015-04-19 15:01:15.544239772 UTC
  10231. <4>[42936.915251] Freezing user space processes ... (elapsed 0.004 seconds) done.
  10232. <4>[42936.990537] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10233. <4>[42936.992246] Suspending console(s) (use no_console_suspend to debug)
  10234. <7>[42937.169187] lm8502_mod_brightness: set LED2 brightness (0) percent
  10235. <7>[42937.169615] lm8502_mod_brightness: set LED1 brightness (0) percent
  10236. <7>[42937.194547] lm8502_mod_brightness: set LED1 brightness (0) percent
  10237. <7>[42937.197721] lm8502_mod_brightness: set LED2 brightness (0) percent
  10238. <3>[42937.200773] msm_wm8958_shutdown_power: codec power shutdown
  10239. <3>[42937.200804] wm8994_ldo_power: Power down the WM8994 LDOs
  10240. <4>[42937.206846] max8903b_suspend: suspend
  10241. <6>[42937.214933] PM: suspend of devices complete after 219.896 msecs
  10242. <6>[42937.220670] PM: late suspend of devices complete after 5.643 msecs
  10243. <6>[42937.227690] PM: noirq suspend of devices complete after 6.985 msecs
  10244. <4>[42937.227720] Disabling non-boot CPUs ...
  10245. <6>[42937.227995] msm_pm_enter
  10246. <6>[42937.227995] msm_pm_enter: power collapse
  10247. <6>[42937.227995] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10248. <6>[42937.227995] msm_pm_enter: return
  10249. <6>[42937.234129] PM: noirq resume of devices complete after 5.613 msecs
  10250. <6>[42937.236082] wakeup wake lock: alarm_rtc
  10251. <6>[42937.242582] PM: early resume of devices complete after 6.314 msecs
  10252. <4>[42937.245115] max8903b_resume: resume
  10253. <3>[42937.254362] msm_wm8958_setup_power: codec power setup
  10254. <4>[42937.254423] 8058_s3: Failed to create debugfs directory
  10255. <3>[42937.254423] wm8994_ldo_power: Power up the WM8994 LDOs
  10256. <7>[42937.347349] lm8502_mod_brightness: set LED1 brightness (0) percent
  10257. <7>[42937.348692] lm8502_mod_brightness: set LED2 brightness (0) percent
  10258. <7>[42937.351530] lm8502_mod_brightness: set LED1 brightness (0) percent
  10259. <7>[42937.351896] lm8502_mod_brightness: set LED2 brightness (0) percent
  10260. <6>[42937.352140] PM: resume of devices complete after 109.480 msecs
  10261. <4>[42937.356230] Restarting tasks ... done.
  10262. <6>[42937.358824] PM: suspend exit 2015-04-19 15:01:45.007745949 UTC
  10263. <6>[42937.358824] suspend: exit suspend, ret = 0 (2015-04-19 15:01:45.007745949 UTC)
  10264. <4>[42937.421354] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=547 chg=a
  10265. <6>[42940.270872] PM: suspend entry 2015-04-19 15:01:47.919182292 UTC
  10266. <4>[42940.270933] Freezing user space processes ... (elapsed 0.005 seconds) done.
  10267. <4>[42940.328794] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10268. <4>[42940.330473] Suspending console(s) (use no_console_suspend to debug)
  10269. <7>[42940.509977] lm8502_mod_brightness: set LED2 brightness (0) percent
  10270. <7>[42940.510404] lm8502_mod_brightness: set LED1 brightness (0) percent
  10271. <7>[42940.535337] lm8502_mod_brightness: set LED1 brightness (0) percent
  10272. <7>[42940.538511] lm8502_mod_brightness: set LED2 brightness (0) percent
  10273. <3>[42940.541502] msm_wm8958_shutdown_power: codec power shutdown
  10274. <3>[42940.541563] wm8994_ldo_power: Power down the WM8994 LDOs
  10275. <4>[42940.547605] max8903b_suspend: suspend
  10276. <6>[42940.555692] PM: suspend of devices complete after 222.502 msecs
  10277. <6>[42940.561430] PM: late suspend of devices complete after 5.676 msecs
  10278. <6>[42940.568479] PM: noirq suspend of devices complete after 7.019 msecs
  10279. <4>[42940.568510] Disabling non-boot CPUs ...
  10280. <6>[42940.568784] msm_pm_enter
  10281. <6>[42940.568784] msm_pm_enter: power collapse
  10282. <6>[42940.568784] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10283. <6>[42940.568784] msm_pm_enter: return
  10284. <6>[42940.574949] PM: noirq resume of devices complete after 5.584 msecs
  10285. <6>[42940.576902] wakeup wake lock: alarm_rtc
  10286. <6>[42940.583311] PM: early resume of devices complete after 6.256 msecs
  10287. <4>[42940.585813] max8903b_resume: resume
  10288. <3>[42940.594999] msm_wm8958_setup_power: codec power setup
  10289. <4>[42940.595060] 8058_s3: Failed to create debugfs directory
  10290. <3>[42940.595091] wm8994_ldo_power: Power up the WM8994 LDOs
  10291. <7>[42940.679746] lm8502_mod_brightness: set LED1 brightness (0) percent
  10292. <7>[42940.681059] lm8502_mod_brightness: set LED2 brightness (0) percent
  10293. <7>[42940.683958] lm8502_mod_brightness: set LED1 brightness (0) percent
  10294. <7>[42940.684294] lm8502_mod_brightness: set LED2 brightness (0) percent
  10295. <6>[42940.684477] PM: resume of devices complete after 101.047 msecs
  10296. <4>[42940.688841] Restarting tasks ... done.
  10297. <6>[42940.694212] PM: suspend exit 2015-04-19 15:02:16.010705366 UTC
  10298. <6>[42940.694212] suspend: exit suspend, ret = 0 (2015-04-19 15:02:16.010735866 UTC)
  10299. <4>[42940.765959] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=540 chg=a
  10300. <6>[42940.875669] PM: suspend entry 2015-04-19 15:02:16.192038054 UTC
  10301. <4>[42940.907041] Freezing user space processes ... (elapsed 0.004 seconds) done.
  10302. <4>[42940.921385] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10303. <4>[42940.923094] Suspending console(s) (use no_console_suspend to debug)
  10304. <7>[42941.100126] lm8502_mod_brightness: set LED2 brightness (0) percent
  10305. <7>[42941.100553] lm8502_mod_brightness: set LED1 brightness (0) percent
  10306. <7>[42941.125425] lm8502_mod_brightness: set LED1 brightness (0) percent
  10307. <7>[42941.128629] lm8502_mod_brightness: set LED2 brightness (0) percent
  10308. <3>[42941.131651] msm_wm8958_shutdown_power: codec power shutdown
  10309. <3>[42941.131712] wm8994_ldo_power: Power down the WM8994 LDOs
  10310. <4>[42941.134001] max8903b_suspend: suspend
  10311. <6>[42941.142210] PM: suspend of devices complete after 216.379 msecs
  10312. <6>[42941.147642] PM: late suspend of devices complete after 5.400 msecs
  10313. <6>[42941.154356] PM: noirq suspend of devices complete after 6.681 msecs
  10314. <4>[42941.154356] Disabling non-boot CPUs ...
  10315. <6>[42941.154508] msm_pm_enter
  10316. <6>[42941.154508] msm_pm_enter: power collapse
  10317. <6>[42941.154508] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10318. <3>[42941.154508] msm_pm_enter: cannot find the lowest power limit
  10319. <6>[42941.154508] msm_pm_enter: return
  10320. <6>[42941.156278] PM: noirq resume of devices complete after 1.678 msecs
  10321. <6>[42941.158506] PM: early resume of devices complete after 1.678 msecs
  10322. <4>[42941.160215] max8903b_resume: resume
  10323. <3>[42941.169370] msm_wm8958_setup_power: codec power setup
  10324. <4>[42941.169431] 8058_s3: Failed to create debugfs directory
  10325. <3>[42941.169462] wm8994_ldo_power: Power up the WM8994 LDOs
  10326. <7>[42941.252531] lm8502_mod_brightness: set LED1 brightness (0) percent
  10327. <6>[42941.252897] wakeup wake lock: power-supply
  10328. <7>[42941.253202] lm8502_mod_brightness: set LED2 brightness (0) percent
  10329. <7>[42941.255918] lm8502_mod_brightness: set LED1 brightness (0) percent
  10330. <7>[42941.256284] lm8502_mod_brightness: set LED2 brightness (0) percent
  10331. <6>[42941.256529] PM: resume of devices complete after 97.929 msecs
  10332. <4>[42941.260648] Restarting tasks ... done.
  10333. <6>[42941.262907] PM: suspend exit 2015-04-19 15:02:16.579127444 UTC
  10334. <6>[42941.262937] suspend: exit suspend, ret = 0 (2015-04-19 15:02:16.579157939 UTC)
  10335. <6>[42941.262937] active wake lock power-supply
  10336. <6>[42941.311674] PM: suspend entry 2015-04-19 15:02:16.627859583 UTC
  10337. <4>[42941.326505] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=540 chg=a
  10338. <4>[42941.387785] Freezing user space processes ... (elapsed 0.001 seconds) done.
  10339. <4>[42941.394071] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10340. <4>[42941.395750] Suspending console(s) (use no_console_suspend to debug)
  10341. <7>[42941.566953] lm8502_mod_brightness: set LED2 brightness (0) percent
  10342. <7>[42941.567381] lm8502_mod_brightness: set LED1 brightness (0) percent
  10343. <7>[42941.592497] lm8502_mod_brightness: set LED1 brightness (0) percent
  10344. <7>[42941.593595] lm8502_mod_brightness: set LED2 brightness (0) percent
  10345. <3>[42941.595396] msm_wm8958_shutdown_power: codec power shutdown
  10346. <3>[42941.595396] wm8994_ldo_power: Power down the WM8994 LDOs
  10347. <4>[42941.598173] max8903b_suspend: suspend
  10348. <6>[42941.601988] PM: suspend of devices complete after 203.501 msecs
  10349. <6>[42941.603758] PM: late suspend of devices complete after 1.769 msecs
  10350. <6>[42941.606046] PM: noirq suspend of devices complete after 2.288 msecs
  10351. <4>[42941.606077] Disabling non-boot CPUs ...
  10352. <6>[42941.606199] msm_pm_enter
  10353. <6>[42941.606199] msm_pm_enter: power collapse
  10354. <6>[42941.606199] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10355. <6>[42941.606199] msm_pm_enter: return
  10356. <6>[42941.608183] PM: noirq resume of devices complete after 1.769 msecs
  10357. <6>[42941.608915] wakeup wake lock: alarm_rtc
  10358. <6>[42941.610716] PM: early resume of devices complete after 1.739 msecs
  10359. <4>[42941.612425] max8903b_resume: resume
  10360. <3>[42941.621671] msm_wm8958_setup_power: codec power setup
  10361. <4>[42941.621732] 8058_s3: Failed to create debugfs directory
  10362. <3>[42941.621763] wm8994_ldo_power: Power up the WM8994 LDOs
  10363. <7>[42941.714659] lm8502_mod_brightness: set LED1 brightness (0) percent
  10364. <7>[42941.715940] lm8502_mod_brightness: set LED2 brightness (0) percent
  10365. <7>[42941.718748] lm8502_mod_brightness: set LED1 brightness (0) percent
  10366. <7>[42941.719114] lm8502_mod_brightness: set LED2 brightness (0) percent
  10367. <6>[42941.719358] PM: resume of devices complete after 108.541 msecs
  10368. <4>[42941.723539] Restarting tasks ... done.
  10369. <6>[42941.738645] PM: suspend exit 2015-04-19 15:02:47.020339965 UTC
  10370. <6>[42941.738645] suspend: exit suspend, ret = 0 (2015-04-19 15:02:47.020370457 UTC)
  10371. <6>[42941.738676] active wake lock PowerManagerService.WakeLocks
  10372. <6>[42941.738676] active wake lock power-supply
  10373. <4>[42941.780515] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=531 chg=a
  10374. <6>[42945.643339] PM: suspend entry 2015-04-19 15:02:50.924427299 UTC
  10375. <4>[42945.643369] Freezing user space processes ... (elapsed 0.005 seconds) done.
  10376. <4>[42945.702390] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10377. <4>[42945.704099] Suspending console(s) (use no_console_suspend to debug)
  10378. <7>[42945.881193] lm8502_mod_brightness: set LED2 brightness (0) percent
  10379. <7>[42945.881651] lm8502_mod_brightness: set LED1 brightness (0) percent
  10380. <7>[42945.906614] lm8502_mod_brightness: set LED1 brightness (0) percent
  10381. <7>[42945.909757] lm8502_mod_brightness: set LED2 brightness (0) percent
  10382. <3>[42945.912779] msm_wm8958_shutdown_power: codec power shutdown
  10383. <3>[42945.912840] wm8994_ldo_power: Power down the WM8994 LDOs
  10384. <4>[42945.918882] max8903b_suspend: suspend
  10385. <6>[42945.926969] PM: suspend of devices complete after 220.214 msecs
  10386. <6>[42945.932585] PM: late suspend of devices complete after 5.584 msecs
  10387. <6>[42945.939634] PM: noirq suspend of devices complete after 6.988 msecs
  10388. <4>[42945.939665] Disabling non-boot CPUs ...
  10389. <6>[42945.939939] msm_pm_enter
  10390. <6>[42945.939939] msm_pm_enter: power collapse
  10391. <6>[42945.939939] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10392. <6>[42945.939939] msm_pm_enter: return
  10393. <6>[42945.946073] PM: noirq resume of devices complete after 5.584 msecs
  10394. <6>[42945.948026] wakeup wake lock: alarm_rtc
  10395. <6>[42945.954588] PM: early resume of devices complete after 6.378 msecs
  10396. <4>[42945.957121] max8903b_resume: resume
  10397. <3>[42945.966367] msm_wm8958_setup_power: codec power setup
  10398. <4>[42945.966429] 8058_s3: Failed to create debugfs directory
  10399. <3>[42945.966429] wm8994_ldo_power: Power up the WM8994 LDOs
  10400. <7>[42946.059385] lm8502_mod_brightness: set LED1 brightness (0) percent
  10401. <7>[42946.060728] lm8502_mod_brightness: set LED2 brightness (0) percent
  10402. <7>[42946.063566] lm8502_mod_brightness: set LED1 brightness (0) percent
  10403. <7>[42946.063932] lm8502_mod_brightness: set LED2 brightness (0) percent
  10404. <6>[42946.064207] PM: resume of devices complete after 109.556 msecs
  10405. <4>[42946.068327] Restarting tasks ... done.
  10406. <6>[42946.088102] PM: suspend exit 2015-04-19 15:03:18.024944632 UTC
  10407. <6>[42946.088102] suspend: exit suspend, ret = 0 (2015-04-19 15:03:18.024975124 UTC)
  10408. <4>[42946.145567] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=524 chg=a
  10409. <6>[42946.442594] PM: suspend entry 2015-04-19 15:03:18.379239497 UTC
  10410. <4>[42946.442655] Freezing user space processes ... (elapsed 0.001 seconds) done.
  10411. <4>[42946.520567] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10412. <4>[42946.522276] Suspending console(s) (use no_console_suspend to debug)
  10413. <7>[42946.701505] lm8502_mod_brightness: set LED2 brightness (0) percent
  10414. <7>[42946.701933] lm8502_mod_brightness: set LED1 brightness (0) percent
  10415. <7>[42946.726835] lm8502_mod_brightness: set LED1 brightness (0) percent
  10416. <7>[42946.730070] lm8502_mod_brightness: set LED2 brightness (0) percent
  10417. <3>[42946.733091] msm_wm8958_shutdown_power: codec power shutdown
  10418. <3>[42946.733122] wm8994_ldo_power: Power down the WM8994 LDOs
  10419. <4>[42946.739164] max8903b_suspend: suspend
  10420. <6>[42946.747282] PM: suspend of devices complete after 222.260 msecs
  10421. <6>[42946.753019] PM: late suspend of devices complete after 5.673 msecs
  10422. <6>[42946.760069] PM: noirq suspend of devices complete after 7.015 msecs
  10423. <4>[42946.760099] Disabling non-boot CPUs ...
  10424. <6>[42946.760374] msm_pm_enter
  10425. <6>[42946.760374] msm_pm_enter: power collapse
  10426. <6>[42946.760374] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10427. <6>[42946.760374] msm_pm_enter: return
  10428. <6>[42946.766508] PM: noirq resume of devices complete after 5.612 msecs
  10429. <6>[42946.768461] wakeup wake lock: alarm_rtc
  10430. <6>[42946.774931] PM: early resume of devices complete after 6.252 msecs
  10431. <4>[42946.777403] max8903b_resume: resume
  10432. <3>[42946.786649] msm_wm8958_setup_power: codec power setup
  10433. <4>[42946.786711] 8058_s3: Failed to create debugfs directory
  10434. <3>[42946.786741] wm8994_ldo_power: Power up the WM8994 LDOs
  10435. <7>[42946.879698] lm8502_mod_brightness: set LED1 brightness (0) percent
  10436. <7>[42946.881010] lm8502_mod_brightness: set LED2 brightness (0) percent
  10437. <7>[42946.883848] lm8502_mod_brightness: set LED1 brightness (0) percent
  10438. <7>[42946.884214] lm8502_mod_brightness: set LED2 brightness (0) percent
  10439. <6>[42946.884458] PM: resume of devices complete after 109.419 msecs
  10440. <4>[42946.888578] Restarting tasks ... done.
  10441. <6>[42946.893705] PM: suspend exit 2015-04-19 15:03:48.010307634 UTC
  10442. <6>[42946.893736] suspend: exit suspend, ret = 0 (2015-04-19 15:03:48.010338130 UTC)
  10443. <4>[42946.942503] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=516 chg=a
  10444. <6>[42952.409757] PM: suspend entry 2015-04-19 15:03:53.525744891 UTC
  10445. <4>[42952.409818] Freezing user space processes ... (elapsed 0.005 seconds) done.
  10446. <4>[42952.433195] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10447. <4>[42952.434965] Suspending console(s) (use no_console_suspend to debug)
  10448. <7>[42952.609617] lm8502_mod_brightness: set LED2 brightness (0) percent
  10449. <7>[42952.610044] lm8502_mod_brightness: set LED1 brightness (0) percent
  10450. <7>[42952.629209] lm8502_mod_brightness: set LED1 brightness (0) percent
  10451. <7>[42952.631315] lm8502_mod_brightness: set LED2 brightness (0) percent
  10452. <3>[42952.633299] msm_wm8958_shutdown_power: codec power shutdown
  10453. <3>[42952.633299] wm8994_ldo_power: Power down the WM8994 LDOs
  10454. <4>[42952.636808] max8903b_suspend: suspend
  10455. <6>[42952.640562] PM: suspend of devices complete after 202.972 msecs
  10456. <6>[42952.642332] PM: late suspend of devices complete after 1.770 msecs
  10457. <6>[42952.644712] PM: noirq suspend of devices complete after 2.349 msecs
  10458. <4>[42952.644712] Disabling non-boot CPUs ...
  10459. <6>[42952.644834] msm_pm_enter
  10460. <6>[42952.644834] msm_pm_enter: power collapse
  10461. <6>[42952.644834] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10462. <6>[42952.644834] msm_pm_enter: return
  10463. <6>[42952.646818] PM: noirq resume of devices complete after 1.770 msecs
  10464. <6>[42952.647550] wakeup wake lock: alarm_rtc
  10465. <6>[42952.649351] PM: early resume of devices complete after 1.739 msecs
  10466. <4>[42952.651029] max8903b_resume: resume
  10467. <3>[42952.660215] msm_wm8958_setup_power: codec power setup
  10468. <4>[42952.660276] 8058_s3: Failed to create debugfs directory
  10469. <3>[42952.660276] wm8994_ldo_power: Power up the WM8994 LDOs
  10470. <7>[42952.748533] lm8502_mod_brightness: set LED1 brightness (0) percent
  10471. <7>[42952.749174] lm8502_mod_brightness: set LED2 brightness (0) percent
  10472. <7>[42952.751982] lm8502_mod_brightness: set LED1 brightness (0) percent
  10473. <7>[42952.752317] lm8502_mod_brightness: set LED2 brightness (0) percent
  10474. <6>[42952.753568] PM: resume of devices complete after 104.139 msecs
  10475. <4>[42952.756956] Restarting tasks ... done.
  10476. <6>[42952.761442] PM: suspend exit 2015-04-19 15:04:18.009941558 UTC
  10477. <6>[42952.761442] suspend: exit suspend, ret = 0 (2015-04-19 15:04:18.009941558 UTC)
  10478. <6>[42952.804411] PM: suspend entry 2015-04-19 15:04:18.052875108 UTC
  10479. <4>[42952.820036] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=508 chg=a
  10480. <4>[42952.868467] Freezing user space processes ...
  10481. <6>[42952.868894] active wake lock PowerManagerService.WakeLocks
  10482. <4>[42952.868925]
  10483. <3>[42952.868925] Freezing of tasks aborted after 0.000 seconds (25 tasks refusing to freeze, wq_busy=0):
  10484. <4>[42952.868925]
  10485. <4>[42952.868925] Restarting tasks ... done.
  10486. <6>[42952.870512] PM: suspend exit 2015-04-19 15:04:18.118933028 UTC
  10487. <6>[42952.870512] suspend: exit suspend, ret = -16 (2015-04-19 15:04:18.118933028 UTC)
  10488. <6>[42952.972807] PM: suspend entry 2015-04-19 15:04:18.221134408 UTC
  10489. <4>[42952.974943] Freezing user space processes ... (elapsed 0.017 seconds) done.
  10490. <4>[42953.005003] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10491. <4>[42953.006223] Suspending console(s) (use no_console_suspend to debug)
  10492. <7>[42953.192411] lm8502_mod_brightness: set LED2 brightness (0) percent
  10493. <7>[42953.192838] lm8502_mod_brightness: set LED1 brightness (0) percent
  10494. <7>[42953.217161] lm8502_mod_brightness: set LED1 brightness (0) percent
  10495. <7>[42953.220365] lm8502_mod_brightness: set LED2 brightness (0) percent
  10496. <3>[42953.223325] msm_wm8958_shutdown_power: codec power shutdown
  10497. <3>[42953.223356] wm8994_ldo_power: Power down the WM8994 LDOs
  10498. <4>[42953.229551] max8903b_suspend: suspend
  10499. <6>[42953.237669] PM: suspend of devices complete after 228.648 msecs
  10500. <6>[42953.243101] PM: late suspend of devices complete after 5.400 msecs
  10501. <6>[42953.250425] PM: noirq suspend of devices complete after 7.261 msecs
  10502. <4>[42953.250456] Disabling non-boot CPUs ...
  10503. <6>[42953.250761] msm_pm_enter
  10504. <6>[42953.250761] msm_pm_enter: power collapse
  10505. <6>[42953.250761] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10506. <6>[42953.250761] msm_pm_enter: return
  10507. <6>[42953.256895] PM: noirq resume of devices complete after 5.614 msecs
  10508. <6>[42953.258848] wakeup wake lock: alarm_rtc
  10509. <6>[42953.264982] PM: early resume of devices complete after 5.949 msecs
  10510. <4>[42953.268461] max8903b_resume: resume
  10511. <3>[42953.277738] msm_wm8958_setup_power: codec power setup
  10512. <4>[42953.277799] 8058_s3: Failed to create debugfs directory
  10513. <3>[42953.277830] wm8994_ldo_power: Power up the WM8994 LDOs
  10514. <7>[42953.370725] lm8502_mod_brightness: set LED1 brightness (0) percent
  10515. <7>[42953.372068] lm8502_mod_brightness: set LED2 brightness (0) percent
  10516. <7>[42953.374906] lm8502_mod_brightness: set LED1 brightness (0) percent
  10517. <7>[42953.375273] lm8502_mod_brightness: set LED2 brightness (0) percent
  10518. <6>[42953.375517] PM: resume of devices complete after 110.394 msecs
  10519. <4>[42953.379789] Restarting tasks ... done.
  10520. <6>[42953.385893] PM: suspend exit 2015-04-19 15:04:48.011435982 UTC
  10521. <6>[42953.385923] suspend: exit suspend, ret = 0 (2015-04-19 15:04:48.011435982 UTC)
  10522. <4>[42953.434904] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=500 chg=a
  10523. <6>[42956.261015] PM: suspend entry 2015-04-19 15:04:50.885940768 UTC
  10524. <4>[42956.261076] Freezing user space processes ... (elapsed 0.005 seconds) done.
  10525. <4>[42956.321531] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10526. <4>[42956.323240] Suspending console(s) (use no_console_suspend to debug)
  10527. <7>[42956.499754] lm8502_mod_brightness: set LED2 brightness (0) percent
  10528. <7>[42956.500181] lm8502_mod_brightness: set LED1 brightness (0) percent
  10529. <7>[42956.524381] lm8502_mod_brightness: set LED1 brightness (0) percent
  10530. <7>[42956.527647] lm8502_mod_brightness: set LED2 brightness (0) percent
  10531. <3>[42956.530576] msm_wm8958_shutdown_power: codec power shutdown
  10532. <3>[42956.530638] wm8994_ldo_power: Power down the WM8994 LDOs
  10533. <4>[42956.535551] max8903b_suspend: suspend
  10534. <6>[42956.543638] PM: suspend of devices complete after 217.713 msecs
  10535. <6>[42956.549223] PM: late suspend of devices complete after 5.523 msecs
  10536. <6>[42956.556333] PM: noirq suspend of devices complete after 7.049 msecs
  10537. <4>[42956.556394] Disabling non-boot CPUs ...
  10538. <6>[42956.556669] msm_pm_enter
  10539. <6>[42956.556669] msm_pm_enter: power collapse
  10540. <6>[42956.556669] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10541. <6>[42956.556669] msm_pm_enter: return
  10542. <6>[42956.562711] PM: noirq resume of devices complete after 5.523 msecs
  10543. <6>[42956.564237] wakeup wake lock: mmc1
  10544. <6>[42956.570280] PM: early resume of devices complete after 5.554 msecs
  10545. <4>[42956.578428] max8903b_resume: resume
  10546. <3>[42956.587553] msm_wm8958_setup_power: codec power setup
  10547. <4>[42956.587614] 8058_s3: Failed to create debugfs directory
  10548. <3>[42956.587644] wm8994_ldo_power: Power up the WM8994 LDOs
  10549. <7>[42956.671781] lm8502_mod_brightness: set LED1 brightness (0) percent
  10550. <7>[42956.673124] lm8502_mod_brightness: set LED2 brightness (0) percent
  10551. <7>[42956.675962] lm8502_mod_brightness: set LED1 brightness (0) percent
  10552. <7>[42956.676298] lm8502_mod_brightness: set LED2 brightness (0) percent
  10553. <6>[42956.676328] PM: resume of devices complete after 105.950 msecs
  10554. <4>[42956.679197] Restarting tasks ... done.
  10555. <6>[42956.704740] PM: suspend exit 2015-04-19 15:04:56.029213556 UTC
  10556. <6>[42956.704740] suspend: exit suspend, ret = 0 (2015-04-19 15:04:56.029213556 UTC)
  10557. <6>[42956.704771] active wake lock PowerManagerService.WakeLocks
  10558. <6>[42956.704771] active wake lock power-supply
  10559. <6>[42956.719969] PM: suspend entry 2015-04-19 15:04:56.044429710 UTC
  10560. <4>[42956.734586] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=496 chg=a
  10561. <4>[42956.763639] Freezing user space processes ... (elapsed 0.001 seconds) done.
  10562. <4>[42956.765592] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10563. <4>[42956.767240] Suspending console(s) (use no_console_suspend to debug)
  10564. <7>[42956.943449] lm8502_mod_brightness: set LED2 brightness (0) percent
  10565. <7>[42956.943876] lm8502_mod_brightness: set LED1 brightness (0) percent
  10566. <7>[42956.967314] lm8502_mod_brightness: set LED1 brightness (0) percent
  10567. <7>[42956.968321] lm8502_mod_brightness: set LED2 brightness (0) percent
  10568. <3>[42956.969938] msm_wm8958_shutdown_power: codec power shutdown
  10569. <3>[42956.969969] wm8994_ldo_power: Power down the WM8994 LDOs
  10570. <4>[42956.972227] max8903b_suspend: suspend
  10571. <6>[42956.980436] PM: suspend of devices complete after 210.384 msecs
  10572. <6>[42956.986082] PM: late suspend of devices complete after 5.582 msecs
  10573. <6>[42956.993131] PM: noirq suspend of devices complete after 7.016 msecs
  10574. <4>[42956.993162] Disabling non-boot CPUs ...
  10575. <6>[42956.993467] msm_pm_enter
  10576. <6>[42956.993467] msm_pm_enter: power collapse
  10577. <6>[42956.993467] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10578. <6>[42956.993467] msm_pm_enter: return
  10579. <6>[42956.999601] PM: noirq resume of devices complete after 5.582 msecs
  10580. <6>[42957.001554] wakeup wake lock: alarm_rtc
  10581. <6>[42957.007353] PM: early resume of devices complete after 5.612 msecs
  10582. <4>[42957.009489] max8903b_resume: resume
  10583. <3>[42957.018705] msm_wm8958_setup_power: codec power setup
  10584. <4>[42957.018766] 8058_s3: Failed to create debugfs directory
  10585. <3>[42957.018797] wm8994_ldo_power: Power up the WM8994 LDOs
  10586. <7>[42957.111784] lm8502_mod_brightness: set LED1 brightness (0) percent
  10587. <7>[42957.113127] lm8502_mod_brightness: set LED2 brightness (0) percent
  10588. <7>[42957.115965] lm8502_mod_brightness: set LED1 brightness (0) percent
  10589. <7>[42957.116331] lm8502_mod_brightness: set LED2 brightness (0) percent
  10590. <6>[42957.116575] PM: resume of devices complete after 109.145 msecs
  10591. <4>[42957.120695] Restarting tasks ... done.
  10592. <6>[42957.123045] PM: suspend exit 2015-04-19 15:05:18.007532492 UTC
  10593. <6>[42957.123075] suspend: exit suspend, ret = 0 (2015-04-19 15:05:18.007562988 UTC)
  10594. <6>[42957.123075] active wake lock power-supply
  10595. <6>[42957.175260] PM: suspend entry 2015-04-19 15:05:18.059676884 UTC
  10596. <4>[42957.197416] healthd: battery l=96 v=4099 t=26.0 h=2 st=2 c=493 chg=a
  10597. <4>[42957.226042] Freezing user space processes ... (elapsed 0.001 seconds) done.
  10598. <4>[42957.227842] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10599. <4>[42957.229460] Suspending console(s) (use no_console_suspend to debug)
  10600. <7>[42957.403806] lm8502_mod_brightness: set LED2 brightness (0) percent
  10601. <7>[42957.404234] lm8502_mod_brightness: set LED1 brightness (0) percent
  10602. <7>[42957.428648] lm8502_mod_brightness: set LED1 brightness (0) percent
  10603. <7>[42957.431791] lm8502_mod_brightness: set LED2 brightness (0) percent
  10604. <3>[42957.434751] msm_wm8958_shutdown_power: codec power shutdown
  10605. <3>[42957.434782] wm8994_ldo_power: Power down the WM8994 LDOs
  10606. <4>[42957.440977] max8903b_suspend: suspend
  10607. <6>[42957.449064] PM: suspend of devices complete after 216.586 msecs
  10608. <6>[42957.454496] PM: late suspend of devices complete after 5.399 msecs
  10609. <6>[42957.461790] active wake lock alarm, time left 492
  10610. <3>[42957.461851] dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
  10611. <3>[42957.461881] PM: Device power.0 failed to suspend noirq: error -11
  10612. <6>[42957.466825] PM: noirq resume of devices complete after 4.911 msecs
  10613. <6>[42957.473722] PM: early resume of devices complete after 5.155 msecs
  10614. <3>[42957.473753] PM: Some devices failed to power down
  10615. <4>[42957.479612] max8903b_resume: resume
  10616. <3>[42957.488767] msm_wm8958_setup_power: codec power setup
  10617. <4>[42957.488828] 8058_s3: Failed to create debugfs directory
  10618. <3>[42957.488859] wm8994_ldo_power: Power up the WM8994 LDOs
  10619. <7>[42957.581815] lm8502_mod_brightness: set LED1 brightness (0) percent
  10620. <7>[42957.583189] lm8502_mod_brightness: set LED2 brightness (0) percent
  10621. <7>[42957.586027] lm8502_mod_brightness: set LED1 brightness (0) percent
  10622. <7>[42957.586363] lm8502_mod_brightness: set LED2 brightness (0) percent
  10623. <6>[42957.586637] PM: resume of devices complete after 112.793 msecs
  10624. <4>[42957.590910] Restarting tasks ... done.
  10625. <6>[42957.615385] PM: suspend exit 2015-04-19 15:05:18.499598305 UTC
  10626. <6>[42957.615385] suspend: exit suspend, ret = -11 (2015-04-19 15:05:18.499628817 UTC)
  10627. <6>[42957.615415] active wake lock PowerManagerService.WakeLocks
  10628. <6>[42957.615415] active wake lock power-supply
  10629. <4>[42957.659055] healthd: battery l=96 v=4099 t=26.0 h=2 st=2 c=493 chg=a
  10630. <6>[42957.921659] PM: suspend entry 2015-04-19 15:05:18.805766360 UTC
  10631. <4>[42957.921720] Freezing user space processes ... (elapsed 0.001 seconds) done.
  10632. <4>[42957.989134] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10633. <4>[42957.990843] Suspending console(s) (use no_console_suspend to debug)
  10634. <7>[42958.174070] lm8502_mod_brightness: set LED2 brightness (0) percent
  10635. <7>[42958.174497] lm8502_mod_brightness: set LED1 brightness (0) percent
  10636. <3>[42958.175169] dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
  10637. <3>[42958.175321] PM: Device alarm failed to suspend: error -16
  10638. <3>[42958.175352] PM: Some devices failed to suspend
  10639. <7>[42958.176023] lm8502_mod_brightness: set LED1 brightness (0) percent
  10640. <7>[42958.176450] lm8502_mod_brightness: set LED2 brightness (0) percent
  10641. <6>[42958.178648] PM: resume of devices complete after 3.294 msecs
  10642. <4>[42958.184904] Restarting tasks ... done.
  10643. <6>[42958.188383] PM: suspend exit 2015-04-19 15:05:19.072394155 UTC
  10644. <6>[42958.188383] suspend: exit suspend, ret = -16 (2015-04-19 15:05:19.072424664 UTC)
  10645. <6>[42959.794798] PM: suspend entry 2015-04-19 15:05:20.678612781 UTC
  10646. <4>[42959.794950] Freezing user space processes ... (elapsed 0.009 seconds) done.
  10647. <4>[42959.828062] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10648. <4>[42959.829771] Suspending console(s) (use no_console_suspend to debug)
  10649. <7>[42960.014219] lm8502_mod_brightness: set LED2 brightness (0) percent
  10650. <7>[42960.014646] lm8502_mod_brightness: set LED1 brightness (0) percent
  10651. <7>[42960.039640] lm8502_mod_brightness: set LED1 brightness (0) percent
  10652. <7>[42960.042845] lm8502_mod_brightness: set LED2 brightness (0) percent
  10653. <3>[42960.045835] msm_wm8958_shutdown_power: codec power shutdown
  10654. <3>[42960.045896] wm8994_ldo_power: Power down the WM8994 LDOs
  10655. <4>[42960.051908] max8903b_suspend: suspend
  10656. <6>[42960.060423] PM: suspend of devices complete after 227.781 msecs
  10657. <6>[42960.066038] PM: late suspend of devices complete after 5.554 msecs
  10658. <6>[42960.073087] active wake lock alarm_rtc, time left 92
  10659. <3>[42960.073148] dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
  10660. <3>[42960.073179] PM: Device power.0 failed to suspend noirq: error -11
  10661. <6>[42960.078123] PM: noirq resume of devices complete after 4.882 msecs
  10662. <6>[42960.085020] PM: early resume of devices complete after 5.187 msecs
  10663. <3>[42960.085050] PM: Some devices failed to power down
  10664. <4>[42960.090177] max8903b_resume: resume
  10665. <3>[42960.099424] msm_wm8958_setup_power: codec power setup
  10666. <4>[42960.099485] 8058_s3: Failed to create debugfs directory
  10667. <3>[42960.099516] wm8994_ldo_power: Power up the WM8994 LDOs
  10668. <7>[42960.184171] lm8502_mod_brightness: set LED1 brightness (0) percent
  10669. <7>[42960.185453] lm8502_mod_brightness: set LED2 brightness (0) percent
  10670. <7>[42960.188291] lm8502_mod_brightness: set LED1 brightness (0) percent
  10671. <7>[42960.188627] lm8502_mod_brightness: set LED2 brightness (0) percent
  10672. <6>[42960.188871] PM: resume of devices complete after 103.789 msecs
  10673. <4>[42960.192991] Restarting tasks ... done.
  10674. <6>[42960.195005] PM: suspend exit 2015-04-19 15:05:21.078878740 UTC
  10675. <6>[42960.195036] suspend: exit suspend, ret = -11 (2015-04-19 15:05:21.078878740 UTC)
  10676. <4>[42960.252195] healthd: battery l=96 v=4099 t=26.0 h=2 st=2 c=493 chg=a
  10677. <6>[42960.989012] PM: suspend entry 2015-04-19 15:05:21.872852290 UTC
  10678. <4>[42961.038542] Freezing user space processes ... (elapsed 0.003 seconds) done.
  10679. <4>[42961.042295] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  10680. <4>[42961.045194] Suspending console(s) (use no_console_suspend to debug)
  10681. <7>[42961.242307] lm8502_mod_brightness: set LED2 brightness (0) percent
  10682. <7>[42961.242796] lm8502_mod_brightness: set LED1 brightness (0) percent
  10683. <7>[42961.261442] lm8502_mod_brightness: set LED1 brightness (0) percent
  10684. <7>[42961.263487] lm8502_mod_brightness: set LED2 brightness (0) percent
  10685. <3>[42961.265531] msm_wm8958_shutdown_power: codec power shutdown
  10686. <3>[42961.265531] wm8994_ldo_power: Power down the WM8994 LDOs
  10687. <4>[42961.268980] max8903b_suspend: suspend
  10688. <6>[42961.272764] PM: suspend of devices complete after 218.170 msecs
  10689. <6>[42961.274534] PM: late suspend of devices complete after 1.739 msecs
  10690. <6>[42961.276914] PM: noirq suspend of devices complete after 2.349 msecs
  10691. <4>[42961.276914] Disabling non-boot CPUs ...
  10692. <6>[42961.277036] msm_pm_enter
  10693. <6>[42961.277036] msm_pm_enter: power collapse
  10694. <6>[42961.277036] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10695. <6>[42961.277036] msm_pm_enter: return
  10696. <6>[42961.279020] PM: noirq resume of devices complete after 1.770 msecs
  10697. <6>[42961.279752] wakeup wake lock: alarm_rtc
  10698. <6>[42961.281553] PM: early resume of devices complete after 1.739 msecs
  10699. <4>[42961.283262] max8903b_resume: resume
  10700. <3>[42961.292326] msm_wm8958_setup_power: codec power setup
  10701. <4>[42961.292387] 8058_s3: Failed to create debugfs directory
  10702. <3>[42961.292417] wm8994_ldo_power: Power up the WM8994 LDOs
  10703. <7>[42961.385374] lm8502_mod_brightness: set LED1 brightness (0) percent
  10704. <7>[42961.386717] lm8502_mod_brightness: set LED2 brightness (0) percent
  10705. <7>[42961.389524] lm8502_mod_brightness: set LED1 brightness (0) percent
  10706. <7>[42961.389890] lm8502_mod_brightness: set LED2 brightness (0) percent
  10707. <6>[42961.390135] PM: resume of devices complete after 108.507 msecs
  10708. <4>[42961.394254] Restarting tasks ... done.
  10709. <6>[42961.400480] PM: suspend exit 2015-04-19 15:05:49.011405349 UTC
  10710. <6>[42961.400511] suspend: exit suspend, ret = 0 (2015-04-19 15:05:49.011435845 UTC)
  10711. <6>[42961.400511] active wake lock PowerManagerService.WakeLocks
  10712. <6>[42961.400541] active wake lock power-supply
  10713. <4>[42961.453886] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=486 chg=a
  10714. <6>[42963.204801] PM: suspend entry 2015-04-19 15:05:50.815157392 UTC
  10715. <4>[42963.204832] Freezing user space processes ... (elapsed 0.004 seconds) done.
  10716. <4>[42963.249876] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10717. <4>[42963.251554] Suspending console(s) (use no_console_suspend to debug)
  10718. <7>[42963.424864] lm8502_mod_brightness: set LED2 brightness (0) percent
  10719. <7>[42963.425291] lm8502_mod_brightness: set LED1 brightness (0) percent
  10720. <7>[42963.449705] lm8502_mod_brightness: set LED1 brightness (0) percent
  10721. <7>[42963.452940] lm8502_mod_brightness: set LED2 brightness (0) percent
  10722. <3>[42963.455900] msm_wm8958_shutdown_power: codec power shutdown
  10723. <3>[42963.455930] wm8994_ldo_power: Power down the WM8994 LDOs
  10724. <4>[42963.462034] max8903b_suspend: suspend
  10725. <6>[42963.470152] PM: suspend of devices complete after 215.929 msecs
  10726. <6>[42963.475584] PM: late suspend of devices complete after 5.370 msecs
  10727. <6>[42963.482908] PM: noirq suspend of devices complete after 7.262 msecs
  10728. <4>[42963.482939] Disabling non-boot CPUs ...
  10729. <6>[42963.483213] msm_pm_enter
  10730. <6>[42963.483213] msm_pm_enter: power collapse
  10731. <6>[42963.483213] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10732. <6>[42963.483213] msm_pm_enter: return
  10733. <6>[42963.489347] PM: noirq resume of devices complete after 5.614 msecs
  10734. <6>[42963.491300] wakeup wake lock: alarm_rtc
  10735. <6>[42963.497434] PM: early resume of devices complete after 5.919 msecs
  10736. <4>[42963.500822] max8903b_resume: resume
  10737. <3>[42963.510099] msm_wm8958_setup_power: codec power setup
  10738. <4>[42963.510160] 8058_s3: Failed to create debugfs directory
  10739. <3>[42963.510160] wm8994_ldo_power: Power up the WM8994 LDOs
  10740. <7>[42963.603147] lm8502_mod_brightness: set LED1 brightness (0) percent
  10741. <7>[42963.604490] lm8502_mod_brightness: set LED2 brightness (0) percent
  10742. <7>[42963.607359] lm8502_mod_brightness: set LED1 brightness (0) percent
  10743. <7>[42963.607694] lm8502_mod_brightness: set LED2 brightness (0) percent
  10744. <6>[42963.607969] PM: resume of devices complete after 110.432 msecs
  10745. <4>[42963.612119] Restarting tasks ... done.
  10746. <6>[42963.614897] PM: suspend exit 2015-04-19 15:06:19.007959310 UTC
  10747. <6>[42963.614897] suspend: exit suspend, ret = 0 (2015-04-19 15:06:19.007989806 UTC)
  10748. <4>[42963.705290] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=478 chg=a
  10749. <6>[42963.784269] PM: suspend entry 2015-04-19 15:06:19.177244588 UTC
  10750. <4>[42963.835691] Freezing user space processes ... (elapsed 0.003 seconds) done.
  10751. <4>[42963.849943] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10752. <4>[42963.851621] Suspending console(s) (use no_console_suspend to debug)
  10753. <7>[42964.023222] lm8502_mod_brightness: set LED2 brightness (0) percent
  10754. <7>[42964.023679] lm8502_mod_brightness: set LED1 brightness (0) percent
  10755. <7>[42964.042356] lm8502_mod_brightness: set LED1 brightness (0) percent
  10756. <7>[42964.044401] lm8502_mod_brightness: set LED2 brightness (0) percent
  10757. <3>[42964.046446] msm_wm8958_shutdown_power: codec power shutdown
  10758. <3>[42964.046446] wm8994_ldo_power: Power down the WM8994 LDOs
  10759. <4>[42964.049894] max8903b_suspend: suspend
  10760. <6>[42964.053678] PM: suspend of devices complete after 199.320 msecs
  10761. <6>[42964.055448] PM: late suspend of devices complete after 1.739 msecs
  10762. <6>[42964.057798] PM: noirq suspend of devices complete after 2.349 msecs
  10763. <4>[42964.057829] Disabling non-boot CPUs ...
  10764. <6>[42964.057951] msm_pm_enter
  10765. <6>[42964.057951] msm_pm_enter: power collapse
  10766. <6>[42964.057951] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10767. <6>[42964.057951] msm_pm_enter: return
  10768. <6>[42964.059934] PM: noirq resume of devices complete after 1.769 msecs
  10769. <6>[42964.060667] wakeup wake lock: alarm_rtc
  10770. <6>[42964.062467] PM: early resume of devices complete after 1.739 msecs
  10771. <4>[42964.064146] max8903b_resume: resume
  10772. <3>[42964.073301] msm_wm8958_setup_power: codec power setup
  10773. <4>[42964.073362] 8058_s3: Failed to create debugfs directory
  10774. <3>[42964.073393] wm8994_ldo_power: Power up the WM8994 LDOs
  10775. <7>[42964.158140] lm8502_mod_brightness: set LED1 brightness (0) percent
  10776. <7>[42964.159483] lm8502_mod_brightness: set LED2 brightness (0) percent
  10777. <7>[42964.162260] lm8502_mod_brightness: set LED1 brightness (0) percent
  10778. <7>[42964.162626] lm8502_mod_brightness: set LED2 brightness (0) percent
  10779. <6>[42964.162870] PM: resume of devices complete after 100.308 msecs
  10780. <4>[42964.166990] Restarting tasks ... done.
  10781. <6>[42964.169096] PM: suspend exit 2015-04-19 15:06:49.007258719 UTC
  10782. <6>[42964.169096] suspend: exit suspend, ret = 0 (2015-04-19 15:06:49.007289218 UTC)
  10783. <6>[42964.169096] active wake lock power-supply
  10784. <6>[42964.169126] active wake lock alarm_rtc, time left 89
  10785. <4>[42964.227903] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=472 chg=a
  10786. <6>[42965.898954] PM: suspend entry 2015-04-19 15:06:50.736558562 UTC
  10787. <4>[42965.898985] Freezing user space processes ... (elapsed 0.005 seconds) done.
  10788. <4>[42965.955229] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10789. <4>[42965.956938] Suspending console(s) (use no_console_suspend to debug)
  10790. <7>[42966.125944] lm8502_mod_brightness: set LED2 brightness (0) percent
  10791. <7>[42966.126402] lm8502_mod_brightness: set LED1 brightness (0) percent
  10792. <7>[42966.151365] lm8502_mod_brightness: set LED1 brightness (0) percent
  10793. <7>[42966.154539] lm8502_mod_brightness: set LED2 brightness (0) percent
  10794. <3>[42966.157560] msm_wm8958_shutdown_power: codec power shutdown
  10795. <3>[42966.157621] wm8994_ldo_power: Power down the WM8994 LDOs
  10796. <4>[42966.163633] max8903b_suspend: suspend
  10797. <6>[42966.171690] PM: suspend of devices complete after 212.050 msecs
  10798. <6>[42966.177305] PM: late suspend of devices complete after 5.553 msecs
  10799. <6>[42966.184355] PM: noirq suspend of devices complete after 6.988 msecs
  10800. <4>[42966.184385] Disabling non-boot CPUs ...
  10801. <6>[42966.184660] msm_pm_enter
  10802. <6>[42966.184660] msm_pm_enter: power collapse
  10803. <6>[42966.184660] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10804. <6>[42966.184660] msm_pm_enter: return
  10805. <6>[42966.190794] PM: noirq resume of devices complete after 5.614 msecs
  10806. <6>[42966.192747] wakeup wake lock: alarm_rtc
  10807. <6>[42966.199247] PM: early resume of devices complete after 6.346 msecs
  10808. <4>[42966.201780] max8903b_resume: resume
  10809. <3>[42966.211088] msm_wm8958_setup_power: codec power setup
  10810. <4>[42966.211149] 8058_s3: Failed to create debugfs directory
  10811. <3>[42966.211149] wm8994_ldo_power: Power up the WM8994 LDOs
  10812. <7>[42966.304075] lm8502_mod_brightness: set LED1 brightness (0) percent
  10813. <7>[42966.305418] lm8502_mod_brightness: set LED2 brightness (0) percent
  10814. <7>[42966.308256] lm8502_mod_brightness: set LED1 brightness (0) percent
  10815. <7>[42966.308622] lm8502_mod_brightness: set LED2 brightness (0) percent
  10816. <6>[42966.308897] PM: resume of devices complete after 109.577 msecs
  10817. <4>[42966.313017] Restarting tasks ... done.
  10818. <6>[42966.334471] PM: suspend exit 2015-04-19 15:07:20.026652211 UTC
  10819. <6>[42966.334501] suspend: exit suspend, ret = 0 (2015-04-19 15:07:20.026682703 UTC)
  10820. <4>[42966.376798] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=465 chg=a
  10821. <6>[42966.750822] PM: suspend entry 2015-04-19 15:07:20.442759230 UTC
  10822. <4>[42966.750883] Freezing user space processes ... (elapsed 0.001 seconds) done.
  10823. <4>[42966.817228] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10824. <4>[42966.818968] Suspending console(s) (use no_console_suspend to debug)
  10825. <7>[42966.996122] lm8502_mod_brightness: set LED2 brightness (0) percent
  10826. <7>[42966.996549] lm8502_mod_brightness: set LED1 brightness (0) percent
  10827. <7>[42967.020933] lm8502_mod_brightness: set LED1 brightness (0) percent
  10828. <7>[42967.024137] lm8502_mod_brightness: set LED2 brightness (0) percent
  10829. <3>[42967.027097] msm_wm8958_shutdown_power: codec power shutdown
  10830. <3>[42967.027128] wm8994_ldo_power: Power down the WM8994 LDOs
  10831. <4>[42967.033323] max8903b_suspend: suspend
  10832. <6>[42967.041410] PM: suspend of devices complete after 219.720 msecs
  10833. <6>[42967.046842] PM: late suspend of devices complete after 5.398 msecs
  10834. <6>[42967.054167] PM: noirq suspend of devices complete after 7.259 msecs
  10835. <4>[42967.054197] Disabling non-boot CPUs ...
  10836. <6>[42967.054502] msm_pm_enter
  10837. <6>[42967.054502] msm_pm_enter: power collapse
  10838. <6>[42967.054502] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10839. <6>[42967.054502] msm_pm_enter: return
  10840. <6>[42967.060667] PM: noirq resume of devices complete after 5.582 msecs
  10841. <6>[42967.062620] wakeup wake lock: alarm_rtc
  10842. <6>[42967.068754] PM: early resume of devices complete after 5.947 msecs
  10843. <4>[42967.072233] max8903b_resume: resume
  10844. <3>[42967.074644] msm_wm8958_setup_power: codec power setup
  10845. <4>[42967.074705] 8058_s3: Failed to create debugfs directory
  10846. <3>[42967.074705] wm8994_ldo_power: Power up the WM8994 LDOs
  10847. <7>[42967.160368] lm8502_mod_brightness: set LED1 brightness (0) percent
  10848. <7>[42967.161710] lm8502_mod_brightness: set LED2 brightness (0) percent
  10849. <7>[42967.164762] lm8502_mod_brightness: set LED1 brightness (0) percent
  10850. <7>[42967.165128] lm8502_mod_brightness: set LED2 brightness (0) percent
  10851. <6>[42967.165434] PM: resume of devices complete after 96.581 msecs
  10852. <4>[42967.170011] Restarting tasks ... done.
  10853. <6>[42967.188261] PM: suspend exit 2015-04-19 15:07:50.023968954 UTC
  10854. <6>[42967.188291] suspend: exit suspend, ret = 0 (2015-04-19 15:07:50.023968954 UTC)
  10855. <4>[42967.226804] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=458 chg=a
  10856. <6>[42970.843168] PM: suspend entry 2015-04-19 15:07:53.678274215 UTC
  10857. <4>[42970.843229] Freezing user space processes ... (elapsed 0.005 seconds) done.
  10858. <4>[42970.915159] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10859. <4>[42970.916837] Suspending console(s) (use no_console_suspend to debug)
  10860. <7>[42971.097074] lm8502_mod_brightness: set LED2 brightness (0) percent
  10861. <7>[42971.097532] lm8502_mod_brightness: set LED1 brightness (0) percent
  10862. <7>[42971.122434] lm8502_mod_brightness: set LED1 brightness (0) percent
  10863. <7>[42971.125608] lm8502_mod_brightness: set LED2 brightness (0) percent
  10864. <3>[42971.128629] msm_wm8958_shutdown_power: codec power shutdown
  10865. <3>[42971.128690] wm8994_ldo_power: Power down the WM8994 LDOs
  10866. <4>[42971.134702] max8903b_suspend: suspend
  10867. <6>[42971.142759] PM: suspend of devices complete after 223.143 msecs
  10868. <6>[42971.148557] PM: late suspend of devices complete after 5.737 msecs
  10869. <6>[42971.155607] PM: noirq suspend of devices complete after 7.019 msecs
  10870. <4>[42971.155638] Disabling non-boot CPUs ...
  10871. <6>[42971.155943] msm_pm_enter
  10872. <6>[42971.155943] msm_pm_enter: power collapse
  10873. <6>[42971.155943] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10874. <6>[42971.155943] msm_pm_enter: return
  10875. <6>[42971.162077] PM: noirq resume of devices complete after 5.615 msecs
  10876. <6>[42971.164060] wakeup wake lock: alarm_rtc
  10877. <6>[42971.170469] PM: early resume of devices complete after 6.225 msecs
  10878. <4>[42971.172910] max8903b_resume: resume
  10879. <3>[42971.182127] msm_wm8958_setup_power: codec power setup
  10880. <4>[42971.182188] 8058_s3: Failed to create debugfs directory
  10881. <3>[42971.182218] wm8994_ldo_power: Power up the WM8994 LDOs
  10882. <7>[42971.275175] lm8502_mod_brightness: set LED1 brightness (0) percent
  10883. <7>[42971.276518] lm8502_mod_brightness: set LED2 brightness (0) percent
  10884. <7>[42971.279356] lm8502_mod_brightness: set LED1 brightness (0) percent
  10885. <7>[42971.279722] lm8502_mod_brightness: set LED2 brightness (0) percent
  10886. <6>[42971.279997] PM: resume of devices complete after 109.440 msecs
  10887. <4>[42971.284147] Restarting tasks ... done.
  10888. <6>[42971.305662] PM: suspend exit 2015-04-19 15:08:21.026746180 UTC
  10889. <6>[42971.305692] suspend: exit suspend, ret = 0 (2015-04-19 15:08:21.026776672 UTC)
  10890. <4>[42971.349149] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=451 chg=a
  10891. <6>[42971.705992] PM: suspend entry 2015-04-19 15:08:21.426866360 UTC
  10892. <4>[42971.706053] Freezing user space processes ... (elapsed 0.004 seconds) done.
  10893. <4>[42971.781400] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10894. <4>[42971.783109] Suspending console(s) (use no_console_suspend to debug)
  10895. <7>[42971.967344] lm8502_mod_brightness: set LED2 brightness (0) percent
  10896. <7>[42971.967771] lm8502_mod_brightness: set LED1 brightness (0) percent
  10897. <7>[42971.992368] lm8502_mod_brightness: set LED1 brightness (0) percent
  10898. <7>[42971.995634] lm8502_mod_brightness: set LED2 brightness (0) percent
  10899. <3>[42971.998564] msm_wm8958_shutdown_power: codec power shutdown
  10900. <3>[42971.998594] wm8994_ldo_power: Power down the WM8994 LDOs
  10901. <4>[42972.004789] max8903b_suspend: suspend
  10902. <6>[42972.012876] PM: suspend of devices complete after 227.009 msecs
  10903. <6>[42972.018339] PM: late suspend of devices complete after 5.398 msecs
  10904. <6>[42972.025663] PM: noirq suspend of devices complete after 7.259 msecs
  10905. <4>[42972.025694] Disabling non-boot CPUs ...
  10906. <6>[42972.025968] msm_pm_enter
  10907. <6>[42972.025968] msm_pm_enter: power collapse
  10908. <6>[42972.025968] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10909. <6>[42972.025968] msm_pm_enter: return
  10910. <6>[42972.032133] PM: noirq resume of devices complete after 5.612 msecs
  10911. <6>[42972.034086] wakeup wake lock: alarm_rtc
  10912. <6>[42972.040739] PM: early resume of devices complete after 6.466 msecs
  10913. <4>[42972.043333] max8903b_resume: resume
  10914. <3>[42972.052610] msm_wm8958_setup_power: codec power setup
  10915. <4>[42972.052671] 8058_s3: Failed to create debugfs directory
  10916. <3>[42972.052702] wm8994_ldo_power: Power up the WM8994 LDOs
  10917. <7>[42972.136930] lm8502_mod_brightness: set LED1 brightness (0) percent
  10918. <7>[42972.137602] lm8502_mod_brightness: set LED2 brightness (0) percent
  10919. <7>[42972.140409] lm8502_mod_brightness: set LED1 brightness (0) percent
  10920. <7>[42972.140775] lm8502_mod_brightness: set LED2 brightness (0) percent
  10921. <6>[42972.140928] PM: resume of devices complete after 100.118 msecs
  10922. <4>[42972.145170] Restarting tasks ... done.
  10923. <6>[42972.151426] PM: suspend exit 2015-04-19 15:08:51.011466291 UTC
  10924. <6>[42972.151457] suspend: exit suspend, ret = 0 (2015-04-19 15:08:51.011466291 UTC)
  10925. <4>[42972.198637] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=444 chg=a
  10926. <6>[42974.200987] PM: suspend entry 2015-04-19 15:08:53.060411527 UTC
  10927. <4>[42974.201048] Freezing user space processes ... (elapsed 0.005 seconds) done.
  10928. <4>[42974.271604] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10929. <4>[42974.273283] Suspending console(s) (use no_console_suspend to debug)
  10930. <7>[42974.448118] lm8502_mod_brightness: set LED2 brightness (0) percent
  10931. <7>[42974.448576] lm8502_mod_brightness: set LED1 brightness (0) percent
  10932. <7>[42974.473417] lm8502_mod_brightness: set LED1 brightness (0) percent
  10933. <7>[42974.476591] lm8502_mod_brightness: set LED2 brightness (0) percent
  10934. <3>[42974.479612] msm_wm8958_shutdown_power: codec power shutdown
  10935. <3>[42974.479673] wm8994_ldo_power: Power down the WM8994 LDOs
  10936. <4>[42974.485716] max8903b_suspend: suspend
  10937. <6>[42974.493803] PM: suspend of devices complete after 217.856 msecs
  10938. <6>[42974.499540] PM: late suspend of devices complete after 5.676 msecs
  10939. <6>[42974.506590] PM: noirq suspend of devices complete after 7.018 msecs
  10940. <4>[42974.506620] Disabling non-boot CPUs ...
  10941. <6>[42974.506895] msm_pm_enter
  10942. <6>[42974.506895] msm_pm_enter: power collapse
  10943. <6>[42974.506895] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10944. <6>[42974.506895] msm_pm_enter: return
  10945. <6>[42974.513029] PM: noirq resume of devices complete after 5.615 msecs
  10946. <6>[42974.514982] wakeup wake lock: alarm_rtc
  10947. <6>[42974.521482] PM: early resume of devices complete after 6.316 msecs
  10948. <4>[42974.524015] max8903b_resume: resume
  10949. <3>[42974.533323] msm_wm8958_setup_power: codec power setup
  10950. <4>[42974.533384] 8058_s3: Failed to create debugfs directory
  10951. <3>[42974.533384] wm8994_ldo_power: Power up the WM8994 LDOs
  10952. <7>[42974.618253] lm8502_mod_brightness: set LED1 brightness (0) percent
  10953. <7>[42974.618894] lm8502_mod_brightness: set LED2 brightness (0) percent
  10954. <7>[42974.621763] lm8502_mod_brightness: set LED1 brightness (0) percent
  10955. <7>[42974.622129] lm8502_mod_brightness: set LED2 brightness (0) percent
  10956. <6>[42974.622373] PM: resume of devices complete after 100.820 msecs
  10957. <4>[42974.626493] Restarting tasks ... done.
  10958. <6>[42974.631162] PM: suspend exit 2015-04-19 15:08:56.009819461 UTC
  10959. <6>[42974.631162] suspend: exit suspend, ret = 0 (2015-04-19 15:08:56.009849956 UTC)
  10960. <6>[42974.671293] PM: suspend entry 2015-04-19 15:08:56.049918993 UTC
  10961. <4>[42974.686887] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=442 chg=a
  10962. <4>[42974.714689] Freezing user space processes ... (elapsed 0.002 seconds) done.
  10963. <4>[42974.716795] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  10964. <4>[42974.718504] Suspending console(s) (use no_console_suspend to debug)
  10965. <7>[42974.898283] lm8502_mod_brightness: set LED2 brightness (0) percent
  10966. <7>[42974.898710] lm8502_mod_brightness: set LED1 brightness (0) percent
  10967. <7>[42974.923582] lm8502_mod_brightness: set LED1 brightness (0) percent
  10968. <7>[42974.926786] lm8502_mod_brightness: set LED2 brightness (0) percent
  10969. <3>[42974.929777] msm_wm8958_shutdown_power: codec power shutdown
  10970. <3>[42974.929838] wm8994_ldo_power: Power down the WM8994 LDOs
  10971. <4>[42974.934599] max8903b_suspend: suspend
  10972. <6>[42974.942655] PM: suspend of devices complete after 220.940 msecs
  10973. <6>[42974.948118] PM: late suspend of devices complete after 5.399 msecs
  10974. <6>[42974.955290] PM: noirq suspend of devices complete after 7.138 msecs
  10975. <4>[42974.955351] Disabling non-boot CPUs ...
  10976. <6>[42974.955625] msm_pm_enter
  10977. <6>[42974.955625] msm_pm_enter: power collapse
  10978. <6>[42974.955625] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  10979. <6>[42974.955625] msm_pm_enter: return
  10980. <6>[42974.961759] PM: noirq resume of devices complete after 5.613 msecs
  10981. <6>[42974.963285] wakeup wake lock: mmc1
  10982. <6>[42974.969145] PM: early resume of devices complete after 5.460 msecs
  10983. <4>[42974.977567] max8903b_resume: resume
  10984. <3>[42974.978880] msm_wm8958_setup_power: codec power setup
  10985. <4>[42974.978941] 8058_s3: Failed to create debugfs directory
  10986. <3>[42974.978941] wm8994_ldo_power: Power up the WM8994 LDOs
  10987. <7>[42975.061918] lm8502_mod_brightness: set LED1 brightness (0) percent
  10988. <7>[42975.062559] lm8502_mod_brightness: set LED2 brightness (0) percent
  10989. <7>[42975.065489] lm8502_mod_brightness: set LED1 brightness (0) percent
  10990. <7>[42975.065824] lm8502_mod_brightness: set LED2 brightness (0) percent
  10991. <6>[42975.065885] PM: resume of devices complete after 96.642 msecs
  10992. <4>[42975.068846] Restarting tasks ... done.
  10993. <6>[42975.081938] PM: suspend exit 2015-04-19 15:08:57.016925147 UTC
  10994. <6>[42975.081968] suspend: exit suspend, ret = 0 (2015-04-19 15:08:57.016955639 UTC)
  10995. <6>[42975.081968] active wake lock PowerManagerService.WakeLocks
  10996. <6>[42975.081968] active wake lock power-supply
  10997. <6>[42975.121061] PM: suspend entry 2015-04-19 15:08:57.055956781 UTC
  10998. <4>[42975.141477] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=442 chg=a
  10999. <4>[42975.164762] Freezing user space processes ... (elapsed 0.002 seconds) done.
  11000. <4>[42975.166868] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11001. <4>[42975.168577] Suspending console(s) (use no_console_suspend to debug)
  11002. <7>[42975.348570] lm8502_mod_brightness: set LED2 brightness (0) percent
  11003. <7>[42975.348997] lm8502_mod_brightness: set LED1 brightness (0) percent
  11004. <7>[42975.374021] lm8502_mod_brightness: set LED1 brightness (0) percent
  11005. <7>[42975.377165] lm8502_mod_brightness: set LED2 brightness (0) percent
  11006. <3>[42975.380186] msm_wm8958_shutdown_power: codec power shutdown
  11007. <3>[42975.380216] wm8994_ldo_power: Power down the WM8994 LDOs
  11008. <4>[42975.386259] max8903b_suspend: suspend
  11009. <6>[42975.394377] PM: suspend of devices complete after 222.682 msecs
  11010. <6>[42975.399839] PM: late suspend of devices complete after 5.430 msecs
  11011. <6>[42975.407041] PM: noirq suspend of devices complete after 7.108 msecs
  11012. <4>[42975.407072] Disabling non-boot CPUs ...
  11013. <6>[42975.407346] msm_pm_enter
  11014. <6>[42975.407346] msm_pm_enter: power collapse
  11015. <6>[42975.407346] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  11016. <6>[42975.407346] msm_pm_enter: return
  11017. <6>[42975.413511] PM: noirq resume of devices complete after 5.582 msecs
  11018. <6>[42975.415464] wakeup wake lock: alarm_rtc
  11019. <6>[42975.422086] PM: early resume of devices complete after 6.466 msecs
  11020. <4>[42975.424650] max8903b_resume: resume
  11021. <3>[42975.433775] msm_wm8958_setup_power: codec power setup
  11022. <4>[42975.433836] 8058_s3: Failed to create debugfs directory
  11023. <3>[42975.433866] wm8994_ldo_power: Power up the WM8994 LDOs
  11024. <7>[42975.526762] lm8502_mod_brightness: set LED1 brightness (0) percent
  11025. <7>[42975.528135] lm8502_mod_brightness: set LED2 brightness (0) percent
  11026. <7>[42975.530973] lm8502_mod_brightness: set LED1 brightness (0) percent
  11027. <7>[42975.531339] lm8502_mod_brightness: set LED2 brightness (0) percent
  11028. <6>[42975.531584] PM: resume of devices complete after 109.389 msecs
  11029. <4>[42975.535734] Restarting tasks ... done.
  11030. <6>[42975.538084] PM: suspend exit 2015-04-19 15:09:21.007562970 UTC
  11031. <6>[42975.538114] suspend: exit suspend, ret = 0 (2015-04-19 15:09:21.007593465 UTC)
  11032. <6>[42975.538114] active wake lock power-supply
  11033. <6>[42975.574644] PM: suspend entry 2015-04-19 15:09:21.044064066 UTC
  11034. <4>[42975.608183] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=438 chg=a
  11035. <4>[42975.620878] Freezing user space processes ...
  11036. <6>[42975.621305] active wake lock PowerManagerService.WakeLocks
  11037. <4>[42975.621305]
  11038. <3>[42975.621336] Freezing of tasks aborted after 0.000 seconds (27 tasks refusing to freeze, wq_busy=0):
  11039. <4>[42975.621336]
  11040. <4>[42975.621336] Restarting tasks ... done.
  11041. <6>[42975.624601] PM: suspend exit 2015-04-19 15:09:21.093985692 UTC
  11042. <6>[42975.624601] suspend: exit suspend, ret = -16 (2015-04-19 15:09:21.094016191 UTC)
  11043. <6>[42975.715635] PM: suspend entry 2015-04-19 15:09:21.184957925 UTC
  11044. <4>[42975.715696] Freezing user space processes ... (elapsed 0.052 seconds) done.
  11045. <4>[42975.771971] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11046. <4>[42975.773710] Suspending console(s) (use no_console_suspend to debug)
  11047. <7>[42975.958952] lm8502_mod_brightness: set LED2 brightness (0) percent
  11048. <7>[42975.959379] lm8502_mod_brightness: set LED1 brightness (0) percent
  11049. <7>[42975.983762] lm8502_mod_brightness: set LED1 brightness (0) percent
  11050. <7>[42975.986906] lm8502_mod_brightness: set LED2 brightness (0) percent
  11051. <3>[42975.989866] msm_wm8958_shutdown_power: codec power shutdown
  11052. <3>[42975.989897] wm8994_ldo_power: Power down the WM8994 LDOs
  11053. <4>[42975.996061] max8903b_suspend: suspend
  11054. <6>[42976.004179] PM: suspend of devices complete after 227.727 msecs
  11055. <6>[42976.009611] PM: late suspend of devices complete after 5.400 msecs
  11056. <6>[42976.016905] PM: noirq suspend of devices complete after 7.261 msecs
  11057. <4>[42976.016966] Disabling non-boot CPUs ...
  11058. <6>[42976.017240] msm_pm_enter
  11059. <6>[42976.017240] msm_pm_enter: power collapse
  11060. <6>[42976.017240] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  11061. <6>[42976.017240] msm_pm_enter: return
  11062. <6>[42976.023374] PM: noirq resume of devices complete after 5.614 msecs
  11063. <6>[42976.025327] wakeup wake lock: alarm_rtc
  11064. <6>[42976.031461] PM: early resume of devices complete after 5.949 msecs
  11065. <4>[42976.034940] max8903b_resume: resume
  11066. <3>[42976.044187] msm_wm8958_setup_power: codec power setup
  11067. <4>[42976.044248] 8058_s3: Failed to create debugfs directory
  11068. <3>[42976.044279] wm8994_ldo_power: Power up the WM8994 LDOs
  11069. <7>[42976.137174] lm8502_mod_brightness: set LED1 brightness (0) percent
  11070. <7>[42976.138487] lm8502_mod_brightness: set LED2 brightness (0) percent
  11071. <7>[42976.141355] lm8502_mod_brightness: set LED1 brightness (0) percent
  11072. <7>[42976.141721] lm8502_mod_brightness: set LED2 brightness (0) percent
  11073. <6>[42976.141966] PM: resume of devices complete after 110.394 msecs
  11074. <4>[42976.146116] Restarting tasks ... done.
  11075. <6>[42976.160459] PM: suspend exit 2015-04-19 15:09:51.019547882 UTC
  11076. <6>[42976.160490] suspend: exit suspend, ret = 0 (2015-04-19 15:09:51.019578374 UTC)
  11077. <4>[42976.203581] healthd: battery l=97 v=4104 t=26.0 h=2 st=2 c=431 chg=a
  11078. <6>[42981.459593] PM: suspend entry 2015-04-19 15:09:56.318072891 UTC
  11079. <4>[42981.459654] Freezing user space processes ... (elapsed 0.004 seconds) done.
  11080. <4>[42981.473661] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11081. <4>[42981.475340] Suspending console(s) (use no_console_suspend to debug)
  11082. <7>[42981.647184] lm8502_mod_brightness: set LED2 brightness (0) percent
  11083. <7>[42981.647611] lm8502_mod_brightness: set LED1 brightness (0) percent
  11084. <7>[42981.666685] lm8502_mod_brightness: set LED1 brightness (0) percent
  11085. <7>[42981.668730] lm8502_mod_brightness: set LED2 brightness (0) percent
  11086. <3>[42981.670744] msm_wm8958_shutdown_power: codec power shutdown
  11087. <3>[42981.670774] wm8994_ldo_power: Power down the WM8994 LDOs
  11088. <4>[42981.674223] max8903b_suspend: suspend
  11089. <6>[42981.678373] PM: suspend of devices complete after 200.378 msecs
  11090. <6>[42981.680143] PM: late suspend of devices complete after 1.770 msecs
  11091. <6>[42981.682523] PM: noirq suspend of devices complete after 2.380 msecs
  11092. <4>[42981.682523] Disabling non-boot CPUs ...
  11093. <6>[42981.682676] msm_pm_enter
  11094. <6>[42981.682676] msm_pm_enter: power collapse
  11095. <6>[42981.682676] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
  11096. <6>[42981.682676] msm_pm_enter: return
  11097. <6>[42981.684660] PM: noirq resume of devices complete after 1.770 msecs
  11098. <6>[42981.685362] wakeup wake lock: alarm_rtc
  11099. <6>[42981.687193] PM: early resume of devices complete after 1.739 msecs
  11100. <4>[42981.688963] max8903b_resume: resume
  11101. <6>[42981.689665] msm_otg_resume: usb exited from low power mode
  11102. <6>[42981.691984] android_work: android_work: did not send uevent (0 0   (null))
  11103. <3>[42981.695097] msm_wm8958_setup_power: codec power setup
  11104. <4>[42981.695158] 8058_s3: Failed to create debugfs directory
  11105. <3>[42981.695158] wm8994_ldo_power: Power up the WM8994 LDOs
  11106. <6>[42981.732572] a6_update_connected_ps: ac=0 usb=0 dock=0
  11107. <6>[42981.732603] max8903b_current_setup: ### CHARGE_DISABLE
  11108. <7>[42981.766172] lm8502_mod_brightness: set LED1 brightness (0) percent
  11109. <7>[42981.766813] lm8502_mod_brightness: set LED2 brightness (0) percent
  11110. <7>[42981.775236] lm8502_mod_brightness: set LED1 brightness (0) percent
  11111. <6>[42981.775511] PM: resume of devices complete after 88.259 msecs
  11112. <7>[42981.776396] lm8502_mod_brightness: set LED2 brightness (0) percent
  11113. <6>[42981.779569] a6_update_connected_ps: ac=0 usb=0 dock=0
  11114. <6>[42981.779569] max8903b_current_setup: ### CHARGE_DISABLE
  11115. <4>[42981.782560] Restarting tasks ... done.
  11116. <6>[42981.789549] PM: suspend exit 2015-04-19 15:10:21.015642695 UTC
  11117. <6>[42981.789549] suspend: exit suspend, ret = 0 (2015-04-19 15:10:21.015673187 UTC)
  11118. <4>[42981.809355] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
  11119. <4>[42981.834440] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
  11120. <4>[42981.847410] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
  11121. <4>[42981.860258] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
  11122. <4>[42981.873502] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
  11123. <6>[42981.971708] msm_otg_suspend: usb in low power mode
  11124. <6>[42982.112577] lsm303dlh_acc_sysfs: hw init start
  11125. <6>[42982.120939] request_suspend_state: wakeup (3->0) at 42980499884061 (2015-04-19 15:10:21.346839751 UTC)
  11126. <6>[42982.123319] lsm303dlh_acc_sysfs: hw init done
  11127. <6>[42982.162748] [MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
  11128. <3>[42982.163847] [DISP] lcdc_panel_power: ++ 1
  11129. <4>[42982.403013] mdp4_csc_config: Block type 10 isn't supported by CSC.
  11130. <4>[42982.403013] mdp4_csc_config: Block type 8 isn't supported by CSC.
  11131. <6>[42982.417692] mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
  11132. <38>[42982.418974] type=1400 audit(1429456221.630:223): avc: denied { read write } for pid=138 comm="surfaceflinger" name="msm_rotator" dev="tmpfs" ino=4342 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11133. <38>[42982.419187] type=1400 audit(1429456221.630:224): avc: denied { open } for pid=138 comm="surfaceflinger" name="msm_rotator" dev="tmpfs" ino=4342 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11134. <38>[42982.432432] type=1400 audit(1429456221.650:225): avc: denied { ioctl } for pid=1317 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11135. <38>[42982.432646] type=1400 audit(1429456221.650:226): avc: denied { read write } for pid=1317 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11136. <38>[42982.461027] type=1400 audit(1429456221.670:227): avc: denied { write } for pid=635 comm="Thread-64" name="tsdriver" dev="tmpfs" ino=3292 scontext=u:r:system_server:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1
  11137. <3>[42982.522642] [DISP] lcdc_tenderloin_panel_set_backlight: 80
  11138. <3>[42982.522886] [DISP] lcdc_tenderloin_panel_set_backlight: 83
  11139. <3>[42982.536100] [DISP] lcdc_tenderloin_panel_set_backlight: 87
  11140. <3>[42982.601621] [DISP] lcdc_tenderloin_panel_set_backlight: 91
  11141. <3>[42982.601835] [DISP] lcdc_tenderloin_panel_set_backlight: 98
  11142. <3>[42982.612760] [DISP] lcdc_tenderloin_panel_set_backlight: 101
  11143. <3>[42982.624204] [DISP] lcdc_tenderloin_panel_set_backlight: 104
  11144. <3>[42982.640806] [DISP] lcdc_tenderloin_panel_set_backlight: 108
  11145. <3>[42982.657743] [DISP] lcdc_tenderloin_panel_set_backlight: 111
  11146. <3>[42982.674223] [DISP] lcdc_tenderloin_panel_set_backlight: 114
  11147. <3>[42982.690885] [DISP] lcdc_tenderloin_panel_set_backlight: 118
  11148. <3>[42982.707548] [DISP] lcdc_tenderloin_panel_set_backlight: 121
  11149. <3>[42982.724455] [DISP] lcdc_tenderloin_panel_set_backlight: 124
  11150. <3>[42982.741117] [DISP] lcdc_tenderloin_panel_set_backlight: 128
  11151. <3>[42982.757749] [DISP] lcdc_tenderloin_panel_set_backlight: 130
  11152. <3>[42982.774198] [DISP] lcdc_tenderloin_panel_set_backlight: 133
  11153. <3>[42982.791197] [DISP] lcdc_tenderloin_panel_set_backlight: 137
  11154. <3>[42982.807646] [DISP] lcdc_tenderloin_panel_set_backlight: 140
  11155. <3>[42982.824400] [DISP] lcdc_tenderloin_panel_set_backlight: 143
  11156. <3>[42982.841062] [DISP] lcdc_tenderloin_panel_set_backlight: 147
  11157. <3>[42982.857908] [DISP] lcdc_tenderloin_panel_set_backlight: 150
  11158. <3>[42982.874845] [DISP] lcdc_tenderloin_panel_set_backlight: 153
  11159. <3>[42982.891508] [DISP] lcdc_tenderloin_panel_set_backlight: 157
  11160. <3>[42982.907896] [DISP] lcdc_tenderloin_panel_set_backlight: 160
  11161. <3>[42982.924955] [DISP] lcdc_tenderloin_panel_set_backlight: 163
  11162. <3>[42982.941221] [DISP] lcdc_tenderloin_panel_set_backlight: 167
  11163. <3>[42982.957792] [DISP] lcdc_tenderloin_panel_set_backlight: 170
  11164. <3>[42982.974424] [DISP] lcdc_tenderloin_panel_set_backlight: 173
  11165. <3>[42982.990965] [DISP] lcdc_tenderloin_panel_set_backlight: 177
  11166. <3>[42983.007658] [DISP] lcdc_tenderloin_panel_set_backlight: 178
  11167. <4>[43059.916288] send sigkill to 4405 (id.gms.wearable), adj 1000, size 4869
  11168. <4>[43059.944456] send sigkill to 17329 (equicksearchbox), adj 1000, size 4653
  11169. <4>[43066.011076] send sigkill to 11657 (d.process.media), adj 1000, size 4756
  11170. <4>[43066.118650] send sigkill to 11569 (mozilla.firefox), adj 1000, size 5012
  11171. <6>[43071.844023] msm_vidc_dec: Inside vid_dec_open()
  11172. <4>[43071.845365]
  11173. <4>[43071.845365] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  11174. <38>[43071.861204] type=1400 audit(1429456311.057:228): avc: denied { read write } for pid=20882 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11175. <38>[43071.861845] type=1400 audit(1429456311.057:229): avc: denied { open } for pid=20882 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11176. <6>[43071.862455] fw_version 2:28:2013
  11177. <38>[43071.862882] type=1400 audit(1429456311.077:230): avc: denied { ioctl } for pid=20882 comm="CodecLooper" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11178. <6>[43072.123045] msm_device_put:device speaker_stereo_rx set 0
  11179. <6>[43072.123106] msm_device_put:device speaker_stereo_rx set 1
  11180. <3>[43072.123106] msm_device_put:device freq =48000
  11181. <3>[43072.149809] Device active
  11182. <4>[43072.242124]
  11183. <4>[43072.242124] VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  11184. <6>[43072.248869] profile 0 level 25 progressive 1
  11185. <4>[43072.248869]
  11186. <4>[43072.248869] VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  11187. <4>[43072.342802]
  11188. <4>[43072.342802] VIDC: vidc_freq = 48000000, req_perf_lvl = 21160, set_perf_lvl = 37900
  11189. <4>[43088.844236]
  11190. <4>[43088.844236] VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  11191. <6>[43088.850981] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  11192. <4>[43088.851011] vidc_cleanup_addr_table(): buffer = INPUT
  11193. <6>[43088.865690] msm_vidc_dec: Return from vid_dec_release()
  11194. <6>[43091.131590] msm_device_put:device speaker_stereo_rx set 0
  11195. <6>[43132.505918] msm_vidc_dec: Inside vid_dec_open()
  11196. <4>[43132.511015]
  11197. <4>[43132.511015] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  11198. <6>[43132.531858] fw_version 2:28:2013
  11199. <6>[43132.689268] msm_device_put:device speaker_stereo_rx set 0
  11200. <6>[43132.689359] msm_device_put:device speaker_stereo_rx set 1
  11201. <3>[43132.689390] msm_device_put:device freq =48000
  11202. <3>[43132.704435] Device active
  11203. <4>[43132.930174]
  11204. <4>[43132.930174] VIDC: vidc_freq = 48000000, req_perf_lvl = 17280, set_perf_lvl = 37900
  11205. <6>[43132.935240] profile 0 level 23 progressive 1
  11206. <4>[43132.935270]
  11207. <4>[43132.935270] VIDC: vidc_freq = 48000000, req_perf_lvl = 17280, set_perf_lvl = 37900
  11208. <4>[43133.053282]
  11209. <4>[43133.053282] VIDC: vidc_freq = 48000000, req_perf_lvl = 14400, set_perf_lvl = 37900
  11210. <4>[43256.397611] send sigkill to 8167 (viders.calendar), adj 1000, size 3084
  11211. <4>[43260.792112] send sigkill to 11622 (nie.geniewidget), adj 1000, size 4472
  11212. <4>[43282.825926] healthd: battery l=94 v=3931 t=31.0 h=2 st=3 c=-1359 chg=
  11213. <4>[43377.476255] send sigkill to 11613 (droid.apps.plus), adj 1000, size 5856
  11214. <4>[43583.625334] healthd: battery l=91 v=3897 t=33.0 h=2 st=3 c=-1334 chg=
  11215. <4>[43742.931822] send sigkill to 7964 (d.process.acore), adj 1000, size 3656
  11216. <4>[43749.735105] send sigkill to 11965 (ngs.android.pop), adj 1000, size 3332
  11217. <3>[43749.784300] init: untracked pid 11989 killed by signal 9
  11218. <4>[43749.794798] send sigkill to 11693 (com.glu.flc2), adj 1000, size 2940
  11219. <4>[43749.906858] send sigkill to 11013 (droid.deskclock), adj 1000, size 2895
  11220. <4>[43750.284208] send sigkill to 4019 (earchbox:search), adj 1000, size 3885
  11221. <4>[43750.377104] send sigkill to 21179 (equicksearchbox), adj 1000, size 3036
  11222. <4>[43884.426908] healthd: battery l=89 v=3873 t=34.0 h=2 st=3 c=-1343 chg=
  11223. <6>[44138.286222] cfg80211: Calling CRDA to update world regulatory domain
  11224. <4>[44185.216398] healthd: battery l=87 v=3849 t=35.0 h=2 st=3 c=-1330 chg=
  11225. <4>[44199.542295] send sigkill to 21302 (d.process.media), adj 1000, size 2809
  11226. <38>[44241.360655] type=1400 audit(1429457480.568:231): avc: denied { ioctl } for pid=138 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11227. <38>[44282.723570] type=1400 audit(1429457521.938:232): avc: denied { ioctl } for pid=21086 comm="VideoDecMsgThre" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4344 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11228. <38>[44292.827879] type=1400 audit(1429457532.038:233): avc: denied { read write } for pid=138 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11229. <4>[44486.023924] healthd: battery l=84 v=3830 t=36.0 h=2 st=3 c=-1189 chg=
  11230. <4>[44627.312162] send sigkill to 21538 (droid.deskclock), adj 1000, size 2904
  11231. <4>[44786.811949] healthd: battery l=81 v=3816 t=35.0 h=2 st=3 c=-1203 chg=
  11232. <4>[44881.094908] send sigkill to 21284 (droid.apps.plus), adj 1000, size 3715
  11233. <4>[44881.154386] send sigkill to 20812 (id.gms.wearable), adj 1000, size 3046
  11234. <4>[44881.213468] send sigkill to 21324 (d.process.acore), adj 1000, size 4407
  11235. <4>[44881.243650] send sigkill to 21749 (ndroid.calendar), adj 1000, size 3035
  11236. <4>[44881.285002] send sigkill to 21731 (viders.calendar), adj 1000, size 2976
  11237. <4>[45087.626585] healthd: battery l=79 v=3782 t=35.0 h=2 st=3 c=-1322 chg=
  11238. <4>[45388.436064] healthd: battery l=77 v=3763 t=36.0 h=2 st=3 c=-1353 chg=
  11239. <4>[45460.533445] send sigkill to 22096 (droid.deskclock), adj 1000, size 2919
  11240. <4>[45460.685697] send sigkill to 22303 (mozilla.firefox), adj 1000, size 6781
  11241. <4>[45614.092832] send sigkill to 22384 (d.process.acore), adj 1000, size 3099
  11242. <4>[45689.221800] healthd: battery l=74 v=3748 t=35.0 h=2 st=3 c=-1375 chg=
  11243. <6>[45814.334562] msm_device_put:device speaker_stereo_rx set 0
  11244. <38>[45850.175138] type=1400 audit(1429459088.927:234): avc: denied { ioctl } for pid=20506 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11245. <6>[45931.702146] msm_otg_resume: usb exited from low power mode
  11246. <6>[45931.931913] android_work: android_work: did not send uevent (0 0   (null))
  11247. <4>[45933.001585] UDC-CHG (2-1-1-2): usb_multi_chg_detect (560) : 10W Adaptor(2000mA)!
  11248. <4>[45933.001615] usb_chg_detect: temp = 2
  11249. <6>[45933.042906] a6_update_connected_ps: ac=1 usb=0 dock=0
  11250. <6>[45933.042936] max8903b_current_setup: CURRENT_750(4), 900(5), 1000(6), 1400(7), 2000MA(9): 9
  11251. <4>[45933.058561] healthd: battery l=72 v=3744 t=35.0 h=2 st=2 c=-1054 chg=a
  11252. <4>[45933.072080] healthd: battery l=72 v=3744 t=35.0 h=2 st=2 c=-1054 chg=a
  11253. <6>[45933.232359] msm_otg_suspend: usb in low power mode
  11254. <6>[45963.973997] msm_device_put:device speaker_stereo_rx set 0
  11255. <6>[45963.974088] msm_device_put:device speaker_stereo_rx set 1
  11256. <3>[45963.974088] msm_device_put:device freq =48000
  11257. <3>[45964.000913] Device active
  11258. <38>[45964.224577] type=1400 audit(1429459203.439:235): avc: denied { read write } for pid=20506 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11259. <6>[45971.038877] lsm303dlh_acc_sysfs: hw init start
  11260. <6>[45971.041349] lsm303dlh_acc_sysfs: hw init done
  11261. <6>[45971.045255] lsm303dlh_acc_sysfs: hw init start
  11262. <6>[45971.046598] lsm303dlh_acc_sysfs: hw init done
  11263. <6>[45971.050321] lsm303dlh_acc_sysfs: hw init start
  11264. <6>[45971.051573] lsm303dlh_acc_sysfs: hw init done
  11265. <6>[45971.074674] lsm303dlh_acc_sysfs: hw init start
  11266. <6>[45971.077787] lsm303dlh_acc_sysfs: hw init done
  11267. <38>[45971.547575] type=1400 audit(1429459210.766:236): avc: denied { ioctl } for pid=1317 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11268. <38>[45971.547819] type=1400 audit(1429459210.766:237): avc: denied { read write } for pid=1317 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11269. <6>[45971.758939] lsm303dlh_acc_sysfs: hw init start
  11270. <6>[45971.759916] lsm303dlh_acc_sysfs: hw init done
  11271. <4>[45973.137693]
  11272. <4>[45973.137693] VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  11273. <6>[45973.145628] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  11274. <4>[45973.145628] vidc_cleanup_addr_table(): buffer = INPUT
  11275. <6>[45973.165617] msm_vidc_dec: Return from vid_dec_release()send sigkill to 22489 (com.glu.flc2), adj 1000, size 2952
  11276. <6>[45976.270414] msm_device_put:device speaker_stereo_rx set 0
  11277. <38>[45977.208463] type=1400 audit(1429459216.421:238): avc: denied { read write } for pid=424 comm="system_server" name="lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11278. <38>[45977.208708] type=1400 audit(1429459216.421:239): avc: denied { open } for pid=424 comm="system_server" name="lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11279. <38>[45977.208891] type=1400 audit(1429459216.421:240): avc: denied { getattr } for pid=424 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11280. <38>[45977.209013] type=1400 audit(1429459216.421:241): avc: denied { ioctl } for pid=424 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4258 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11281. <4>[45978.485319] send sigkill to 22531 (d.process.acore), adj 1000, size 4475
  11282. <6>[45978.634367] binder: undelivered transaction 9469746
  11283. <6>[45978.634367] binder: send failed reply for transaction 9469848 to 7366:22522
  11284. <38>[45989.675504] type=1400 audit(1429459228.893:242): avc: denied { open } for pid=22712 comm="Thread-2833" name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11285. <4>[45990.035429] healthd: battery l=72 v=3806 t=34.0 h=2 st=2 c=31 chg=a
  11286. <38>[45995.791898] type=1400 audit(1429459234.999:243): avc: denied { read write } for pid=22802 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11287. <38>[45995.792448] type=1400 audit(1429459234.999:244): avc: denied { open } for pid=22802 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11288. <38>[45995.792631] type=1400 audit(1429459234.999:245): avc: denied { ioctl } for pid=22802 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4407 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  11289. <4>[46002.556425] send sigkill to 22575 (d.process.media), adj 1000, size 6193
  11290. <4>[46002.680174] send sigkill to 22462 (nie.geniewidget), adj 1000, size 4438
  11291. <6>[46002.730131] binder: undelivered transaction 9481345
  11292. <4>[46023.353971] avc:  denied  { set } for property=ctl.dumplogcat:-D -B -o /data/data/com.evervolv.toolbox/files/logcat -m -r -d -k scontext=u:r:system_app:s0 tcontext=u:object_r:ctl_default_prop:s0 tclass=property_service
  11293. <3>[46023.361234] init: Warning!  Service dumplogcat needs a SELinux domain defined; please fix!
  11294. <4>[46023.432829] dumplogcat (22971): /proc/22971/oom_adj is deprecated, please use /proc/22971/oom_score_adj instead.
  11295.  
  11296.  
  11297. ------ LAST KMSG (/proc/last_klog) ------
  11298. ,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11299. <6>PM: noirq resume of devices complete after 1.769 msecs
  11300. <6>wakeup wake lock: mmc1
  11301. <6>PM: early resume of devices complete after 1.738 msecs
  11302. max8903b_resume: resume
  11303. <3>msm_wm8958_setup_power: codec power setup
  11304. <4>8058_s3: Failed to create debugfs directory
  11305. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11306. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11307. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11308. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11309. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11310. <6>PM: resume of devices complete after 93.930 msecs
  11311. Restarting tasks ... done.
  11312. <6>PM: suspend exit 2015-04-17 22:01:27.017566578 UTC
  11313. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:01:27.017566578 UTC)
  11314. <6>active wake lock power-supply
  11315. <6>PM: suspend entry 2015-04-17 22:01:27.057300128 UTC
  11316. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11317. Freezing user space processes ... (elapsed 0.001 seconds) done.
  11318. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11319. Suspending console(s) (use no_console_suspend to debug)
  11320. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11321. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11322. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11323. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11324. <3>msm_wm8958_shutdown_power: codec power shutdown
  11325. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11326. max8903b_suspend: suspend
  11327. <6>PM: suspend of devices complete after 219.890 msecs
  11328. <6>PM: late suspend of devices complete after 5.400 msecs
  11329. <6>PM: noirq suspend of devices complete after 7.108 msecs
  11330. Disabling non-boot CPUs ...
  11331. <6>msm_pm_enter
  11332. <6>msm_pm_enter: power collapse
  11333. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11334. <6>PM: noirq resume of devices complete after 5.613 msecs
  11335. <6>wakeup wake lock: alarm_rtc
  11336. <6>PM: early resume of devices complete after 5.918 msecs
  11337. max8903b_resume: resume
  11338. <3>msm_wm8958_setup_power: codec power setup
  11339. <4>8058_s3: Failed to create debugfs directory
  11340. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11341. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11342. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11343. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11344. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11345. <6>PM: resume of devices complete after 98.228 msecs
  11346. Restarting tasks ... done.
  11347. <6>PM: suspend exit 2015-04-17 22:02:48.015034006 UTC
  11348. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:02:48.015094992 UTC)
  11349. <6>active wake lock power-supply
  11350. <6>PM: suspend entry 2015-04-17 22:02:48.045253107 UTC
  11351. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11352. Freezing user space processes ... (elapsed 0.001 seconds) done.
  11353. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11354. Suspending console(s) (use no_console_suspend to debug)
  11355. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11356. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11357. <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
  11358. <3>PM: Device alarm failed to suspend: error -16
  11359. <3>PM: Some devices failed to suspend
  11360. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11361. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11362. <6>PM: resume of devices complete after 3.324 msecs
  11363. Restarting tasks ... done.
  11364. <6>PM: suspend exit 2015-04-17 22:02:48.307698218 UTC
  11365. <6>suspend: exit suspend, ret = -16 (2015-04-17 22:02:48.307728724 UTC)
  11366. <6>active wake lock PowerManagerService.WakeLocks
  11367. <6>PM: suspend entry 2015-04-17 22:02:48.434184747 UTC
  11368. Freezing user space processes ... (elapsed 0.001 seconds) done.
  11369. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11370. Suspending console(s) (use no_console_suspend to debug)
  11371. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11372. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11373. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11374. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11375. <3>msm_wm8958_shutdown_power: codec power shutdown
  11376. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11377. max8903b_suspend: suspend
  11378. <6>PM: suspend of devices complete after 204.867 msecs
  11379. <6>PM: late suspend of devices complete after 1.738 msecs
  11380. <6>PM: noirq suspend of devices complete after 2.379 msecs
  11381. Disabling non-boot CPUs ...
  11382. <6>msm_pm_enter
  11383. <6>msm_pm_enter: power collapse
  11384. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11385. <6>PM: noirq resume of devices complete after 1.769 msecs
  11386. <6>wakeup wake lock: mmc1
  11387. <6>PM: early resume of devices complete after 1.738 msecs
  11388. max8903b_resume: resume
  11389. <3>msm_wm8958_setup_power: codec power setup
  11390. <4>8058_s3: Failed to create debugfs directory
  11391. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11392. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11393. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11394. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11395. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11396. <6>PM: resume of devices complete after 94.446 msecs
  11397. Restarting tasks ... done.
  11398. <6>PM: suspend exit 2015-04-17 22:02:53.030496465 UTC
  11399. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:02:53.030526957 UTC)
  11400. <6>active wake lock PowerManagerService.WakeLocks
  11401. <6>active wake lock power-supply
  11402. <6>PM: suspend entry 2015-04-17 22:02:53.045285605 UTC
  11403. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11404. Freezing user space processes ... (elapsed 0.001 seconds) done.
  11405. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11406. Suspending console(s) (use no_console_suspend to debug)
  11407. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11408. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11409. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11410. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11411. <3>msm_wm8958_shutdown_power: codec power shutdown
  11412. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11413. max8903b_suspend: suspend
  11414. <6>PM: suspend of devices complete after 203.003 msecs
  11415. <6>PM: late suspend of devices complete after 1.769 msecs
  11416. <6>PM: noirq suspend of devices complete after 2.288 msecs
  11417. Disabling non-boot CPUs ...
  11418. <6>msm_pm_enter
  11419. <6>msm_pm_enter: power collapse
  11420. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11421. <6>PM: noirq resume of devices complete after 1.769 msecs
  11422. <6>wakeup wake lock: mmc1
  11423. <6>PM: early resume of devices complete after 1.769 msecs
  11424. max8903b_resume: resume
  11425. <3>msm_wm8958_setup_power: codec power setup
  11426. <4>8058_s3: Failed to create debugfs directory
  11427. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11428. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11429. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11430. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11431. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11432. <6>PM: resume of devices complete after 97.561 msecs
  11433. Restarting tasks ... done.
  11434. <6>PM: suspend exit 2015-04-17 22:04:05.029489492 UTC
  11435. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:05.029489492 UTC)
  11436. <6>active wake lock power-supply
  11437. <6>PM: suspend entry 2015-04-17 22:04:05.045010666 UTC
  11438. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11439. Freezing user space processes ... (elapsed 0.047 seconds) done.
  11440. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11441. Suspending console(s) (use no_console_suspend to debug)
  11442. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11443. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11444. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11445. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11446. <3>msm_wm8958_shutdown_power: codec power shutdown
  11447. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11448. max8903b_suspend: suspend
  11449. <6>PM: suspend of devices complete after 203.811 msecs
  11450. <6>PM: late suspend of devices complete after 1.738 msecs
  11451. <6>PM: noirq suspend of devices complete after 2.288 msecs
  11452. Disabling non-boot CPUs ...
  11453. <6>msm_pm_enter
  11454. <6>msm_pm_enter: power collapse
  11455. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11456. <6>PM: noirq resume of devices complete after 1.769 msecs
  11457. <6>wakeup wake lock: mmc1
  11458. <6>PM: early resume of devices complete after 1.738 msecs
  11459. max8903b_resume: resume
  11460. <3>msm_wm8958_setup_power: codec power setup
  11461. <4>8058_s3: Failed to create debugfs directory
  11462. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11463. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11464. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11465. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11466. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11467. <6>PM: resume of devices complete after 98.659 msecs
  11468. Restarting tasks ... done.
  11469. <6>PM: suspend exit 2015-04-17 22:04:07.019914600 UTC
  11470. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:07.019945092 UTC)
  11471. <6>active wake lock power-supply
  11472. <6>PM: suspend entry 2015-04-17 22:04:07.045925330 UTC
  11473. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11474. Freezing user space processes ... (elapsed 0.022 seconds) done.
  11475. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11476. Suspending console(s) (use no_console_suspend to debug)
  11477. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11478. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11479. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11480. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11481. <3>msm_wm8958_shutdown_power: codec power shutdown
  11482. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11483. max8903b_suspend: suspend
  11484. <6>PM: suspend of devices complete after 227.754 msecs
  11485. <6>PM: late suspend of devices complete after 5.398 msecs
  11486. <6>PM: noirq suspend of devices complete after 7.229 msecs
  11487. Disabling non-boot CPUs ...
  11488. <6>msm_pm_enter
  11489. <6>msm_pm_enter: power collapse
  11490. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11491. <6>PM: noirq resume of devices complete after 5.612 msecs
  11492. <6>wakeup wake lock: mmc1
  11493. <6>PM: early resume of devices complete after 5.947 msecs
  11494. max8903b_resume: resume
  11495. <3>msm_wm8958_setup_power: codec power setup
  11496. <4>8058_s3: Failed to create debugfs directory
  11497. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11498. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11499. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11500. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11501. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11502. <6>PM: resume of devices complete after 99.356 msecs
  11503. Restarting tasks ... done.
  11504. <6>PM: suspend exit 2015-04-17 22:04:10.008264598 UTC
  11505. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:10.008295095 UTC)
  11506. <6>active wake lock power-supply
  11507. <6>PM: suspend entry 2015-04-17 22:04:10.043149121 UTC
  11508. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11509. Freezing user space processes ... (elapsed 0.022 seconds) done.
  11510. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11511. Suspending console(s) (use no_console_suspend to debug)
  11512. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11513. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11514. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11515. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11516. <3>msm_wm8958_shutdown_power: codec power shutdown
  11517. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11518. max8903b_suspend: suspend
  11519. <6>PM: suspend of devices complete after 212.695 msecs
  11520. <6>PM: late suspend of devices complete after 5.644 msecs
  11521. <6>PM: noirq suspend of devices complete after 7.017 msecs
  11522. Disabling non-boot CPUs ...
  11523. <6>msm_pm_enter
  11524. <6>msm_pm_enter: power collapse
  11525. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11526. <6>PM: noirq resume of devices complete after 5.613 msecs
  11527. <6>wakeup wake lock: mmc1
  11528. <6>PM: early resume of devices complete after 6.436 msecs
  11529. max8903b_resume: resume
  11530. <3>msm_wm8958_setup_power: codec power setup
  11531. <4>8058_s3: Failed to create debugfs directory
  11532. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11533. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11534. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11535. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11536. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11537. <6>PM: resume of devices complete after 97.282 msecs
  11538. Restarting tasks ... done.
  11539. <6>PM: suspend exit 2015-04-17 22:04:11.016192753 UTC
  11540. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:11.016192753 UTC)
  11541. <6>active wake lock power-supply
  11542. <6>PM: suspend entry 2015-04-17 22:04:11.044064107 UTC
  11543. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11544. Freezing user space processes ... (elapsed 0.016 seconds) done.
  11545. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11546. Suspending console(s) (use no_console_suspend to debug)
  11547. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11548. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11549. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11550. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11551. <3>msm_wm8958_shutdown_power: codec power shutdown
  11552. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11553. max8903b_suspend: suspend
  11554. <6>PM: suspend of devices complete after 188.224 msecs
  11555. <6>PM: late suspend of devices complete after 3.050 msecs
  11556. <6>active wake lock mmc1
  11557. <3>dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
  11558. <3>PM: Device power.0 failed to suspend noirq: error -11
  11559. <6>PM: noirq resume of devices complete after 2.257 msecs
  11560. <6>PM: early resume of devices complete after 3.355 msecs
  11561. <3>PM: Some devices failed to power down
  11562. max8903b_resume: resume
  11563. <3>msm_wm8958_setup_power: codec power setup
  11564. <4>8058_s3: Failed to create debugfs directory
  11565. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11566. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11567. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11568. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11569. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11570. <6>PM: resume of devices complete after 96.743 msecs
  11571. Restarting tasks ... done.
  11572. <6>PM: suspend exit 2015-04-17 22:04:12.009915724 UTC
  11573. <6>suspend: exit suspend, ret = -11 (2015-04-17 22:04:12.009946234 UTC)
  11574. <6>active wake lock power-supply
  11575. <6>PM: suspend entry 2015-04-17 22:04:12.047456824 UTC
  11576. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11577. Freezing user space processes ... (elapsed 0.001 seconds) done.
  11578. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11579. Suspending console(s) (use no_console_suspend to debug)
  11580. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11581. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11582. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11583. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11584. <3>msm_wm8958_shutdown_power: codec power shutdown
  11585. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11586. max8903b_suspend: suspend
  11587. <6>PM: suspend of devices complete after 213.036 msecs
  11588. <6>PM: late suspend of devices complete after 5.399 msecs
  11589. <6>PM: noirq suspend of devices complete after 7.138 msecs
  11590. Disabling non-boot CPUs ...
  11591. <6>msm_pm_enter
  11592. <6>msm_pm_enter: power collapse
  11593. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11594. <6>PM: noirq resume of devices complete after 5.674 msecs
  11595. <6>wakeup wake lock: mmc1
  11596. <6>PM: early resume of devices complete after 5.856 msecs
  11597. max8903b_resume: resume
  11598. <3>msm_wm8958_setup_power: codec power setup
  11599. <4>8058_s3: Failed to create debugfs directory
  11600. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11601. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11602. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11603. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11604. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11605. <6>PM: resume of devices complete after 98.776 msecs
  11606. Restarting tasks ... done.
  11607. <6>PM: suspend exit 2015-04-17 22:05:04.009697583 UTC
  11608. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:05:04.009728078 UTC)
  11609. <6>active wake lock power-supply
  11610. <6>PM: suspend entry 2015-04-17 22:05:04.046471263 UTC
  11611. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11612. Freezing user space processes ... (elapsed 0.004 seconds) done.
  11613. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11614. Suspending console(s) (use no_console_suspend to debug)
  11615. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11616. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11617. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11618. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11619. <3>msm_wm8958_shutdown_power: codec power shutdown
  11620. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11621. max8903b_suspend: suspend
  11622. <6>PM: suspend of devices complete after 199.493 msecs
  11623. <6>PM: late suspend of devices complete after 1.769 msecs
  11624. <6>PM: noirq suspend of devices complete after 2.379 msecs
  11625. Disabling non-boot CPUs ...
  11626. <6>msm_pm_enter
  11627. <6>msm_pm_enter: power collapse
  11628. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11629. <6>PM: noirq resume of devices complete after 1.769 msecs
  11630. <6>wakeup wake lock: mmc1
  11631. <6>PM: early resume of devices complete after 1.738 msecs
  11632. max8903b_resume: resume
  11633. <3>msm_wm8958_setup_power: codec power setup
  11634. <4>8058_s3: Failed to create debugfs directory
  11635. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11636. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11637. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11638. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11639. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11640. <6>PM: resume of devices complete after 101.891 msecs
  11641. Restarting tasks ... done.
  11642. <6>PM: suspend exit 2015-04-17 22:06:17.014426129 UTC
  11643. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:06:17.014456622 UTC)
  11644. <6>active wake lock power-supply
  11645. <6>PM: suspend entry 2015-04-17 22:06:17.048609065 UTC
  11646. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11647. Freezing user space processes ... (elapsed 0.047 seconds) done.
  11648. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11649. Suspending console(s) (use no_console_suspend to debug)
  11650. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11651. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11652. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11653. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11654. <3>msm_wm8958_shutdown_power: codec power shutdown
  11655. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11656. max8903b_suspend: suspend
  11657. <6>PM: suspend of devices complete after 225.406 msecs
  11658. <6>PM: late suspend of devices complete after 5.583 msecs
  11659. <6>PM: noirq suspend of devices complete after 6.986 msecs
  11660. Disabling non-boot CPUs ...
  11661. <6>msm_pm_enter
  11662. <6>msm_pm_enter: power collapse
  11663. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11664. <6>PM: noirq resume of devices complete after 5.583 msecs
  11665. <6>wakeup wake lock: alarm_rtc
  11666. <6>PM: early resume of devices complete after 6.162 msecs
  11667. max8903b_resume: resume
  11668. <3>msm_wm8958_setup_power: codec power setup
  11669. <4>8058_s3: Failed to create debugfs directory
  11670. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11671. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11672. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11673. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11674. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11675. <6>PM: resume of devices complete after 100.729 msecs
  11676. Restarting tasks ... done.
  11677. <6>PM: suspend exit 2015-04-17 22:07:10.029427223 UTC
  11678. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:07:10.029457718 UTC)
  11679. <6>active wake lock PowerManagerService.WakeLocks
  11680. <6>active wake lock power-supply
  11681. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11682. <6>PM: suspend entry 2015-04-17 22:07:10.762699457 UTC
  11683. Freezing user space processes ... (elapsed 0.004 seconds) done.
  11684. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11685. Suspending console(s) (use no_console_suspend to debug)
  11686. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11687. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11688. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11689. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11690. <3>msm_wm8958_shutdown_power: codec power shutdown
  11691. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11692. max8903b_suspend: suspend
  11693. <6>PM: suspend of devices complete after 203.486 msecs
  11694. <6>PM: late suspend of devices complete after 1.769 msecs
  11695. <6>PM: noirq suspend of devices complete after 2.288 msecs
  11696. Disabling non-boot CPUs ...
  11697. <6>msm_pm_enter
  11698. <6>msm_pm_enter: power collapse
  11699. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11700. <6>PM: noirq resume of devices complete after 1.769 msecs
  11701. <6>wakeup wake lock: mmc1
  11702. <6>PM: early resume of devices complete after 1.739 msecs
  11703. max8903b_resume: resume
  11704. <3>msm_wm8958_setup_power: codec power setup
  11705. <4>8058_s3: Failed to create debugfs directory
  11706. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11707. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11708. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11709. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11710. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11711. <6>PM: resume of devices complete after 97.866 msecs
  11712. Restarting tasks ... done.
  11713. <6>PM: suspend exit 2015-04-17 22:07:16.017628071 UTC
  11714. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:07:16.017658563 UTC)
  11715. <6>active wake lock power-supply
  11716. <6>PM: suspend entry 2015-04-17 22:07:16.049188583 UTC
  11717. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11718. Freezing user space processes ... (elapsed 0.033 seconds) done.
  11719. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11720. Suspending console(s) (use no_console_suspend to debug)
  11721. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11722. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11723. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11724. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11725. <3>msm_wm8958_shutdown_power: codec power shutdown
  11726. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11727. max8903b_suspend: suspend
  11728. <6>PM: suspend of devices complete after 203.354 msecs
  11729. <6>PM: late suspend of devices complete after 1.769 msecs
  11730. <6>PM: noirq suspend of devices complete after 2.410 msecs
  11731. Disabling non-boot CPUs ...
  11732. <6>msm_pm_enter
  11733. <6>msm_pm_enter: power collapse
  11734. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11735. <6>PM: noirq resume of devices complete after 1.769 msecs
  11736. <6>wakeup wake lock: alarm_rtc
  11737. <6>PM: early resume of devices complete after 1.739 msecs
  11738. max8903b_resume: resume
  11739. <3>msm_wm8958_setup_power: codec power setup
  11740. <4>8058_s3: Failed to create debugfs directory
  11741. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11742. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11743. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11744. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11745. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11746. <6>PM: resume of devices complete after 108.633 msecs
  11747. Restarting tasks ... done.
  11748. <6>PM: suspend exit 2015-04-17 22:07:40.019059565 UTC
  11749. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:07:40.019090057 UTC)
  11750. <6>active wake lock power-supply
  11751. <6>active wake lock alarm_rtc, time left 87
  11752. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11753. <6>PM: suspend entry 2015-04-17 22:07:40.601816786 UTC
  11754. Freezing user space processes ... (elapsed 0.006 seconds) done.
  11755. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11756. Suspending console(s) (use no_console_suspend to debug)
  11757. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11758. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11759. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11760. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11761. <3>msm_wm8958_shutdown_power: codec power shutdown
  11762. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11763. max8903b_suspend: suspend
  11764. <6>PM: suspend of devices complete after 217.633 msecs
  11765. <6>PM: late suspend of devices complete after 5.399 msecs
  11766. <6>PM: noirq suspend of devices complete after 6.985 msecs
  11767. Disabling non-boot CPUs ...
  11768. <6>msm_pm_enter
  11769. <6>msm_pm_enter: power collapse
  11770. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11771. <6>PM: noirq resume of devices complete after 5.704 msecs
  11772. <6>wakeup wake lock: alarm_rtc
  11773. <6>PM: early resume of devices complete after 6.283 msecs
  11774. max8903b_resume: resume
  11775. <3>msm_wm8958_setup_power: codec power setup
  11776. <4>8058_s3: Failed to create debugfs directory
  11777. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11778. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11779. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11780. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11781. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11782. <6>PM: resume of devices complete after 109.572 msecs
  11783. Restarting tasks ... done.
  11784. <6>PM: suspend exit 2015-04-17 22:08:10.008203423 UTC
  11785. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:08:10.008233919 UTC)
  11786. <6>PM: suspend entry 2015-04-17 22:08:10.041960254 UTC
  11787. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11788. Freezing user space processes ... (elapsed 0.001 seconds) done.
  11789. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11790. Suspending console(s) (use no_console_suspend to debug)
  11791. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11792. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11793. <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
  11794. <3>PM: Device alarm failed to suspend: error -16
  11795. <3>PM: Some devices failed to suspend
  11796. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11797. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11798. <6>PM: resume of devices complete after 3.263 msecs
  11799. Restarting tasks ... done.
  11800. <6>PM: suspend exit 2015-04-17 22:08:10.291831900 UTC
  11801. <6>suspend: exit suspend, ret = -16 (2015-04-17 22:08:10.291831900 UTC)
  11802. <6>active wake lock PowerManagerService.WakeLocks
  11803. <6>PM: suspend entry 2015-04-17 22:08:10.432748108 UTC
  11804. Freezing user space processes ... (elapsed 0.004 seconds) done.
  11805. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11806. Suspending console(s) (use no_console_suspend to debug)
  11807. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11808. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11809. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11810. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11811. <3>msm_wm8958_shutdown_power: codec power shutdown
  11812. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11813. max8903b_suspend: suspend
  11814. <6>PM: suspend of devices complete after 232.773 msecs
  11815. <6>PM: late suspend of devices complete after 5.551 msecs
  11816. <6>PM: noirq suspend of devices complete after 6.985 msecs
  11817. Disabling non-boot CPUs ...
  11818. <6>msm_pm_enter
  11819. <6>msm_pm_enter: power collapse
  11820. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11821. <6>PM: noirq resume of devices complete after 5.582 msecs
  11822. <6>wakeup wake lock: alarm_rtc
  11823. <6>PM: early resume of devices complete after 6.313 msecs
  11824. max8903b_resume: resume
  11825. <3>msm_wm8958_setup_power: codec power setup
  11826. <4>8058_s3: Failed to create debugfs directory
  11827. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11828. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11829. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11830. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11831. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11832. <6>PM: resume of devices complete after 100.575 msecs
  11833. Restarting tasks ... done.
  11834. <6>PM: suspend exit 2015-04-17 22:11:10.028451025 UTC
  11835. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:10.028451025 UTC)
  11836. <6>PM: suspend entry 2015-04-17 22:11:10.042447497 UTC
  11837. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11838. Freezing user space processes ... (elapsed 0.001 seconds) done.
  11839. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11840. Suspending console(s) (use no_console_suspend to debug)
  11841. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11842. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11843. <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
  11844. <3>PM: Device alarm failed to suspend: error -16
  11845. <3>PM: Some devices failed to suspend
  11846. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11847. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11848. <6>PM: resume of devices complete after 3.294 msecs
  11849. Restarting tasks ... done.
  11850. <6>PM: suspend exit 2015-04-17 22:11:10.377765004 UTC
  11851. <6>suspend: exit suspend, ret = -16 (2015-04-17 22:11:10.377765004 UTC)
  11852. <6>active wake lock alarm_rtc, time left 197
  11853. <6>PM: suspend entry 2015-04-17 22:11:10.803374813 UTC
  11854. Freezing user space processes ... (elapsed 0.004 seconds) done.
  11855. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11856. Suspending console(s) (use no_console_suspend to debug)
  11857. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11858. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11859. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11860. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11861. <3>msm_wm8958_shutdown_power: codec power shutdown
  11862. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11863. max8903b_suspend: suspend
  11864. <6>PM: suspend of devices complete after 226.490 msecs
  11865. <6>PM: late suspend of devices complete after 5.552 msecs
  11866. <6>PM: noirq suspend of devices complete after 7.596 msecs
  11867. Disabling non-boot CPUs ...
  11868. <6>msm_pm_enter
  11869. <6>msm_pm_enter: power collapse
  11870. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<3>msm_pm_enter: cannot find the lowest power limit
  11871. <6>msm_pm_enter: return
  11872. <6>PM: noirq resume of devices complete after 1.678 msecs
  11873. <6>PM: early resume of devices complete after 1.678 msecs
  11874. max8903b_resume: resume
  11875. <3>msm_wm8958_setup_power: codec power setup
  11876. <4>8058_s3: Failed to create debugfs directory
  11877. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11878. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11879. <6>wakeup wake lock: power-supply
  11880. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11881. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11882. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11883. <6>PM: resume of devices complete after 100.368 msecs
  11884. Restarting tasks ... done.
  11885. <6>PM: suspend exit 2015-04-17 22:11:11.223120031 UTC
  11886. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:11.223150527 UTC)
  11887. <6>active wake lock power-supply
  11888. <6>PM: suspend entry 2015-04-17 22:11:11.256391258 UTC
  11889. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11890. Freezing user space processes ... (elapsed 0.024 seconds) done.
  11891. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11892. Suspending console(s) (use no_console_suspend to debug)
  11893. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11894. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11895. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11896. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11897. <3>msm_wm8958_shutdown_power: codec power shutdown
  11898. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11899. max8903b_suspend: suspend
  11900. <6>PM: suspend of devices complete after 213.515 msecs
  11901. <6>PM: late suspend of devices complete after 1.769 msecs
  11902. <6>PM: noirq suspend of devices complete after 2.288 msecs
  11903. Disabling non-boot CPUs ...
  11904. <6>msm_pm_enter
  11905. <6>msm_pm_enter: power collapse
  11906. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11907. <6>PM: noirq resume of devices complete after 1.769 msecs
  11908. <6>wakeup wake lock: alarm_rtc
  11909. <6>PM: early resume of devices complete after 1.739 msecs
  11910. max8903b_resume: resume
  11911. <3>msm_wm8958_setup_power: codec power setup
  11912. <4>8058_s3: Failed to create debugfs directory
  11913. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11914. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11915. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11916. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11917. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11918. <6>PM: resume of devices complete after 109.243 msecs
  11919. Restarting tasks ... done.
  11920. <6>PM: suspend exit 2015-04-17 22:11:21.021650961 UTC
  11921. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:21.021711947 UTC)
  11922. <6>active wake lock power-supply
  11923. <6>active wake lock alarm_rtc, time left 87
  11924. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11925. <6>PM: suspend entry 2015-04-17 22:11:21.356422304 UTC
  11926. Freezing user space processes ... (elapsed 0.001 seconds) done.
  11927. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11928. Suspending console(s) (use no_console_suspend to debug)
  11929. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11930. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11931. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11932. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11933. <3>msm_wm8958_shutdown_power: codec power shutdown
  11934. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11935. max8903b_suspend: suspend
  11936. <6>PM: suspend of devices complete after 226.926 msecs
  11937. <6>PM: late suspend of devices complete after 5.398 msecs
  11938. <6>PM: noirq suspend of devices complete after 7.320 msecs
  11939. Disabling non-boot CPUs ...
  11940. <6>msm_pm_enter
  11941. <6>msm_pm_enter: power collapse
  11942. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11943. <6>PM: noirq resume of devices complete after 5.612 msecs
  11944. <6>wakeup wake lock: mmc1
  11945. <6>PM: early resume of devices complete after 5.916 msecs
  11946. max8903b_resume: resume
  11947. <3>msm_wm8958_setup_power: codec power setup
  11948. <4>8058_s3: Failed to create debugfs directory
  11949. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11950. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11951. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11952. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11953. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11954. <6>PM: resume of devices complete after 98.807 msecs
  11955. Restarting tasks ... done.
  11956. <6>PM: suspend exit 2015-04-17 22:11:53.010643326 UTC
  11957. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:53.010673819 UTC)
  11958. <6>active wake lock power-supply
  11959. <6>PM: suspend entry 2015-04-17 22:11:53.045984909 UTC
  11960. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11961. Freezing user space processes ... (elapsed 0.008 seconds) done.
  11962. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11963. Suspending console(s) (use no_console_suspend to debug)
  11964. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11965. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11966. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11967. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11968. <3>msm_wm8958_shutdown_power: codec power shutdown
  11969. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  11970. max8903b_suspend: suspend
  11971. <6>PM: suspend of devices complete after 214.591 msecs
  11972. <6>PM: late suspend of devices complete after 5.399 msecs
  11973. <6>PM: noirq suspend of devices complete after 7.260 msecs
  11974. Disabling non-boot CPUs ...
  11975. <6>msm_pm_enter
  11976. <6>msm_pm_enter: power collapse
  11977. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  11978. <6>PM: noirq resume of devices complete after 5.857 msecs
  11979. <6>wakeup wake lock: mmc1
  11980. <6>PM: early resume of devices complete after 6.558 msecs
  11981. max8903b_resume: resume
  11982. <3>msm_wm8958_setup_power: codec power setup
  11983. <4>8058_s3: Failed to create debugfs directory
  11984. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  11985. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11986. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11987. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  11988. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  11989. <6>PM: resume of devices complete after 97.465 msecs
  11990. Restarting tasks ... done.
  11991. <6>PM: suspend exit 2015-04-17 22:12:23.010948146 UTC
  11992. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:12:23.010948146 UTC)
  11993. <6>active wake lock power-supply
  11994. <6>PM: suspend entry 2015-04-17 22:12:23.045678796 UTC
  11995. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  11996. Freezing user space processes ... (elapsed 0.008 seconds) done.
  11997. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  11998. Suspending console(s) (use no_console_suspend to debug)
  11999. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12000. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12001. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12002. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12003. <3>msm_wm8958_shutdown_power: codec power shutdown
  12004. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12005. max8903b_suspend: suspend
  12006. <6>PM: suspend of devices complete after 203.594 msecs
  12007. <6>PM: late suspend of devices complete after 1.769 msecs
  12008. <6>PM: noirq suspend of devices complete after 2.348 msecs
  12009. Disabling non-boot CPUs ...
  12010. <6>msm_pm_enter
  12011. <6>msm_pm_enter: power collapse
  12012. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12013. <6>PM: noirq resume of devices complete after 1.769 msecs
  12014. <6>wakeup wake lock: mmc1
  12015. <6>PM: early resume of devices complete after 1.738 msecs
  12016. max8903b_resume: resume
  12017. <3>msm_wm8958_setup_power: codec power setup
  12018. <4>8058_s3: Failed to create debugfs directory
  12019. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12020. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12021. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12022. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12023. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12024. <6>PM: resume of devices complete after 103.047 msecs
  12025. Restarting tasks ... done.
  12026. <6>PM: suspend exit 2015-04-17 22:12:24.009485692 UTC
  12027. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:12:24.009516192 UTC)
  12028. <6>active wake lock power-supply
  12029. <6>PM: suspend entry 2015-04-17 22:12:24.046749033 UTC
  12030. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12031. Freezing user space processes ... (elapsed 0.001 seconds) done.
  12032. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12033. Suspending console(s) (use no_console_suspend to debug)
  12034. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12035. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12036. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12037. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12038. <3>msm_wm8958_shutdown_power: codec power shutdown
  12039. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12040. max8903b_suspend: suspend
  12041. <6>PM: suspend of devices complete after 220.054 msecs
  12042. <6>PM: late suspend of devices complete after 5.430 msecs
  12043. <6>PM: noirq suspend of devices complete after 7.260 msecs
  12044. Disabling non-boot CPUs ...
  12045. <6>msm_pm_enter
  12046. <6>msm_pm_enter: power collapse
  12047. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12048. <6>PM: noirq resume of devices complete after 5.613 msecs
  12049. <6>wakeup wake lock: alarm_rtc
  12050. <6>PM: early resume of devices complete after 6.497 msecs
  12051. max8903b_resume: resume
  12052. <3>msm_wm8958_setup_power: codec power setup
  12053. <4>8058_s3: Failed to create debugfs directory
  12054. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12055. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12056. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12057. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12058. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12059. <6>PM: resume of devices complete after 100.271 msecs
  12060. Restarting tasks ... done.
  12061. <6>PM: suspend exit 2015-04-17 22:15:02.030738383 UTC
  12062. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:15:02.030768877 UTC)
  12063. <6>active wake lock PowerManagerService.WakeLocks
  12064. <6>active wake lock power-supply
  12065. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12066. <6>PM: suspend entry 2015-04-17 22:15:14.903155739 UTC
  12067. Freezing user space processes ... (elapsed 0.004 seconds) done.
  12068. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12069. Suspending console(s) (use no_console_suspend to debug)
  12070. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12071. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12072. <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
  12073. <3>PM: Device alarm failed to suspend: error -16
  12074. <3>PM: Some devices failed to suspend
  12075. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12076. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12077. <6>PM: resume of devices complete after 3.356 msecs
  12078. Restarting tasks ... done.
  12079. <6>PM: suspend exit 2015-04-17 22:15:15.138781952 UTC
  12080. <6>suspend: exit suspend, ret = -16 (2015-04-17 22:15:15.138781952 UTC)
  12081. <6>PM: suspend entry 2015-04-17 22:15:16.936816626 UTC
  12082. Freezing user space processes ... (elapsed 0.005 seconds) done.
  12083. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12084. Suspending console(s) (use no_console_suspend to debug)
  12085. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12086. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12087. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12088. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12089. <3>msm_wm8958_shutdown_power: codec power shutdown
  12090. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12091. max8903b_suspend: suspend
  12092. <6>PM: suspend of devices complete after 216.400 msecs
  12093. <6>PM: late suspend of devices complete after 5.554 msecs
  12094. <6>PM: noirq suspend of devices complete after 7.019 msecs
  12095. Disabling non-boot CPUs ...
  12096. <6>msm_pm_enter
  12097. <6>msm_pm_enter: power collapse
  12098. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12099. <6>PM: noirq resume of devices complete after 5.615 msecs
  12100. <6>wakeup wake lock: alarm_rtc
  12101. <6>PM: early resume of devices complete after 6.164 msecs
  12102. max8903b_resume: resume
  12103. <3>msm_wm8958_setup_power: codec power setup
  12104. <4>8058_s3: Failed to create debugfs directory
  12105. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12106. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12107. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12108. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12109. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12110. <6>PM: resume of devices complete after 109.495 msecs
  12111. Restarting tasks ... done.
  12112. <6>PM: suspend exit 2015-04-17 22:15:33.024670203 UTC
  12113. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:15:33.024670203 UTC)
  12114. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12115. <6>PM: suspend entry 2015-04-17 22:15:33.074162010 UTC
  12116. Freezing user space processes ... (elapsed 0.008 seconds) done.
  12117. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12118. Suspending console(s) (use no_console_suspend to debug)
  12119. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12120. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12121. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12122. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12123. <3>msm_wm8958_shutdown_power: codec power shutdown
  12124. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12125. max8903b_suspend: suspend
  12126. <6>PM: suspend of devices complete after 204.935 msecs
  12127. <6>PM: late suspend of devices complete after 1.769 msecs
  12128. <6>PM: noirq suspend of devices complete after 2.379 msecs
  12129. Disabling non-boot CPUs ...
  12130. <6>msm_pm_enter
  12131. <6>msm_pm_enter: power collapse
  12132. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12133. <6>PM: noirq resume of devices complete after 1.769 msecs
  12134. <6>wakeup wake lock: alarm_rtc
  12135. <6>PM: early resume of devices complete after 1.738 msecs
  12136. max8903b_resume: resume
  12137. <3>msm_wm8958_setup_power: codec power setup
  12138. <4>8058_s3: Failed to create debugfs directory
  12139. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12140. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12141. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12142. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12143. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12144. <6>PM: resume of devices complete after 100.367 msecs
  12145. Restarting tasks ... done.
  12146. <6>PM: suspend exit 2015-04-17 22:16:07.033545560 UTC
  12147. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:16:07.033576054 UTC)
  12148. <6>active wake lock PowerManagerService.WakeLocks
  12149. <6>active wake lock power-supply
  12150. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12151. <6>PM: suspend entry 2015-04-17 22:16:07.517330928 UTC
  12152. Freezing user space processes ... (elapsed 0.004 seconds) done.
  12153. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12154. Suspending console(s) (use no_console_suspend to debug)
  12155. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12156. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12157. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12158. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12159. <3>msm_wm8958_shutdown_power: codec power shutdown
  12160. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12161. max8903b_suspend: suspend
  12162. <6>PM: suspend of devices complete after 230.659 msecs
  12163. <6>PM: late suspend of devices complete after 5.399 msecs
  12164. <6>PM: noirq suspend of devices complete after 7.260 msecs
  12165. Disabling non-boot CPUs ...
  12166. <6>msm_pm_enter
  12167. <6>msm_pm_enter: power collapse
  12168. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12169. <6>PM: noirq resume of devices complete after 5.612 msecs
  12170. <6>wakeup wake lock: alarm_rtc
  12171. <6>PM: early resume of devices complete after 5.917 msecs
  12172. max8903b_resume: resume
  12173. <3>msm_wm8958_setup_power: codec power setup
  12174. <4>8058_s3: Failed to create debugfs directory
  12175. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12176. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12177. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12178. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12179. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12180. <6>PM: resume of devices complete after 96.855 msecs
  12181. Restarting tasks ... done.
  12182. <6>PM: suspend exit 2015-04-17 22:16:37.011070200 UTC
  12183. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:16:37.011100697 UTC)
  12184. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12185. <6>PM: suspend entry 2015-04-17 22:16:37.487734234 UTC
  12186. Freezing user space processes ... (elapsed 0.005 seconds) done.
  12187. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12188. Suspending console(s) (use no_console_suspend to debug)
  12189. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12190. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12191. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12192. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12193. <3>msm_wm8958_shutdown_power: codec power shutdown
  12194. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12195. max8903b_suspend: suspend
  12196. <6>PM: suspend of devices complete after 205.339 msecs
  12197. <6>PM: late suspend of devices complete after 1.769 msecs
  12198. <6>PM: noirq suspend of devices complete after 2.348 msecs
  12199. Disabling non-boot CPUs ...
  12200. <6>msm_pm_enter
  12201. <6>msm_pm_enter: power collapse
  12202. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12203. <6>PM: noirq resume of devices complete after 1.738 msecs
  12204. <6>wakeup wake lock: mmc1
  12205. <6>PM: early resume of devices complete after 1.738 msecs
  12206. max8903b_resume: resume
  12207. <3>msm_wm8958_setup_power: codec power setup
  12208. <4>8058_s3: Failed to create debugfs directory
  12209. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12210. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12211. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12212. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12213. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12214. <6>PM: resume of devices complete after 101.919 msecs
  12215. Restarting tasks ... done.
  12216. <6>PM: suspend exit 2015-04-17 22:19:04.014060333 UTC
  12217. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:04.014090825 UTC)
  12218. <6>active wake lock power-supply
  12219. <6>PM: suspend entry 2015-04-17 22:19:04.045742948 UTC
  12220. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12221. Freezing user space processes ... (elapsed 0.001 seconds) done.
  12222. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12223. Suspending console(s) (use no_console_suspend to debug)
  12224. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12225. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12226. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12227. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12228. <3>msm_wm8958_shutdown_power: codec power shutdown
  12229. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12230. max8903b_suspend: suspend
  12231. <6>PM: suspend of devices complete after 211.363 msecs
  12232. <6>PM: late suspend of devices complete after 5.399 msecs
  12233. <6>PM: noirq suspend of devices complete after 7.229 msecs
  12234. Disabling non-boot CPUs ...
  12235. <6>msm_pm_enter
  12236. <6>msm_pm_enter: power collapse
  12237. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12238. <6>PM: noirq resume of devices complete after 5.613 msecs
  12239. <6>wakeup wake lock: mmc1
  12240. <6>PM: early resume of devices complete after 6.558 msecs
  12241. max8903b_resume: resume
  12242. <3>msm_wm8958_setup_power: codec power setup
  12243. <4>8058_s3: Failed to create debugfs directory
  12244. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12245. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12246. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12247. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12248. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12249. <6>PM: resume of devices complete after 94.049 msecs
  12250. Restarting tasks ... done.
  12251. <6>PM: suspend exit 2015-04-17 22:19:07.006709186 UTC
  12252. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:07.006739682 UTC)
  12253. <6>active wake lock power-supply
  12254. <6>PM: suspend entry 2015-04-17 22:19:07.047632026 UTC
  12255. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12256. Freezing user space processes ... (elapsed 0.001 seconds) done.
  12257. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12258. Suspending console(s) (use no_console_suspend to debug)
  12259. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12260. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12261. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12262. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12263. <3>msm_wm8958_shutdown_power: codec power shutdown
  12264. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12265. max8903b_suspend: suspend
  12266. <6>PM: suspend of devices complete after 220.026 msecs
  12267. <6>PM: late suspend of devices complete after 5.674 msecs
  12268. <6>PM: noirq suspend of devices complete after 6.986 msecs
  12269. Disabling non-boot CPUs ...
  12270. <6>msm_pm_enter
  12271. <6>msm_pm_enter: power collapse
  12272. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12273. <6>PM: noirq resume of devices complete after 5.613 msecs
  12274. <6>wakeup wake lock: mmc1
  12275. <6>PM: early resume of devices complete after 6.466 msecs
  12276. max8903b_resume: resume
  12277. <3>msm_wm8958_setup_power: codec power setup
  12278. <4>8058_s3: Failed to create debugfs directory
  12279. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12280. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12281. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12282. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12283. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12284. <6>PM: resume of devices complete after 98.441 msecs
  12285. Restarting tasks ... done.
  12286. <6>PM: suspend exit 2015-04-17 22:19:09.006770178 UTC
  12287. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:09.006800674 UTC)
  12288. <6>active wake lock power-supply
  12289. <6>PM: suspend entry 2015-04-17 22:19:09.042629414 UTC
  12290. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12291. Freezing user space processes ... (elapsed 0.001 seconds) done.
  12292. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12293. Suspending console(s) (use no_console_suspend to debug)
  12294. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12295. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12296. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12297. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12298. <3>msm_wm8958_shutdown_power: codec power shutdown
  12299. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12300. max8903b_suspend: suspend
  12301. <6>PM: suspend of devices complete after 211.665 msecs
  12302. <6>PM: late suspend of devices complete after 5.430 msecs
  12303. <6>PM: noirq suspend of devices complete after 7.260 msecs
  12304. Disabling non-boot CPUs ...
  12305. <6>msm_pm_enter
  12306. <6>msm_pm_enter: power collapse
  12307. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12308. <6>PM: noirq resume of devices complete after 5.582 msecs
  12309. <6>wakeup wake lock: mmc1
  12310. <6>PM: early resume of devices complete after 6.405 msecs
  12311. max8903b_resume: resume
  12312. <3>msm_wm8958_setup_power: codec power setup
  12313. <4>8058_s3: Failed to create debugfs directory
  12314. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12315. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12316. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12317. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12318. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12319. <6>PM: resume of devices complete after 97.495 msecs
  12320. Restarting tasks ... done.
  12321. <6>PM: suspend exit 2015-04-17 22:19:10.021376037 UTC
  12322. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:10.021406528 UTC)
  12323. <6>active wake lock power-supply
  12324. <6>PM: suspend entry 2015-04-17 22:19:10.043513278 UTC
  12325. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12326. Freezing user space processes ... (elapsed 0.001 seconds) done.
  12327. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12328. Suspending console(s) (use no_console_suspend to debug)
  12329. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12330. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12331. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12332. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12333. <3>msm_wm8958_shutdown_power: codec power shutdown
  12334. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12335. max8903b_suspend: suspend
  12336. <6>PM: suspend of devices complete after 217.734 msecs
  12337. <6>PM: late suspend of devices complete after 5.704 msecs
  12338. <6>PM: noirq suspend of devices complete after 7.016 msecs
  12339. Disabling non-boot CPUs ...
  12340. <6>msm_pm_enter
  12341. <6>msm_pm_enter: power collapse
  12342. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12343. <6>PM: noirq resume of devices complete after 5.613 msecs
  12344. <6>wakeup wake lock: alarm_rtc
  12345. <6>PM: early resume of devices complete after 6.253 msecs
  12346. max8903b_resume: resume
  12347. <3>msm_wm8958_setup_power: codec power setup
  12348. <4>8058_s3: Failed to create debugfs directory
  12349. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12350. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12351. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12352. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12353. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12354. <6>PM: resume of devices complete after 109.572 msecs
  12355. Restarting tasks ... done.
  12356. <6>PM: suspend exit 2015-04-17 22:20:28.041655136 UTC
  12357. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:20:28.041685629 UTC)
  12358. <6>active wake lock PowerManagerService.WakeLocks
  12359. <6>active wake lock power-supply
  12360. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12361. <6>PM: suspend entry 2015-04-17 22:20:28.802384638 UTC
  12362. Freezing user space processes ... (elapsed 0.004 seconds) done.
  12363. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12364. Suspending console(s) (use no_console_suspend to debug)
  12365. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12366. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12367. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12368. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12369. <3>msm_wm8958_shutdown_power: codec power shutdown
  12370. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12371. max8903b_suspend: suspend
  12372. <6>PM: suspend of devices complete after 224.811 msecs
  12373. <6>PM: late suspend of devices complete after 5.369 msecs
  12374. <6>PM: noirq suspend of devices complete after 7.261 msecs
  12375. Disabling non-boot CPUs ...
  12376. <6>msm_pm_enter
  12377. <6>msm_pm_enter: power collapse
  12378. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12379. <6>PM: noirq resume of devices complete after 5.613 msecs
  12380. <6>wakeup wake lock: alarm_rtc
  12381. <6>PM: early resume of devices complete after 5.949 msecs
  12382. max8903b_resume: resume
  12383. <3>msm_wm8958_setup_power: codec power setup
  12384. <4>8058_s3: Failed to create debugfs directory
  12385. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12386. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12387. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12388. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12389. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12390. <6>PM: resume of devices complete after 106.248 msecs
  12391. Restarting tasks ... done.
  12392. <6>PM: suspend exit 2015-04-17 22:21:22.010307399 UTC
  12393. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:21:22.010307399 UTC)
  12394. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12395. <6>PM: suspend entry 2015-04-17 22:21:22.146319788 UTC
  12396. Freezing user space processes ... (elapsed 0.006 seconds) done.
  12397. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12398. Suspending console(s) (use no_console_suspend to debug)
  12399. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12400. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12401. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12402. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12403. <3>msm_wm8958_shutdown_power: codec power shutdown
  12404. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12405. max8903b_suspend: suspend
  12406. <6>PM: suspend of devices complete after 209.236 msecs
  12407. <6>PM: late suspend of devices complete after 1.799 msecs
  12408. <6>PM: noirq suspend of devices complete after 2.287 msecs
  12409. Disabling non-boot CPUs ...
  12410. <6>msm_pm_enter
  12411. <6>msm_pm_enter: power collapse
  12412. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12413. <6>PM: noirq resume of devices complete after 1.769 msecs
  12414. <6>wakeup wake lock: mmc1
  12415. <6>PM: early resume of devices complete after 1.738 msecs
  12416. max8903b_resume: resume
  12417. <3>msm_wm8958_setup_power: codec power setup
  12418. <4>8058_s3: Failed to create debugfs directory
  12419. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12420. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12421. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12422. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12423. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12424. <6>PM: resume of devices complete after 94.812 msecs
  12425. Restarting tasks ... done.
  12426. <6>PM: suspend exit 2015-04-17 22:25:40.012413671 UTC
  12427. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:25:40.012444171 UTC)
  12428. <6>active wake lock power-supply
  12429. <6>PM: suspend entry 2015-04-17 22:25:40.039889047 UTC
  12430. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12431. Freezing user space processes ... (elapsed 0.001 seconds) done.
  12432. Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
  12433. Suspending console(s) (use no_console_suspend to debug)
  12434. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12435. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12436. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12437. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12438. <3>msm_wm8958_shutdown_power: codec power shutdown
  12439. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12440. max8903b_suspend: suspend
  12441. <6>PM: suspend of devices complete after 218.961 msecs
  12442. <6>PM: late suspend of devices complete after 5.552 msecs
  12443. <6>PM: noirq suspend of devices complete after 6.986 msecs
  12444. Disabling non-boot CPUs ...
  12445. <6>msm_pm_enter
  12446. <6>msm_pm_enter: power collapse
  12447. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12448. <6>PM: noirq resume of devices complete after 5.582 msecs
  12449. <6>wakeup wake lock: mmc1
  12450. <6>PM: early resume of devices complete after 5.734 msecs
  12451. max8903b_resume: resume
  12452. <3>msm_wm8958_setup_power: codec power setup
  12453. <4>8058_s3: Failed to create debugfs directory
  12454. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12455. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12456. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12457. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12458. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12459. <6>PM: resume of devices complete after 101.948 msecs
  12460. Restarting tasks ... done.
  12461. <6>PM: suspend exit 2015-04-17 22:25:40.467421925 UTC
  12462. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:25:40.467452420 UTC)
  12463. <6>active wake lock power-supply
  12464. <6>PM: suspend entry 2015-04-17 22:25:40.490508014 UTC
  12465. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12466. Freezing user space processes ... (elapsed 0.001 seconds) done.
  12467. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12468. Suspending console(s) (use no_console_suspend to debug)
  12469. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12470. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12471. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12472. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12473. <3>msm_wm8958_shutdown_power: codec power shutdown
  12474. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12475. max8903b_suspend: suspend
  12476. <6>PM: suspend of devices complete after 220.457 msecs
  12477. <6>PM: late suspend of devices complete after 5.644 msecs
  12478. <6>PM: noirq suspend of devices complete after 7.017 msecs
  12479. Disabling non-boot CPUs ...
  12480. <6>msm_pm_enter
  12481. <6>msm_pm_enter: power collapse
  12482. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12483. <6>PM: noirq resume of devices complete after 5.613 msecs
  12484. <6>wakeup wake lock: mmc1
  12485. <6>PM: early resume of devices complete after 6.406 msecs
  12486. max8903b_resume: resume
  12487. <3>msm_wm8958_setup_power: codec power setup
  12488. <4>8058_s3: Failed to create debugfs directory
  12489. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12490. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12491. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12492. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12493. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12494. <6>PM: resume of devices complete after 98.807 msecs
  12495. Restarting tasks ... done.
  12496. <6>PM: suspend exit 2015-04-17 22:25:42.010124646 UTC
  12497. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:25:42.010155142 UTC)
  12498. <6>active wake lock power-supply
  12499. <6>PM: suspend entry 2015-04-17 22:25:42.042143185 UTC
  12500. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12501. Freezing user space processes ... (elapsed 0.001 seconds) done.
  12502. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12503. Suspending console(s) (use no_console_suspend to debug)
  12504. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12505. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12506. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12507. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12508. <3>msm_wm8958_shutdown_power: codec power shutdown
  12509. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12510. max8903b_suspend: suspend
  12511. <6>PM: suspend of devices complete after 221.397 msecs
  12512. <6>PM: late suspend of devices complete after 5.399 msecs
  12513. <6>PM: noirq suspend of devices complete after 7.260 msecs
  12514. Disabling non-boot CPUs ...
  12515. <6>msm_pm_enter
  12516. <6>msm_pm_enter: power collapse
  12517. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12518. <6>PM: noirq resume of devices complete after 5.613 msecs
  12519. <6>wakeup wake lock: alarm_rtc
  12520. <6>PM: early resume of devices complete after 6.466 msecs
  12521. max8903b_resume: resume
  12522. <3>msm_wm8958_setup_power: codec power setup
  12523. <4>8058_s3: Failed to create debugfs directory
  12524. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12525. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12526. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12527. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12528. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12529. <6>PM: resume of devices complete after 104.937 msecs
  12530. Restarting tasks ... done.
  12531. <6>PM: suspend exit 2015-04-17 22:27:10.025889912 UTC
  12532. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:10.025920406 UTC)
  12533. <6>active wake lock PowerManagerService.WakeLocks
  12534. <6>active wake lock power-supply
  12535. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12536. <6>PM: suspend entry 2015-04-17 22:27:10.155804311 UTC
  12537. Freezing user space processes ... (elapsed 0.004 seconds) done.
  12538. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12539. Suspending console(s) (use no_console_suspend to debug)
  12540. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12541. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12542. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12543. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12544. <3>msm_wm8958_shutdown_power: codec power shutdown
  12545. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12546. max8903b_suspend: suspend
  12547. <6>PM: suspend of devices complete after 188.947 msecs
  12548. <6>PM: late suspend of devices complete after 1.769 msecs
  12549. <6>PM: noirq suspend of devices complete after 2.288 msecs
  12550. Disabling non-boot CPUs ...
  12551. <6>msm_pm_enter
  12552. <6>msm_pm_enter: power collapse
  12553. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12554. <6>PM: noirq resume of devices complete after 1.800 msecs
  12555. <6>wakeup wake lock: mmc1
  12556. <6>PM: early resume of devices complete after 1.739 msecs
  12557. max8903b_resume: resume
  12558. <3>msm_wm8958_setup_power: codec power setup
  12559. <4>8058_s3: Failed to create debugfs directory
  12560. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12561. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12562. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12563. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12564. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12565. <6>PM: resume of devices complete after 101.373 msecs
  12566. Restarting tasks ... done.
  12567. <6>PM: suspend exit 2015-04-17 22:27:10.540490579 UTC
  12568. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:10.540521074 UTC)
  12569. <6>active wake lock PowerManagerService.WakeLocks
  12570. <6>active wake lock power-supply
  12571. <6>PM: suspend entry 2015-04-17 22:27:10.569462569 UTC
  12572. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12573. Freezing user space processes ... (elapsed 0.004 seconds) done.
  12574. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12575. Suspending console(s) (use no_console_suspend to debug)
  12576. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12577. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12578. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12579. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12580. <3>msm_wm8958_shutdown_power: codec power shutdown
  12581. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12582. max8903b_suspend: suspend
  12583. <6>PM: suspend of devices complete after 216.912 msecs
  12584. <6>PM: late suspend of devices complete after 5.400 msecs
  12585. <6>PM: noirq suspend of devices complete after 6.559 msecs
  12586. Disabling non-boot CPUs ...
  12587. <6>msm_pm_enter
  12588. <6>msm_pm_enter: power collapse
  12589. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<3>msm_pm_enter: cannot find the lowest power limit
  12590. <6>msm_pm_enter: return
  12591. <6>PM: noirq resume of devices complete after 1.586 msecs
  12592. <6>PM: early resume of devices complete after 1.647 msecs
  12593. max8903b_resume: resume
  12594. <3>msm_wm8958_setup_power: codec power setup
  12595. <4>8058_s3: Failed to create debugfs directory
  12596. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12597. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12598. <6>wakeup wake lock: power-supply
  12599. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12600. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12601. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12602. <6>PM: resume of devices complete after 101.648 msecs
  12603. Restarting tasks ... done.
  12604. <6>PM: suspend exit 2015-04-17 22:27:11.016286211 UTC
  12605. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:11.016316706 UTC)
  12606. <6>active wake lock power-supply
  12607. <6>PM: suspend entry 2015-04-17 22:27:11.045194477 UTC
  12608. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12609. Freezing user space processes ... (elapsed 0.048 seconds) done.
  12610. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12611. Suspending console(s) (use no_console_suspend to debug)
  12612. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12613. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12614. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12615. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12616. <3>msm_wm8958_shutdown_power: codec power shutdown
  12617. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12618. max8903b_suspend: suspend
  12619. <6>PM: suspend of devices complete after 225.868 msecs
  12620. <6>PM: late suspend of devices complete after 5.400 msecs
  12621. <6>PM: noirq suspend of devices complete after 7.017 msecs
  12622. Disabling non-boot CPUs ...
  12623. <6>msm_pm_enter
  12624. <6>msm_pm_enter: power collapse
  12625. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<3>msm_pm_enter: cannot find the lowest power limit
  12626. <6>msm_pm_enter: return
  12627. <6>PM: noirq resume of devices complete after 1.678 msecs
  12628. <6>PM: early resume of devices complete after 1.678 msecs
  12629. max8903b_resume: resume
  12630. <3>msm_wm8958_setup_power: codec power setup
  12631. <4>8058_s3: Failed to create debugfs directory
  12632. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12633. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12634. <6>wakeup wake lock: power-supply
  12635. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12636. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12637. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12638. <6>PM: resume of devices complete after 108.785 msecs
  12639. Restarting tasks ... done.
  12640. <6>PM: suspend exit 2015-04-17 22:27:11.531087809 UTC
  12641. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:11.531118305 UTC)
  12642. <6>active wake lock power-supply
  12643. <6>PM: suspend entry 2015-04-17 22:27:11.555180170 UTC
  12644. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12645. Freezing user space processes ... (elapsed 0.015 seconds) done.
  12646. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12647. Suspending console(s) (use no_console_suspend to debug)
  12648. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12649. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12650. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12651. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12652. <3>msm_wm8958_shutdown_power: codec power shutdown
  12653. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12654. max8903b_suspend: suspend
  12655. <6>PM: suspend of devices complete after 207.963 msecs
  12656. <6>PM: late suspend of devices complete after 1.739 msecs
  12657. <6>PM: noirq suspend of devices complete after 2.257 msecs
  12658. Disabling non-boot CPUs ...
  12659. <6>msm_pm_enter
  12660. <6>msm_pm_enter: power collapse
  12661. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12662. <6>PM: noirq resume of devices complete after 1.769 msecs
  12663. <6>wakeup wake lock: mmc1
  12664. <6>PM: early resume of devices complete after 1.739 msecs
  12665. max8903b_resume: resume
  12666. <3>msm_wm8958_setup_power: codec power setup
  12667. <4>8058_s3: Failed to create debugfs directory
  12668. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12669. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12670. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12671. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12672. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12673. <6>PM: resume of devices complete after 98.813 msecs
  12674. Restarting tasks ... done.
  12675. <6>PM: suspend exit 2015-04-17 22:27:59.009668475 UTC
  12676. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:59.009668475 UTC)
  12677. <6>active wake lock power-supply
  12678. <6>PM: suspend entry 2015-04-17 22:27:59.045833933 UTC
  12679. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12680. Freezing user space processes ... (elapsed 0.021 seconds) done.
  12681. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12682. Suspending console(s) (use no_console_suspend to debug)
  12683. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12684. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12685. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12686. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12687. <3>msm_wm8958_shutdown_power: codec power shutdown
  12688. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12689. max8903b_suspend: suspend
  12690. <6>PM: suspend of devices complete after 215.865 msecs
  12691. <6>PM: late suspend of devices complete after 5.400 msecs
  12692. <6>PM: noirq suspend of devices complete after 7.139 msecs
  12693. Disabling non-boot CPUs ...
  12694. <6>msm_pm_enter
  12695. <6>msm_pm_enter: power collapse
  12696. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12697. <6>PM: noirq resume of devices complete after 5.766 msecs
  12698. <6>wakeup wake lock: alarm_rtc
  12699. <6>PM: early resume of devices complete after 5.461 msecs
  12700. max8903b_resume: resume
  12701. <3>msm_wm8958_setup_power: codec power setup
  12702. <4>8058_s3: Failed to create debugfs directory
  12703. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12704. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12705. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12706. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12707. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12708. <6>PM: resume of devices complete after 109.176 msecs
  12709. Restarting tasks ... done.
  12710. <6>PM: suspend exit 2015-04-17 22:30:03.028969806 UTC
  12711. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:30:03.028969806 UTC)
  12712. <6>active wake lock PowerManagerService.WakeLocks
  12713. <6>active wake lock power-supply
  12714. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12715. <6>PM: suspend entry 2015-04-17 22:30:14.235095290 UTC
  12716. Freezing user space processes ... (elapsed 0.006 seconds) done.
  12717. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12718. Suspending console(s) (use no_console_suspend to debug)
  12719. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12720. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12721. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12722. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12723. <3>msm_wm8958_shutdown_power: codec power shutdown
  12724. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12725. max8903b_suspend: suspend
  12726. <6>PM: suspend of devices complete after 221.740 msecs
  12727. <6>PM: late suspend of devices complete after 5.676 msecs
  12728. <6>PM: noirq suspend of devices complete after 7.019 msecs
  12729. Disabling non-boot CPUs ...
  12730. <6>msm_pm_enter
  12731. <6>msm_pm_enter: power collapse
  12732. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12733. <6>PM: noirq resume of devices complete after 5.584 msecs
  12734. <6>wakeup wake lock: alarm_rtc
  12735. <6>PM: early resume of devices complete after 6.286 msecs
  12736. max8903b_resume: resume
  12737. <3>msm_wm8958_setup_power: codec power setup
  12738. <4>8058_s3: Failed to create debugfs directory
  12739. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12740. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12741. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12742. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12743. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12744. <6>PM: resume of devices complete after 105.249 msecs
  12745. Restarting tasks ... done.
  12746. <6>PM: suspend exit 2015-04-17 22:30:33.013783961 UTC
  12747. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:30:33.013814453 UTC)
  12748. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12749. <6>PM: suspend entry 2015-04-17 22:30:35.086327422 UTC
  12750. Freezing user space processes ... (elapsed 0.006 seconds) done.
  12751. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12752. Suspending console(s) (use no_console_suspend to debug)
  12753. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12754. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12755. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12756. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12757. <3>msm_wm8958_shutdown_power: codec power shutdown
  12758. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12759. max8903b_suspend: suspend
  12760. <6>PM: suspend of devices complete after 230.549 msecs
  12761. <6>PM: late suspend of devices complete after 5.553 msecs
  12762. <6>PM: noirq suspend of devices complete after 6.988 msecs
  12763. Disabling non-boot CPUs ...
  12764. <6>msm_pm_enter
  12765. <6>msm_pm_enter: power collapse
  12766. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12767. <6>PM: noirq resume of devices complete after 5.615 msecs
  12768. <6>wakeup wake lock: alarm_rtc
  12769. <6>PM: early resume of devices complete after 6.438 msecs
  12770. max8903b_resume: resume
  12771. <3>msm_wm8958_setup_power: codec power setup
  12772. <4>8058_s3: Failed to create debugfs directory
  12773. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12774. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12775. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12776. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12777. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12778. <6>PM: resume of devices complete after 107.651 msecs
  12779. Restarting tasks ... done.
  12780. <6>PM: suspend exit 2015-04-17 22:31:04.018205188 UTC
  12781. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:04.018235681 UTC)
  12782. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12783. <6>PM: suspend entry 2015-04-17 22:31:04.142751576 UTC
  12784. Freezing user space processes ... (elapsed 0.001 seconds) done.
  12785. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12786. Suspending console(s) (use no_console_suspend to debug)
  12787. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12788. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12789. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12790. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12791. <3>msm_wm8958_shutdown_power: codec power shutdown
  12792. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12793. max8903b_suspend: suspend
  12794. <6>PM: suspend of devices complete after 221.522 msecs
  12795. <6>PM: late suspend of devices complete after 5.400 msecs
  12796. <6>PM: noirq suspend of devices complete after 7.261 msecs
  12797. Disabling non-boot CPUs ...
  12798. <6>msm_pm_enter
  12799. <6>msm_pm_enter: power collapse
  12800. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12801. <6>PM: noirq resume of devices complete after 5.613 msecs
  12802. <6>wakeup wake lock: alarm_rtc
  12803. <6>PM: early resume of devices complete after 5.949 msecs
  12804. max8903b_resume: resume
  12805. <3>msm_wm8958_setup_power: codec power setup
  12806. <4>8058_s3: Failed to create debugfs directory
  12807. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12808. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12809. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12810. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12811. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12812. <6>PM: resume of devices complete after 102.193 msecs
  12813. Restarting tasks ... done.
  12814. <6>PM: suspend exit 2015-04-17 22:31:11.014515969 UTC
  12815. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:11.014546465 UTC)
  12816. <6>active wake lock PowerManagerService.WakeLocks
  12817. <6>active wake lock power-supply
  12818. <6>PM: suspend entry 2015-04-17 22:31:11.052693319 UTC
  12819. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12820. Freezing user space processes ... (elapsed 0.001 seconds) done.
  12821. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12822. Suspending console(s) (use no_console_suspend to debug)
  12823. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12824. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12825. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12826. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12827. <3>msm_wm8958_shutdown_power: codec power shutdown
  12828. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12829. max8903b_suspend: suspend
  12830. <6>PM: suspend of devices complete after 199.442 msecs
  12831. <6>PM: late suspend of devices complete after 1.769 msecs
  12832. <6>PM: noirq suspend of devices complete after 2.318 msecs
  12833. Disabling non-boot CPUs ...
  12834. <6>msm_pm_enter
  12835. <6>msm_pm_enter: power collapse
  12836. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12837. <6>PM: noirq resume of devices complete after 1.769 msecs
  12838. <6>wakeup wake lock: mmc1
  12839. <6>PM: early resume of devices complete after 1.738 msecs
  12840. max8903b_resume: resume
  12841. <3>msm_wm8958_setup_power: codec power setup
  12842. <4>8058_s3: Failed to create debugfs directory
  12843. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12844. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12845. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12846. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12847. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12848. <6>PM: resume of devices complete after 97.865 msecs
  12849. Restarting tasks ... done.
  12850. <6>PM: suspend exit 2015-04-17 22:31:16.027050400 UTC
  12851. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:16.027080894 UTC)
  12852. <6>active wake lock power-supply
  12853. <6>PM: suspend entry 2015-04-17 22:31:16.046718692 UTC
  12854. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12855. Freezing user space processes ... (elapsed 0.008 seconds) done.
  12856. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12857. Suspending console(s) (use no_console_suspend to debug)
  12858. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12859. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12860. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12861. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12862. <3>msm_wm8958_shutdown_power: codec power shutdown
  12863. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12864. max8903b_suspend: suspend
  12865. <6>PM: suspend of devices complete after 221.581 msecs
  12866. <6>PM: late suspend of devices complete after 5.643 msecs
  12867. <6>PM: noirq suspend of devices complete after 7.016 msecs
  12868. Disabling non-boot CPUs ...
  12869. <6>msm_pm_enter
  12870. <6>msm_pm_enter: power collapse
  12871. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12872. <6>PM: noirq resume of devices complete after 5.582 msecs
  12873. <6>wakeup wake lock: alarm_rtc
  12874. <6>PM: early resume of devices complete after 6.314 msecs
  12875. max8903b_resume: resume
  12876. <3>msm_wm8958_setup_power: codec power setup
  12877. <4>8058_s3: Failed to create debugfs directory
  12878. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12879. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12880. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12881. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12882. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12883. <6>PM: resume of devices complete after 110.670 msecs
  12884. Restarting tasks ... done.
  12885. <6>PM: suspend exit 2015-04-17 22:31:22.016589746 UTC
  12886. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:22.016620242 UTC)
  12887. <6>active wake lock power-supply
  12888. <6>PM: suspend entry 2015-04-17 22:31:22.042569933 UTC
  12889. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12890. Freezing user space processes ... (elapsed 0.004 seconds) done.
  12891. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12892. Suspending console(s) (use no_console_suspend to debug)
  12893. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12894. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12895. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12896. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12897. <3>msm_wm8958_shutdown_power: codec power shutdown
  12898. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12899. max8903b_suspend: suspend
  12900. <6>PM: suspend of devices complete after 219.319 msecs
  12901. <6>PM: late suspend of devices complete after 5.399 msecs
  12902. <6>PM: noirq suspend of devices complete after 7.260 msecs
  12903. Disabling non-boot CPUs ...
  12904. <6>msm_pm_enter
  12905. <6>msm_pm_enter: power collapse
  12906. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12907. <6>PM: noirq resume of devices complete after 5.582 msecs
  12908. <6>wakeup wake lock: mmc1
  12909. <6>PM: early resume of devices complete after 5.857 msecs
  12910. max8903b_resume: resume
  12911. <3>msm_wm8958_setup_power: codec power setup
  12912. <4>8058_s3: Failed to create debugfs directory
  12913. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12914. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12915. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12916. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12917. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12918. <6>PM: resume of devices complete after 100.057 msecs
  12919. Restarting tasks ... done.
  12920. <6>PM: suspend exit 2015-04-17 22:31:22.448379878 UTC
  12921. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:22.448410374 UTC)
  12922. <6>active wake lock power-supply
  12923. <6>PM: suspend entry 2015-04-17 22:31:22.471832008 UTC
  12924. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12925. Freezing user space processes ... (elapsed 0.045 seconds) done.
  12926. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12927. Suspending console(s) (use no_console_suspend to debug)
  12928. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12929. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12930. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12931. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12932. <3>msm_wm8958_shutdown_power: codec power shutdown
  12933. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12934. max8903b_suspend: suspend
  12935. <6>PM: suspend of devices complete after 222.611 msecs
  12936. <6>PM: late suspend of devices complete after 5.400 msecs
  12937. <6>PM: noirq suspend of devices complete after 7.261 msecs
  12938. Disabling non-boot CPUs ...
  12939. <6>msm_pm_enter
  12940. <6>msm_pm_enter: power collapse
  12941. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  12942. <6>PM: noirq resume of devices complete after 5.614 msecs
  12943. <6>wakeup wake lock: mmc1
  12944. <6>PM: early resume of devices complete after 5.949 msecs
  12945. max8903b_resume: resume
  12946. <3>msm_wm8958_setup_power: codec power setup
  12947. <4>8058_s3: Failed to create debugfs directory
  12948. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12949. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12950. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12951. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12952. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12953. <6>PM: resume of devices complete after 99.446 msecs
  12954. Restarting tasks ... done.
  12955. <6>PM: suspend exit 2015-04-17 22:31:27.018936710 UTC
  12956. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:27.018967201 UTC)
  12957. <6>active wake lock power-supply
  12958. <6>PM: suspend entry 2015-04-17 22:31:27.043055997 UTC
  12959. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12960. Freezing user space processes ... (elapsed 0.018 seconds) done.
  12961. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12962. Suspending console(s) (use no_console_suspend to debug)
  12963. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12964. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12965. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12966. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12967. <3>msm_wm8958_shutdown_power: codec power shutdown
  12968. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  12969. max8903b_suspend: suspend
  12970. <6>PM: suspend of devices complete after 234.077 msecs
  12971. <6>PM: late suspend of devices complete after 5.400 msecs
  12972. <6>PM: noirq suspend of devices complete after 6.040 msecs
  12973. Disabling non-boot CPUs ...
  12974. <6>msm_pm_enter
  12975. <6>msm_pm_enter: power collapse
  12976. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<3>msm_pm_enter: cannot find the lowest power limit
  12977. <6>msm_pm_enter: return
  12978. <6>PM: noirq resume of devices complete after 1.586 msecs
  12979. <6>PM: early resume of devices complete after 1.647 msecs
  12980. max8903b_resume: resume
  12981. <3>msm_wm8958_setup_power: codec power setup
  12982. <4>8058_s3: Failed to create debugfs directory
  12983. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  12984. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12985. <6>wakeup wake lock: power-supply
  12986. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12987. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  12988. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  12989. <6>PM: resume of devices complete after 100.459 msecs
  12990. Restarting tasks ... done.
  12991. <6>PM: suspend exit 2015-04-17 22:31:28.016316510 UTC
  12992. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:28.016316510 UTC)
  12993. <6>active wake lock power-supply
  12994. <6>PM: suspend entry 2015-04-17 22:31:28.046169078 UTC
  12995. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  12996. Freezing user space processes ... (elapsed 0.016 seconds) done.
  12997. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  12998. Suspending console(s) (use no_console_suspend to debug)
  12999. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13000. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13001. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13002. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13003. <3>msm_wm8958_shutdown_power: codec power shutdown
  13004. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13005. max8903b_suspend: suspend
  13006. <6>PM: suspend of devices complete after 225.467 msecs
  13007. <6>PM: late suspend of devices complete after 5.552 msecs
  13008. <6>PM: noirq suspend of devices complete after 6.986 msecs
  13009. Disabling non-boot CPUs ...
  13010. <6>msm_pm_enter
  13011. <6>msm_pm_enter: power collapse
  13012. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13013. <6>PM: noirq resume of devices complete after 5.613 msecs
  13014. <6>wakeup wake lock: mmc1
  13015. <6>PM: early resume of devices complete after 6.589 msecs
  13016. max8903b_resume: resume
  13017. <3>msm_wm8958_setup_power: codec power setup
  13018. <4>8058_s3: Failed to create debugfs directory
  13019. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13020. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13021. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13022. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13023. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13024. <6>PM: resume of devices complete after 97.862 msecs
  13025. Restarting tasks ... done.
  13026. <6>PM: suspend exit 2015-04-17 22:35:11.021528970 UTC
  13027. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:11.021528970 UTC)
  13028. <6>active wake lock power-supply
  13029. <6>PM: suspend entry 2015-04-17 22:35:11.049735677 UTC
  13030. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13031. Freezing user space processes ... (elapsed 0.047 seconds) done.
  13032. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13033. Suspending console(s) (use no_console_suspend to debug)
  13034. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13035. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13036. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13037. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13038. <3>msm_wm8958_shutdown_power: codec power shutdown
  13039. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13040. max8903b_suspend: suspend
  13041. <6>PM: suspend of devices complete after 215.626 msecs
  13042. <6>PM: late suspend of devices complete after 5.430 msecs
  13043. <6>PM: noirq suspend of devices complete after 7.230 msecs
  13044. Disabling non-boot CPUs ...
  13045. <6>msm_pm_enter
  13046. <6>msm_pm_enter: power collapse
  13047. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13048. <6>PM: noirq resume of devices complete after 5.583 msecs
  13049. <6>wakeup wake lock: alarm_rtc
  13050. <6>PM: early resume of devices complete after 6.314 msecs
  13051. max8903b_resume: resume
  13052. <3>msm_wm8958_setup_power: codec power setup
  13053. <4>8058_s3: Failed to create debugfs directory
  13054. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13055. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13056. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13057. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13058. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13059. <6>PM: resume of devices complete after 110.335 msecs
  13060. Restarting tasks ... done.
  13061. <6>PM: suspend exit 2015-04-17 22:35:16.020188056 UTC
  13062. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:16.020188056 UTC)
  13063. <6>active wake lock power-supply
  13064. <6>active wake lock alarm_rtc, time left 86
  13065. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13066. <6>PM: suspend entry 2015-04-17 22:35:18.589450515 UTC
  13067. Freezing user space processes ... (elapsed 0.008 seconds) done.
  13068. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13069. Suspending console(s) (use no_console_suspend to debug)
  13070. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13071. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13072. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13073. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13074. <3>msm_wm8958_shutdown_power: codec power shutdown
  13075. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13076. max8903b_suspend: suspend
  13077. <6>PM: suspend of devices complete after 202.022 msecs
  13078. <6>PM: late suspend of devices complete after 1.769 msecs
  13079. <6>PM: noirq suspend of devices complete after 2.349 msecs
  13080. Disabling non-boot CPUs ...
  13081. <6>msm_pm_enter
  13082. <6>msm_pm_enter: power collapse
  13083. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13084. <6>PM: noirq resume of devices complete after 1.739 msecs
  13085. <6>wakeup wake lock: mmc1
  13086. <6>PM: early resume of devices complete after 1.769 msecs
  13087. max8903b_resume: resume
  13088. <3>msm_wm8958_setup_power: codec power setup
  13089. <4>8058_s3: Failed to create debugfs directory
  13090. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13091. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13092. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13093. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13094. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13095. <6>PM: resume of devices complete after 95.732 msecs
  13096. Restarting tasks ... done.
  13097. <6>PM: suspend exit 2015-04-17 22:35:23.016497257 UTC
  13098. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:23.016527751 UTC)
  13099. <6>active wake lock power-supply
  13100. <6>PM: suspend entry 2015-04-17 22:35:23.043727626 UTC
  13101. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13102. Freezing user space processes ... (elapsed 0.001 seconds) done.
  13103. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13104. Suspending console(s) (use no_console_suspend to debug)
  13105. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13106. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13107. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13108. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13109. <3>msm_wm8958_shutdown_power: codec power shutdown
  13110. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13111. max8903b_suspend: suspend
  13112. <6>PM: suspend of devices complete after 221.349 msecs
  13113. <6>PM: late suspend of devices complete after 5.764 msecs
  13114. <6>PM: noirq suspend of devices complete after 7.015 msecs
  13115. Disabling non-boot CPUs ...
  13116. <6>msm_pm_enter
  13117. <6>msm_pm_enter: power collapse
  13118. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13119. <6>PM: noirq resume of devices complete after 5.581 msecs
  13120. <6>wakeup wake lock: alarm_rtc
  13121. <6>PM: early resume of devices complete after 6.252 msecs
  13122. max8903b_resume: resume
  13123. <3>msm_wm8958_setup_power: codec power setup
  13124. <4>8058_s3: Failed to create debugfs directory
  13125. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13126. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13127. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13128. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13129. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13130. <6>PM: resume of devices complete after 109.480 msecs
  13131. Restarting tasks ... done.
  13132. <6>PM: suspend exit 2015-04-17 22:35:48.018084076 UTC
  13133. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:48.018114572 UTC)
  13134. <6>active wake lock PowerManagerService.WakeLocks
  13135. <6>active wake lock power-supply
  13136. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13137. <6>PM: suspend entry 2015-04-17 22:35:48.246478844 UTC
  13138. Freezing user space processes ... (elapsed 0.006 seconds) done.
  13139. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13140. Suspending console(s) (use no_console_suspend to debug)
  13141. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13142. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13143. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13144. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13145. <3>msm_wm8958_shutdown_power: codec power shutdown
  13146. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13147. max8903b_suspend: suspend
  13148. <6>PM: suspend of devices complete after 221.121 msecs
  13149. <6>PM: late suspend of devices complete after 5.400 msecs
  13150. <6>PM: noirq suspend of devices complete after 7.261 msecs
  13151. Disabling non-boot CPUs ...
  13152. <6>msm_pm_enter
  13153. <6>msm_pm_enter: power collapse
  13154. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13155. <6>PM: noirq resume of devices complete after 5.614 msecs
  13156. <6>wakeup wake lock: alarm_rtc
  13157. <6>PM: early resume of devices complete after 5.949 msecs
  13158. max8903b_resume: resume
  13159. <3>msm_wm8958_setup_power: codec power setup
  13160. <4>8058_s3: Failed to create debugfs directory
  13161. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13162. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13163. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13164. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13165. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13166. <6>PM: resume of devices complete after 110.365 msecs
  13167. Restarting tasks ... done.
  13168. <6>PM: suspend exit 2015-04-17 22:36:18.010063671 UTC
  13169. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:36:18.010063671 UTC)
  13170. <6>PM: suspend entry 2015-04-17 22:36:18.042112717 UTC
  13171. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13172. Freezing user space processes ... <6>active wake lock PowerManagerService.WakeLocks
  13173.  
  13174. <3>Freezing of tasks aborted after 0.000 seconds (21 tasks refusing to freeze, wq_busy=0):
  13175.  
  13176. Restarting tasks ... done.
  13177. <6>PM: suspend exit 2015-04-17 22:36:18.097188533 UTC
  13178. <6>suspend: exit suspend, ret = -16 (2015-04-17 22:36:18.097188533 UTC)
  13179. <6>PM: suspend entry 2015-04-17 22:36:18.197432899 UTC
  13180. Freezing user space processes ... (elapsed 0.005 seconds) done.
  13181. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13182. Suspending console(s) (use no_console_suspend to debug)
  13183. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13184. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13185. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13186. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13187. <3>msm_wm8958_shutdown_power: codec power shutdown
  13188. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13189. max8903b_suspend: suspend
  13190. <6>PM: suspend of devices complete after 215.793 msecs
  13191. <6>PM: late suspend of devices complete after 5.400 msecs
  13192. <6>PM: noirq suspend of devices complete after 7.230 msecs
  13193. Disabling non-boot CPUs ...
  13194. <6>msm_pm_enter
  13195. <6>msm_pm_enter: power collapse
  13196. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13197. <6>PM: noirq resume of devices complete after 5.613 msecs
  13198. <6>wakeup wake lock: alarm_rtc
  13199. <6>PM: early resume of devices complete after 6.498 msecs
  13200. max8903b_resume: resume
  13201. <3>msm_wm8958_setup_power: codec power setup
  13202. <4>8058_s3: Failed to create debugfs directory
  13203. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13204. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13205. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13206. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13207. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13208. <6>PM: resume of devices complete after 109.633 msecs
  13209. Restarting tasks ... done.
  13210. <6>PM: suspend exit 2015-04-17 22:36:52.016559186 UTC
  13211. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:36:52.016589682 UTC)
  13212. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13213. <6>PM: suspend entry 2015-04-17 22:36:57.528094795 UTC
  13214. Freezing user space processes ... (elapsed 0.009 seconds) done.
  13215. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13216. Suspending console(s) (use no_console_suspend to debug)
  13217. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13218. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13219. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13220. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13221. <3>msm_wm8958_shutdown_power: codec power shutdown
  13222. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13223. max8903b_suspend: suspend
  13224. <6>PM: suspend of devices complete after 217.834 msecs
  13225. <6>PM: late suspend of devices complete after 5.401 msecs
  13226. <6>PM: noirq suspend of devices complete after 7.263 msecs
  13227. Disabling non-boot CPUs ...
  13228. <6>msm_pm_enter
  13229. <6>msm_pm_enter: power collapse
  13230. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13231. <6>PM: noirq resume of devices complete after 5.584 msecs
  13232. <6>wakeup wake lock: mmc1
  13233. <6>PM: early resume of devices complete after 5.920 msecs
  13234. max8903b_resume: resume
  13235. <3>msm_wm8958_setup_power: codec power setup
  13236. <4>8058_s3: Failed to create debugfs directory
  13237. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13238. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13239. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13240. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13241. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13242. <6>PM: resume of devices complete after 99.408 msecs
  13243. Restarting tasks ... done.
  13244. <6>PM: suspend exit 2015-04-17 22:37:16.021315303 UTC
  13245. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:16.021315303 UTC)
  13246. <6>active wake lock power-supply
  13247. <6>PM: suspend entry 2015-04-17 22:37:16.052631439 UTC
  13248. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13249. Freezing user space processes ... (elapsed 0.001 seconds) done.
  13250. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13251. Suspending console(s) (use no_console_suspend to debug)
  13252. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13253. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13254. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13255. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13256. <3>msm_wm8958_shutdown_power: codec power shutdown
  13257. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13258. max8903b_suspend: suspend
  13259. <6>PM: suspend of devices complete after 219.877 msecs
  13260. <6>PM: late suspend of devices complete after 5.399 msecs
  13261. <6>PM: noirq suspend of devices complete after 6.986 msecs
  13262. Disabling non-boot CPUs ...
  13263. <6>msm_pm_enter
  13264. <6>msm_pm_enter: power collapse
  13265. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13266. <6>PM: noirq resume of devices complete after 5.613 msecs
  13267. <6>wakeup wake lock: alarm_rtc
  13268. <6>PM: early resume of devices complete after 6.375 msecs
  13269. max8903b_resume: resume
  13270. <3>msm_wm8958_setup_power: codec power setup
  13271. <4>8058_s3: Failed to create debugfs directory
  13272. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13273. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13274. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13275. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13276. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13277. <6>PM: resume of devices complete after 91.488 msecs
  13278. Restarting tasks ... done.
  13279. <6>PM: suspend exit 2015-04-17 22:37:53.021377451 UTC
  13280. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:53.021377451 UTC)
  13281. <6>active wake lock PowerManagerService.WakeLocks
  13282. <6>active wake lock power-supply
  13283. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13284. <6>PM: suspend entry 2015-04-17 22:37:53.671558101 UTC
  13285. Freezing user space processes ... (elapsed 0.004 seconds) done.
  13286. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13287. Suspending console(s) (use no_console_suspend to debug)
  13288. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13289. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13290. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13291. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13292. <3>msm_wm8958_shutdown_power: codec power shutdown
  13293. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13294. max8903b_suspend: suspend
  13295. <6>PM: suspend of devices complete after 212.018 msecs
  13296. <6>PM: late suspend of devices complete after 5.491 msecs
  13297. <6>PM: noirq suspend of devices complete after 6.986 msecs
  13298. Disabling non-boot CPUs ...
  13299. <6>msm_pm_enter
  13300. <6>msm_pm_enter: power collapse
  13301. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13302. <6>PM: noirq resume of devices complete after 5.583 msecs
  13303. <6>wakeup wake lock: mmc1
  13304. <6>PM: early resume of devices complete after 5.368 msecs
  13305. max8903b_resume: resume
  13306. <3>msm_wm8958_setup_power: codec power setup
  13307. <4>8058_s3: Failed to create debugfs directory
  13308. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13309. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13310. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13311. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13312. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13313. <6>PM: resume of devices complete after 101.522 msecs
  13314. Restarting tasks ... done.
  13315. <6>PM: suspend exit 2015-04-17 22:37:59.017748257 UTC
  13316. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:59.017809244 UTC)
  13317. <6>active wake lock power-supply
  13318. <6>PM: suspend entry 2015-04-17 22:37:59.042448208 UTC
  13319. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13320. Freezing user space processes ... (elapsed 0.008 seconds) done.
  13321. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13322. Suspending console(s) (use no_console_suspend to debug)
  13323. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13324. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13325. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13326. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13327. <3>msm_wm8958_shutdown_power: codec power shutdown
  13328. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13329. max8903b_suspend: suspend
  13330. <6>PM: suspend of devices complete after 213.170 msecs
  13331. <6>PM: late suspend of devices complete after 5.399 msecs
  13332. <6>PM: noirq suspend of devices complete after 6.742 msecs
  13333. Disabling non-boot CPUs ...
  13334. <6>msm_pm_enter
  13335. <6>msm_pm_enter: power collapse
  13336. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<3>msm_pm_enter: cannot find the lowest power limit
  13337. <6>msm_pm_enter: return
  13338. <6>PM: noirq resume of devices complete after 1.708 msecs
  13339. <6>PM: early resume of devices complete after 1.677 msecs
  13340. max8903b_resume: resume
  13341. <3>msm_wm8958_setup_power: codec power setup
  13342. <4>8058_s3: Failed to create debugfs directory
  13343. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13344. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13345. <6>wakeup wake lock: power-supply
  13346. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13347. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13348. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13349. <6>PM: resume of devices complete after 100.397 msecs
  13350. Restarting tasks ... done.
  13351. <6>PM: suspend exit 2015-04-17 22:37:59.480509946 UTC
  13352. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:59.480540441 UTC)
  13353. <6>active wake lock power-supply
  13354. <6>PM: suspend entry 2015-04-17 22:37:59.509176198 UTC
  13355. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13356. Freezing user space processes ... (elapsed 0.001 seconds) done.
  13357. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13358. Suspending console(s) (use no_console_suspend to debug)
  13359. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13360. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13361. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13362. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13363. <3>msm_wm8958_shutdown_power: codec power shutdown
  13364. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13365. max8903b_suspend: suspend
  13366. <6>PM: suspend of devices complete after 202.002 msecs
  13367. <6>PM: late suspend of devices complete after 1.739 msecs
  13368. <6>PM: noirq suspend of devices complete after 2.349 msecs
  13369. Disabling non-boot CPUs ...
  13370. <6>msm_pm_enter
  13371. <6>msm_pm_enter: power collapse
  13372. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13373. <6>PM: noirq resume of devices complete after 1.769 msecs
  13374. <6>wakeup wake lock: mmc1
  13375. <6>PM: early resume of devices complete after 1.739 msecs
  13376. max8903b_resume: resume
  13377. <3>msm_wm8958_setup_power: codec power setup
  13378. <4>8058_s3: Failed to create debugfs directory
  13379. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13380. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13381. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13382. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13383. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13384. <6>PM: resume of devices complete after 92.164 msecs
  13385. Restarting tasks ... done.
  13386. <6>PM: suspend exit 2015-04-17 22:39:19.008203924 UTC
  13387. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:39:19.008203924 UTC)
  13388. <6>active wake lock power-supply
  13389. <6>PM: suspend entry 2015-04-17 22:39:19.046687562 UTC
  13390. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13391. Freezing user space processes ... (elapsed 0.001 seconds) done.
  13392. Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
  13393. Suspending console(s) (use no_console_suspend to debug)
  13394. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13395. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13396. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13397. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13398. <3>msm_wm8958_shutdown_power: codec power shutdown
  13399. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13400. max8903b_suspend: suspend
  13401. <6>PM: suspend of devices complete after 220.084 msecs
  13402. <6>PM: late suspend of devices complete after 5.429 msecs
  13403. <6>PM: noirq suspend of devices complete after 7.199 msecs
  13404. Disabling non-boot CPUs ...
  13405. <6>msm_pm_enter
  13406. <6>msm_pm_enter: power collapse
  13407. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13408. <6>PM: noirq resume of devices complete after 5.582 msecs
  13409. <6>wakeup wake lock: alarm_rtc
  13410. <6>PM: early resume of devices complete after 6.314 msecs
  13411. max8903b_resume: resume
  13412. <3>msm_wm8958_setup_power: codec power setup
  13413. <4>8058_s3: Failed to create debugfs directory
  13414. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13415. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13416. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13417. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13418. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13419. <6>PM: resume of devices complete after 101.368 msecs
  13420. Restarting tasks ... done.
  13421. <6>PM: suspend exit 2015-04-17 22:39:36.010764861 UTC
  13422. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:39:36.010795356 UTC)
  13423. <6>active wake lock power-supply
  13424. <6>active wake lock alarm_rtc, time left 88
  13425. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13426. <6>PM: suspend entry 2015-04-17 22:39:36.244986680 UTC
  13427. Freezing user space processes ... (elapsed 0.001 seconds) done.
  13428. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13429. Suspending console(s) (use no_console_suspend to debug)
  13430. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13431. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13432. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13433. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13434. <3>msm_wm8958_shutdown_power: codec power shutdown
  13435. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13436. max8903b_suspend: suspend
  13437. <6>PM: suspend of devices complete after 214.440 msecs
  13438. <6>PM: late suspend of devices complete after 5.644 msecs
  13439. <6>PM: noirq suspend of devices complete after 7.017 msecs
  13440. Disabling non-boot CPUs ...
  13441. <6>msm_pm_enter
  13442. <6>msm_pm_enter: power collapse
  13443. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13444. <6>PM: noirq resume of devices complete after 5.583 msecs
  13445. <6>wakeup wake lock: mmc1
  13446. <6>PM: early resume of devices complete after 6.528 msecs
  13447. max8903b_resume: resume
  13448. <3>msm_wm8958_setup_power: codec power setup
  13449. <4>8058_s3: Failed to create debugfs directory
  13450. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13451. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13452. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13453. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13454. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13455. <6>PM: resume of devices complete after 98.532 msecs
  13456. Restarting tasks ... done.
  13457. <6>PM: suspend exit 2015-04-17 22:40:56.022901434 UTC
  13458. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:40:56.022901434 UTC)
  13459. <6>active wake lock power-supply
  13460. <6>PM: suspend entry 2015-04-17 22:40:56.043118904 UTC
  13461. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13462. Freezing user space processes ... (elapsed 0.029 seconds) done.
  13463. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13464. Suspending console(s) (use no_console_suspend to debug)
  13465. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13466. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13467. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13468. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13469. <3>msm_wm8958_shutdown_power: codec power shutdown
  13470. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13471. max8903b_suspend: suspend
  13472. <6>PM: suspend of devices complete after 223.575 msecs
  13473. <6>PM: late suspend of devices complete after 5.673 msecs
  13474. <6>PM: noirq suspend of devices complete after 6.984 msecs
  13475. Disabling non-boot CPUs ...
  13476. <6>msm_pm_enter
  13477. <6>msm_pm_enter: power collapse
  13478. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13479. <6>PM: noirq resume of devices complete after 5.612 msecs
  13480. <6>wakeup wake lock: alarm_rtc
  13481. <6>PM: early resume of devices complete after 6.557 msecs
  13482. max8903b_resume: resume
  13483. <3>msm_wm8958_setup_power: codec power setup
  13484. <4>8058_s3: Failed to create debugfs directory
  13485. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13486. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13487. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13488. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13489. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13490. <6>PM: resume of devices complete after 101.551 msecs
  13491. Restarting tasks ... done.
  13492. <6>PM: suspend exit 2015-04-17 22:41:22.022505138 UTC
  13493. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:41:22.022505138 UTC)
  13494. <6>active wake lock PowerManagerService.WakeLocks
  13495. <6>active wake lock power-supply
  13496. <6>active wake lock alarm, time left 498
  13497. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13498. <6>PM: suspend entry 2015-04-17 22:41:22.172545302 UTC
  13499. Freezing user space processes ... (elapsed 0.033 seconds) done.
  13500. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13501. Suspending console(s) (use no_console_suspend to debug)
  13502. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13503. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13504. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13505. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13506. <3>msm_wm8958_shutdown_power: codec power shutdown
  13507. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13508. max8903b_suspend: suspend
  13509. <6>PM: suspend of devices complete after 220.999 msecs
  13510. <6>PM: late suspend of devices complete after 5.400 msecs
  13511. <6>PM: noirq suspend of devices complete after 7.261 msecs
  13512. Disabling non-boot CPUs ...
  13513. <6>msm_pm_enter
  13514. <6>msm_pm_enter: power collapse
  13515. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13516. <6>PM: noirq resume of devices complete after 5.583 msecs
  13517. <6>wakeup wake lock: mmc1
  13518. <6>PM: early resume of devices complete after 5.949 msecs
  13519. max8903b_resume: resume
  13520. <3>msm_wm8958_setup_power: codec power setup
  13521. <4>8058_s3: Failed to create debugfs directory
  13522. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13523. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13524. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13525. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13526. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13527. <6>PM: resume of devices complete after 94.019 msecs
  13528. Restarting tasks ... done.
  13529. <6>PM: suspend exit 2015-04-17 22:41:53.015003808 UTC
  13530. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:41:53.015034304 UTC)
  13531. <6>active wake lock power-supply
  13532. <6>PM: suspend entry 2015-04-17 22:41:53.048667939 UTC
  13533. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13534. Freezing user space processes ... (elapsed 0.023 seconds) done.
  13535. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13536. Suspending console(s) (use no_console_suspend to debug)
  13537. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13538. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13539. <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
  13540. <3>PM: Device alarm failed to suspend: error -16
  13541. <3>PM: Some devices failed to suspend
  13542. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13543. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13544. <6>PM: resume of devices complete after 3.355 msecs
  13545. Restarting tasks ... done.
  13546. <6>PM: suspend exit 2015-04-17 22:41:53.346371338 UTC
  13547. <6>suspend: exit suspend, ret = -16 (2015-04-17 22:41:53.346401846 UTC)
  13548. <6>active wake lock alarm_rtc, time left 197
  13549. <6>PM: suspend entry 2015-04-17 22:41:54.343541896 UTC
  13550. Freezing user space processes ... (elapsed 0.001 seconds) done.
  13551. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13552. Suspending console(s) (use no_console_suspend to debug)
  13553. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13554. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13555. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13556. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13557. <3>msm_wm8958_shutdown_power: codec power shutdown
  13558. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13559. max8903b_suspend: suspend
  13560. <6>PM: suspend of devices complete after 212.951 msecs
  13561. <6>PM: late suspend of devices complete after 5.462 msecs
  13562. <6>PM: noirq suspend of devices complete after 7.201 msecs
  13563. Disabling non-boot CPUs ...
  13564. <6>msm_pm_enter
  13565. <6>msm_pm_enter: power collapse
  13566. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13567. <6>PM: noirq resume of devices complete after 5.614 msecs
  13568. <6>wakeup wake lock: mmc1
  13569. <6>PM: early resume of devices complete after 5.431 msecs
  13570. max8903b_resume: resume
  13571. <3>msm_wm8958_setup_power: codec power setup
  13572. <4>8058_s3: Failed to create debugfs directory
  13573. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13574. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13575. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13576. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13577. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13578. <6>PM: resume of devices complete after 100.149 msecs
  13579. Restarting tasks ... done.
  13580. <6>PM: suspend exit 2015-04-17 22:42:00.013784043 UTC
  13581. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:42:00.013814535 UTC)
  13582. <6>active wake lock power-supply
  13583. <6>PM: suspend entry 2015-04-17 22:42:00.044642139 UTC
  13584. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13585. Freezing user space processes ... (elapsed 0.001 seconds) done.
  13586. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13587. Suspending console(s) (use no_console_suspend to debug)
  13588. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13589. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13590. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13591. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13592. <3>msm_wm8958_shutdown_power: codec power shutdown
  13593. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13594. max8903b_suspend: suspend
  13595. <6>PM: suspend of devices complete after 202.762 msecs
  13596. <6>PM: late suspend of devices complete after 1.738 msecs
  13597. <6>PM: noirq suspend of devices complete after 2.349 msecs
  13598. Disabling non-boot CPUs ...
  13599. <6>msm_pm_enter
  13600. <6>msm_pm_enter: power collapse
  13601. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13602. <6>PM: noirq resume of devices complete after 1.769 msecs
  13603. <6>wakeup wake lock: mmc1
  13604. <6>PM: early resume of devices complete after 1.738 msecs
  13605. max8903b_resume: resume
  13606. <3>msm_wm8958_setup_power: codec power setup
  13607. <4>8058_s3: Failed to create debugfs directory
  13608. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13609. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13610. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13611. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13612. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13613. <6>PM: resume of devices complete after 102.776 msecs
  13614. Restarting tasks ... done.
  13615. <6>PM: suspend exit 2015-04-17 22:42:24.020859822 UTC
  13616. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:42:24.020859822 UTC)
  13617. <6>active wake lock PowerManagerService.WakeLocks
  13618. <6>active wake lock power-supply
  13619. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13620. <6>PM: suspend entry 2015-04-17 22:42:24.154341828 UTC
  13621. Freezing user space processes ... (elapsed 0.016 seconds) done.
  13622. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13623. Suspending console(s) (use no_console_suspend to debug)
  13624. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13625. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13626. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13627. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13628. <3>msm_wm8958_shutdown_power: codec power shutdown
  13629. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13630. max8903b_suspend: suspend
  13631. <6>PM: suspend of devices complete after 229.003 msecs
  13632. <6>PM: late suspend of devices complete after 5.673 msecs
  13633. <6>PM: noirq suspend of devices complete after 7.015 msecs
  13634. Disabling non-boot CPUs ...
  13635. <6>msm_pm_enter
  13636. <6>msm_pm_enter: power collapse
  13637. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13638. <6>PM: noirq resume of devices complete after 5.612 msecs
  13639. <6>wakeup wake lock: alarm_rtc
  13640. <6>PM: early resume of devices complete after 6.343 msecs
  13641. max8903b_resume: resume
  13642. <3>msm_wm8958_setup_power: codec power setup
  13643. <4>8058_s3: Failed to create debugfs directory
  13644. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13645. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13646. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13647. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13648. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13649. <6>PM: resume of devices complete after 100.758 msecs
  13650. Restarting tasks ... done.
  13651. <6>PM: suspend exit 2015-04-17 22:43:37.022505211 UTC
  13652. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:43:37.022535703 UTC)
  13653. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13654. <6>PM: suspend entry 2015-04-17 22:43:38.599734326 UTC
  13655. Freezing user space processes ... (elapsed 0.001 seconds) done.
  13656. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13657. Suspending console(s) (use no_console_suspend to debug)
  13658. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13659. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13660. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13661. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13662. <3>msm_wm8958_shutdown_power: codec power shutdown
  13663. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13664. max8903b_suspend: suspend
  13665. <6>PM: suspend of devices complete after 201.122 msecs
  13666. <6>PM: late suspend of devices complete after 1.769 msecs
  13667. <6>PM: noirq suspend of devices complete after 2.380 msecs
  13668. Disabling non-boot CPUs ...
  13669. <6>msm_pm_enter
  13670. <6>msm_pm_enter: power collapse
  13671. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13672. <6>PM: noirq resume of devices complete after 1.769 msecs
  13673. <6>wakeup wake lock: alarm_rtc
  13674. <6>PM: early resume of devices complete after 1.739 msecs
  13675. max8903b_resume: resume
  13676. <3>msm_wm8958_setup_power: codec power setup
  13677. <4>8058_s3: Failed to create debugfs directory
  13678. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13679. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13680. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13681. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13682. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13683. <6>PM: resume of devices complete after 108.730 msecs
  13684. Restarting tasks ... done.
  13685. <6>PM: suspend exit 2015-04-17 22:45:03.008814564 UTC
  13686. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:45:03.008845064 UTC)
  13687. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13688. <6>PM: suspend entry 2015-04-17 22:45:17.627919118 UTC
  13689. Freezing user space processes ... (elapsed 0.004 seconds) done.
  13690. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13691. Suspending console(s) (use no_console_suspend to debug)
  13692. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13693. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13694. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13695. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13696. <3>msm_wm8958_shutdown_power: codec power shutdown
  13697. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13698. max8903b_suspend: suspend
  13699. <6>PM: suspend of devices complete after 214.355 msecs
  13700. <6>PM: late suspend of devices complete after 5.554 msecs
  13701. <6>PM: noirq suspend of devices complete after 6.988 msecs
  13702. Disabling non-boot CPUs ...
  13703. <6>msm_pm_enter
  13704. <6>msm_pm_enter: power collapse
  13705. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13706. <6>PM: noirq resume of devices complete after 5.584 msecs
  13707. <6>wakeup wake lock: alarm_rtc
  13708. <6>PM: early resume of devices complete after 6.408 msecs
  13709. max8903b_resume: resume
  13710. <3>msm_wm8958_setup_power: codec power setup
  13711. <4>8058_s3: Failed to create debugfs directory
  13712. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13713. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13714. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13715. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13716. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13717. <6>PM: resume of devices complete after 106.133 msecs
  13718. Restarting tasks ... done.
  13719. <6>PM: suspend exit 2015-04-17 22:45:33.007440921 UTC
  13720. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:45:33.007440921 UTC)
  13721. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13722. <6>PM: suspend entry 2015-04-17 22:45:33.516880952 UTC
  13723. Freezing user space processes ... (elapsed 0.002 seconds) done.
  13724. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13725. Suspending console(s) (use no_console_suspend to debug)
  13726. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13727. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13728. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13729. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13730. <3>msm_wm8958_shutdown_power: codec power shutdown
  13731. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13732. max8903b_suspend: suspend
  13733. <6>PM: suspend of devices complete after 217.967 msecs
  13734. <6>PM: late suspend of devices complete after 5.369 msecs
  13735. <6>PM: noirq suspend of devices complete after 7.230 msecs
  13736. Disabling non-boot CPUs ...
  13737. <6>msm_pm_enter
  13738. <6>msm_pm_enter: power collapse
  13739. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13740. <6>PM: noirq resume of devices complete after 5.583 msecs
  13741. <6>wakeup wake lock: alarm_rtc
  13742. <6>PM: early resume of devices complete after 5.918 msecs
  13743. max8903b_resume: resume
  13744. <3>msm_wm8958_setup_power: codec power setup
  13745. <4>8058_s3: Failed to create debugfs directory
  13746. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13747. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13748. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13749. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13750. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13751. <6>PM: resume of devices complete after 110.426 msecs
  13752. Restarting tasks ... done.
  13753. <6>PM: suspend exit 2015-04-17 22:46:03.007593461 UTC
  13754. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:46:03.007623957 UTC)
  13755. <6>active wake lock power-supply
  13756. <6>PM: suspend entry 2015-04-17 22:46:03.059981617 UTC
  13757. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13758. Freezing user space processes ... (elapsed 0.002 seconds) done.
  13759. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13760. Suspending console(s) (use no_console_suspend to debug)
  13761. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13762. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13763. <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
  13764. <3>PM: Device alarm failed to suspend: error -16
  13765. <3>PM: Some devices failed to suspend
  13766. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13767. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13768. <6>PM: resume of devices complete after 3.568 msecs
  13769. Restarting tasks ... done.
  13770. <6>PM: suspend exit 2015-04-17 22:46:03.308120957 UTC
  13771. <6>suspend: exit suspend, ret = -16 (2015-04-17 22:46:03.308151463 UTC)
  13772. <6>active wake lock PowerManagerService.WakeLocks
  13773. <6>PM: suspend entry 2015-04-17 22:46:03.433540702 UTC
  13774. Freezing user space processes ... (elapsed 0.001 seconds) done.
  13775. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13776. Suspending console(s) (use no_console_suspend to debug)
  13777. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13778. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13779. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13780. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13781. <3>msm_wm8958_shutdown_power: codec power shutdown
  13782. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13783. max8903b_suspend: suspend
  13784. <6>PM: suspend of devices complete after 224.041 msecs
  13785. <6>PM: late suspend of devices complete after 5.734 msecs
  13786. <6>active wake lock alarm, time left 490
  13787. <3>dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
  13788. <3>PM: Device power.0 failed to suspend noirq: error -11
  13789. <6>PM: noirq resume of devices complete after 4.880 msecs
  13790. <6>PM: early resume of devices complete after 5.155 msecs
  13791. <3>PM: Some devices failed to power down
  13792. max8903b_resume: resume
  13793. <3>msm_wm8958_setup_power: codec power setup
  13794. <4>8058_s3: Failed to create debugfs directory
  13795. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13796. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13797. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13798. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13799. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13800. <6>PM: resume of devices complete after 112.014 msecs
  13801. Restarting tasks ... done.
  13802. <6>PM: suspend exit 2015-04-17 22:46:03.880862633 UTC
  13803. <6>suspend: exit suspend, ret = -11 (2015-04-17 22:46:03.880893139 UTC)
  13804. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13805. <6>PM: suspend entry 2015-04-17 22:46:04.150618347 UTC
  13806. Freezing user space processes ... (elapsed 0.004 seconds) done.
  13807. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13808. Suspending console(s) (use no_console_suspend to debug)
  13809. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13810. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13811. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13812. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13813. <3>msm_wm8958_shutdown_power: codec power shutdown
  13814. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13815. max8903b_suspend: suspend
  13816. <6>PM: suspend of devices complete after 225.330 msecs
  13817. <6>PM: late suspend of devices complete after 5.400 msecs
  13818. <6>PM: noirq suspend of devices complete after 7.231 msecs
  13819. Disabling non-boot CPUs ...
  13820. <6>msm_pm_enter
  13821. <6>msm_pm_enter: power collapse
  13822. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13823. <6>PM: noirq resume of devices complete after 5.583 msecs
  13824. <6>wakeup wake lock: alarm_rtc
  13825. <6>PM: early resume of devices complete after 6.498 msecs
  13826. max8903b_resume: resume
  13827. <3>msm_wm8958_setup_power: codec power setup
  13828. <4>8058_s3: Failed to create debugfs directory
  13829. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13830. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13831. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13832. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13833. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13834. <6>PM: resume of devices complete after 110.456 msecs
  13835. Restarting tasks ... done.
  13836. <6>PM: suspend exit 2015-04-17 22:46:34.011954376 UTC
  13837. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:46:34.011984872 UTC)
  13838. <6>PM: suspend entry 2015-04-17 22:46:34.044338507 UTC
  13839. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13840. Freezing user space processes ... (elapsed 0.004 seconds) done.
  13841. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13842. Suspending console(s) (use no_console_suspend to debug)
  13843. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13844. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13845. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13846. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13847. <3>msm_wm8958_shutdown_power: codec power shutdown
  13848. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13849. max8903b_suspend: suspend
  13850. <6>PM: suspend of devices complete after 217.943 msecs
  13851. <6>PM: late suspend of devices complete after 5.399 msecs
  13852. <6>PM: noirq suspend of devices complete after 7.260 msecs
  13853. Disabling non-boot CPUs ...
  13854. <6>msm_pm_enter
  13855. <6>msm_pm_enter: power collapse
  13856. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13857. <6>PM: noirq resume of devices complete after 5.582 msecs
  13858. <6>wakeup wake lock: alarm_rtc
  13859. <6>PM: early resume of devices complete after 5.918 msecs
  13860. max8903b_resume: resume
  13861. <3>msm_wm8958_setup_power: codec power setup
  13862. <4>8058_s3: Failed to create debugfs directory
  13863. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13864. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13865. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13866. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13867. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13868. <6>PM: resume of devices complete after 110.487 msecs
  13869. Restarting tasks ... done.
  13870. <6>PM: suspend exit 2015-04-17 22:47:37.011039456 UTC
  13871. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:47:37.011039456 UTC)
  13872. <6>active wake lock power-supply
  13873. <6>PM: suspend entry 2015-04-17 22:47:37.046838733 UTC
  13874. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13875. Freezing user space processes ... (elapsed 0.001 seconds) done.
  13876. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13877. Suspending console(s) (use no_console_suspend to debug)
  13878. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13879. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13880. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13881. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13882. <3>msm_wm8958_shutdown_power: codec power shutdown
  13883. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13884. max8903b_suspend: suspend
  13885. <6>PM: suspend of devices complete after 199.080 msecs
  13886. <6>PM: late suspend of devices complete after 1.769 msecs
  13887. <6>active wake lock alarm, time left 493
  13888. <3>dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
  13889. <3>PM: Device power.0 failed to suspend noirq: error -11
  13890. <6>PM: noirq resume of devices complete after 1.372 msecs
  13891. <6>PM: early resume of devices complete after 1.555 msecs
  13892. <3>PM: Some devices failed to power down
  13893. max8903b_resume: resume
  13894. <3>msm_wm8958_setup_power: codec power setup
  13895. <4>8058_s3: Failed to create debugfs directory
  13896. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13897. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13898. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13899. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13900. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13901. <6>PM: resume of devices complete after 108.612 msecs
  13902. Restarting tasks ... done.
  13903. <6>PM: suspend exit 2015-04-17 22:47:37.483577867 UTC
  13904. <6>suspend: exit suspend, ret = -11 (2015-04-17 22:47:37.483608378 UTC)
  13905. <6>active wake lock PowerManagerService.WakeLocks
  13906. <6>active wake lock power-supply
  13907. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13908. <6>PM: suspend entry 2015-04-17 22:47:37.610631725 UTC
  13909. Freezing user space processes ... (elapsed 0.004 seconds) done.
  13910. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13911. Suspending console(s) (use no_console_suspend to debug)
  13912. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13913. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13914. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13915. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13916. <3>msm_wm8958_shutdown_power: codec power shutdown
  13917. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13918. max8903b_suspend: suspend
  13919. <6>PM: suspend of devices complete after 202.695 msecs
  13920. <6>PM: late suspend of devices complete after 1.769 msecs
  13921. <6>PM: noirq suspend of devices complete after 2.379 msecs
  13922. Disabling non-boot CPUs ...
  13923. <6>msm_pm_enter
  13924. <6>msm_pm_enter: power collapse
  13925. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13926. <6>PM: noirq resume of devices complete after 1.769 msecs
  13927. <6>wakeup wake lock: mmc1
  13928. <6>PM: early resume of devices complete after 1.738 msecs
  13929. max8903b_resume: resume
  13930. <3>msm_wm8958_setup_power: codec power setup
  13931. <4>8058_s3: Failed to create debugfs directory
  13932. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13933. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13934. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13935. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13936. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13937. <6>PM: resume of devices complete after 94.327 msecs
  13938. Restarting tasks ... done.
  13939. <6>PM: suspend exit 2015-04-17 22:47:39.014913401 UTC
  13940. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:47:39.014913401 UTC)
  13941. <6>active wake lock PowerManagerService.WakeLocks
  13942. <6>active wake lock power-supply
  13943. <6>PM: suspend entry 2015-04-17 22:47:39.049158275 UTC
  13944. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13945. Freezing user space processes ... (elapsed 0.001 seconds) done.
  13946. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13947. Suspending console(s) (use no_console_suspend to debug)
  13948. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13949. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13950. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13951. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13952. <3>msm_wm8958_shutdown_power: codec power shutdown
  13953. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13954. max8903b_suspend: suspend
  13955. <6>PM: suspend of devices complete after 200.577 msecs
  13956. <6>PM: late suspend of devices complete after 1.769 msecs
  13957. <6>PM: noirq suspend of devices complete after 2.379 msecs
  13958. Disabling non-boot CPUs ...
  13959. <6>msm_pm_enter
  13960. <6>msm_pm_enter: power collapse
  13961. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13962. <6>PM: noirq resume of devices complete after 1.769 msecs
  13963. <6>wakeup wake lock: mmc1
  13964. <6>PM: early resume of devices complete after 1.738 msecs
  13965. max8903b_resume: resume
  13966. <3>msm_wm8958_setup_power: codec power setup
  13967. <4>8058_s3: Failed to create debugfs directory
  13968. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  13969. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13970. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13971. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13972. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13973. <6>PM: resume of devices complete after 83.105 msecs
  13974. Restarting tasks ... done.
  13975. <6>PM: suspend exit 2015-04-17 22:47:44.014363829 UTC
  13976. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:47:44.014394322 UTC)
  13977. <6>active wake lock power-supply
  13978. <6>PM: suspend entry 2015-04-17 22:47:44.043851082 UTC
  13979. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  13980. Freezing user space processes ... (elapsed 0.014 seconds) done.
  13981. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  13982. Suspending console(s) (use no_console_suspend to debug)
  13983. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13984. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13985. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  13986. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  13987. <3>msm_wm8958_shutdown_power: codec power shutdown
  13988. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  13989. max8903b_suspend: suspend
  13990. <6>PM: suspend of devices complete after 218.610 msecs
  13991. <6>PM: late suspend of devices complete after 5.400 msecs
  13992. <6>PM: noirq suspend of devices complete after 7.139 msecs
  13993. Disabling non-boot CPUs ...
  13994. <6>msm_pm_enter
  13995. <6>msm_pm_enter: power collapse
  13996. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  13997. <6>PM: noirq resume of devices complete after 5.613 msecs
  13998. <6>wakeup wake lock: alarm_rtc
  13999. <6>PM: early resume of devices complete after 6.589 msecs
  14000. max8903b_resume: resume
  14001. <3>msm_wm8958_setup_power: codec power setup
  14002. <4>8058_s3: Failed to create debugfs directory
  14003. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  14004. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14005. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14006. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14007. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14008. <6>PM: resume of devices complete after 109.665 msecs
  14009. Restarting tasks ... done.
  14010. <6>PM: suspend exit 2015-04-17 22:50:29.032385015 UTC
  14011. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:50:29.032415509 UTC)
  14012. <6>active wake lock PowerManagerService.WakeLocks
  14013. <6>active wake lock power-supply
  14014. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  14015. <6>PM: suspend entry 2015-04-17 22:50:29.470004836 UTC
  14016. Freezing user space processes ... (elapsed 0.004 seconds) done.
  14017. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  14018. Suspending console(s) (use no_console_suspend to debug)
  14019. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14020. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14021. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14022. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14023. <3>msm_wm8958_shutdown_power: codec power shutdown
  14024. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  14025. max8903b_suspend: suspend
  14026. <6>PM: suspend of devices complete after 210.408 msecs
  14027. <6>PM: late suspend of devices complete after 5.399 msecs
  14028. <6>PM: noirq suspend of devices complete after 6.832 msecs
  14029. Disabling non-boot CPUs ...
  14030. <6>msm_pm_enter
  14031. <6>msm_pm_enter: power collapse
  14032. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<3>msm_pm_enter: cannot find the lowest power limit
  14033. <6>msm_pm_enter: return
  14034. <6>PM: noirq resume of devices complete after 1.677 msecs
  14035. <6>PM: early resume of devices complete after 1.677 msecs
  14036. max8903b_resume: resume
  14037. <3>msm_wm8958_setup_power: codec power setup
  14038. <4>8058_s3: Failed to create debugfs directory
  14039. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  14040. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14041. <6>wakeup wake lock: power-supply
  14042. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14043. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14044. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14045. <6>PM: resume of devices complete after 110.032 msecs
  14046. Restarting tasks ... done.
  14047. <6>PM: suspend exit 2015-04-17 22:50:30.065654193 UTC
  14048. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:50:30.065684690 UTC)
  14049. <6>PM: suspend entry 2015-04-17 22:50:30.075413254 UTC
  14050. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  14051. Freezing user space processes ... (elapsed 0.015 seconds) done.
  14052. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  14053. Suspending console(s) (use no_console_suspend to debug)
  14054. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14055. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14056. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14057. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14058. <3>msm_wm8958_shutdown_power: codec power shutdown
  14059. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  14060. max8903b_suspend: suspend
  14061. <6>PM: suspend of devices complete after 211.623 msecs
  14062. <6>PM: late suspend of devices complete after 5.643 msecs
  14063. <6>PM: noirq suspend of devices complete after 7.016 msecs
  14064. Disabling non-boot CPUs ...
  14065. <6>msm_pm_enter
  14066. <6>msm_pm_enter: power collapse
  14067. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  14068. <6>PM: noirq resume of devices complete after 5.583 msecs
  14069. <6>wakeup wake lock: alarm_rtc
  14070. <6>PM: early resume of devices complete after 6.284 msecs
  14071. max8903b_resume: resume
  14072. <3>msm_wm8958_setup_power: codec power setup
  14073. <4>8058_s3: Failed to create debugfs directory
  14074. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  14075. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14076. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14077. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14078. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14079. <6>PM: resume of devices complete after 109.420 msecs
  14080. Restarting tasks ... done.
  14081. <6>PM: suspend exit 2015-04-17 22:51:22.043423734 UTC
  14082. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:51:22.043423734 UTC)
  14083. <6>active wake lock PowerManagerService.WakeLocks
  14084. <6>active wake lock power-supply
  14085. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  14086. <6>PM: suspend entry 2015-04-17 22:51:22.183951516 UTC
  14087. Freezing user space processes ... (elapsed 0.001 seconds) done.
  14088. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  14089. Suspending console(s) (use no_console_suspend to debug)
  14090. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14091. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14092. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14093. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14094. <3>msm_wm8958_shutdown_power: codec power shutdown
  14095. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  14096. max8903b_suspend: suspend
  14097. <6>PM: suspend of devices complete after 223.470 msecs
  14098. <6>PM: late suspend of devices complete after 5.400 msecs
  14099. <6>PM: noirq suspend of devices complete after 7.170 msecs
  14100. Disabling non-boot CPUs ...
  14101. <6>msm_pm_enter
  14102. <6>msm_pm_enter: power collapse
  14103. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  14104. <6>PM: noirq resume of devices complete after 5.766 msecs
  14105. <6>wakeup wake lock: alarm_rtc
  14106. <6>PM: early resume of devices complete after 5.918 msecs
  14107. max8903b_resume: resume
  14108. <3>msm_wm8958_setup_power: codec power setup
  14109. <4>8058_s3: Failed to create debugfs directory
  14110. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  14111. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14112. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14113. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14114. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14115. <6>PM: resume of devices complete after 110.395 msecs
  14116. Restarting tasks ... done.
  14117. <6>PM: suspend exit 2015-04-17 22:51:39.009728218 UTC
  14118. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:51:39.009728218 UTC)
  14119. <6>active wake lock power-supply
  14120. <6>active wake lock alarm_rtc, time left 87
  14121. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  14122. <6>PM: suspend entry 2015-04-17 22:51:40.125119930 UTC
  14123. Freezing user space processes ... (elapsed 0.004 seconds) done.
  14124. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  14125. Suspending console(s) (use no_console_suspend to debug)
  14126. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14127. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14128. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14129. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14130. <3>msm_wm8958_shutdown_power: codec power shutdown
  14131. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  14132. max8903b_suspend: suspend
  14133. <6>PM: suspend of devices complete after 219.895 msecs
  14134. <6>PM: late suspend of devices complete after 5.644 msecs
  14135. <6>PM: noirq suspend of devices complete after 7.017 msecs
  14136. Disabling non-boot CPUs ...
  14137. <6>msm_pm_enter
  14138. <6>msm_pm_enter: power collapse
  14139. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  14140. <6>PM: noirq resume of devices complete after 5.583 msecs
  14141. <6>wakeup wake lock: mmc1
  14142. <6>PM: early resume of devices complete after 6.742 msecs
  14143. max8903b_resume: resume
  14144. <3>msm_wm8958_setup_power: codec power setup
  14145. <4>8058_s3: Failed to create debugfs directory
  14146. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  14147. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14148. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14149. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14150. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14151. <6>PM: resume of devices complete after 99.020 msecs
  14152. Restarting tasks ... done.
  14153. <6>PM: suspend exit 2015-04-17 22:51:45.007227405 UTC
  14154. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:51:45.007257900 UTC)
  14155. <6>active wake lock power-supply
  14156. <6>PM: suspend entry 2015-04-17 22:51:45.041868828 UTC
  14157. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
  14158. Freezing user space processes ... (elapsed 0.001 seconds) done.
  14159. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  14160. Suspending console(s) (use no_console_suspend to debug)
  14161. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14162. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14163. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14164. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14165. <3>msm_wm8958_shutdown_power: codec power shutdown
  14166. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  14167. max8903b_suspend: suspend
  14168. <6>PM: suspend of devices complete after 217.435 msecs
  14169. <6>PM: late suspend of devices complete after 5.643 msecs
  14170. <6>PM: noirq suspend of devices complete after 7.016 msecs
  14171. Disabling non-boot CPUs ...
  14172. <6>msm_pm_enter
  14173. <6>msm_pm_enter: power collapse
  14174. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  14175. <6>PM: noirq resume of devices complete after 5.613 msecs
  14176. <6>wakeup wake lock: msm_otg
  14177. <6>msm_otg_resume: usb exited from low power mode
  14178. <6>android_work: android_work: did not send uevent (0 0   (null))
  14179. <6>PM: early resume of devices complete after 6.741 msecs
  14180. max8903b_resume: resume
  14181. <3>msm_wm8958_setup_power: codec power setup
  14182. <4>8058_s3: Failed to create debugfs directory
  14183. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  14184. <6>a6_update_connected_ps: ac=0 usb=0 dock=0
  14185. <6>max8903b_current_setup: ### CHARGE_DISABLE
  14186. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14187. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14188. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14189. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14190. <6>PM: resume of devices complete after 83.009 msecs
  14191. Restarting tasks ... done.
  14192. <6>PM: suspend exit 2015-04-17 22:53:34.016104044 UTC
  14193. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:53:34.016134537 UTC)
  14194. <6>active wake lock power-supply
  14195. <6>active wake lock msm_otg
  14196. <6>a6_update_connected_ps: ac=0 usb=0 dock=0
  14197. <6>max8903b_current_setup: ### CHARGE_DISABLE
  14198. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
  14199. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
  14200. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
  14201. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
  14202. <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
  14203. <6>msm_otg_suspend: usb in low power mode
  14204. <6>PM: suspend entry 2015-04-17 22:53:34.176605747 UTC
  14205. Freezing user space processes ... (elapsed 0.005 seconds) done.
  14206. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  14207. Suspending console(s) (use no_console_suspend to debug)
  14208. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14209. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14210. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14211. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14212. <3>msm_wm8958_shutdown_power: codec power shutdown
  14213. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  14214. max8903b_suspend: suspend
  14215. <6>PM: suspend of devices complete after 223.379 msecs
  14216. <6>PM: late suspend of devices complete after 5.552 msecs
  14217. <6>PM: noirq suspend of devices complete after 6.986 msecs
  14218. Disabling non-boot CPUs ...
  14219. <6>msm_pm_enter
  14220. <6>msm_pm_enter: power collapse
  14221. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  14222. <6>PM: noirq resume of devices complete after 5.613 msecs
  14223. <6>wakeup wake lock: event0-431
  14224. <6>PM: early resume of devices complete after 3.142 msecs
  14225. max8903b_resume: resume
  14226. <3>msm_wm8958_setup_power: codec power setup
  14227. <4>8058_s3: Failed to create debugfs directory
  14228. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  14229. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14230. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14231. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  14232. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  14233. <6>PM: resume of devices complete after 112.257 msecs
  14234. Restarting tasks ... done.
  14235. <6>PM: suspend exit 2015-04-17 22:53:47.033177729 UTC
  14236. <6>suspend: exit suspend, ret = 0 (2015-04-17 22:53:47.033208222 UTC)
  14237. <4>healthd: battery l=100 v=4104 t=26.0 h=2 st=5 c=-35 chg=
  14238. <6>request_suspend_state: wakeup (3->0) at 9765155929189 (2015-04-17 22:53:47.265545503 UTC)
  14239. <6>lsm303dlh_acc_sysfs: hw init start
  14240. <6>lsm303dlh_acc_sysfs: hw init done
  14241. <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
  14242. <3>[DISP] lcdc_panel_power: ++ 1
  14243. <38>type=1400 audit(1429311227.340:109): avc: denied { read write } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14244. <38>type=1400 audit(1429311227.340:110): avc: denied { open } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14245. <38>type=1400 audit(1429311227.340:111): avc: denied { getattr } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14246. <38>type=1400 audit(1429311227.340:112): avc: denied { ioctl } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14247. <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
  14248. <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
  14249. <38>type=1400 audit(1429311227.530:113): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14250. <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
  14251. <38>type=1400 audit(1429311227.540:114): avc: denied { read write } for pid=142 comm="surfaceflinger" name="msm_rotator" dev="tmpfs" ino=4336 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14252. <38>type=1400 audit(1429311227.540:115): avc: denied { open } for pid=142 comm="surfaceflinger" name="msm_rotator" dev="tmpfs" ino=4336 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14253. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 103
  14254. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
  14255. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 110
  14256. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
  14257. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
  14258. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
  14259. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
  14260. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
  14261. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
  14262. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
  14263. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
  14264. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
  14265. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
  14266. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
  14267. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
  14268. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
  14269. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
  14270. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
  14271. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
  14272. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
  14273. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
  14274. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
  14275. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
  14276. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
  14277. <6>msm_device_put:device speaker_stereo_rx set 0
  14278. <6>msm_device_put:device speaker_stereo_rx set 1
  14279. <3>msm_device_put:device freq =48000
  14280. <3>Device active
  14281. <38>type=1400 audit(1429311236.979:116): avc: denied { ioctl } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14282. <38>type=1400 audit(1429311237.009:117): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14283. <38>type=1400 audit(1429311237.179:118): avc: denied { ioctl } for pid=1503 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14284. <38>type=1400 audit(1429311237.649:119): avc: denied { read write } for pid=15335 comm="CrGpuMain" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14285. <6>msm_device_put:device speaker_stereo_rx set 0
  14286. <38>type=1400 audit(1429311312.002:120): avc: denied { read write } for pid=28390 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14287. <6>msm_vidc_dec: Inside vid_dec_open()<38>type=1400 audit(1429311312.002:121): avc: denied { open } for pid=28390 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14288. <4>
  14289. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14290. <6>fw_version 2:28:2013<38>type=1400 audit(1429311312.032:122): avc: denied { ioctl } for pid=28390 comm="CodecLooper" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14291. <6>msm_device_put:device speaker_stereo_rx set 0
  14292. <6>msm_device_put:device speaker_stereo_rx set 1
  14293. <3>msm_device_put:device freq =48000
  14294. <3>Device active
  14295. <4>
  14296. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14297. <6>profile 4 level 23 progressive 1<4>
  14298. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14299. <4>
  14300. VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
  14301. <4>
  14302. VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
  14303. <4>
  14304. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14305. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14306. vidc_cleanup_addr_table(): buffer = INPUT
  14307. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
  14308. send sigkill to 12682 (id.gms.wearable), adj 1000, size 6120
  14309. send sigkill to 24418 (d.process.media), adj 764, size 6243
  14310. send sigkill to 24251 (equicksearchbox), adj 764, size 6134
  14311. send sigkill to 24637 (ndroid.calendar), adj 764, size 5860
  14312. send sigkill to 24620 (viders.calendar), adj 764, size 5857
  14313. send sigkill to 21321 (nie.geniewidget), adj 647, size 9570
  14314. send sigkill to 22611 (mozilla.firefox), adj 647, size 6331
  14315. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14316. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14317. <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
  14318. <6>msm_device_put:device speaker_stereo_rx set 1
  14319. <3>msm_device_put:device freq =48000
  14320. <3>Device active
  14321. <4>
  14322. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14323. <6>profile 4 level 23 progressive 1<4>
  14324. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14325. <4>
  14326. VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
  14327. <4>
  14328. VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
  14329. <4>
  14330. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14331. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14332. vidc_cleanup_addr_table(): buffer = INPUT
  14333. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
  14334. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14335. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14336. <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
  14337. <6>msm_device_put:device speaker_stereo_rx set 1
  14338. <3>msm_device_put:device freq =48000
  14339. <4>
  14340. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14341. <6>profile 4 level 23 progressive 1<4>
  14342. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14343. <3>Device active
  14344. <4>
  14345. VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
  14346. <4>
  14347. VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
  14348. <4>------------[ cut here ]------------
  14349. <4>WARNING: at /home/flintman/source/ever/loll-5.1/kernel/htc/msm8960/drivers/cpufreq/cpufreq_interactive.c:414 cpufreq_interactive_timer+0xa8/0x448()
  14350. [<80014cc0>] (unwind_backtrace+0x0/0x11c) from [<800788bc>] (warn_slowpath_common+0x48/0x60)
  14351. [<800788bc>] (warn_slowpath_common+0x48/0x60) from [<8007898c>] (warn_slowpath_null+0x18/0x1c)
  14352. [<8007898c>] (warn_slowpath_null+0x18/0x1c) from [<8049c460>] (cpufreq_interactive_timer+0xa8/0x448)
  14353. [<8049c460>] (cpufreq_interactive_timer+0xa8/0x448) from [<8049d160>] (cpufreq_interactive_idle_notifier+0x174/0x19c)
  14354. [<8049d160>] (cpufreq_interactive_idle_notifier+0x174/0x19c) from [<80097128>] (notifier_call_chain+0x38/0x68)
  14355. [<80097128>] (notifier_call_chain+0x38/0x68) from [<80097200>] (__atomic_notifier_call_chain+0x34/0x44)
  14356. [<80097200>] (__atomic_notifier_call_chain+0x34/0x44) from [<80097224>] (atomic_notifier_call_chain+0x14/0x18)
  14357. [<80097224>] (atomic_notifier_call_chain+0x14/0x18) from [<8000f908>] (cpu_idle+0xa4/0xf0)
  14358. [<8000f908>] (cpu_idle+0xa4/0xf0) from [<806927f8>] (rest_init+0x88/0xa0)
  14359. [<806927f8>] (rest_init+0x88/0xa0) from [<80914a30>] (start_kernel+0x2c4/0x320)
  14360. <4>---[ end trace 65540ed0f045f467 ]---
  14361. <4>
  14362. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14363. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14364. vidc_cleanup_addr_table(): buffer = INPUT
  14365. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
  14366. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14367. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14368. <6>fw_version 2:28:2013<4>
  14369. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14370. <6>profile 4 level 23 progressive 1<4>
  14371. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14372. <6>msm_device_put:device speaker_stereo_rx set 0
  14373. <6>msm_device_put:device speaker_stereo_rx set 1
  14374. <3>msm_device_put:device freq =48000
  14375. <4>
  14376. VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
  14377. <3>Device active
  14378. <4>
  14379. VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
  14380. <4>healthd: battery l=100 v=3984 t=30.0 h=2 st=5 c=-1170 chg=
  14381. <4>
  14382. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14383. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14384. vidc_cleanup_addr_table(): buffer = INPUT
  14385. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
  14386. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14387. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14388. <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
  14389. <6>msm_device_put:device speaker_stereo_rx set 1
  14390. <3>msm_device_put:device freq =48000
  14391. <4>
  14392. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14393. <6>profile 4 level 23 progressive 1<4>
  14394. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14395. <3>Device active
  14396. <4>
  14397. VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
  14398. <4>
  14399. VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
  14400. send sigkill to 21790 (com.glu.flc2), adj 1000, size 5675
  14401. <4>
  14402. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14403. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14404. vidc_cleanup_addr_table(): buffer = INPUT
  14405. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
  14406. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14407. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14408. <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
  14409. <6>msm_device_put:device speaker_stereo_rx set 1
  14410. <3>msm_device_put:device freq =48000
  14411. <4>
  14412. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14413. <6>profile 4 level 23 progressive 1<4>
  14414. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14415. <3>Device active
  14416. <4>
  14417. VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
  14418. <4>
  14419. VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
  14420. <4>healthd: battery l=96 v=3955 t=32.0 h=2 st=3 c=-1189 chg=
  14421. <4>
  14422. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14423. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14424. vidc_cleanup_addr_table(): buffer = INPUT
  14425. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
  14426. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14427. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14428. <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
  14429. <6>msm_device_put:device speaker_stereo_rx set 1
  14430. <3>msm_device_put:device freq =48000
  14431. <4>
  14432. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14433. <6>profile 4 level 23 progressive 1<4>
  14434. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14435. <4>
  14436. VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
  14437. <3>Device active
  14438. <4>
  14439. VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
  14440. send sigkill to 24435 (droid.apps.plus), adj 764, size 8272
  14441. send sigkill to 29088 (equicksearchbox), adj 1000, size 7122
  14442. send sigkill to 24490 (ngs.android.pop), adj 1000, size 6611
  14443. <3>init: untracked pid 24523 killed by signal 9
  14444. <4>
  14445. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14446. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14447. vidc_cleanup_addr_table(): buffer = INPUT
  14448. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
  14449. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14450. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14451. <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
  14452. <6>msm_device_put:device speaker_stereo_rx set 1
  14453. <3>msm_device_put:device freq =48000
  14454. <3>Device active
  14455. <4>
  14456. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14457. <6>profile 4 level 23 progressive 1<4>
  14458. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14459. <4>
  14460. VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
  14461. <4>
  14462. VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
  14463. send sigkill to 19616 (droid.deskclock), adj 764, size 5622
  14464. <38>type=1400 audit(1429312039.492:123): avc: denied { open } for pid=342 comm="Thread-817" name="kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14465. <4>healthd: battery l=94 v=3931 t=34.0 h=2 st=3 c=-1179 chg=
  14466. <4>
  14467. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14468. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14469. vidc_cleanup_addr_table(): buffer = INPUT
  14470. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
  14471. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14472. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14473. <6>fw_version 2:28:2013<4>
  14474. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14475. <6>profile 4 level 23 progressive 1<4>
  14476. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14477. <6>msm_device_put:device speaker_stereo_rx set 0
  14478. <6>msm_device_put:device speaker_stereo_rx set 1
  14479. <3>msm_device_put:device freq =48000
  14480. <3>Device active
  14481. <4>
  14482. VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
  14483. <4>
  14484. VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
  14485. <4>
  14486. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14487. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14488. vidc_cleanup_addr_table(): buffer = INPUT
  14489. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
  14490. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14491. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14492. <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
  14493. <6>msm_device_put:device speaker_stereo_rx set 1
  14494. <3>msm_device_put:device freq =48000
  14495. <4>
  14496. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14497. <6>profile 4 level 23 progressive 1<4>
  14498. VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
  14499. <3>Device active
  14500. <4>
  14501. VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
  14502. <4>
  14503. VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
  14504. <6>msm_device_put:device speaker_stereo_rx set 0
  14505. <4>
  14506. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14507. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14508. vidc_cleanup_addr_table(): buffer = INPUT
  14509. <6>msm_vidc_dec: Return from vid_dec_release()send sigkill to 14576 (m.android.email), adj 1000, size 9921
  14510. <38>type=1400 audit(1429312373.007:124): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14511. send sigkill to 314 (d.process.media), adj 764, size 6489
  14512. send sigkill to 16474 (d.process.acore), adj 647, size 6344
  14513. send sigkill to 15265 (dboxed_process0), adj 588, size 18610
  14514. <38>type=1400 audit(1429312383.027:125): avc: denied { read write } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14515. <38>type=1400 audit(1429312386.810:126): avc: denied { ioctl } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14516. <38>type=1400 audit(1429312387.101:127): avc: denied { ioctl } for pid=2995 comm="m.android.email" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14517. <38>type=1400 audit(1429312387.101:128): avc: denied { read write } for pid=2995 comm="m.android.email" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14518. <38>type=1400 audit(1429312389.463:129): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14519. <4>healthd: battery l=92 v=3926 t=35.0 h=2 st=3 c=-1002 chg=
  14520. <6>msm_device_put:device speaker_stereo_rx set 0
  14521. <6>msm_device_put:device speaker_stereo_rx set 1
  14522. <3>msm_device_put:device freq =48000
  14523. <3>Device active
  14524. <6>msm_device_put:device speaker_stereo_rx set 0
  14525. <38>type=1400 audit(1429312539.239:130): avc: denied { open } for pid=4074 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14526. <6>msm_vidc_dec: Inside vid_dec_open()<38>type=1400 audit(1429312649.827:131): avc: denied { read write } for pid=5270 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14527. <38>type=1400 audit(1429312649.827:132): avc: denied { open } for pid=5270 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14528. <4>
  14529. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14530. <6>fw_version 2:28:2013<38>type=1400 audit(1429312649.857:133): avc: denied { ioctl } for pid=5270 comm="CodecLooper" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14531. <6>msm_device_put:device speaker_stereo_rx set 0
  14532. <6>msm_device_put:device speaker_stereo_rx set 1
  14533. <3>msm_device_put:device freq =48000
  14534. <3>Device active
  14535. <4>
  14536. VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  14537. <6>profile 0 level 24 progressive 1<4>
  14538. VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  14539. <4>
  14540. VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
  14541. <4>healthd: battery l=90 v=3883 t=36.0 h=2 st=3 c=-1283 chg=
  14542. send sigkill to 32760 (droid.apps.plus), adj 764, size 6399
  14543. send sigkill to 4003 (d.process.media), adj 1000, size 5503
  14544. send sigkill to 3729 (droid.deskclock), adj 1000, size 4971
  14545. send sigkill to 3047 (d.process.acore), adj 764, size 5840
  14546. send sigkill to 4878 (system:ui), adj 647, size 6375
  14547. send sigkill to 2898 (boxed_process15), adj 529, size 17877
  14548. <4>healthd: battery l=87 v=3864 t=37.0 h=2 st=3 c=-1242 chg=
  14549. <4>healthd: battery l=85 v=3844 t=38.0 h=2 st=3 c=-1246 chg=
  14550. send sigkill to 8559 (droid.deskclock), adj 1000, size 5969
  14551. send sigkill to 28728 (id.gms.wearable), adj 1000, size 5537
  14552. send sigkill to 4806 (m.android.email), adj 764, size 11147
  14553. send sigkill to 8675 (d.process.acore), adj 647, size 7077
  14554. send sigkill to 8697 (d.process.media), adj 529, size 6481
  14555. send sigkill to 1654 (er:bdservice_v1), adj 470, size 5194
  14556. <4>healthd: battery l=83 v=3820 t=38.0 h=2 st=3 c=-1230 chg=
  14557. send sigkill to 8814 (m.android.email), adj 1000, size 10157
  14558. send sigkill to 10061 (d.process.media), adj 764, size 6435
  14559. send sigkill to 8909 (d.process.acore), adj 647, size 7045
  14560. send sigkill to 10042 (droid.apps.plus), adj 529, size 10735
  14561. send sigkill to 8722 (id.gms.wearable), adj 470, size 7038
  14562. send sigkill to 1354 (droid.launcher3), adj 352, size 8988
  14563. <6>binder: 431:431 transaction failed 29189, size 108-0
  14564. send sigkill to 10192 (nie.geniewidget), adj 529, size 6934
  14565. send sigkill to 10454 (com.glu.flc2), adj 529, size 5614
  14566. <4>healthd: battery l=80 v=3801 t=38.0 h=2 st=3 c=-1236 chg=
  14567. <4>
  14568. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14569. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14570. vidc_cleanup_addr_table(): buffer = INPUT
  14571. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_vidc_dec: Inside vid_dec_open()<4>
  14572. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14573. <6>fw_version 2:28:2013<6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14574. vidc_cleanup_addr_table(): buffer = INPUT
  14575. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
  14576. send sigkill to 11238 (mozilla.firefox), adj 529, size 6864
  14577. send sigkill to 28230 (android.youtube), adj 529, size 7493
  14578. send sigkill to 8792 (er:bdservice_v1), adj 470, size 4883
  14579. send sigkill to 11353 (droid.launcher3), adj 352, size 13734
  14580. send sigkill to 1711 (ndroid.exchange), adj 294, size 5662
  14581. send sigkill to 10119 (id.gms.wearable), adj 294, size 5273
  14582. send sigkill to 792 (putmethod.latin), adj 117, size 7767
  14583. <6>binder: 431:431 transaction failed 29189, size 100-0
  14584. <6>binder: 431:431 transaction failed 29189, size 100-0
  14585. <6>binder: 431:431 transaction failed 29189, size 100-0
  14586. send sigkill to 11713 (er:bdservice_v1), adj 294, size 6137
  14587. send sigkill to 12062 (er:bdservice_v1), adj 470, size 5903
  14588. send sigkill to 11991 (m.android.email), adj 529, size 8359
  14589. send sigkill to 11968 (ndroid.exchange), adj 470, size 7395
  14590. send sigkill to 12125 (er:bdservice_v1), adj 294, size 5966
  14591. send sigkill to 12155 (er:bdservice_v1), adj 470, size 5942
  14592. send sigkill to 12182 (id.gms.wearable), adj 294, size 7847
  14593. send sigkill to 12280 (d.process.acore), adj 529, size 6879
  14594. send sigkill to 12339 (m.android.email), adj 470, size 8711
  14595. send sigkill to 12319 (ndroid.exchange), adj 294, size 7168
  14596. send sigkill to 12405 (er:bdservice_v1), adj 294, size 6085
  14597. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14598. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14599. <6>fw_version 2:28:2013<4>
  14600. VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  14601. <6>profile 0 level 24 progressive 1<4>
  14602. VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  14603. <6>msm_device_put:device speaker_stereo_rx set 0
  14604. <6>msm_device_put:device speaker_stereo_rx set 1
  14605. <3>msm_device_put:device freq =48000
  14606. <3>Device active
  14607. <4>
  14608. VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
  14609. send sigkill to 12459 (ndroid.exchange), adj 294, size 5549
  14610. <6>binder: release 12459:12521 transaction 4075174 out, still active
  14611. <6>binder: 12476:12491 transaction failed 29189, size 616-8
  14612. <6>binder: send failed reply for transaction 4075174, target dead
  14613. send sigkill to 12476 (m.android.email), adj 294, size 8195
  14614. <6>binder: release 12476:12493 transaction 4075512 out, still active
  14615. <6>binder: release 12476:12498 transaction 4075502 out, still active
  14616. <6>binder: release 12476:12520 transaction 4075498 out, still active
  14617. <6>binder: 431:1916 transaction failed 29189, size 4-0
  14618. <6>binder: send failed reply for transaction 4075498, target dead
  14619. <6>binder: 431:935 transaction failed 29189, size 4-0
  14620. <6>binder: send failed reply for transaction 4075512, target dead
  14621. <6>binder: 431:831 transaction failed 29189, size 4-0
  14622. <6>binder: send failed reply for transaction 4075502, target dead
  14623. send sigkill to 12502 (er:bdservice_v1), adj 294, size 5897
  14624. send sigkill to 12229 (putmethod.latin), adj 117, size 7324
  14625. <6>binder: 431:431 transaction failed 29189, size 100-0
  14626. send sigkill to 12548 (m.android.email), adj 294, size 8322
  14627. <6>binder: release 12548:12562 transaction 4077433 in, still active
  14628. <6>binder: send failed reply for transaction 4077433 to 12532:12599
  14629. <6>binder: send failed reply for transaction 4077525 to 12532:12578
  14630. <6>binder: send failed reply for transaction 4077579 to 12532:12582
  14631. <6>binder: release 12532:12578 transaction 4077603 out, still active
  14632. <6>binder: 431:935 transaction failed 29189, size 4-0
  14633. <6>binder: send failed reply for transaction 4077603, target dead
  14634. send sigkill to 12583 (er:bdservice_v1), adj 470, size 6076
  14635. send sigkill to 12629 (m.android.email), adj 294, size 8484
  14636. <6>binder: release 12629:12652 transaction 4079508 in, still active
  14637. <6>binder: send failed reply for transaction 4079508 to 12612:12656
  14638. <6>binder: release 12612:12656 transaction 4079568 out, still active
  14639. <6>binder: 431:1916 transaction failed 29189, size 4-0
  14640. <6>binder: send failed reply for transaction 4079568, target dead
  14641. send sigkill to 12702 (er:bdservice_v1), adj 294, size 6118
  14642. send sigkill to 12803 (ndroid.exchange), adj 470, size 6720
  14643. send sigkill to 12821 (m.android.email), adj 294, size 8516
  14644. send sigkill to 12887 (m.android.email), adj 470, size 8432
  14645. send sigkill to 12871 (ndroid.exchange), adj 294, size 7368
  14646. send sigkill to 11643 (android.youtube), adj 58, size 8649
  14647. send sigkill to 1169 (e.process.gapps), adj 58, size 8159
  14648. send sigkill to 13005 (er:bdservice_v1), adj 294, size 5898
  14649. send sigkill to 13052 (er:bdservice_v1), adj 470, size 6111
  14650. send sigkill to 12978 (id.gms.wearable), adj 294, size 7921
  14651. send sigkill to 12943 (e.process.gapps), adj 58, size 10603
  14652. send sigkill to 13129 (ndroid.exchange), adj 294, size 5848
  14653. send sigkill to 13146 (m.android.email), adj 294, size 8282
  14654. send sigkill to 13205 (id.gms.wearable), adj 294, size 8020
  14655. send sigkill to 1410 (rocess.location), adj 58, size 8134
  14656. send sigkill to 13381 (er:bdservice_v1), adj 294, size 6097
  14657. send sigkill to 13280 (android.youtube), adj 58, size 11860
  14658. send sigkill to 13525 (m.android.email), adj 294, size 8473
  14659. <6>binder: release 13525:13540 transaction 4117852 in, still active
  14660. <6>binder: send failed reply for transaction 4117852 to 13509:13555
  14661. <6>binder: send failed reply for transaction 4117863 to 13509:13553
  14662. <6>binder: release 13509:13555 transaction 4117875 out, still active
  14663. <6>binder: 431:939 transaction failed 29189, size 8-0
  14664. <6>binder: send failed reply for transaction 4117875, target dead
  14665. send sigkill to 1305 (gle.android.gms), adj 58, size 7609
  14666. send sigkill to 13597 (id.gms.wearable), adj 294, size 7680
  14667. send sigkill to 13672 (er:bdservice_v1), adj 294, size 5828
  14668. send sigkill to 13621 (rocess.location), adj 58, size 11114
  14669. <6>binder: undelivered transaction 4127221
  14670. <6>binder: release 13621:13745 transaction 4127166 out, still active
  14671. <6>binder: undelivered transaction 4127190
  14672. send sigkill to 13648 (gle.android.gms), adj 58, size 9653
  14673. <6>binder: 431:897 transaction failed 29189, size 116-0
  14674. <6>binder: 431:897 transaction failed 29189, size 4-0
  14675. <6>binder: send failed reply for transaction 4127166, target dead
  14676. send sigkill to 13754 (er:bdservice_v1), adj 294, size 5876
  14677. send sigkill to 13790 (rocess.location), adj 58, size 11713
  14678. send sigkill to 13692 (id.gms.wearable), adj 294, size 7828
  14679. send sigkill to 13861 (er:bdservice_v1), adj 294, size 6080
  14680. send sigkill to 13771 (gle.android.gms), adj 58, size 9196
  14681. send sigkill to 13172 (e.process.gapps), adj 58, size 8558
  14682. send sigkill to 2194 (earchbox:search), adj 58, size 6387
  14683. send sigkill to 14008 (er:bdservice_v1), adj 294, size 5875
  14684. <4>healthd: battery l=78 v=3768 t=38.0 h=2 st=3 c=-1436 chg=
  14685. send sigkill to 14111 (er:bdservice_v1), adj 294, size 5824
  14686. send sigkill to 14147 (id.partnersetup), adj 529, size 5172
  14687. send sigkill to 13992 (gle.android.gms), adj 58, size 8614
  14688. send sigkill to 13955 (e.process.gapps), adj 58, size 8424
  14689. <6>binder: 13938:14084 transaction failed 29189, size 320-4
  14690. send sigkill to 14170 (er:bdservice_v1), adj 294, size 5827
  14691. send sigkill to 14062 (earchbox:search), adj 58, size 7159
  14692. send sigkill to 14028 (id.gms.wearable), adj 58, size 6506
  14693. send sigkill to 780 (hbox:interactor), adj 58, size 4546
  14694. send sigkill to 14228 (er:bdservice_v1), adj 294, size 5809
  14695. send sigkill to 13938 (rocess.location), adj 58, size 10191
  14696. <6>binder: release 13938:14247 transaction 4148918 out, still active
  14697. <6>binder: 14206:14221 transaction failed 29189, size 144-8
  14698. <6>binder: send failed reply for transaction 4148918, target dead
  14699. send sigkill to 1742 (android.smspush), adj 58, size 4238
  14700. send sigkill to 14254 (er:bdservice_v1), adj 294, size 5809
  14701. send sigkill to 14284 (er:bdservice_v1), adj 294, size 5809
  14702. send sigkill to 14189 (gle.android.gms), adj 58, size 9673
  14703. send sigkill to 3860 (boxed_process16), adj 0, size 104727
  14704. <4>
  14705. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14706. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14707. vidc_cleanup_addr_table(): buffer = INPUT
  14708. <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
  14709. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14710. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14711. <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
  14712. <6>msm_device_put:device speaker_stereo_rx set 1
  14713. <3>msm_device_put:device freq =48000
  14714. <3>Device active
  14715. <4>
  14716. VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  14717. <6>profile 0 level 24 progressive 1<4>
  14718. VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  14719. <4>
  14720. VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
  14721. <4>
  14722. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14723. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14724. vidc_cleanup_addr_table(): buffer = INPUT
  14725. <6>msm_vidc_dec: Return from vid_dec_release()<6>binder: 431:431 transaction failed 29189, size 108-0
  14726. <6>msm_vidc_dec: Inside vid_dec_open()<4>
  14727. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14728. <6>fw_version 2:28:2013<4>
  14729. VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  14730. <6>profile 0 level 24 progressive 1<4>
  14731. VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  14732. <4>
  14733. VIDC: vidc_freq = 48000000, req_perf_lvl = 0, set_perf_lvl = 37900
  14734. <4>
  14735. VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
  14736. <38>type=1400 audit(1429314337.754:134): avc: denied { ioctl } for pid=15354 comm="VideoDecMsgThre" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14737. <38>type=1400 audit(1429314337.754:135): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14738. <38>type=1400 audit(1429314485.748:136): avc: denied { ioctl } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14739. <38>type=1400 audit(1429314486.179:137): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14740. <4>healthd: battery l=75 v=3753 t=38.0 h=2 st=3 c=-1324 chg=
  14741. send sigkill to 14442 (d.process.acore), adj 1000, size 6451
  14742. <38>type=1400 audit(1429314595.175:138): avc: denied { ioctl } for pid=15258 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14743. send sigkill to 14495 (id.partnersetup), adj 1000, size 4770
  14744. send sigkill to 15277 (droid.deskclock), adj 764, size 5001
  14745. send sigkill to 17077 (d.process.acore), adj 647, size 6925
  14746. send sigkill to 15384 (m.android.email), adj 529, size 9084
  14747. send sigkill to 14340 (id.gms.wearable), adj 470, size 5839
  14748. send sigkill to 15416 (ndroid.exchange), adj 294, size 6471
  14749. send sigkill to 17301 (id.gms.wearable), adj 294, size 7936
  14750. <4>healthd: battery l=73 v=3734 t=38.0 h=2 st=3 c=-1331 chg=
  14751. send sigkill to 17399 (m.android.email), adj 647, size 9937
  14752. send sigkill to 17482 (d.process.acore), adj 529, size 6947
  14753. send sigkill to 15261 (er:bdservice_v1), adj 470, size 5200
  14754. send sigkill to 17383 (ndroid.exchange), adj 470, size 7181
  14755. send sigkill to 17503 (id.gms.wearable), adj 294, size 7889
  14756. send sigkill to 17666 (er:bdservice_v1), adj 294, size 6083
  14757. send sigkill to 17929 (m.android.email), adj 470, size 8466
  14758. <6>binder: send failed reply for transaction 4422314 to 17912:17961
  14759. send sigkill to 17965 (m.android.email), adj 529, size 8289
  14760. send sigkill to 17912 (ndroid.exchange), adj 294, size 7208
  14761. send sigkill to 18023 (id.gms.wearable), adj 294, size 7845
  14762. send sigkill to 18065 (er:bdservice_v1), adj 294, size 5809
  14763. send sigkill to 18092 (er:bdservice_v1), adj 294, size 6044
  14764. send sigkill to 14358 (putmethod.latin), adj 117, size 6225
  14765. <6>binder: 431:431 transaction failed 29189, size 100-0
  14766. send sigkill to 18138 (m.android.email), adj 294, size 8279
  14767. <6>binder: release 18138:18161 transaction 4442951 in, still active
  14768. <6>binder: send failed reply for transaction 4442951 to 18122:18183
  14769. <6>binder: send failed reply for transaction 4443090 to 18122:18188
  14770. <6>binder: release 18122:18183 transaction 4443120 out, still active
  14771. <6>binder: 431:1916 transaction failed 29189, size 4-0
  14772. <6>binder: send failed reply for transaction 4443120, target dead
  14773. send sigkill to 18162 (er:bdservice_v1), adj 294, size 5857
  14774. send sigkill to 14469 (earchbox:search), adj 58, size 10560
  14775. send sigkill to 18306 (d.process.acore), adj 529, size 6950
  14776. send sigkill to 18192 (ndroid.exchange), adj 470, size 7179
  14777. send sigkill to 18209 (m.android.email), adj 294, size 10196
  14778. <6>binder: undelivered transaction 4453885
  14779. <6>binder: undelivered transaction 4453884
  14780. send sigkill to 18250 (er:bdservice_v1), adj 294, size 6079
  14781. send sigkill to 18347 (id.partnersetup), adj 529, size 5153
  14782. send sigkill to 18372 (er:bdservice_v1), adj 294, size 5858
  14783. send sigkill to 18414 (er:bdservice_v1), adj 294, size 6069
  14784. send sigkill to 18438 (equicksearchbox), adj 176, size 6872
  14785. send sigkill to 18479 (d.process.acore), adj 529, size 6528
  14786. send sigkill to 18456 (putmethod.latin), adj 117, size 7812
  14787. <6>binder: 431:431 transaction failed 29189, size 100-0
  14788. send sigkill to 18514 (ndroid.exchange), adj 294, size 5503
  14789. send sigkill to 18530 (m.android.email), adj 529, size 8687
  14790. send sigkill to 18560 (ndroid.exchange), adj 294, size 6721
  14791. send sigkill to 14206 (e.process.gapps), adj 58, size 8552
  14792. send sigkill to 14310 (rocess.location), adj 58, size 7913
  14793. send sigkill to 14802 (android.youtube), adj 58, size 7769
  14794. send sigkill to 14387 (gle.android.gms), adj 58, size 7322
  14795. send sigkill to 18596 (er:bdservice_v1), adj 294, size 5814
  14796. send sigkill to 18639 (er:bdservice_v1), adj 294, size 5997
  14797. send sigkill to 18693 (er:bdservice_v1), adj 470, size 6050
  14798. send sigkill to 18723 (id.gms.wearable), adj 294, size 7628
  14799. send sigkill to 18808 (rocess.location), adj 58, size 12038
  14800. send sigkill to 18741 (e.process.gapps), adj 58, size 9855
  14801. send sigkill to 18837 (id.gms.wearable), adj 294, size 8000
  14802. send sigkill to 18775 (gle.android.gms), adj 58, size 9662
  14803. send sigkill to 18328 (earchbox:search), adj 58, size 4412
  14804. send sigkill to 18909 (m.android.email), adj 529, size 8307
  14805. send sigkill to 18893 (ndroid.exchange), adj 470, size 7179
  14806. send sigkill to 18961 (er:bdservice_v1), adj 294, size 6021
  14807. send sigkill to 15048 (hbox:interactor), adj 58, size 3824
  14808. send sigkill to 14551 (android.smspush), adj 58, size 3647
  14809. send sigkill to 19165 (id.partnersetup), adj 529, size 5094
  14810. send sigkill to 19076 (id.gms.wearable), adj 294, size 7969
  14811. send sigkill to 19046 (rocess.location), adj 58, size 11844
  14812. send sigkill to 18979 (e.process.gapps), adj 58, size 10109
  14813. send sigkill to 19197 (id.gms.wearable), adj 294, size 7962
  14814. send sigkill to 19283 (id.gms.wearable), adj 294, size 7981
  14815. send sigkill to 19226 (rocess.location), adj 58, size 12469
  14816. send sigkill to 19243 (e.process.gapps), adj 58, size 9626
  14817. send sigkill to 19142 (earchbox:search), adj 58, size 8049
  14818. send sigkill to 19007 (gle.android.gms), adj 58, size 8864
  14819. send sigkill to 19433 (id.partnersetup), adj 529, size 5094
  14820. send sigkill to 19527 (gle.android.gms), adj 58, size 9213
  14821. send sigkill to 19572 (id.gms.wearable), adj 58, size 7571
  14822. send sigkill to 19412 (earchbox:search), adj 58, size 6794
  14823. send sigkill to 14582 (boxed_process17), adj 0, size 104759
  14824. <4>
  14825. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14826. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14827. vidc_cleanup_addr_table(): buffer = INPUT
  14828. <6>msm_vidc_dec: Return from vid_dec_release()<38>type=1400 audit(1429315131.058:139): avc: denied { read write } for pid=15258 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14829. <6>msm_device_put:device speaker_stereo_rx set 0
  14830. <4>healthd: battery l=70 v=3734 t=38.0 h=2 st=3 c=-1214 chg=
  14831. <38>type=1400 audit(1429315147.554:140): avc: denied { read write } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14832. <6>msm_vidc_dec: Inside vid_dec_open()<38>type=1400 audit(1429315173.819:141): avc: denied { read write } for pid=20480 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14833. <38>type=1400 audit(1429315173.819:142): avc: denied { open } for pid=20480 comm="CodecLooper" name="msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14834. <4>
  14835. VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
  14836. <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
  14837. <6>msm_device_put:device speaker_stereo_rx set 1
  14838. <3>msm_device_put:device freq =48000
  14839. <3>Device active
  14840. <4>
  14841. VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  14842. <6>profile 0 level 24 progressive 1<4>
  14843. VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
  14844. <4>
  14845. VIDC: vidc_freq = 48000000, req_perf_lvl = 0, set_perf_lvl = 37900
  14846. <4>
  14847. VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
  14848. <6>msm_device_put:device speaker_stereo_rx set 0
  14849. <6>msm_device_put:device speaker_stereo_rx set 0
  14850. <6>msm_device_put:device speaker_stereo_rx set 1
  14851. <3>msm_device_put:device freq =48000
  14852. <3>Device active
  14853. <4>healthd: battery l=68 v=3691 t=39.0 h=2 st=3 c=-1331 chg=
  14854. send sigkill to 19752 (id.partnersetup), adj 1000, size 5185
  14855. send sigkill to 20664 (droid.deskclock), adj 764, size 5049
  14856. send sigkill to 19897 (d.process.acore), adj 647, size 6211
  14857. send sigkill to 19548 (m.android.email), adj 529, size 10447
  14858. <38>type=1400 audit(1429315738.480:143): avc: denied { ioctl } for pid=20484 comm="VideoDecCallBac" path="/dev/msm_vidc_dec" dev="tmpfs" ino=4338 scontext=u:r:mediaserver:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14859. <4>healthd: battery l=64 v=3676 t=39.0 h=2 st=3 c=-1269 chg=
  14860. send sigkill to 19506 (ndroid.exchange), adj 470, size 5630
  14861. send sigkill to 19669 (id.gms.wearable), adj 294, size 5764
  14862. send sigkill to 19869 (er:bdservice_v1), adj 294, size 5362
  14863. send sigkill to 23557 (m.android.email), adj 294, size 8333
  14864. <6>binder: release 23557:23572 transaction 4767953 in, still active
  14865. <6>binder: send failed reply for transaction 4767953 to 23540:23608
  14866. <6>binder: release 23540:23608 transaction 4768031 out, still active
  14867. <6>binder: 431:592 transaction failed 29189, size 4-0
  14868. <6>binder: send failed reply for transaction 4768031, target dead
  14869. <38>type=1400 audit(1429315823.573:144): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14870. send sigkill to 23635 (m.android.email), adj 470, size 8420
  14871. <6>binder: release 23635:23649 transaction 4770080 in, still active
  14872. <6>binder: send failed reply for transaction 4770080 to 23618:23660
  14873. <6>binder: undelivered transaction 4770140
  14874. <6>binder: release 23635:23650 transaction 4770129 in, still active
  14875. <6>binder: send failed reply for transaction 4770129 to 23618:23669
  14876. send sigkill to 23618 (ndroid.exchange), adj 294, size 6357
  14877. <6>binder: release 23618:23660 transaction 4770219 out, still active
  14878. send sigkill to 23581 (er:bdservice_v1), adj 294, size 6010
  14879. <6>binder: 431:446 transaction failed 29189, size 4-0
  14880. <6>binder: send failed reply for transaction 4770219, target dead
  14881. send sigkill to 20520 (putmethod.latin), adj 117, size 6138
  14882. <6>binder: 431:431 transaction failed 29189, size 100-0
  14883. send sigkill to 23706 (m.android.email), adj 529, size 8312
  14884. send sigkill to 23671 (ndroid.exchange), adj 470, size 7167
  14885. send sigkill to 23791 (id.gms.wearable), adj 294, size 7814
  14886. send sigkill to 23677 (er:bdservice_v1), adj 294, size 6055
  14887. send sigkill to 23917 (m.android.email), adj 294, size 7971
  14888. <6>binder: release 23917:23968 transaction 4782880 in, still active
  14889. <6>binder: send failed reply for transaction 4782880 to 23901:23984
  14890. send sigkill to 23901 (ndroid.exchange), adj 294, size 5505
  14891. <6>binder: release 23901:23984 transaction 4782911 out, still active
  14892. <6>binder: 431:592 transaction failed 29189, size 4-0
  14893. <6>binder: send failed reply for transaction 4782911, target dead
  14894. send sigkill to 23962 (er:bdservice_v1), adj 294, size 5788
  14895. send sigkill to 23946 (d.process.acore), adj 529, size 6605
  14896. send sigkill to 23992 (m.android.email), adj 294, size 8125
  14897. <6>binder: send failed reply for transaction 4784186 to 24009:24035
  14898. send sigkill to 24009 (ndroid.exchange), adj 294, size 5636
  14899. <6>binder: release 24009:24035 transaction 4784193 out, still active
  14900. <6>binder: 431:446 transaction failed 29189, size 4-0
  14901. <6>binder: send failed reply for transaction 4784193, target dead
  14902. send sigkill to 24062 (er:bdservice_v1), adj 294, size 5829
  14903. send sigkill to 24082 (er:bdservice_v1), adj 294, size 5781
  14904. send sigkill to 24107 (er:bdservice_v1), adj 294, size 5781
  14905. send sigkill to 24136 (er:bdservice_v1), adj 294, size 5782
  14906. send sigkill to 24166 (er:bdservice_v1), adj 294, size 5786
  14907. send sigkill to 24192 (er:bdservice_v1), adj 294, size 5780
  14908. send sigkill to 24223 (er:bdservice_v1), adj 294, size 5778
  14909. send sigkill to 24253 (er:bdservice_v1), adj 294, size 6000
  14910. send sigkill to 23883 (putmethod.latin), adj 117, size 7863
  14911. <6>binder: 431:431 transaction failed 29189, size 100-0
  14912. send sigkill to 24304 (er:bdservice_v1), adj 294, size 6060
  14913. send sigkill to 24367 (er:bdservice_v1), adj 294, size 5778
  14914. send sigkill to 24411 (er:bdservice_v1), adj 294, size 5781
  14915. send sigkill to 24470 (er:bdservice_v1), adj 294, size 5780
  14916. send sigkill to 24504 (er:bdservice_v1), adj 294, size 5782
  14917. send sigkill to 24544 (er:bdservice_v1), adj 294, size 5830
  14918. send sigkill to 24565 (er:bdservice_v1), adj 294, size 5780
  14919. send sigkill to 24591 (er:bdservice_v1), adj 294, size 6009
  14920. send sigkill to 24630 (er:bdservice_v1), adj 294, size 5787
  14921. send sigkill to 24656 (er:bdservice_v1), adj 294, size 5781
  14922. send sigkill to 24675 (er:bdservice_v1), adj 294, size 5781
  14923. send sigkill to 19637 (gle.android.gms), adj 58, size 8213
  14924. send sigkill to 19441 (e.process.gapps), adj 58, size 7689
  14925. send sigkill to 24693 (er:bdservice_v1), adj 294, size 5999
  14926. send sigkill to 24750 (er:bdservice_v1), adj 294, size 5780
  14927. send sigkill to 24778 (er:bdservice_v1), adj 294, size 5780
  14928. send sigkill to 24734 (e.process.gapps), adj 58, size 9325
  14929. send sigkill to 24712 (gle.android.gms), adj 58, size 9254
  14930. send sigkill to 20103 (android.youtube), adj 58, size 7415
  14931. send sigkill to 19473 (rocess.location), adj 58, size 7413
  14932. send sigkill to 19715 (earchbox:search), adj 58, size 6279
  14933. send sigkill to 19651 (hbox:interactor), adj 58, size 4601
  14934. send sigkill to 20063 (android.smspush), adj 58, size 4353
  14935. send sigkill to 24830 (er:bdservice_v1), adj 470, size 6015
  14936. send sigkill to 24812 (id.gms.wearable), adj 294, size 7662
  14937. send sigkill to 24910 (er:bdservice_v1), adj 294, size 5818
  14938. <6>msm_device_put:device speaker_stereo_rx set 0
  14939. <4>
  14940. VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
  14941. <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
  14942. vidc_cleanup_addr_table(): buffer = INPUT
  14943. <6>msm_vidc_dec: Return from vid_dec_release()send sigkill to 24881 (gle.android.gms), adj 58, size 7456
  14944. send sigkill to 24974 (id.gms.wearable), adj 58, size 6337
  14945. send sigkill to 19806 (boxed_process18), adj 0, size 105746
  14946. <38>type=1400 audit(1429315965.162:145): avc: denied { ioctl } for pid=15335 comm="CrGpuMain" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14947. <38>type=1400 audit(1429315966.683:146): avc: denied { read write } for pid=15335 comm="CrGpuMain" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14948. <38>type=1400 audit(1429315987.013:147): avc: denied { read write } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14949. <38>type=1400 audit(1429315989.375:148): avc: denied { ioctl } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14950. <38>type=1400 audit(1429315995.381:149): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  14951. <4>healthd: battery l=62 v=3657 t=39.0 h=2 st=3 c=-1161 chg=
  14952. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
  14953. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
  14954. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
  14955. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
  14956. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
  14957. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
  14958. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
  14959. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
  14960. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
  14961. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
  14962. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
  14963. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
  14964. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
  14965. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
  14966. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
  14967. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
  14968. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
  14969. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
  14970. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
  14971. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
  14972. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
  14973. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
  14974. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
  14975. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
  14976. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
  14977. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
  14978. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
  14979. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
  14980. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
  14981. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
  14982. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
  14983. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
  14984. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
  14985. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
  14986. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
  14987. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
  14988. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 57
  14989. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 54
  14990. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
  14991. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 47
  14992. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 44
  14993. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
  14994. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 37
  14995. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 34
  14996. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
  14997. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 27
  14998. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 24
  14999. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
  15000. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 17
  15001. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 14
  15002. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
  15003. <38>type=1400 audit(1429316081.375:150): avc: denied { read write } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15004. <38>type=1400 audit(1429316081.375:151): avc: denied { open } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15005. <38>type=1400 audit(1429316081.375:152): avc: denied { getattr } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15006. <38>type=1400 audit(1429316081.375:153): avc: denied { ioctl } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15007. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
  15008. <38>type=1400 audit(1429316082.146:154): avc: denied { write } for pid=636 comm="Thread-64" name="tsdriver" dev="tmpfs" ino=4705 scontext=u:r:system_server:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1
  15009. <3>[DISP] lcdc_panel_power: ++ 0
  15010. <6>request_suspend_state: sleep (0->3) at 14620137686138 (2015-04-18 00:14:42.247271934 UTC)
  15011. <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
  15012. SELinux: Could not set context for /sys/devices/system/cpu/cpu1/topology:  No such file or directory
  15013. SELinux:  Could not read /sys/devices/system/cpu/cpu1/topology: No such file or directory.
  15014. <6>PM: suspend entry 2015-04-18 00:14:42.699145713 UTC
  15015. Freezing user space processes ... (elapsed 0.005 seconds) done.
  15016. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15017. Suspending console(s) (use no_console_suspend to debug)
  15018. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15019. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15020. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15021. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15022. <3>msm_wm8958_shutdown_power: codec power shutdown
  15023. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  15024. max8903b_suspend: suspend
  15025. <6>PM: suspend of devices complete after 223.876 msecs
  15026. <6>PM: late suspend of devices complete after 5.462 msecs
  15027. <6>PM: noirq suspend of devices complete after 7.232 msecs
  15028. Disabling non-boot CPUs ...
  15029. <6>msm_pm_enter
  15030. <6>msm_pm_enter: power collapse
  15031. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  15032. <6>PM: noirq resume of devices complete after 5.615 msecs
  15033. <6>wakeup wake lock: alarm_rtc
  15034. <6>PM: early resume of devices complete after 5.462 msecs
  15035. max8903b_resume: resume
  15036. <3>msm_wm8958_setup_power: codec power setup
  15037. <4>8058_s3: Failed to create debugfs directory
  15038. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  15039. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15040. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15041. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15042. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15043. <6>PM: resume of devices complete after 112.328 msecs
  15044. Restarting tasks ... done.
  15045. <6>PM: suspend exit 2015-04-18 00:15:04.024518512 UTC
  15046. <6>suspend: exit suspend, ret = 0 (2015-04-18 00:15:04.024549005 UTC)
  15047. <4>healthd: battery l=62 v=3724 t=38.0 h=2 st=3 c=-40 chg=
  15048. <6>PM: suspend entry 2015-04-18 00:15:18.021381046 UTC
  15049. Freezing user space processes ... (elapsed 0.004 seconds) done.
  15050. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15051. Suspending console(s) (use no_console_suspend to debug)
  15052. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15053. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15054. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15055. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15056. <3>msm_wm8958_shutdown_power: codec power shutdown
  15057. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  15058. max8903b_suspend: suspend
  15059. <6>PM: suspend of devices complete after 194.763 msecs
  15060. <6>PM: late suspend of devices complete after 1.739 msecs
  15061. <6>PM: noirq suspend of devices complete after 2.288 msecs
  15062. Disabling non-boot CPUs ...
  15063. <6>msm_pm_enter
  15064. <6>msm_pm_enter: power collapse
  15065. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  15066. <6>PM: noirq resume of devices complete after 1.770 msecs
  15067. <6>wakeup wake lock: alarm_rtc
  15068. <6>PM: early resume of devices complete after 1.800 msecs
  15069. max8903b_resume: resume
  15070. <3>msm_wm8958_setup_power: codec power setup
  15071. <4>8058_s3: Failed to create debugfs directory
  15072. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  15073. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15074. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15075. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15076. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15077. <6>PM: resume of devices complete after 101.262 msecs
  15078. Restarting tasks ... done.
  15079. <6>PM: suspend exit 2015-04-18 00:15:36.009607209 UTC
  15080. <6>suspend: exit suspend, ret = 0 (2015-04-18 00:15:36.009637708 UTC)
  15081. <4>healthd: battery l=62 v=3729 t=38.0 h=2 st=3 c=-41 chg=
  15082. <6>PM: suspend entry 2015-04-18 00:15:36.073646743 UTC
  15083. Freezing user space processes ... (elapsed 0.005 seconds) done.
  15084. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15085. Suspending console(s) (use no_console_suspend to debug)
  15086. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15087. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15088. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15089. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15090. <3>msm_wm8958_shutdown_power: codec power shutdown
  15091. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  15092. max8903b_suspend: suspend
  15093. <6>PM: suspend of devices complete after 219.991 msecs
  15094. <6>PM: late suspend of devices complete after 5.399 msecs
  15095. <6>PM: noirq suspend of devices complete after 7.229 msecs
  15096. Disabling non-boot CPUs ...
  15097. <6>msm_pm_enter
  15098. <6>msm_pm_enter: power collapse
  15099. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  15100. <6>PM: noirq resume of devices complete after 5.613 msecs
  15101. <6>wakeup wake lock: alarm_rtc
  15102. <6>PM: early resume of devices complete after 6.558 msecs
  15103. max8903b_resume: resume
  15104. <3>msm_wm8958_setup_power: codec power setup
  15105. <4>8058_s3: Failed to create debugfs directory
  15106. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  15107. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15108. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15109. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15110. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15111. <6>PM: resume of devices complete after 109.846 msecs
  15112. Restarting tasks ... done.
  15113. <6>PM: suspend exit 2015-04-18 00:15:42.022200694 UTC
  15114. <6>suspend: exit suspend, ret = 0 (2015-04-18 00:15:42.022200694 UTC)
  15115. <4>healthd: battery l=62 v=3729 t=37.0 h=2 st=3 c=-65 chg=
  15116. <6>PM: suspend entry 2015-04-18 00:15:42.245746995 UTC
  15117. Freezing user space processes ... (elapsed 0.031 seconds) done.
  15118. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15119. Suspending console(s) (use no_console_suspend to debug)
  15120. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15121. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15122. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15123. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15124. <3>msm_wm8958_shutdown_power: codec power shutdown
  15125. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  15126. max8903b_suspend: suspend
  15127. <6>PM: suspend of devices complete after 221.757 msecs
  15128. <6>PM: late suspend of devices complete after 5.400 msecs
  15129. <6>PM: noirq suspend of devices complete after 7.261 msecs
  15130. Disabling non-boot CPUs ...
  15131. <6>msm_pm_enter
  15132. <6>msm_pm_enter: power collapse
  15133. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  15134. <6>PM: noirq resume of devices complete after 5.705 msecs
  15135. <6>wakeup wake lock: alarm_rtc
  15136. <6>PM: early resume of devices complete after 6.010 msecs
  15137. max8903b_resume: resume
  15138. <3>msm_wm8958_setup_power: codec power setup
  15139. <4>8058_s3: Failed to create debugfs directory
  15140. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  15141. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15142. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15143. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15144. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15145. <6>PM: resume of devices complete after 106.156 msecs
  15146. Restarting tasks ... done.
  15147. <6>PM: suspend exit 2015-04-18 00:16:07.025492703 UTC
  15148. <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:07.025523195 UTC)
  15149. <4>healthd: battery l=62 v=3734 t=37.0 h=2 st=3 c=-41 chg=
  15150. <6>PM: suspend entry 2015-04-18 00:16:07.570938983 UTC
  15151. Freezing user space processes ... (elapsed 0.001 seconds) done.
  15152. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15153. Suspending console(s) (use no_console_suspend to debug)
  15154. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15155. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15156. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15157. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15158. <3>msm_wm8958_shutdown_power: codec power shutdown
  15159. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  15160. max8903b_suspend: suspend
  15161. <6>PM: suspend of devices complete after 207.699 msecs
  15162. <6>PM: late suspend of devices complete after 1.769 msecs
  15163. <6>PM: noirq suspend of devices complete after 2.318 msecs
  15164. Disabling non-boot CPUs ...
  15165. <6>msm_pm_enter
  15166. <6>msm_pm_enter: power collapse
  15167. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  15168. <6>PM: noirq resume of devices complete after 1.769 msecs
  15169. <6>wakeup wake lock: alarm_rtc
  15170. <6>PM: early resume of devices complete after 1.738 msecs
  15171. max8903b_resume: resume
  15172. <3>msm_wm8958_setup_power: codec power setup
  15173. <4>8058_s3: Failed to create debugfs directory
  15174. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  15175. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15176. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15177. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15178. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15179. <6>PM: resume of devices complete after 108.721 msecs
  15180. Restarting tasks ... done.
  15181. <6>PM: suspend exit 2015-04-18 00:16:24.007776570 UTC
  15182. <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:24.007807066 UTC)
  15183. <4>healthd: battery l=62 v=3729 t=37.0 h=2 st=3 c=-42 chg=
  15184. <6>PM: suspend entry 2015-04-18 00:16:24.845974228 UTC
  15185. Freezing user space processes ... (elapsed 0.005 seconds) done.
  15186. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15187. Suspending console(s) (use no_console_suspend to debug)
  15188. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15189. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15190. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15191. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15192. <3>msm_wm8958_shutdown_power: codec power shutdown
  15193. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  15194. max8903b_suspend: suspend
  15195. <6>PM: suspend of devices complete after 188.934 msecs
  15196. <6>PM: late suspend of devices complete after 1.739 msecs
  15197. <6>PM: noirq suspend of devices complete after 2.288 msecs
  15198. Disabling non-boot CPUs ...
  15199. <6>msm_pm_enter
  15200. <6>msm_pm_enter: power collapse
  15201. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  15202. <6>PM: noirq resume of devices complete after 1.769 msecs
  15203. <6>wakeup wake lock: alarm_rtc
  15204. <6>PM: early resume of devices complete after 1.739 msecs
  15205. max8903b_resume: resume
  15206. <3>msm_wm8958_setup_power: codec power setup
  15207. <4>8058_s3: Failed to create debugfs directory
  15208. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  15209. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15210. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15211. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15212. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15213. <6>PM: resume of devices complete after 102.624 msecs
  15214. Restarting tasks ... done.
  15215. <6>PM: suspend exit 2015-04-18 00:16:30.030921547 UTC
  15216. <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:30.030921547 UTC)
  15217. <6>PM: suspend entry 2015-04-18 00:16:30.056383767 UTC
  15218. <4>healthd: battery l=62 v=3734 t=37.0 h=2 st=3 c=-88 chg=
  15219. Freezing user space processes ... <6>active wake lock PowerManagerService.WakeLocks
  15220.  
  15221. <3>Freezing of tasks aborted after 0.000 seconds (22 tasks refusing to freeze, wq_busy=0):
  15222.  
  15223. Restarting tasks ... done.
  15224. <6>PM: suspend exit 2015-04-18 00:16:30.111584516 UTC
  15225. <6>suspend: exit suspend, ret = -16 (2015-04-18 00:16:30.111584516 UTC)
  15226. <6>PM: suspend entry 2015-04-18 00:16:30.161446116 UTC
  15227. Freezing user space processes ... (elapsed 0.004 seconds) done.
  15228. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15229. Suspending console(s) (use no_console_suspend to debug)
  15230. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15231. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15232. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15233. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15234. <3>msm_wm8958_shutdown_power: codec power shutdown
  15235. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  15236. max8903b_suspend: suspend
  15237. <6>PM: suspend of devices complete after 199.027 msecs
  15238. <6>PM: late suspend of devices complete after 1.830 msecs
  15239. <6>PM: noirq suspend of devices complete after 2.288 msecs
  15240. Disabling non-boot CPUs ...
  15241. <6>msm_pm_enter
  15242. <6>msm_pm_enter: power collapse
  15243. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  15244. <6>PM: noirq resume of devices complete after 1.769 msecs
  15245. <6>wakeup wake lock: alarm_rtc
  15246. <6>PM: early resume of devices complete after 1.739 msecs
  15247. max8903b_resume: resume
  15248. <3>msm_wm8958_setup_power: codec power setup
  15249. <4>8058_s3: Failed to create debugfs directory
  15250. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  15251. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15252. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15253. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15254. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15255. <6>PM: resume of devices complete after 108.936 msecs
  15256. Restarting tasks ... done.
  15257. <6>PM: suspend exit 2015-04-18 00:16:35.023846588 UTC
  15258. <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:35.023877082 UTC)
  15259. <6>PM: suspend entry 2015-04-18 00:16:35.051809323 UTC
  15260. <4>healthd: battery l=62 v=3734 t=37.0 h=2 st=3 c=-42 chg=
  15261. Freezing user space processes ... (elapsed 0.001 seconds) done.
  15262. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15263. Suspending console(s) (use no_console_suspend to debug)
  15264. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15265. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15266. <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
  15267. <3>PM: Device alarm failed to suspend: error -16
  15268. <3>PM: Some devices failed to suspend
  15269. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15270. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15271. <6>PM: resume of devices complete after 3.263 msecs
  15272. Restarting tasks ... done.
  15273. <6>PM: suspend exit 2015-04-18 00:16:35.287076763 UTC
  15274. <6>suspend: exit suspend, ret = -16 (2015-04-18 00:16:35.287076763 UTC)
  15275. <6>active wake lock alarm_rtc, time left 198
  15276. <6>PM: suspend entry 2015-04-18 00:16:37.288919550 UTC
  15277. Freezing user space processes ... (elapsed 0.009 seconds) done.
  15278. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15279. Suspending console(s) (use no_console_suspend to debug)
  15280. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15281. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15282. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15283. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15284. <3>msm_wm8958_shutdown_power: codec power shutdown
  15285. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  15286. max8903b_suspend: suspend
  15287. <6>PM: suspend of devices complete after 216.241 msecs
  15288. <6>PM: late suspend of devices complete after 5.767 msecs
  15289. <6>PM: noirq suspend of devices complete after 7.018 msecs
  15290. Disabling non-boot CPUs ...
  15291. <6>msm_pm_enter
  15292. <6>msm_pm_enter: power collapse
  15293. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  15294. <6>PM: noirq resume of devices complete after 5.584 msecs
  15295. <6>wakeup wake lock: alarm_rtc
  15296. <6>PM: early resume of devices complete after 5.981 msecs
  15297. max8903b_resume: resume
  15298. <3>msm_wm8958_setup_power: codec power setup
  15299. <4>8058_s3: Failed to create debugfs directory
  15300. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  15301. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15302. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15303. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15304. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15305. <6>PM: resume of devices complete after 109.318 msecs
  15306. Restarting tasks ... done.
  15307. <6>PM: suspend exit 2015-04-18 00:16:40.031076248 UTC
  15308. <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:40.031106742 UTC)
  15309. <6>PM: suspend entry 2015-04-18 00:16:40.043700512 UTC
  15310. <4>healthd: battery l=62 v=3734 t=36.0 h=2 st=3 c=-245 chg=
  15311. Freezing user space processes ... (elapsed 0.001 seconds) done.
  15312. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15313. Suspending console(s) (use no_console_suspend to debug)
  15314. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15315. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15316. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15317. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15318. <3>msm_wm8958_shutdown_power: codec power shutdown
  15319. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  15320. max8903b_suspend: suspend
  15321. <6>PM: suspend of devices complete after 204.162 msecs
  15322. <6>PM: late suspend of devices complete after 1.738 msecs
  15323. <6>PM: noirq suspend of devices complete after 2.287 msecs
  15324. Disabling non-boot CPUs ...
  15325. <6>msm_pm_enter
  15326. <6>msm_pm_enter: power collapse
  15327. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  15328. <6>PM: noirq resume of devices complete after 1.769 msecs
  15329. <6>wakeup wake lock: event0-431
  15330. <6>PM: early resume of devices complete after 1.738 msecs
  15331. max8903b_resume: resume
  15332. <3>msm_wm8958_setup_power: codec power setup
  15333. <4>8058_s3: Failed to create debugfs directory
  15334. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  15335. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15336. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15337. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15338. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15339. <6>PM: resume of devices complete after 108.721 msecs
  15340. Restarting tasks ... done.
  15341. <6>PM: suspend exit 2015-04-18 00:16:47.009636814 UTC
  15342. <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:47.009636814 UTC)
  15343. <6>active wake lock KeyEvents
  15344. <6>active wake lock power-supply
  15345. <6>lsm303dlh_acc_sysfs: hw init start
  15346. <6>lsm303dlh_acc_sysfs: hw init done
  15347. <6>request_suspend_state: wakeup (3->0) at 14642628213076 (2015-04-18 00:16:47.081451762 UTC)
  15348. <4>healthd: battery l=62 v=3734 t=36.0 h=2 st=3 c=-42 chg=
  15349. <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
  15350. <3>[DISP] lcdc_panel_power: ++ 1
  15351. <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
  15352. <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
  15353. <38>type=1400 audit(1429316207.360:155): avc: denied { open } for pid=142 comm="surfaceflinger" name="msm_rotator" dev="tmpfs" ino=4336 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15354. <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
  15355. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 73
  15356. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
  15357. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 78
  15358. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
  15359. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85
  15360. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 88
  15361. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
  15362. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95
  15363. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 98
  15364. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
  15365. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105
  15366. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 108
  15367. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
  15368. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115
  15369. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 118
  15370. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
  15371. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125
  15372. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128
  15373. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
  15374. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134
  15375. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
  15376. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
  15377. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144
  15378. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
  15379. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154
  15380. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
  15381. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
  15382. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164
  15383. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
  15384. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
  15385. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174
  15386. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
  15387. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
  15388. <6>msm_device_put:device speaker_stereo_rx set 0
  15389. <6>msm_device_put:device speaker_stereo_rx set 1
  15390. <3>msm_device_put:device freq =48000
  15391. <3>Device active
  15392. <38>type=1400 audit(1429316209.752:156): avc: denied { open } for pid=26140 comm="RenderThread" name="kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15393. <6>msm_device_put:device speaker_stereo_rx set 0
  15394. <4>healthd: battery l=60 v=3652 t=37.0 h=2 st=3 c=-1042 chg=
  15395. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
  15396. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
  15397. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
  15398. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
  15399. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
  15400. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
  15401. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
  15402. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
  15403. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
  15404. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
  15405. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
  15406. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
  15407. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
  15408. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
  15409. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
  15410. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
  15411. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
  15412. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
  15413. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
  15414. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
  15415. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
  15416. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
  15417. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
  15418. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
  15419. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
  15420. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
  15421. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
  15422. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
  15423. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
  15424. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
  15425. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
  15426. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
  15427. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
  15428. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
  15429. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
  15430. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
  15431. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 57
  15432. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 54
  15433. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
  15434. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 47
  15435. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 44
  15436. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
  15437. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 37
  15438. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 34
  15439. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
  15440. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 27
  15441. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 24
  15442. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
  15443. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 17
  15444. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 14
  15445. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
  15446. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
  15447. <3>[DISP] lcdc_panel_power: ++ 0
  15448. <6>request_suspend_state: sleep (0->3) at 15063977993350 (2015-04-18 00:23:48.431232036 UTC)
  15449. <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
  15450. <6>PM: suspend entry 2015-04-18 00:23:48.674518168 UTC
  15451. Freezing user space processes ... (elapsed 0.004 seconds) done.
  15452. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15453. Suspending console(s) (use no_console_suspend to debug)
  15454. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15455. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15456. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15457. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15458. <3>msm_wm8958_shutdown_power: codec power shutdown
  15459. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  15460. max8903b_suspend: suspend
  15461. <6>PM: suspend of devices complete after 220.794 msecs
  15462. <6>PM: late suspend of devices complete after 5.493 msecs
  15463. <6>PM: noirq suspend of devices complete after 7.171 msecs
  15464. Disabling non-boot CPUs ...
  15465. <6>msm_pm_enter
  15466. <6>msm_pm_enter: power collapse
  15467. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  15468. <6>PM: noirq resume of devices complete after 5.615 msecs
  15469. <6>wakeup wake lock: event0-431
  15470. <6>PM: early resume of devices complete after 3.173 msecs
  15471. max8903b_resume: resume
  15472. <3>msm_wm8958_setup_power: codec power setup
  15473. <4>8058_s3: Failed to create debugfs directory
  15474. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  15475. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15476. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15477. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15478. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15479. <6>PM: resume of devices complete after 112.331 msecs
  15480. Restarting tasks ... <6>request_suspend_state: wakeup (3->0) at 15065384618023 (2015-04-18 00:24:03.067058574 UTC)
  15481. <6>lsm303dlh_acc_sysfs: hw init start
  15482. done.
  15483. <6>PM: suspend exit 2015-04-18 00:24:03.096062458 UTC
  15484. <6>suspend: exit suspend, ret = 0 (2015-04-18 00:24:03.096092958 UTC)
  15485. <6>lsm303dlh_acc_sysfs: hw init done
  15486. <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
  15487. <4>healthd: battery l=59 v=3705 t=36.0 h=2 st=3 c=-41 chg=
  15488. <3>[DISP] lcdc_panel_power: ++ 1
  15489. <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
  15490. <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
  15491. <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
  15492. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
  15493. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89
  15494. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 92
  15495. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96
  15496. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99
  15497. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 102
  15498. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106
  15499. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109
  15500. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 112
  15501. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116
  15502. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 119
  15503. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 122
  15504. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129
  15505. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131
  15506. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135
  15507. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
  15508. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141
  15509. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
  15510. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148
  15511. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151
  15512. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155
  15513. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158
  15514. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161
  15515. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165
  15516. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168
  15517. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171
  15518. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175
  15519. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
  15520. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
  15521. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174
  15522. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171
  15523. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
  15524. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164
  15525. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161
  15526. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
  15527. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154
  15528. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151
  15529. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
  15530. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144
  15531. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141
  15532. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
  15533. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134
  15534. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131
  15535. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128
  15536. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125
  15537. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 122
  15538. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 118
  15539. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115
  15540. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 112
  15541. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 108
  15542. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105
  15543. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 102
  15544. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 98
  15545. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95
  15546. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 92
  15547. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 88
  15548. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85
  15549. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 82
  15550. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 78
  15551. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
  15552. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 72
  15553. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 68
  15554. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 65
  15555. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 62
  15556. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 58
  15557. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 55
  15558. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 52
  15559. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 48
  15560. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 45
  15561. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
  15562. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 38
  15563. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 35
  15564. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
  15565. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 28
  15566. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 25
  15567. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
  15568. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 18
  15569. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 15
  15570. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
  15571. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 15
  15572. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 19
  15573. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 22
  15574. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 25
  15575. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 29
  15576. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 32
  15577. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 35
  15578. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 39
  15579. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 42
  15580. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 45
  15581. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 49
  15582. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 52
  15583. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 55
  15584. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 59
  15585. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 62
  15586. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 65
  15587. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 69
  15588. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 72
  15589. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
  15590. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
  15591. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 82
  15592. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85
  15593. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89
  15594. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 92
  15595. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95
  15596. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99
  15597. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 102
  15598. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105
  15599. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109
  15600. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 112
  15601. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115
  15602. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 119
  15603. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 122
  15604. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125
  15605. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129
  15606. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131
  15607. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135
  15608. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
  15609. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141
  15610. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
  15611. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148
  15612. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151
  15613. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155
  15614. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158
  15615. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161
  15616. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165
  15617. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168
  15618. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171
  15619. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175
  15620. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
  15621. <4>healthd: battery l=57 v=3619 t=36.0 h=2 st=3 c=-1180 chg=
  15622. <4>healthd: battery l=55 v=3624 t=37.0 h=2 st=3 c=-1182 chg=
  15623. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
  15624. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
  15625. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
  15626. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
  15627. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
  15628. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
  15629. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
  15630. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
  15631. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
  15632. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
  15633. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
  15634. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
  15635. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
  15636. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
  15637. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
  15638. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
  15639. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
  15640. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
  15641. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
  15642. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
  15643. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
  15644. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
  15645. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
  15646. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
  15647. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
  15648. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
  15649. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
  15650. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
  15651. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
  15652. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
  15653. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
  15654. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
  15655. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
  15656. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
  15657. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
  15658. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
  15659. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 57
  15660. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 54
  15661. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
  15662. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 47
  15663. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 44
  15664. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 40
  15665. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 37
  15666. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 34
  15667. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 30
  15668. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 27
  15669. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 24
  15670. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 20
  15671. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 17
  15672. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 14
  15673. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
  15674. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
  15675. <3>[DISP] lcdc_panel_power: ++ 0
  15676. <6>request_suspend_state: sleep (0->3) at 15882299177267 (2015-04-18 00:37:39.981617818 UTC)
  15677. <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
  15678. <6>request_suspend_state: wakeup (3->0) at 15885785352773 (2015-04-18 00:37:43.467793324 UTC)
  15679. <6>lsm303dlh_acc_sysfs: hw init start
  15680. <6>lsm303dlh_acc_sysfs: hw init done
  15681. <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
  15682. <3>[DISP] lcdc_panel_power: ++ 1
  15683. <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
  15684. <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
  15685. <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
  15686. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 72
  15687. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
  15688. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
  15689. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 83
  15690. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 86
  15691. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 90
  15692. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 93
  15693. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96
  15694. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 100
  15695. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 103
  15696. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106
  15697. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 110
  15698. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 113
  15699. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116
  15700. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 120
  15701. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 123
  15702. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126
  15703. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
  15704. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132
  15705. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142
  15706. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
  15707. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149
  15708. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155
  15709. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159
  15710. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162
  15711. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165
  15712. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169
  15713. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172
  15714. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175
  15715. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
  15716. <4>healthd: battery l=53 v=3609 t=35.0 h=2 st=3 c=-1028 chg=
  15717. <4>healthd: battery l=50 v=3590 t=36.0 h=2 st=3 c=-1272 chg=
  15718. <3>init: untracked pid 26315 killed by signal 9
  15719. <4>healthd: battery l=48 v=3580 t=36.0 h=2 st=3 c=-1017 chg=
  15720. <4>healthd: battery l=46 v=3556 t=36.0 h=2 st=3 c=-1196 chg=
  15721. <38>type=1400 audit(1429318707.033:157): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15722. <38>type=1400 audit(1429318717.973:158): avc: denied { read write } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15723. <4>healthd: battery l=44 v=3542 t=37.0 h=2 st=3 c=-1185 chg=
  15724. <4>healthd: battery l=41 v=3528 t=37.0 h=2 st=3 c=-1418 chg=
  15725. <4>healthd: battery l=39 v=3537 t=36.0 h=2 st=3 c=-1210 chg=
  15726. <38>type=1400 audit(1429319414.062:159): avc: denied { read write } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15727. <38>type=1400 audit(1429319414.062:160): avc: denied { open } for pid=431 comm="system_server" name="lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15728. <38>type=1400 audit(1429319414.062:161): avc: denied { getattr } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15729. <38>type=1400 audit(1429319414.062:162): avc: denied { ioctl } for pid=431 comm="system_server" path="/dev/lm8502" dev="tmpfs" ino=4252 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15730. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148
  15731. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142
  15732. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
  15733. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135
  15734. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129
  15735. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126
  15736. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116
  15737. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 113
  15738. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109
  15739. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106
  15740. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99
  15741. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96
  15742. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89
  15743. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 83
  15744. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
  15745. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
  15746. <38>type=1400 audit(1429319414.643:163): avc: denied { ioctl } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15747. <38>type=1400 audit(1429319414.643:164): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15748. <38>type=1400 audit(1429319414.643:165): avc: denied { ioctl } for pid=15335 comm="CrGpuMain" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15749. <3>[DISP] lcdc_panel_power: ++ 0
  15750. <6>request_suspend_state: sleep (0->3) at 17837000379658 (2015-04-18 01:10:14.682820209 UTC)
  15751. <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
  15752. <6>lsm303dlh_acc_sysfs: hw init start
  15753. <6>lsm303dlh_acc_sysfs: hw init done
  15754. <6>request_suspend_state: wakeup (3->0) at 17837410841086 (2015-04-18 01:10:15.093281637 UTC)
  15755. <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
  15756. <3>[DISP] lcdc_panel_power: ++ 1
  15757. <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
  15758. <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
  15759. <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
  15760. <38>type=1400 audit(1429319415.324:166): avc: denied { open } for pid=142 comm="surfaceflinger" name="msm_rotator" dev="tmpfs" ino=4336 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15761. <38>type=1400 audit(1429319415.334:167): avc: denied { write } for pid=636 comm="Thread-64" name="tsdriver" dev="tmpfs" ino=4705 scontext=u:r:system_server:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1
  15762. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 59
  15763. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 62
  15764. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 66
  15765. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 69
  15766. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 73
  15767. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 76
  15768. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
  15769. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 83
  15770. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 86
  15771. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89
  15772. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 93
  15773. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96
  15774. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99
  15775. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 103
  15776. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106
  15777. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109
  15778. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 113
  15779. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116
  15780. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 119
  15781. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 123
  15782. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126
  15783. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129
  15784. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132
  15785. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135
  15786. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
  15787. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142
  15788. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
  15789. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148
  15790. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152
  15791. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155
  15792. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158
  15793. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162
  15794. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165
  15795. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168
  15796. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172
  15797. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175
  15798. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
  15799. <38>type=1400 audit(1429319416.715:168): avc: denied { read write } for pid=26140 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15800. <6>msm_device_put:device speaker_stereo_rx set 0
  15801. <6>msm_device_put:device speaker_stereo_rx set 1
  15802. <3>msm_device_put:device freq =48000
  15803. <3>Device active
  15804. <6>msm_device_put:device speaker_stereo_rx set 0
  15805. <4>healthd: battery l=37 v=3513 t=36.0 h=2 st=3 c=-1213 chg=
  15806. <4>healthd: battery l=35 v=3499 t=36.0 h=2 st=3 c=-1275 chg=
  15807. <4>healthd: battery l=31 v=3480 t=36.0 h=2 st=3 c=-1357 chg=
  15808. <4>healthd: battery l=29 v=3480 t=36.0 h=2 st=3 c=-1394 chg=
  15809. <6>msm_device_put:device speaker_stereo_rx set 0
  15810. <6>msm_device_put:device speaker_stereo_rx set 1
  15811. <3>msm_device_put:device freq =48000
  15812. <3>Device active
  15813. <6>msm_device_put:device speaker_stereo_rx set 0
  15814. <4>healthd: battery l=27 v=3494 t=36.0 h=2 st=3 c=-1150 chg=
  15815. <4>healthd: battery l=25 v=3480 t=35.0 h=2 st=3 c=-1081 chg=
  15816. <3>init: untracked pid 13469 killed by signal 9
  15817. <4>healthd: battery l=23 v=3480 t=36.0 h=2 st=3 c=-1147 chg=
  15818. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
  15819. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174
  15820. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
  15821. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
  15822. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164
  15823. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
  15824. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
  15825. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154
  15826. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
  15827. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
  15828. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144
  15829. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
  15830. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
  15831. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134
  15832. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
  15833. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128
  15834. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125
  15835. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
  15836. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 118
  15837. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115
  15838. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
  15839. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 108
  15840. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105
  15841. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
  15842. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 98
  15843. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95
  15844. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
  15845. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 88
  15846. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85
  15847. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
  15848. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 78
  15849. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
  15850. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
  15851. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 68
  15852. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 65
  15853. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
  15854. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 58
  15855. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 55
  15856. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
  15857. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 48
  15858. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 45
  15859. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
  15860. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 38
  15861. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 35
  15862. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
  15863. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 28
  15864. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 25
  15865. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
  15866. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 18
  15867. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 15
  15868. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
  15869. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
  15870. <3>[DISP] lcdc_panel_power: ++ 0
  15871. <6>request_suspend_state: sleep (0->3) at 20175139387227 (2015-04-18 01:49:12.821827778 UTC)
  15872. <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
  15873. <6>PM: suspend entry 2015-04-18 01:49:13.200428852 UTC
  15874. Freezing user space processes ... (elapsed 0.024 seconds) done.
  15875. Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  15876. Suspending console(s) (use no_console_suspend to debug)
  15877. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15878. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15879. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15880. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15881. <3>msm_wm8958_shutdown_power: codec power shutdown
  15882. <3>wm8994_ldo_power: Power down the WM8994 LDOs
  15883. max8903b_suspend: suspend
  15884. <6>PM: suspend of devices complete after 219.726 msecs
  15885. <6>PM: late suspend of devices complete after 5.401 msecs
  15886. <6>PM: noirq suspend of devices complete after 7.141 msecs
  15887. Disabling non-boot CPUs ...
  15888. <6>msm_pm_enter
  15889. <6>msm_pm_enter: power collapse
  15890. <6>msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
  15891. <6>PM: noirq resume of devices complete after 5.767 msecs
  15892. <6>wakeup wake lock: event0-431
  15893. <6>PM: early resume of devices complete after 3.112 msecs
  15894. max8903b_resume: resume
  15895. <3>msm_wm8958_setup_power: codec power setup
  15896. <4>8058_s3: Failed to create debugfs directory
  15897. <3>wm8994_ldo_power: Power up the WM8994 LDOs
  15898. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15899. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15900. <7>lm8502_mod_brightness: set LED1 brightness (0) percent
  15901. <7>lm8502_mod_brightness: set LED2 brightness (0) percent
  15902. <6>PM: resume of devices complete after 112.268 msecs
  15903. Restarting tasks ... done.
  15904. <6>PM: suspend exit 2015-04-18 01:49:17.070685986 UTC
  15905. <6>suspend: exit suspend, ret = 0 (2015-04-18 01:49:17.070685986 UTC)
  15906. <6>lsm303dlh_acc_sysfs: hw init start
  15907. <6>lsm303dlh_acc_sysfs: hw init done
  15908. <4>healthd: battery l=20 v=3528 t=35.0 h=2 st=3 c=-535 chg=
  15909. <6>request_suspend_state: wakeup (3->0) at 20176317862878 (2015-04-18 01:49:17.197554238 UTC)
  15910. <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
  15911. <3>[DISP] lcdc_panel_power: ++ 1
  15912. <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
  15913. <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
  15914. <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
  15915. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 60
  15916. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
  15917. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
  15918. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 70
  15919. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
  15920. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
  15921. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 80
  15922. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
  15923. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
  15924. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 90
  15925. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
  15926. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
  15927. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 100
  15928. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
  15929. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
  15930. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 110
  15931. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
  15932. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
  15933. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 120
  15934. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
  15935. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
  15936. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
  15937. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
  15938. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
  15939. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139
  15940. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
  15941. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
  15942. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149
  15943. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
  15944. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
  15945. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159
  15946. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
  15947. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
  15948. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169
  15949. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
  15950. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
  15951. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
  15952. <38>type=1400 audit(1429321913.422:169): avc: denied { ioctl } for pid=27815 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15953. <38>type=1400 audit(1429321913.422:170): avc: denied { read write } for pid=27815 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15954. <38>type=1400 audit(1429321920.118:171): avc: denied { ioctl } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15955. <38>type=1400 audit(1429321920.939:172): avc: denied { ioctl } for pid=27086 comm=474C2075706461746572 path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15956. <38>type=1400 audit(1429321921.109:173): avc: denied { read write } for pid=1347 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:platform_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15957. <38>type=1400 audit(1429321921.399:174): avc: denied { read write } for pid=142 comm="surfaceflinger" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15958. <38>type=1400 audit(1429321924.102:175): avc: denied { ioctl } for pid=15258 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15959. <38>type=1400 audit(1429321924.112:176): avc: denied { read write } for pid=15258 comm="RenderThread" path="/dev/kgsl-3d0" dev="tmpfs" ino=4401 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  15960. <6>msm_otg_resume: usb exited from low power mode
  15961. <6>android_work: android_work: did not send uevent (0 0   (null))
  15962. <6>SysRq : Emergency Remount R/O
  15963. <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
  15964. <6>EXT4-fs (dm-9): re-mounted. Opts: (null)
  15965. <3>[DISP] lcdc_panel_power: ++ 0
  15966. <3>MFD is Null<0>Restarting system with command ''.
  15967. <5>Going down for restart now
  15968. <6>msm_restart: Initiating reboot via bootloader
  15969.  
  15970. Broadcasting: Intent { act=com.evervolv.toolbox.action.DUMPLOGCAT_FINISHED (has extras) }
  15971. Broadcast completed: result=0
  15972.  

Reply to "Logcat: "

Here you can reply to the paste above